@charset "UTF-8";

/*
! tailwindcss v3.3.0 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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:  ;
}

::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-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:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 600px){
  .container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px){
  .container{
    max-width: 782px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 2500px){
  .container{
    max-width: 2500px;
    padding-right: 25rem;
    padding-left: 25rem;
  }
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-left-1{
  left: -0.25rem;
}

.-left-2{
  left: -0.5rem;
}

.-right-1{
  right: -0.25rem;
}

.-right-10{
  right: -2.5rem;
}

.-right-2{
  right: -0.5rem;
}

.-right-3{
  right: -0.75rem;
}

.-right-4{
  right: -1rem;
}

.-right-8{
  right: -2rem;
}

.-right-\[20px\]{
  right: -20px;
}

.-right-\[60px\]{
  right: -60px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-14{
  left: 3.5rem;
}

.left-\[64\%\]{
  left: 64%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-\[10px\]{
  right: 10px;
}

.right-\[11px\]{
  right: 11px;
}

.right-\[185px\]{
  right: 185px;
}

.right-\[196\.51px\]{
  right: 196.51px;
}

.right-\[225px\]{
  right: 225px;
}

.right-\[265px\]{
  right: 265px;
}

.right-\[270px\]{
  right: 270px;
}

.right-\[277px\]{
  right: 277px;
}

.right-\[30px\]{
  right: 30px;
}

.right-\[40px\]{
  right: 40px;
}

.right-\[5px\]{
  right: 5px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\.5{
  top: 0.375rem;
}

.top-1\/2{
  top: 50%;
}

.top-12{
  top: 3rem;
}

.top-\[100px\]{
  top: 100px;
}

.top-\[106px\]{
  top: 106px;
}

.top-\[116px\]{
  top: 116px;
}

.top-\[118px\]{
  top: 118px;
}

.top-\[122px\]{
  top: 122px;
}

.top-\[148\.16px\]{
  top: 148.16px;
}

.top-\[202px\]{
  top: 202px;
}

.top-\[21px\]{
  top: 21px;
}

.top-\[236px\]{
  top: 236px;
}

.top-\[90px\]{
  top: 90px;
}

.top-\[91px\]{
  top: 91px;
}

.isolate{
  isolation: isolate;
}

.-z-10{
  z-index: -10;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[9999\]{
  z-index: 9999;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-12{
  grid-column-start: 12;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-7{
  grid-column-start: 7;
}

.col-end-11{
  grid-column-end: 11;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-4{
  grid-column-end: 4;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.row-start-4{
  grid-row-start: 4;
}

.m-8{
  margin: 2rem;
}

.m-auto{
  margin: auto;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-\[500px\]{
  margin-top: 500px;
  margin-bottom: 500px;
}

.my-\[60px\]{
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-\[90px\]{
  margin-bottom: -90px;
}

.-mr-\[60px\]{
  margin-right: -60px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-24{
  margin-bottom: 6rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[200px\]{
  margin-bottom: 200px;
}

.mb-\[25px\]{
  margin-bottom: 25px;
}

.mb-\[42px\]{
  margin-bottom: 42px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[72px\]{
  margin-bottom: 72px;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-\[-2px\]{
  margin-top: -2px;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[14px\]{
  margin-top: 14px;
}

.mt-\[22px\]{
  margin-top: 22px;
}

.mt-\[28px\]{
  margin-top: 28px;
}

.mt-\[300px\]{
  margin-top: 300px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-24{
  height: 6rem;
}

.h-6{
  height: 1.5rem;
}

.h-\[100dvh\]{
  height: 100dvh;
}

.h-\[119px\]{
  height: 119px;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[145px\]{
  height: 145px;
}

.h-\[14px\]{
  height: 14px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[212px\]{
  height: 212px;
}

.h-\[221px\]{
  height: 221px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[375px\]{
  height: 375px;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[50dvh\]{
  height: 50dvh;
}

.h-\[calc\(237px\/3\)\]{
  height: calc(237px / 3);
}

.h-\[calc\(259px\/3\)\]{
  height: calc(259px / 3);
}

.h-\[calc\(268px\/3\)\]{
  height: calc(268px / 3);
}

.h-\[calc\(328px\/3\)\]{
  height: calc(328px / 3);
}

.h-\[calc\(332px\/3\)\]{
  height: calc(332px / 3);
}

.h-\[calc\(396px\/3\)\]{
  height: calc(396px / 3);
}

.h-\[calc\(536px\/3\)\]{
  height: calc(536px / 3);
}

.h-\[calc\(595px\/3\)\]{
  height: calc(595px / 3);
}

.h-\[calc\(635px\/3\)\]{
  height: calc(635px / 3);
}

.h-\[calc\(667px\/3\)\]{
  height: calc(667px / 3);
}

.h-\[calc\(703\.07px\/3\)\]{
  height: calc(703.07px / 3);
}

.h-\[calc\(728px\/3\)\]{
  height: calc(728px / 3);
}

.h-\[calc\(734px\/3\)\]{
  height: calc(734px / 3);
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[50px\]{
  max-height: 50px;
}

.min-h-\[119px\]{
  min-height: 119px;
}

.min-h-screen{
  min-height: 100vh;
}

.\!w-auto{
  width: auto !important;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[100dvw\]{
  width: 100dvw;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[119px\]{
  width: 119px;
}

.w-\[121\.076px\]{
  width: 121.076px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[149px\]{
  width: 149px;
}

.w-\[14px\]{
  width: 14px;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[323px\]{
  width: 323px;
}

.w-\[calc\(100\%-30px\)\]{
  width: calc(100% - 30px);
}

.w-\[calc\(250px\/3\)\]{
  width: calc(250px / 3);
}

.w-\[calc\(283px\/3\)\]{
  width: calc(283px / 3);
}

.w-\[calc\(312px\/3\)\]{
  width: calc(312px / 3);
}

.w-\[calc\(335px\/3\)\]{
  width: calc(335px / 3);
}

.w-\[calc\(347px\/3\)\]{
  width: calc(347px / 3);
}

.w-\[calc\(430px\/3\)\]{
  width: calc(430px / 3);
}

.w-\[calc\(464px\/3\)\]{
  width: calc(464px / 3);
}

.w-\[calc\(619\.45px\/3\)\]{
  width: calc(619.45px / 3);
}

.w-\[calc\(621px\/3\)\]{
  width: calc(621px / 3);
}

.w-\[calc\(641px\/3\)\]{
  width: calc(641px / 3);
}

.w-\[calc\(663px\/3\)\]{
  width: calc(663px / 3);
}

.w-\[calc\(667px\/3\)\]{
  width: calc(667px / 3);
}

.w-\[calc\(697\.76px\/3\)\]{
  width: calc(697.76px / 3);
}

.w-\[calc\(744px\/3\)\]{
  width: calc(744px / 3);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-min{
  width: -moz-min-content;
  width: min-content;
}

.w-screen{
  width: 100vw;
}

.min-w-\[119px\]{
  min-width: 119px;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-grow{
  flex-grow: 1;
}

.-translate-x-1\/2{
  --tw-translate-x: -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));
}

.-translate-y-1\/2{
  --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));
}

.translate-y-0{
  --tw-translate-y: 0px;
  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));
}

.translate-y-1\/2{
  --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));
}

.translate-y-full{
  --tw-translate-y: 100%;
  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));
}

.transform{
  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{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.\!flex-row{
  flex-direction: row !important;
}

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

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-12{
  row-gap: 3rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.self-end{
  align-self: flex-end;
}

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

.justify-self-end{
  justify-self: end;
}

.justify-self-center{
  justify-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.\!overflow-visible{
  overflow: visible !important;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
}

.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-contain{
  background-size: contain;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-\[7px\]{
  padding-bottom: 7px;
}

.pb-\[9px\]{
  padding-bottom: 9px;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-7{
  padding-right: 1.75rem;
}

.pr-\[14px\]{
  padding-right: 14px;
}

.pt-\[7px\]{
  padding-top: 7px;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

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

.font-mercury-text{
  font-family: Mercury Text G3;
}

.text-2xl{
  font-size: 48px;
  line-height: 52px;
}

.text-3xl{
  font-size: 1.875rem;
}

.text-\[24px\]{
  font-size: 24px;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.leading-tight{
  line-height: 1.25;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-green{
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.outline{
  outline-style: solid;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-\[250ms\]{
  transition-duration: 250ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-\[\"\"\]{
  --tw-content: "";
  content: var(--tw-content);
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 16px;
  color: #718096;
}

.bg-icon-arrow-blue {
  background-image: url("../img/arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
# MIXINS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RESET CSS
--------------------------------------------------------------*/

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

input::-moz-placeholder {
  color: #c8c8c8;
}

input::placeholder {
  color: #c8c8c8;
}

main {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

body {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  min-height: 100vh;
  overflow-x: hidden;
}

*,
::before,
::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: #14a537;
  color: #ffffff;
}

*::selection {
  background-color: #14a537;
  color: #ffffff;
}

.no_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

strong,
.strong {
  font-weight: bold;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

.img_100 img,
img.img_100 {
  width: 100%;
  height: auto;
}

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

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

input:focus,
textarea:focus,
select:focus {
  -webkit-tap-highlight-color: transparent;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  position: absolute !important;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 600px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 960px) {
  .container {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 2500px) {
  .container {
    padding-right: 25rem;
    padding-left: 25rem;
  }
}

/*--------------------------------------------------------------
# TYPOGRAPHIE
--------------------------------------------------------------*/

@font-face {
  src: url("../fonts/CircularXXMedium.woff") format("woff"), url("../fonts/CircularXXMedium.woff2") format("woff2");

  font-family: "Circular XX";
}

@font-face {
  src: url("../fonts/MercuryTextG3Regular.woff") format("woff"), url("../fonts/MercuryTextG3Regular.woff2") format("woff2");

  font-family: "Mercury Text G3";
}

h1,
h2.page-title,
.search-form-text {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  /* 100% */
  font-family: "Mercury Text G3", Times, "Times New Roman", serif;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 768px) {
  h1,
  h2.page-title,
  .search-form-text {
    font-size: 72px;
    line-height: 72px;
  }
}

@media (min-width: 2500px) {
  h1,
  h2.page-title,
  .search-form-text {
    font-size: 120px;
    line-height: 120px;
  }
}

h1 {
  -webkit-hyphens: none;
  hyphens: none;
}

h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (min-width: 2500px) {
  h2 {
    font-size: 52px;
    line-height: 64px;
  }
}

h2.quote {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  letter-spacing: -0.4px;
}

@media (min-width: 768px) {
  h2.quote {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (min-width: 2500px) {
  h2.quote {
    font-size: 52px;
    line-height: 64px;
  }
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 2500px) {
  h3 {
    font-size: 40px;
    line-height: 52px;
  }
}

h4 {
  font-style: normal;
  font-weight: 950;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  h4 {
    font-size: 28px;
    line-height: 40px;
  }
}

p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  p {
    font-size: 28px;
    line-height: 40px;
  }
}

p.caption {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  p.caption {
    font-size: 16px;
    line-height: 18px;
  }
}

p.event-caption {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  p.event-caption.number {
    font-size: 48px;
    line-height: 40px;
  }

  p.event-caption.month {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 2500px) {
  p.event-caption.number {
    font-size: 96px;
    line-height: 80px;
  }

  p.event-caption.month {
    font-size: 64px;
    line-height: 72px;
  }
}

strong {
  font-style: normal;
  font-weight: 950;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  strong {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  strong {
    font-size: 28px;
    line-height: 40px;
  }
}

button {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  button {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  button {
    font-size: 28px;
    line-height: 40px;
  }
}

a,
p > a,
.text-link {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  text-decoration-line: underline;
}

a:hover,
p > a:hover,
.text-link:hover{
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #14A537;
}

a.caption,
p > a.caption,
.text-link.caption {
  font-size: 14px;
  line-height: 16px;
}

@media (min-width: 768px) {
  a,
  p > a,
  .text-link {
    font-size: 20px;
    line-height: 28px;
  }

  a.caption,
  p > a.caption,
  .text-link.caption {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 2500px) {
  a,
  p > a,
  .text-link {
    font-size: 28px;
    line-height: 40px;
  }
}

a.breadcrumb-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  a.breadcrumb-link {
    font-size: 16px;
    line-height: 18px;
  }
}

.std_text_style p + p,
.std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + h2,
.std_text_style p + h3,
.std_text_style p + h4 {
  margin-top: 40px;
}

.std_text_style h2 + p,
.std_text_style h2 + ul,
.std_text_style h3 + p,
.std_text_style h3 + ul,
.std_text_style h4 + ul,
.std_text_style h4 + p {
  margin-top: 20px;
}

.std_text_style ul + p {
  margin-top: 20px;
}

.std_text_style ul + h2,
.std_text_style ul + h3,
.std_text_style ul + h4 {
  margin-top: 40px;
}

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

.std_text_style ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 24px;
  text-indent: 0 !important;
}

.std_text_style ul li::before {
  position: absolute;
  left: 0;
  margin-top: 10px;
  border-radius: 100%;
  background-color: #000;
  width: 8px;
  height: 8px;
  content: "";
}

.hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.text-3xl {
  font-size: 34px;
  line-height: 34px;
}

@media (min-width: 768px) {
  .text-3xl {
    font-size: 72px;
    line-height: 72px;
  }
}

.text-2xl {
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 768px) {
  .text-2xl {
    font-size: 48px;
    line-height: 52px;
  }
}

/* ENDE TYPOGRAPHIE  ---------------------------------------------------------- */

/* COOKIES --------------------------------------------------------------*/

.cookiealert{
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  --tw-translate-y: 100%;
  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));
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.cookiealert.show{
  --tw-translate-y: 0px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  transition-delay: 1000ms;
}

/* ENDE COOKIES --------------------------------------------------------------*/

/* HERO SLIDER --------------------------------------------------------------*/

.hero-slider-container {
  position: relative;
  cursor: url("../img/arrow_slider_right.svg"), auto;
}

.hero-slider-container.cursor-down {
  cursor: url("../img/arrow_slider_down.svg"), auto;
}

.hero-slider-container.cursor-left {
  cursor: url("../img/arrow_slider_left.svg"), auto;
}

.hero-slider-container .hero-slider-section {
  display: flex;
  width: 100dvw;
  overflow: hidden;
}

.hero-slider-container .hero-slider-section[tabindex="-1"] {
  outline: none;
}

.hero-slider-container .hero-slider-section .slider-container-wrap {
  display: flex;
}

.hero-slider-container .hero-slider-section .slider-container {
  display: flex;
  position: relative;
  height: 575px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container {
    height: calc(100dvh - 80px);
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel {
  display: inline-flex;
  position: relative;
  flex-direction: row;
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 {
  margin-top: 200px;
  margin-right: 100px;
  margin-left: 20px;
  width: 577px;
  height: 587px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 {
    margin-top: 242px;
    margin-right: 400px;
    margin-left: 96px;
    width: 1361px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 {
    margin-top: 379px;
    width: 2251px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-text .panel-title {
  width: 260px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-text .panel-title {
    width: 700px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-text .panel-title {
    width: 1200px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-image {
  top: 72px;
  left: 160px;
  -webkit-mask: url("../img/hero-slider/image-gebaeude.svg");
  mask: url("../img/hero-slider/image-gebaeude.svg");
  width: 339px;
  height: 231px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-image {
    top: 0;
    left: 477px;
    width: 677px;
    height: 461px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-image {
    left: 925px;
    width: 1015px;
    height: 691px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-shape {
  top: 24.78%;
  left: 377px;
  width: 200px;
  height: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(200 210 0 / var(--tw-bg-opacity));
  -webkit-mask: url("../img/hero-slider/shape-wolke.svg");
  mask: url("../img/hero-slider/shape-wolke.svg");
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-shape {
    top: 18.78%;
    left: 1080px;
    width: 400px;
    height: 400px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel1 .panel-shape {
    top: 27.78%;
    left: 1831px;
    width: 600px;
    height: 600px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 {
  margin-top: 143px;
  margin-right: 100px;
  width: 518px;
  height: 649px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 {
    margin-top: 171px;
    margin-right: 400px;
    width: 1048px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 {
    width: 1663px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-text {
  top: 121px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-text {
    top: 142px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-text .panel-title {
  width: 222px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-text .panel-title {
    width: 470px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-text .panel-title {
    width: 784px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-image {
  left: 160px;
  -webkit-mask: url("../img/hero-slider/image-hexagon.svg");
  mask: url("../img/hero-slider/image-hexagon.svg");
  width: 285px;
  height: 275px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-image {
    left: 332px;
    width: 570px;
    height: 550.361px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-image {
    left: 586px;
    width: 855px;
    height: 825px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-shape {
  top: 30.11%;
  left: 327px;
  width: 191px;
  height: 180px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  -webkit-mask: url("../img/hero-slider/shape-hexagon.svg");
  mask: url("../img/hero-slider/shape-hexagon.svg");
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-shape {
    top: 32.11%;
    left: 666px;
    width: 382px;
    height: 360px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel2 .panel-shape {
    top: 64.11%;
    left: 1089px;
    width: 573px;
    height: 540px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 {
  margin-top: 169px;
  margin-right: 100px;
  width: 542px;
  height: 611px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 {
    margin-top: 134px;
    margin-right: 400px;
    width: 797px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 {
    margin-top: 300px;
    width: 1798px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-text .panel-title {
  width: 361px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-text .panel-title {
    width: 764px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-text .panel-title {
    width: 1273px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-image {
  top: 110px;
  left: 145px;
  -webkit-mask: url("../img/hero-slider/image-fabrik.svg");
  mask: url("../img/hero-slider/image-fabrik.svg");
  width: 329px;
  height: 201px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-image {
    top: 210px;
    left: 128px;
    width: 657px;
    height: 401px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-image {
    top: 245px;
    left: 608px;
    width: 985px;
    height: 601px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-shape {
  top: 4%;
  left: 352px;
  width: 191px;
  height: 197px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 175 220 / var(--tw-bg-opacity));
  -webkit-mask: url("../img/hero-slider/shape-treppe.svg");
  mask: url("../img/hero-slider/shape-treppe.svg");
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-shape {
    top: 4%;
    left: 541px;
    width: 381px;
    height: 394px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel3 .panel-shape {
    top: -2%;
    left: 1227px;
    width: 572px;
    height: 591px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 {
  margin-top: 220px;
  margin-right: 100px;
  width: 478px;
  height: 711px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 {
    margin-top: 83px;
    margin-right: 400px;
    width: 879px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 {
    margin-top: 80px;
    width: 1330px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text {
  top: 139px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text {
    top: 411px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text {
    top: 676px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text .panel-title {
  width: 200px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text .panel-title {
    width: 423px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-text .panel-title {
    width: 705px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-image {
  left: 142px;
  -webkit-mask: url("../img/hero-slider/image-lillie.svg");
  mask: url("../img/hero-slider/image-lillie.svg");
  width: 275px;
  height: 252px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-image {
    left: 212px;
    width: 550px;
    height: 505.146px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-image {
    left: 328px;
    width: 825px;
    height: 757px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-shape {
  top: 27.22%;
  left: 281px;
  width: 195px;
  height: 157px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  -webkit-mask: url("../img/hero-slider/shape-grass.svg");
  mask: url("../img/hero-slider/shape-grass.svg");
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-shape {
    top: 44.22%;
    left: 490px;
    width: 389px;
    height: 313px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel4 .panel-shape {
    top: 65.22%;
    left: 745px;
    width: 584px;
    height: 470px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 {
  margin-top: 120px;
  margin-right: 80px;
  width: 539px;
  height: 709px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 {
    margin-top: 27px;
    margin-right: 304px;
    width: 1107px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 {
    margin-top: 74px;
    width: 1759px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text {
  top: 271px;
  left: 192px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text {
    top: 467px;
    left: 371px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text {
    top: 762px;
    left: 533px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text .panel-title {
  width: 347px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text .panel-title {
    width: 736px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-text .panel-title {
    width: 1227px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-image {
  top: 38px;
  -webkit-mask: url("../img/hero-slider/image-haus.svg");
  mask: url("../img/hero-slider/image-haus.svg");
  width: 210px;
  height: 278px;
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-image {
    top: 27px;
    width: 419px;
    height: 556px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-image {
    top: 114px;
    width: 629px;
    height: 834px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-shape {
  top: 0;
  left: 135px;
  width: 214px;
  height: 182px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 50 50 / var(--tw-bg-opacity));
  -webkit-mask: url("../img/hero-slider/shape-blobs.svg");
  mask: url("../img/hero-slider/shape-blobs.svg");
}

@media (min-width: 768px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-shape {
    top: 3%;
    left: 274px;
    width: 428px;
    height: 364px;
  }
}

@media (min-width: 2500px) {
  .hero-slider-container .hero-slider-section .slider-container .slider-panel.panel5 .panel-shape {
    left: 409px;
    width: 642px;
    height: 546px;
  }
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel .panel-text {
  text-wrap: balance;
  position: absolute;
  z-index: 20;
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel .panel-text .panel-link{
  margin-top: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel .panel-content {
  height: 100%;
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel .panel-content .panel-image {
  position: absolute;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-container .hero-slider-section .slider-container .slider-panel .panel-content .panel-shape {
  position: absolute;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mix-blend-mode: multiply;
}

/* ENDE HERO SLIDER  ---------------------------------------------------------- */

/* BREADCRUMBS --------------------------------------------------------------*/

.breadcrumb-link{
  position: relative;
  white-space: nowrap;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}

.breadcrumb-link::after{
  position: absolute;
  bottom: 0px;
  right: 0.5rem;
  top: 0.25rem;
  height: 12px;
  width: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
  opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("../img/arrow-small.svg");
  mask-image: url("../img/arrow-small.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .breadcrumb-link:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .breadcrumb-link:hover::after{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  .breadcrumb-link:hover.last{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }
}

.breadcrumb-link.last{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.breadcrumb-link.last::after {
  display: none;
}

.mobile-breadcrumbs {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-breadcrumbs::-webkit-scrollbar {
  display: none;
}

/* ENDE BREADCRUMBS --------------------------------------------------------------*/

/* STAGE --------------------------------------------------------------*/

.mask--wiese {
  -webkit-mask: url("../img/stages/mask-wiese.svg") no-repeat;
  mask: url("../img/stages/mask-wiese.svg") no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.mask--fleck {
  -webkit-mask: url("../img/stages/mask-haus.svg") no-repeat;
  mask: url("../img/stages/mask-haus.svg") no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.mask--hexagon {
  -webkit-mask: url("../img/stages/mask-hexagon.svg") no-repeat;
  mask: url("../img/stages/mask-hexagon.svg") no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.mask--ball {
  -webkit-mask: url("../img/stages/mask-ball.svg") no-repeat;
  mask: url("../img/stages/mask-ball.svg") no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.mask--dreieck {
  -webkit-mask: url("../img/stages/mask-dreieck.svg") no-repeat;
  mask: url("../img/stages/mask-dreieck.svg") no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

/* ENDE STAGE --------------------------------------------------------------*/

/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/

a, a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.std_text_style p a,
.std_text_style ul li a {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  text-decoration-thickness: 1.25px;
  text-underline-offset: 3px;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #121212;
}

@media not all and (pointer: coarse) {
  .std_text_style p a,
  .std_text_style ul li a{
    --tw-text-opacity: 1;
    color: rgb(18 18 18 / var(--tw-text-opacity));
    text-decoration-color: #121212;
  }

  .std_text_style p a:hover,
  .std_text_style ul li a:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-decoration-color: #14A537;
  }
}

@media (min-width: 768px) {
  .std_text_style p a,
  .std_text_style ul li a {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  .std_text_style p a,
  .std_text_style ul li a {
    font-size: 28px;
    line-height: 40px;
    text-decoration-thickness: 2.25px;
  }
}

.link {
  display: flex;
  flex-direction: column;
}

.link a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  text-decoration: none;
}

.link_animation:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.link_animation::after {
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms;
  background-color: white;
  width: 100%;
  height: 1px;
  content: "";
}

.address a:hover {
  color: #ffffff;
}

.address a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.address a::after {
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms;
  background-color: white;
  width: 100%;
  height: 1px;
  content: "";
}

/* ENDE LINKS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.menu-button-container {
  position: relative;
  z-index: 20;
  transition: opacity 0.25s ease;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.menu-button-container.menu-active {
  background-color: #14A537;
}

@media not all and (pointer: coarse) {
  .menu-button-container.menu-active:hover span {
    background-color: #121212;
  }
}

.menu-button-container.menu-active span {
  background-color: #ffffff;
  width: 23.21px;
  height: 2px;
}

.menu-button-container.menu-active span.menu-line-top {
  transform: translateY(6px) translateX(-3px) rotate(45deg);
}

.menu-button-container.menu-active span.menu-line-middle {
  opacity: 0;
}

.menu-button-container.menu-active span.menu-line-bottom {
  transform: translateY(-6px) translateX(-3px) rotate(-45deg);
}

.menu-button-container span {
  position: absolute;
  left: 3px;
  transition: all 0.35s ease;
  cursor: pointer;
  border: none;
  border-radius: 25px;
  background: #121212;
  width: 18px;
  height: 2px;
}

.menu-button-container span:nth-of-type(1n) {
  top: 6px;
}

.menu-button-container span:nth-of-type(2n) {
  top: 12px;
}

.menu-button-container span:nth-of-type(3n) {
  top: 18px;
}

@media not all and (pointer: coarse) {
  .menu-button-container:hover span{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }
}

.map {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.map a {
  display: block;
  margin: 2px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("../img/Map.svg");
  mask-image: url("../img/Map.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .map a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }
}

.map.menu-active a{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media not all and (pointer: coarse) {
  .map.menu-active a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content);
  }
}

header {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 70px;
}

@media (min-width: 768px) {
  header {
    height: 120px;
  }
}

header .mobile-logo {
  width: 208px;
}

header .logo{
  position: relative;
  top: 21px;
  height: 38px;
  width: auto;
}

@media (min-width: 782px){
  header .logo{
    top: 0px;
  }
}

@media (min-width: 960px){
  header .logo{
    top: 24px;
    height: 72px;
  }
}

header .logo .st1 {
  fill: #0050a5;
}

header .logo .st2 {
  fill: #121212;
}

header.header_klein {
  height: 80px;
}

header.header_klein .mobile-logo {
  width: 38px;
}

header.header_klein .logo{
  position: relative;
  top: 21px;
  width: auto;
}

@media (min-width: 782px){
  header.header_klein .logo{
    top: 0px;
  }
}

@media (min-width: 960px){
  header.header_klein .logo{
    left: 0px;
    top: 15px;
    height: 50px;
  }
}

header.header_klein .logo #text{
  visibility: hidden;
  display: none;
}

@media (min-width: 960px){
  header.header_klein .logo #text{
    visibility: visible;
    display: block;
  }
}

.fullscreen_menu .menu-hauptmenu-container .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fullscreen_menu .menu-hauptmenu-container .menu .menu-item {
  flex: 0 0 32%;
  height: -moz-fit-content;
  height: fit-content;
}

.fullscreen_menu .menu-hauptmenu-container .menu .menu-item:nth-child(5) {
  margin-top: -50px;
}

.fullscreen_menu .menu-hauptmenu-container a {
  position: relative;
  transition: background-size 250ms;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  text-decoration: none;
}

@media (min-width: 2500px) {
  .fullscreen_menu .menu-hauptmenu-container a {
    font-size: 52px;
    line-height: 64px;
  }
}

.fullscreen_menu .menu-hauptmenu-container a.active-link {
  background-position: 0% 100%;
  background-size: 100% 1px;
}

@media not all and (pointer: coarse) {
  .fullscreen_menu .menu-hauptmenu-container a:hover {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}

.fullscreen_menu .menu-hauptmenu-container .sub-menu {
  margin-bottom: 60px;
}

.fullscreen_menu .menu-hauptmenu-container .sub-menu .menu-item {
  margin-top: 10px;
}

.fullscreen_menu .menu-hauptmenu-container .sub-menu a {
  font-size: 20px;
  line-height: 28px;
}

.fullscreen_menu .menu-hauptmenu-container .sub-menu .menu-item:nth-child(5) {
  margin-top: 10px;
}

@media (min-width: 2500px) {
  .fullscreen_menu .menu-hauptmenu-container .sub-menu .menu-item {
    margin-top: 18px;
  }

  .fullscreen_menu .menu-hauptmenu-container .sub-menu a {
    font-size: 28px;
    line-height: 40px;
  }

  .fullscreen_menu .menu-hauptmenu-container .sub-menu .menu-item:nth-child(5) {
    margin-top: 18px;
  }
}

.fullscreen_menu .nav_klein a {
  position: relative;
  opacity: 0;
  transition: background-size 250ms;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

@media (min-width: 2500px) {
  .fullscreen_menu .nav_klein a {
    font-size: 28px;
    line-height: 40px;
  }
}

@media not all and (pointer: coarse) {
  .fullscreen_menu .nav_klein a:hover {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}

.fullscreen_menu .nav_klein .menu-menu_klein-container .menu {
  display: flex;
}

.fullscreen_menu .nav_klein .menu-menu_klein-container .menu .menu-item {
  margin-right: 32px;
}

.fullscreen_menu #main-menu > li {
  position: relative;
  opacity: 0;
}

.fullscreen_menu .menu-item-166 {
  margin-top: -31px !important;
}

@media (min-width: 2500px) {
  .fullscreen_menu .menu-item-166 {
    margin-top: -55px !important;
  }
}

.fullscreen_menu .menu-item-165 {
  margin-top: 76px !important;
}

@media (min-width: 2500px) {
  .fullscreen_menu .menu-item-165 {
    margin-top: 172px !important;
  }
}

.fullscreen_menu .nav_anim {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}

.mobile-menu {
  overflow-y: scroll;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item:not(:last-child){
  margin-bottom: 42px;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item a.active-link {
  transition: background-size 250ms;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-position: 0% 100%;
  background-size: 0% 1px;
  background-size: 100% 1px;
  background-repeat: no-repeat;
  width: -moz-fit-content;
  width: fit-content;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item .sub-menu .menu-item{
  display: flex;
  height: 3rem;
  align-items: center;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item .sub-menu .menu-item:first-child {
  margin-top: 10px;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu > .menu-item .sub-menu .menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu-item-has-children {
  position: relative;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu-item-has-children::after{
  position: absolute;
  right: 0px;
  top: 0.25rem;
  margin-top: auto;
  margin-bottom: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .mobile-menu .main-menu .menu-hauptmenu-container .menu-item-has-children::after{
    height: 2rem;
    width: 2rem;
  }
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu-item-has-children::after {
  -webkit-mask-image: url("../img/arrow_collapsable.svg");
  mask-image: url("../img/arrow_collapsable.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.mobile-menu .main-menu .menu-hauptmenu-container .menu-item-has-children.open::after{
  --tw-rotate: 180deg;
  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));
}

.mobile-menu .small-menu .menu-menu_klein-container .menu{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.mobile-menu .small-menu .menu-menu_klein-container .menu .menu-item{
  height: 1.5rem;
}

.mobile-menu .small-menu a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@keyframes fadeInRight {
  0% {
    left: 10%;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

/* ENDE HEADER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/

.sitemap-links a {
  text-decoration: underline !important;
}

.sitemap-links a:hover {
  text-decoration: underline !important;
}

.btn{
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  padding-bottom: 7px;
  padding-top: 7px;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

@media not all and (pointer: coarse) {
  .btn:hover{
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }
}

.btn.download{
  position: relative;
  padding-right: 1.5rem;
}

.btn.download::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.download::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.download::after {
  -webkit-mask-image: url("../img/save.svg");
  mask-image: url("../img/save.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 2500px) {
  .btn.download::after{
    right: -1rem;
  }
}

@media not all and (pointer: coarse) {
  .btn.download:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.download:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  @media (min-width: 2500px) {
    .btn.download:hover::after{
      right: -1.5rem;
    }
  }
}

.btn.save{
  position: relative;
  padding-right: 1.5rem;
}

.btn.save::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.save::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.save::after {
  -webkit-mask-image: url("../img/Calendar.svg");
  mask-image: url("../img/Calendar.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 2500px) {
  .btn.save::after{
    right: -1rem;
  }
}

@media not all and (pointer: coarse) {
  .btn.save:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.save:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  @media (min-width: 2500px) {
    .btn.save:hover::after{
      right: -1.5rem;
    }
  }
}

.btn.share{
  position: relative;
  padding-right: 1.5rem;
}

.btn.share::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.share::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.share::after {
  -webkit-mask-image: url("../img/share.svg");
  mask-image: url("../img/share.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 2500px) {
  .btn.share::after{
    right: -1rem;
  }
}

@media not all and (pointer: coarse) {
  .btn.share:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.share:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  @media (min-width: 2500px) {
    .btn.share:hover::after{
      right: -1.5rem;
    }
  }
}

.btn.link{
  position: relative;
  padding-right: 1.5rem;
  text-decoration-line: none;
}

.btn.link::after{
  position: absolute;
  right: -0.25rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.link::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.link::after {
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 2500px) {
  .btn.link::after{
    right: -0.75rem;
  }
}

@media not all and (pointer: coarse) {
  .btn.link:hover::after{
    right: -0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  @media (min-width: 768px) {
    .btn.link:hover::after{
      right: -1.25rem;
    }
  }
}

.btn.focus{
  position: relative;
  padding-right: 1.5rem;
  font-size: 1.25rem;
}

.btn.focus::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.focus::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.focus::after {
  -webkit-mask-image: url("../img/trend.svg");
  mask-image: url("../img/trend.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 2500px) {
  .btn.focus::after {
    right: -1rem !important;
  }
}

@media not all and (pointer: coarse) {
  .btn.focus:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  @media (min-width: 2500px) {
    .btn.focus:hover::after {
      right: -2rem !important;
    }
  }
}

.btn.more {
  transition: 0.2s ease-out;
  position: relative;
  left: 0px;
  padding-right: 1.5rem;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

@media (min-width: 782px){
  .btn.more{
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 2500px){
  .btn.more{
    font-size: 40px;
    line-height: 52px;
  }
}

.btn.more::after {
  transition: 0.2s ease-out;
  position: absolute;
  right: -1rem;
  bottom: 0px;
  top: 0.25rem;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.more::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.more::after {
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .btn.more {
    transition: 0.2s ease-out;
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.more::after {
    transition: 0.2s ease-out;
    right: -0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  .btn.more:hover {
    transition: all 0.2s ease-out;
    left: -0.25rem;
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.more:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }
}

.btn.filter{
  position: relative;
  margin-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: "Circular XX";
}

@media (min-width: 768px) {
  .btn.filter {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  .btn.filter {
    font-size: 28px;
    line-height: 28px;
  }
}

.btn.filter::after{
  position: absolute;
  right: 0.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn.filter.active{
  position: relative;
  padding-right: 14px;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

.btn.filter.active::after{
  position: absolute;
  right: -0.5rem;
  top: 0px;
  margin: auto;
  height: 14px;
  width: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
  bottom: -4px;
  -webkit-mask-image: url("../img/close.svg");
  mask-image: url("../img/close.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.btn.nav{
  position: relative;
  font-size: 24px;
}

@media (min-width: 782px){
  .btn.nav{
    font-size: 32px;
  }
}

.btn.nav.forward{
  padding-right: 1.5rem;
}

.btn.nav.forward::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.nav.forward::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.nav.forward::after {
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .btn.nav.forward:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  .btn.nav.forward:hover .zoom img {
    display: none;
  }
}

.btn.nav.forward-link{
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

.btn.nav.forward-link::after{
  position: absolute;
  right: -1rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.nav.forward-link::after{
    height: 2rem;
    width: 2rem;
  }
}

.btn.nav.forward-link::after {
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .btn.nav.forward-link{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.nav.forward-link::after{
    right: -0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  .btn.nav.forward-link:hover{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.nav.forward-link:hover::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }
}

.btn.nav.backward{
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn.nav.backward::before{
  position: absolute;
  left: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
}

@media (min-width: 2500px){
  .btn.nav.backward::before{
    height: 2rem;
    width: 2rem;
  }
}

.btn.nav.backward::before {
  transform: rotate(180deg);
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .btn.nav.backward{
    padding-left: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.nav.backward::before{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }

  .btn.nav.backward:hover{
    padding-left: 2rem;
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .btn.nav.backward:hover::before{
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }
}

.pfeil{
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}

.pfeil::after{
  position: absolute;
  right: -0.5rem;
  bottom: 0px;
  top: 0px;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media not all and (pointer: coarse) {
  .pfeil:hover::after{
    right: -1rem;
  }
}

/* ENDE BUTTONS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/

/* ENDE LINKS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/

/* Breadcrumb */

/* Seite mit Stage oder Hero */

.mobileBreadcrumbStage {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mobileBreadcrumbStage {
    margin-top: unset;
  }
}

/* Suche */

.mobile-search-container .mobile-search-button{
  --tw-content: "";
  content: var(--tw-content);
  -webkit-mask-image: url("../img/search.svg");
  mask-image: url("../img/search.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.searchresult:last-child {
  margin-bottom: 3rem;
}

.filter-hidden {
  display: none;
}

.text-container p {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 768px) {
  .text-container p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 2500px) {
  .text-container p {
    font-size: 28px;
    line-height: 40px;
  }
}

.text-container ul li {
  font-size: 20px;
  line-height: 28px;
  font-family: "Circular XX";
}

@media (min-width: 2500px) {
  .text-container ul li {
    font-size: 28px;
    line-height: 40px;
  }
}

.accordion-container .accordion-header{
  position: relative;
}

.accordion-container .accordion-header span {
  transition: all 0.3s ease-in-out;
  background-color: #000;
  width: 12px;
  height: 2px;
}

.accordion-container .accordion-header span:nth-child(1) {
  transform: rotate(45deg);
  margin-right: -4px;
}

.accordion-container .accordion-header span:nth-child(2) {
  transform: rotate(-45deg);
  margin-right: -0.6px;
}

.accordion-container .accordion-header span:nth-child(3) {
  display: none;
  transform: rotate(-45deg);
  margin-top: 9px;
  margin-left: -19.9px;
}

.accordion-container .accordion-header span:nth-child(4) {
  display: none;
  transform: rotate(45deg);
  margin-top: 9px;
  margin-right: 0px;
  margin-left: -3px;
}

.accordion-container .accordion-header.open span {
  transition: all 0.3s ease-in-out;
  background-color: #000;
}

.accordion-container .accordion-header.open span:nth-child(3) {
  display: block;
}

.accordion-container .accordion-header.open span:nth-child(4) {
  display: block;
}

.accordion-container .accordion-body{
  margin-bottom: 0.75rem;
  height: 100%;
}

/* src: https://www.advancedcustomfields.com/resources/oembed/ */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zoom {
  cursor: pointer;
  height: auto;
  overflow: hidden;
}

.zoom img {
  transition: transform 0.5s ease;
}

@media not all and (pointer: coarse) {
  .zoom:hover img {
    transform: scale(1.05);
  }

  .zoom:hover + div a {
    --tw-text-opacity: 1;
    cursor: pointer;
    color: rgb(20, 165, 55, var(--tw-text-opacity));
    text-decoration: none;
  }

  .zoom:hover + div a::after{
    right: -1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(20 165 55 / var(--tw-bg-opacity));
  }
}

.link-list-item-container .link-item{
  position: relative;
  display: inline;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

@media (min-width: 782px){
  .link-list-item-container .link-item{
    font-size: 32px;
  }
}

@media (min-width: 1280px){
  .link-list-item-container .link-item{
    display: inline;
  }
}

@media (min-width: 2500px){
  .link-list-item-container .link-item{
    font-size: 40px;
  }
}

.link-list-item-container .link-item .link-text{
  position: relative;
  display: inline;
}

@media (min-width: 1280px){
  .link-list-item-container .link-item .link-text{
    display: inline;
  }
}

.link-list-item-container .link-item .link-text span{
  position: relative;
  display: inline;
}

@media (min-width: 1280px){
  .link-list-item-container .link-item .link-text span{
    display: inline;
  }
}

.link-list-item-container .link-item .link-text span::after{
  position: absolute;
  right: -2rem;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("../img/arrow-blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 2500px){
  .link-list-item-container .link-item .link-text span::after{
    height: 2rem;
    width: 2rem;
  }
}

@media not all and (pointer: coarse) {
  .link-list-item-container .link-item{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .link-list-item-container .link-item .link-text span::after{
    --tw-content: "";
    content: var(--tw-content);
    background-image: url("../img/arrow-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .link-list-item-container:hover .link-item{
    --tw-text-opacity: 1;
    color: rgb(20 165 55 / var(--tw-text-opacity));
  }

  .link-list-item-container:hover .link-item .link-text span{
    position: relative;
  }

  .link-list-item-container:hover .link-item .link-text span::after{
    right: -2.5rem;
    --tw-content: "";
    content: var(--tw-content);
    background-image: url("../img/arrow-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.flex-grid-container .grid-text-container .title-container {
  position: relative;
}

.flex-grid-container .grid-text-container .title-container .title-shape{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  height: 3rem;
  width: 3rem;
  opacity: 0;
}

@media (min-width: 782px){
  .flex-grid-container .grid-text-container .title-container .title-shape{
    left: -6rem;
    height: 6rem;
    width: 6rem;
    --tw-translate-x: 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));
  }
}

.flex-grid-container .grid-person-container .grid-person-image {
  opacity: 0;
}

.testimonial-form-container .testimonial-wrapper:nth-child(4n+1) .testimonial-shape{
  z-index: -10;
  grid-column-start: 6;
  grid-column-end: 11;
  height: 200px;
  width: 200px;
}

@media (min-width: 782px){
  .testimonial-form-container .testimonial-wrapper:nth-child(4n+1) .testimonial-shape{
    grid-column-start: 7;
    height: 400px;
    width: 400px;
  }
}

.testimonial-form-container .testimonial-wrapper:nth-child(4n+1) .testimonial-shape {
  background-image: url(../img/testimonials/shape-spray.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonial-form-container .testimonial-wrapper:nth-child(even) .testimonial{
  grid-column-start: 2;
  grid-column-end: 13;
}

@media (min-width: 782px){
  .testimonial-form-container .testimonial-wrapper:nth-child(even) .testimonial{
    grid-column-start: 5;
  }
}

.testimonial-form-container .testimonial-wrapper:nth-child(even) .testimonial-shape{
  z-index: -10;
  grid-column-start: 1;
  grid-column-end: 4;
  height: 200px;
  width: 121.076px;
  align-self: center;
}

@media (min-width: 782px){
  .testimonial-form-container .testimonial-wrapper:nth-child(even) .testimonial-shape{
    grid-column-start: 3;
    grid-column-end: 7;
    height: 400px;
    width: 242.133px;
  }
}

.testimonial-form-container .testimonial-wrapper:nth-child(even) .testimonial-shape {
  background-image: url(../img/testimonials/shape-halfstar.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.testimonial-form-container .testimonial-wrapper:nth-child(4n+3) .testimonial-shape{
  z-index: -10;
  grid-column-start: 6;
  grid-column-end: 13;
  height: 200px;
  width: 200px;
}

@media (min-width: 782px){
  .testimonial-form-container .testimonial-wrapper:nth-child(4n+3) .testimonial-shape{
    grid-column-start: 7;
    height: 400px;
    width: 400px;
  }
}

.testimonial-form-container .testimonial-wrapper:nth-child(4n+3) .testimonial-shape {
  background-image: url(../img/testimonials/shape-circle.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 782px){
  .testimonial-form-container .testimonial-wrapper .caption{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.testimonial-image-container{
  padding-bottom: 0px;
}

@media (min-width: 782px){
  .testimonial-image-container{
    padding-bottom: 0px;
  }
}

.testimonial-image-container .testimonial-wrapper:nth-child(odd) .testimonial{
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 782px){
  .testimonial-image-container .testimonial-wrapper:nth-child(odd) .testimonial{
    grid-column-end: 7;
  }
}

.testimonial-image-container .testimonial-wrapper:nth-child(odd) .testimonial-image{
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 782px){
  .testimonial-image-container .testimonial-wrapper:nth-child(odd) .testimonial-image{
    grid-column-start: 8;
  }
}

.testimonial-image-container .testimonial-wrapper:nth-child(odd) .testimonial-image {
  -webkit-mask: url(../img/testimonials/mask-hexagon.svg) no-repeat center;
  mask: url(../img/testimonials/mask-hexagon.svg) no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.testimonial-image-container .testimonial-wrapper:nth-child(even) .testimonial{
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 782px){
  .testimonial-image-container .testimonial-wrapper:nth-child(even) .testimonial{
    grid-column-start: 5;
  }
}

.testimonial-image-container .testimonial-wrapper:nth-child(even) .testimonial-image{
  grid-column-start: 1;
  grid-column-end: 13;
}

@media (min-width: 782px){
  .testimonial-image-container .testimonial-wrapper:nth-child(even) .testimonial-image{
    grid-column-end: 5;
  }
}

.testimonial-image-container .testimonial-wrapper:nth-child(even) .testimonial-image {
  -webkit-mask: url(../img/testimonials/mask-circle.svg) no-repeat center;
  mask: url(../img/testimonials/mask-circle.svg) no-repeat center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

@media (min-width: 782px){
  .testimonial-image-container .testimonial-wrapper .caption{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pairedHover-1 img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@media not all and (pointer: coarse) {
  .pairedHover-1 img{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
}

.pairedHover-1.hovered img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.pairedHover-2.hovered{
  --tw-text-opacity: 1;
  color: rgb(20 165 55 / var(--tw-text-opacity));
}

.pairedHover-2.hovered.forward::after{
  right: -1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 165 55 / var(--tw-bg-opacity));
}

/* Flickity */

.flickity-prev-next-button.previous {
  top: -20px;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.flickity-prev-next-button.next {
  top: -20px;
  left: 50px;
  width: -moz-fit-content;
  width: fit-content;
}

.flickity-prev-next-button::after {
  position: absolute;
  top: 0;
  background-image: url(../img/arrow.svg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}

.flickity-prev-next-button.previous::after {
  transform: rotate(180deg);
}

.flickity-prev-next-button.next::after {
  transform: rotate(0);
}

.flickity-prev-next-button:hover {
  background: none;
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.flickity-button:disabled {
  opacity: 0.3;
}

/* Flickity Hero Slider */

.carousel {
  position: relative;
}

.carousel h1 {
  -webkit-hyphens: none;
  hyphens: none;
}

.carousel .flickity-prev-next-button {
  display: none;
  position: absolute;
  transform: translateY(-12px);
  border-radius: 0 !important;
}

@media (min-width: 576px) {
  .carousel .flickity-prev-next-button {
    display: block;
  }
}

.carousel .flickity-prev-next-button::after {
  top: 50%;
  background-image: url(../img/arrow_slider_right.svg) !important;
  background-size: 100% auto !important;
}

.carousel .flickity-prev-next-button.next::after {
  right: auto;
  left: 0;
}

.carousel .flickity-prev-next-button.previous::after {
  right: 0;
  left: auto;
}

.carousel .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.carousel .flickity-prev-next-button.previous {
  top: 0;
  right: auto;
  left: 0;
  width: 60px;
  height: 100%;
}

.carousel .flickity-prev-next-button.next {
  top: 0;
  right: 0;
  left: auto;
  width: 60px;
  height: 100%;
}

.carousel .slideAnimTitel,
.carousel .slideAnimShape,
.carousel .slideAnimBild {
  opacity: 0;
  transition: all 0.1s ease-out;
}

.carousel .slideAnimTitel,
.carousel .slideAnimShape {
  transform: translateX(60px);
}

.carousel .slideAnimBild {
  transform: translateX(30px);
}

.carousel .is-selected .slideAnimTitel {
  transform: translateX(0);
  opacity: 1;
  transition: all 2s ease-out;
}

.carousel .is-selected .slideAnimShape {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 1s;
  transition: all 3s ease-out;
}

.carousel .is-selected .slideAnimBild {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
  transition: all 2.5s ease-out;
}

/* ENDE CONTENT  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.onhover-black:hover {
  filter: grayscale(100%) invert(100%);
}

.newsletter-border {
  transition: background-size 250ms;
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
}

@media not all and (pointer: coarse) {
  .newsletter-border:hover {
    border-color: rgba(255, 255, 255, 0);
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}

/* ENDE FOOTER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# 404 SEITE
--------------------------------------------------------------*/

/* ENDE 404 SEITE  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# KEYFRAMES
--------------------------------------------------------------*/

/* ENDE KEYFRAMES ---------------------------------------------------------- */

/* Ninja Forms */

/* -------------------------------------------------------> Formularlabel */

.nf-form-content label {
  display: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.nf-field-label {
  display: none;
}

.listcheckbox-wrap .nf-field-label {
  display: block;
  margin-top: 20px;
  color: black !important;
  font-size: 18px !important;
}

.nf-field-label label {
  font-weight: 400 !important;
}

.nf-form-title h3 {
  margin-bottom: 24px;
  font-weight: 950;
  font-size: 18px !important;
}

@media (min-width: 768px) {
  .nf-form-title h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

/* -------------------------------------------------------> Formularfelder */

.nf-form-content .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content .nf-field-element div,
.nf-form-content .ninja-forms-field {
  transition: all 0.3s;
  margin-top: -6px !important;
  box-shadow: none;
  border-top: 1px solid #c8c8c8 !important;
  border-right: none !important;
  border-bottom: #c8c8c8 1px solid !important;
  border-left: none !important;
  border-radius: 0;
  background-color: #fff !important;
  padding: 2px 0;
  height: 45px !important;
  color: #000 !important;
  font-size: 18px !important;
}

@media (min-width: 2500px) {
  .nf-form-content .nf-field-element > div,
  .nf-form-content input:not([type=button]),
  .nf-form-content textarea,
  .nf-form-content .nf-field-element div,
  .nf-form-content .ninja-forms-field {
    height: 55px !important;
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

.nf-field-container {
  font-weight: normal;
  font-family: "Circular XX";
}

#nf-field-21-wrap .nf-field-element {
  width: 50%;
}

.nf-form-content input::-moz-placeholder, .nf-form-content textarea::-moz-placeholder {
  opacity: 1;
  color: #c8c8c8;
  font-weight: normal;
  font-size: 18px;
  font-family: "Circular XX";
}

.nf-form-content input::placeholder,
.nf-form-content textarea::placeholder {
  opacity: 1;
  color: #c8c8c8;
  font-weight: normal;
  font-size: 18px;
  font-family: "Circular XX";
}

@media (min-width: 768px) {
  .nf-form-content input::-moz-placeholder, .nf-form-content textarea::-moz-placeholder {
    font-size: 20px !important;
  }

  .nf-form-content input::placeholder,
  .nf-form-content textarea::placeholder {
    font-size: 20px !important;
  }
}

@media (min-width: 2500px) {
  .nf-form-content input::-moz-placeholder, .nf-form-content textarea::-moz-placeholder {
    font-size: 28px !important;
  }

  .nf-form-content input::placeholder,
  .nf-form-content textarea::placeholder {
    font-size: 28px !important;
  }
}

.nf-form-content input:focus::-moz-placeholder, .nf-form-content textarea:focus::-moz-placeholder {
  opacity: 0;
}

.nf-form-content input:focus::placeholder,
.nf-form-content textarea:focus::placeholder {
  opacity: 0;
}

.nf-form-content textarea.ninja-forms-field {
  padding-top: 4px !important;
  max-height: 45px;
  font-size: 20px !important;
}

@media (min-width: 2500px) {
  .nf-form-content textarea.ninja-forms-field {
    max-height: 55px !important;
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

.nf-field-element {
  margin-top: -10px !important;
}

@media (min-width: 768px) {
  .nf-field-element {
    margin-top: 0 !important;
  }
}

.nf-form-content textarea.ninja-forms-field:focus {
  height: 200px !important;
  max-height: 200px !important;
}

.nf-field-container {
  position: relative;
  clear: both;
  margin-bottom: 0 !important;
}

.nf-form-content {
  margin: 0 auto;
  padding: 0 !important;
  max-width: 1000px;
}

.checkbox-wrap .nf-field-label label:after {
  top: 2px !important;
  transition: none !important;
  border: 2px solid black !important;
  background: white !important;
}

@media (min-width: 768px) {
  .checkbox-wrap .nf-field-label label:after {
    top: 5px !important;
  }
}

@media (min-width: 2500px) {
  .checkbox-wrap .nf-field-label label:after {
    top: 10px !important;
  }
}

.listcheckbox-wrap .nf-field-element label:after {
  top: 2px !important;
  transition: none !important;
  border: 2px solid black !important;
  background: white !important;
}

.listcheckbox-wrap .nf-field-element li:before {
  display: none !important;
}

.listradio-wrap .nf-field-element label:after {
  transition: none !important;
  border: 2px solid black !important;
  background: white !important;
  align-self: center !important;
  bottom: auto !important;
  top: 0.3em !important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before {
  align-self: center !important;
  bottom: auto !important;
  top: calc(0.3em + 4px) !important;
}

.listradio-wrap .nf-field-element li:before {
  display: none !important;
}

.nf-field-description {
  margin-bottom: 20px !important;
}

.nf-field-description p {
  font-weight: 700 !important;
  font-size: 16px !important;
}

.pikaday__container {
  border-bottom: none !important;
}

.checkbox-container.label-right .nf-field-label {
  padding-top: 24px !important;
}

.checkbox-wrap .nf-field-label label:before {
  top: 2px !important;
  left: -28px !important;
  background-color: #000;
  width: 18px;
  height: 18px;
  content: "" !important;
}

@media (min-width: 768px) {
  .checkbox-wrap .nf-field-label label:before {
    top: 5px !important;
  }
}

@media (min-width: 2500px) {
  .checkbox-wrap .nf-field-label label:before {
    top: 10px !important;
  }
}

.listcheckbox-wrap .nf-field-element label:before {
  top: 2px !important;
  left: -28px !important;
  background-color: #000;
  width: 18px;
  height: 18px;
  content: "" !important;
}

.checkbox-wrap .nf-field-label label.nf-checked-label:before {
  top: 0;
  top: 2px !important;
  left: -28px !important;
  background-color: #000;
  width: 18px;
  height: 18px;
  content: "";
}

@media (min-width: 768px) {
  .checkbox-wrap .nf-field-label label.nf-checked-label:before {
    top: 5px !important;
  }
}

@media (min-width: 2500px) {
  .checkbox-wrap .nf-field-label label.nf-checked-label:before {
    top: 10px !important;
  }
}

.listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
  top: 0;
  top: 2px !important;
  left: -28px !important;
  background-color: #000;
  width: 18px;
  height: 18px;
  content: "";
}

.listselect-wrap {
  margin-bottom: 24px;
  padding-top: 5px;
  padding-bottom: -2px;
}

.listselect-wrap::after {
  position: absolute;
  top: 75%;
  right: 0px;
  z-index: 5;
  background-image: url(../img/arrow_nf.svg);
  background-size: cover;
  width: 12px;
  height: 12px;
  content: "";
}

.list-select-wrap > div {
  padding-left: 16px !important;
}

nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  padding: 0 !important;
}

.number-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 24px;
  width: 175px;
}

.number-wrap label {
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 1;
  padding: 0 20px;
  color: #000;
  font-family: "Circular XX";
}

.nf-form-content label {
  font-size: 18px !important;
  line-height: 24px !important;
}

@media (min-width: 768px) {
  .nf-form-content label {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 2500px) {
  .nf-form-content label {
    font-size: 28px !important;
    line-height: 40px !important;
  }
}

.number-wrap input[type=number] {
  margin-top: 16px !important;
  border: none;
  border-right: 1px solid #c8c8c8 !important;
  border-left: 1px solid #c8c8c8 !important;
  padding-left: 16px !important;
  font-size: 20px;
}

.nf-field-label {
  display: block !important;
}

.nf-pass.field-wrap .nf-field-element::after {
  top: -10% !important;
}

/* -------------------------------------------------------> Button */

.nf-form-content input[type=submit] {
  transition: all 150ms !important;
  cursor: pointer !important;
  margin-top: 5px !important;
  border: none !important;
  background: url("../img/arrow-blue.svg") no-repeat right center !important;
  padding-right: 35px !important;
  color: #14A537 !important;
  font-size: 18px !important;
  font-family: "Circular XX" !important;
}

@media (min-width: 768px) {
  .nf-form-content input[type=submit] {
    font-size: 20px !important;
  }
}

@media (min-width: 2500px) {
  .nf-form-content input[type=submit] {
    font-size: 28px !important;
  }
}

@media not all and (pointer: coarse) {
  .nf-form-content input[type=submit]:hover {
    background: url("../img/arrow-blue.svg") no-repeat right center !important;
    padding-right: 45px !important;
    color: #14A537 !important;
    text-decoration: none !important;
  }
}

/* -------------------------------------------------------> erforderlich */

.nf-form-fields-required {
  display: none !important;
}

/* -------------------------------------------------------> Warnmeldung */

.nf-error-msg {
  margin-bottom: 1em;
  color: #e80000;
  font-weight: normal !important;
  font-family: "Circular XX" !important;
}

.nf-error .nf-error-msg {
  margin-bottom: 1em;
  color: #e80000;
  font-weight: normal !important;
  font-size: 13px;
  font-family: "Circular XX" !important;
}

@media (min-width: 2500px) {
  .nf-error .nf-error-msg {
    font-size: 16px !important;
  }
}

/* -------------------------------------------------------> Warnsymbol */

.nf-error.field-wrap .nf-field-element::after {
  display: none !important;
  position: absolute;
  top: -10% !important;
  right: 0 !important;
  bottom: 0 !important;
  transition: all 0.3s;
  background: #e80000;
  width: 50px;
  height: 50px;
  content: "\f12a";
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-family: FontAwesome;
  text-align: center;
}

.ninja-forms-req-symbol {
  color: #fff !important;
}

.nf-response-msg {
  color: #000;
}

.nf-error input[type=text],
.nf-error input[type=email] {
  border-bottom: #e80000 3px solid !important;
}

.sendenButton {
  background-color: red;
}

/* ENDE NINJAFORMS ---------------------------------------------------------- */

/* Mailchimp */

/* -------------------------------------------------------> Anmeldeformular */

#mc_embed_shell {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  #mc_embed_shell {
    font-size: 20px !important;
  }
}

@media (min-width: 2500px) {
  #mc_embed_shell {
    font-size: 28px !important;
  }
}

#mc_embed_shell input.email {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  outline: none;
  background-color: transparent;
  width: 130px;
}

@media (min-width: 768px) {
  #mc_embed_shell input.email {
    width: 150px;
  }
}

@media (min-width: 2500px) {
  #mc_embed_shell input.email {
    width: 195px;
  }
}

#mc_embed_shell input.email::-moz-placeholder {
  opacity: 1;
  /* Firefox */
  color: #fff;
}

#mc_embed_shell input.email::placeholder {
  opacity: 1;
  /* Firefox */
  color: #fff;
}

#mc_embed_shell input.email::-ms-input-placeholder {
  color: #fff;
  /* Edge 12 -18 */
}

#mc_embed_shell input.email:focus {
  width: calc(100% - 37px) !important;
}

@media (min-width: 2500px) {
  #mc_embed_shell input.email:focus {
    width: 360px !important;
  }
}

#mc_embed_shell input.email:focus::-moz-placeholder {
  opacity: 0.5;
  /* Firefox */
}

#mc_embed_shell input.email:focus::placeholder {
  opacity: 0.5;
  /* Firefox */
}

#mc_embed_shell input.email:not(:-moz-placeholder) {
  width: calc(100% - 37px) !important;
}

#mc_embed_shell input.email:not(:-moz-placeholder-shown) {
  width: calc(100% - 37px) !important;
}

#mc_embed_shell input.email:not(:placeholder-shown) {
  width: calc(100% - 37px) !important;
}

@media (min-width: 2500px) {
  #mc_embed_shell input.email:not(:-moz-placeholder) {
    width: 360px !important;
  }

  #mc_embed_shell input.email:not(:-moz-placeholder-shown) {
    width: 360px !important;
  }

  #mc_embed_shell input.email:not(:placeholder-shown) {
    width: 360px !important;
  }
}

#mc_embed_shell .newsletter-border:hover input.email {
  width: 138px;
}

@media (min-width: 768px) {
  #mc_embed_shell .newsletter-border:hover input.email {
    width: 158px;
  }
}

@media (min-width: 2500px) {
  #mc_embed_shell .newsletter-border:hover input.email {
    width: 204px;
  }
}

#mc_embed_shell .button {
  display: inline-block;
  -webkit-mask-image: url("../img/arrow.svg");
  mask-image: url("../img/arrow.svg");
  -webkit-mask-position: right 3px;
  mask-position: right 3px;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: all 0.3s;
  cursor: pointer;
  background-color: white;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
}

@media (min-width: 2500px) {
  #mc_embed_shell .button {
    position: relative;
    top: 1px;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    width: 32px;
    height: 32px;
  }
}

#mc_embed_shell .mce_inline_error {
  position: absolute;
  top: 50px;
  margin: 0;
  background-color: transparent !important;
  padding: 0 !important;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 2500px) {
  #mc_embed_shell .mce_inline_error {
    top: 60px;
    font-size: 20px !important;
  }
}

#mc_embed_shell #mc_embed_signup input.mce_inline_error {
  position: relative;
  top: 0;
  border: none;
  padding-top: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  #mc_embed_shell #mc_embed_signup input.mce_inline_error {
    font-size: 20px !important;
  }
}

@media (min-width: 2500px) {
  #mc_embed_shell #mc_embed_signup input.mce_inline_error {
    font-size: 28px !important;
  }
}

#mc_embed_shell #mce-responses {
  background-color: transparent !important;
  padding-top: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 16px !important;
  font-family: "Circular XX", Helvetica, Arial, sans-serif;
}

@media (min-width: 2500px) {
  #mc_embed_shell #mce-responses {
    font-size: 20px !important;
  }
}

.featherlight {
  cursor: auto !important;
}

.featherlight:last-of-type {
  background: rgb(255, 255, 255) !important;
}

.featherlight .featherlight-close-icon {
  top: 32px !important;
  right: 65px !important;
  opacity: 1 !important;
  background-image: url(../img/close.svg) !important;
  width: 18px !important;
  height: 18px !important;
}

.featherlight-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-top: 0 !important;
  background-image: url(../img/arrow_slider_right.svg) !important;
  background-position: 0px 4px !important;
  width: 24px !important;
  height: 24px !important;
}

@media (min-width: 1200px) {
  .featherlight-next {
    right: -30px !important;
  }
}

@media (min-width: 1440px) {
  .featherlight-next {
    right: -50px !important;
  }
}

@media (min-width: 2500px) {
  .featherlight-next {
    right: -80px !important;
  }
}

.featherlight-previous {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  margin-top: 0 !important;
  background-image: url(../img/arrow_slider_left.svg) !important;
  background-position: 0px 4px !important;
  width: 24px !important;
  height: 24px !important;
}

@media (min-width: 1200px) {
  .featherlight-previous {
    left: -30px !important;
  }
}

@media (min-width: 1440px) {
  .featherlight-previous {
    left: -50px !important;
  }
}

@media (min-width: 2500px) {
  .featherlight-previous {
    left: -80px !important;
  }
}

.lightbox {
  cursor: default;
}

.lightbox img {
  cursor: url("../img/zoom_in.svg"), auto !important;
}

/* Recaptcha bei Formularen */

.nf-form-content .nf-field-element > div.g-recaptcha {
  margin: 15px 0 50px !important;
  border: none !important;
}

.nf-form-content .nf-field-element > div.g-recaptcha > div,
.nf-form-content .nf-field-element > div.g-recaptcha > div > div {
  border: none !important;
}

.nf-input-limit {
  display: none !important;
}

.std_text_style ul li:before {
  left: 5px !important;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:placeholder\:opacity-0:focus::-moz-placeholder{
  opacity: 0;
}

.focus\:placeholder\:opacity-0:focus::placeholder{
  opacity: 0;
}

.active\:border-black:active{
  --tw-border-opacity: 1;
  border-color: rgb(18 18 18 / var(--tw-border-opacity));
}

@media (min-width: 600px){
  .sm\:-right-\[16\.86px\]{
    right: -16.86px;
  }

  .sm\:right-\[250px\]{
    right: 250px;
  }

  .sm\:top-\[245px\]{
    top: 245px;
  }

  .sm\:top-\[300px\]{
    top: 300px;
  }

  .sm\:top-\[330px\]{
    top: 330px;
  }

  .sm\:mb-\[120px\]{
    margin-bottom: 120px;
  }

  .sm\:h-\[calc\(237px\/2\.5\)\]{
    height: calc(237px / 2.5);
  }

  .sm\:h-\[calc\(268px\/2\.5\)\]{
    height: calc(268px / 2.5);
  }

  .sm\:h-\[calc\(328px\/2\.5\)\]{
    height: calc(328px / 2.5);
  }

  .sm\:h-\[calc\(332px\/2\.5\)\]{
    height: calc(332px / 2.5);
  }

  .sm\:h-\[calc\(536px\/2\.5\)\]{
    height: calc(536px / 2.5);
  }

  .sm\:h-\[calc\(595px\/2\.5\)\]{
    height: calc(595px / 2.5);
  }

  .sm\:h-\[calc\(667px\/2\.5\)\]{
    height: calc(667px / 2.5);
  }

  .sm\:h-\[calc\(734px\/2\.5\)\]{
    height: calc(734px / 2.5);
  }

  .sm\:w-\[calc\(250px\/2\.5\)\]{
    width: calc(250px / 2.5);
  }

  .sm\:w-\[calc\(283px\/2\.5\)\]{
    width: calc(283px / 2.5);
  }

  .sm\:w-\[calc\(335px\/2\.5\)\]{
    width: calc(335px / 2.5);
  }

  .sm\:w-\[calc\(347px\/2\.5\)\]{
    width: calc(347px / 2.5);
  }

  .sm\:w-\[calc\(464px\/2\.5\)\]{
    width: calc(464px / 2.5);
  }

  .sm\:w-\[calc\(621px\/2\.5\)\]{
    width: calc(621px / 2.5);
  }

  .sm\:w-\[calc\(641px\/2\.5\)\]{
    width: calc(641px / 2.5);
  }

  .sm\:w-\[calc\(667px\/2\.5\)\]{
    width: calc(667px / 2.5);
  }
}

@media (min-width: 782px){
  .md\:static{
    position: static;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:-left-24{
    left: -6rem;
  }

  .md\:-right-\[122\.48px\]{
    right: -122.48px;
  }

  .md\:-right-\[16\.86px\]{
    right: -16.86px;
  }

  .md\:-right-\[37px\]{
    right: -37px;
  }

  .md\:-right-\[50px\]{
    right: -50px;
  }

  .md\:-right-\[53px\]{
    right: -53px;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:right-\[420px\]{
    right: 420px;
  }

  .md\:right-\[43px\]{
    right: 43px;
  }

  .md\:right-\[492\.47px\]{
    right: 492.47px;
  }

  .md\:right-\[500px\]{
    right: 500px;
  }

  .md\:right-\[679\.03px\]{
    right: 679.03px;
  }

  .md\:right-\[813px\]{
    right: 813px;
  }

  .md\:right-\[819px\]{
    right: 819px;
  }

  .md\:right-\[850px\]{
    right: 850px;
  }

  .md\:right-\[96px\]{
    right: 96px;
  }

  .md\:right-\[97\.3px\]{
    right: 97.3px;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-\[100px\]{
    top: 100px;
  }

  .md\:top-\[150px\]{
    top: 150px;
  }

  .md\:top-\[270px\]{
    top: 270px;
  }

  .md\:top-\[30\%\]{
    top: 30%;
  }

  .md\:top-\[390px\]{
    top: 390px;
  }

  .md\:top-\[85px\]{
    top: 85px;
  }

  .md\:top-\[89\.69px\]{
    top: 89.69px;
  }

  .md\:top-\[calc\(103\.01px-80px\)\]{
    top: calc(103.01px - 80px);
  }

  .md\:top-\[calc\(165px-80px\)\]{
    top: calc(165px - 80px);
  }

  .md\:top-\[calc\(189px-80px\)\]{
    top: calc(189px - 80px);
  }

  .md\:top-\[calc\(215px-80px\)\]{
    top: calc(215px - 80px);
  }

  .md\:top-\[calc\(424px-80px\)\]{
    top: calc(424px - 80px);
  }

  .md\:top-\[calc\(440px-80px\)\]{
    top: calc(440px - 80px);
  }

  .md\:top-\[calc\(457px-80px\)\]{
    top: calc(457px - 80px);
  }

  .md\:top-\[calc\(5px\)\]{
    top: calc(5px);
  }

  .md\:top-\[calc\(81px-80px\)\]{
    top: calc(81px - 80px);
  }

  .md\:top-\[calc\(87px-80px\)\]{
    top: calc(87px - 80px);
  }

  .md\:top-\[calc\(89px-80px\)\]{
    top: calc(89px - 80px);
  }

  .md\:top-\[calc\(91\.8px-80px\)\]{
    top: calc(91.8px - 80px);
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-3{
    grid-column-start: 3;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-start-7{
    grid-column-start: 7;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:col-start-11{
    grid-column-start: 11;
  }

  .md\:col-end-11{
    grid-column-end: 11;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:row-start-1{
    grid-row-start: 1;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-\[96px\]{
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-24{
    margin-bottom: 6rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:mb-\[96px\]{
    margin-bottom: 96px;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:ml-12{
    margin-left: 3rem;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:ml-\[100px\]{
    margin-left: 100px;
  }

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-20{
    margin-top: 5rem;
  }

  .md\:mt-24{
    margin-top: 6rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

  .md\:mt-48{
    margin-top: 12rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-\[120px\]{
    margin-top: 120px;
  }

  .md\:mt-\[44px\]{
    margin-top: 44px;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-\[188px\]{
    height: 188px;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:h-\[237px\]{
    height: 237px;
  }

  .md\:h-\[259px\]{
    height: 259px;
  }

  .md\:h-\[268px\]{
    height: 268px;
  }

  .md\:h-\[328px\]{
    height: 328px;
  }

  .md\:h-\[332px\]{
    height: 332px;
  }

  .md\:h-\[352px\]{
    height: 352px;
  }

  .md\:h-\[396px\]{
    height: 396px;
  }

  .md\:h-\[400px\]{
    height: 400px;
  }

  .md\:h-\[415px\]{
    height: 415px;
  }

  .md\:h-\[536px\]{
    height: 536px;
  }

  .md\:h-\[540px\]{
    height: 540px;
  }

  .md\:h-\[600px\]{
    height: 600px;
  }

  .md\:h-\[630px\]{
    height: 630px;
  }

  .md\:h-\[635px\]{
    height: 635px;
  }

  .md\:h-\[697\.76px\]{
    height: 697.76px;
  }

  .md\:h-\[703\.07px\]{
    height: 703.07px;
  }

  .md\:h-\[720px\]{
    height: 720px;
  }

  .md\:h-\[728px\]{
    height: 728px;
  }

  .md\:h-\[calc\(237px\/1\.5\)\]{
    height: calc(237px / 1.5);
  }

  .md\:h-\[calc\(268px\/1\.5\)\]{
    height: calc(268px / 1.5);
  }

  .md\:h-\[calc\(328px\/1\.5\)\]{
    height: calc(328px / 1.5);
  }

  .md\:h-\[calc\(332px\/1\.5\)\]{
    height: calc(332px / 1.5);
  }

  .md\:h-\[calc\(536px\/1\.5\)\]{
    height: calc(536px / 1.5);
  }

  .md\:h-\[calc\(595px\/1\.5\)\]{
    height: calc(595px / 1.5);
  }

  .md\:h-\[calc\(667px\/1\.5\)\]{
    height: calc(667px / 1.5);
  }

  .md\:h-\[calc\(734px\/1\.5\)\]{
    height: calc(734px / 1.5);
  }

  .md\:min-h-\[188px\]{
    min-height: 188px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-24{
    width: 6rem;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:w-\[188px\]{
    width: 188px;
  }

  .md\:w-\[242\.133px\]{
    width: 242.133px;
  }

  .md\:w-\[250px\]{
    width: 250px;
  }

  .md\:w-\[283px\]{
    width: 283px;
  }

  .md\:w-\[312px\]{
    width: 312px;
  }

  .md\:w-\[335px\]{
    width: 335px;
  }

  .md\:w-\[347px\]{
    width: 347px;
  }

  .md\:w-\[400px\]{
    width: 400px;
  }

  .md\:w-\[426px\]{
    width: 426px;
  }

  .md\:w-\[430px\]{
    width: 430px;
  }

  .md\:w-\[464px\]{
    width: 464px;
  }

  .md\:w-\[619\.45px\]{
    width: 619.45px;
  }

  .md\:w-\[663px\]{
    width: 663px;
  }

  .md\:w-\[697\.76px\]{
    width: 697.76px;
  }

  .md\:w-\[744px\]{
    width: 744px;
  }

  .md\:w-\[926\.925px\]{
    width: 926.925px;
  }

  .md\:w-\[calc\(250px\/1\.5\)\]{
    width: calc(250px / 1.5);
  }

  .md\:w-\[calc\(283px\/1\.5\)\]{
    width: calc(283px / 1.5);
  }

  .md\:w-\[calc\(335px\/1\.5\)\]{
    width: calc(335px / 1.5);
  }

  .md\:w-\[calc\(347px\/1\.5\)\]{
    width: calc(347px / 1.5);
  }

  .md\:w-\[calc\(464px\/1\.5\)\]{
    width: calc(464px / 1.5);
  }

  .md\:w-\[calc\(621px\/1\.5\)\]{
    width: calc(621px / 1.5);
  }

  .md\:w-\[calc\(641px\/1\.5\)\]{
    width: calc(641px / 1.5);
  }

  .md\:w-\[calc\(667px\/1\.5\)\]{
    width: calc(667px / 1.5);
  }

  .md\:min-w-\[190px\]{
    min-width: 190px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:\!py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:pb-12{
    padding-bottom: 3rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-lg{
    font-size: 32px;
    line-height: 36px;
  }

  .md\:text-xl{
    font-size: 1.25rem;
  }
}

@media (min-width: 960px){
  .lg\:visible{
    visibility: visible;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:top-\[15px\]{
    top: 15px;
  }

  .lg\:top-\[24px\]{
    top: 24px;
  }

  .lg\:col-end-7{
    grid-column-end: 7;
  }

  .lg\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-6{
    margin-left: 1.5rem;
  }

  .lg\:mt-\[200px\]{
    margin-top: 200px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[50px\]{
    height: 50px;
  }

  .lg\:h-\[72px\]{
    height: 72px;
  }
}

@media (min-width: 1280px){
  .xl\:right-\[492\.47px\]{
    right: 492.47px;
  }

  .xl\:right-\[750px\]{
    right: 750px;
  }

  .xl\:right-\[819px\]{
    right: 819px;
  }

  .xl\:top-\[200px\]{
    top: 200px;
  }

  .xl\:top-\[390px\]{
    top: 390px;
  }

  .xl\:top-\[5px\]{
    top: 5px;
  }

  .xl\:top-\[78px\]{
    top: 78px;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:h-\[237px\]{
    height: 237px;
  }

  .xl\:h-\[268px\]{
    height: 268px;
  }

  .xl\:h-\[328px\]{
    height: 328px;
  }

  .xl\:h-\[332px\]{
    height: 332px;
  }

  .xl\:h-\[536px\]{
    height: 536px;
  }

  .xl\:h-\[595px\]{
    height: 595px;
  }

  .xl\:h-\[667px\]{
    height: 667px;
  }

  .xl\:h-\[720px\]{
    height: 720px;
  }

  .xl\:h-\[734px\]{
    height: 734px;
  }

  .xl\:w-\[250px\]{
    width: 250px;
  }

  .xl\:w-\[283px\]{
    width: 283px;
  }

  .xl\:w-\[335px\]{
    width: 335px;
  }

  .xl\:w-\[347px\]{
    width: 347px;
  }

  .xl\:w-\[464px\]{
    width: 464px;
  }

  .xl\:w-\[621px\]{
    width: 621px;
  }

  .xl\:w-\[641px\]{
    width: 641px;
  }

  .xl\:w-\[667px\]{
    width: 667px;
  }
}

@media (min-width: 1440px){
  .\32xl\:col-end-12{
    grid-column-end: 12;
  }
}

@media (min-width: 2500px){
  .\33xl\:-right-\[100px\]{
    right: -100px;
  }

  .\33xl\:-right-\[11px\]{
    right: -11px;
  }

  .\33xl\:-right-\[53\.5px\]{
    right: -53.5px;
  }

  .\33xl\:-right-\[81px\]{
    right: -81px;
  }

  .\33xl\:-right-\[89\.5px\]{
    right: -89.5px;
  }

  .\33xl\:right-\[1202\.81px\]{
    right: 1202.81px;
  }

  .\33xl\:right-\[1242px\]{
    right: 1242px;
  }

  .\33xl\:right-\[1250px\]{
    right: 1250px;
  }

  .\33xl\:right-\[1299\.52px\]{
    right: 1299.52px;
  }

  .\33xl\:right-\[142px\]{
    right: 142px;
  }

  .\33xl\:right-\[164\.45px\]{
    right: 164.45px;
  }

  .\33xl\:right-\[31\.82px\]{
    right: 31.82px;
  }

  .\33xl\:right-\[758px\]{
    right: 758px;
  }

  .\33xl\:top-0{
    top: 0px;
  }

  .\33xl\:top-\[14\.5\%\]{
    top: 14.5%;
  }

  .\33xl\:top-\[302\.54px\]{
    top: 302.54px;
  }

  .\33xl\:top-\[453\.01px\]{
    top: 453.01px;
  }

  .\33xl\:top-\[calc\(164px-80px\)\]{
    top: calc(164px - 80px);
  }

  .\33xl\:top-\[calc\(168px-80px\)\]{
    top: calc(168px - 80px);
  }

  .\33xl\:top-\[calc\(184\.26px-80px\)\]{
    top: calc(184.26px - 80px);
  }

  .\33xl\:top-\[calc\(184px-80px\)\]{
    top: calc(184px - 80px);
  }

  .\33xl\:top-\[calc\(208\.01px-80px\)\]{
    top: calc(208.01px - 80px);
  }

  .\33xl\:top-\[calc\(276px-80px\)\]{
    top: calc(276px - 80px);
  }

  .\33xl\:top-\[calc\(346\.26px-80px\)\]{
    top: calc(346.26px - 80px);
  }

  .\33xl\:top-\[calc\(353px-80px\)\]{
    top: calc(353px - 80px);
  }

  .\33xl\:top-\[calc\(666\.5px-80px\)\]{
    top: calc(666.5px - 80px);
  }

  .\33xl\:top-\[calc\(722px-80px\)\]{
    top: calc(722px - 80px);
  }

  .\33xl\:top-\[calc\(739px-80px\)\]{
    top: calc(739px - 80px);
  }

  .\33xl\:col-end-12{
    grid-column-end: 12;
  }

  .\33xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\33xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\33xl\:mb-24{
    margin-bottom: 6rem;
  }

  .\33xl\:mr-6{
    margin-right: 1.5rem;
  }

  .\33xl\:mt-0{
    margin-top: 0px;
  }

  .\33xl\:mt-12{
    margin-top: 3rem;
  }

  .\33xl\:mt-24{
    margin-top: 6rem;
  }

  .\33xl\:mt-48{
    margin-top: 12rem;
  }

  .\33xl\:mt-6{
    margin-top: 1.5rem;
  }

  .\33xl\:mt-8{
    margin-top: 2rem;
  }

  .\33xl\:mt-\[200px\]{
    margin-top: 200px;
  }

  .\33xl\:h-48{
    height: 12rem;
  }

  .\33xl\:h-8{
    height: 2rem;
  }

  .\33xl\:h-\[1320px\]{
    height: 1320px;
  }

  .\33xl\:h-\[264px\]{
    height: 264px;
  }

  .\33xl\:h-\[422px\]{
    height: 422px;
  }

  .\33xl\:h-\[503px\]{
    height: 503px;
  }

  .\33xl\:h-\[623px\]{
    height: 623px;
  }

  .\33xl\:h-\[740px\]{
    height: 740px;
  }

  .\33xl\:h-\[945px\]{
    height: 945px;
  }

  .\33xl\:h-\[calc\(237px\*1\.5\)\]{
    height: calc(237px * 1.5);
  }

  .\33xl\:h-\[calc\(259px\*1\.5\)\]{
    height: calc(259px * 1.5);
  }

  .\33xl\:h-\[calc\(268px\*1\.5\)\]{
    height: calc(268px * 1.5);
  }

  .\33xl\:h-\[calc\(328px\*1\.5\)\]{
    height: calc(328px * 1.5);
  }

  .\33xl\:h-\[calc\(332px\*1\.5\)\]{
    height: calc(332px * 1.5);
  }

  .\33xl\:h-\[calc\(396px\*1\.5\)\]{
    height: calc(396px * 1.5);
  }

  .\33xl\:h-\[calc\(536px\*1\.5\)\]{
    height: calc(536px * 1.5);
  }

  .\33xl\:h-\[calc\(635px\*1\.5\)\]{
    height: calc(635px * 1.5);
  }

  .\33xl\:h-\[calc\(667px\*1\.5\)\]{
    height: calc(667px * 1.5);
  }

  .\33xl\:h-\[calc\(697\.76px\*1\.5\)\]{
    height: calc(697.76px * 1.5);
  }

  .\33xl\:h-\[calc\(703\.07px\*1\.5\)\]{
    height: calc(703.07px * 1.5);
  }

  .\33xl\:h-\[calc\(728px\*1\.5\)\]{
    height: calc(728px * 1.5);
  }

  .\33xl\:h-\[calc\(734px\*1\.5\)\]{
    height: calc(734px * 1.5);
  }

  .\33xl\:min-h-\[422px\]{
    min-height: 422px;
  }

  .\33xl\:w-\[1389px\]{
    width: 1389px;
  }

  .\33xl\:w-\[320px\]{
    width: 320px;
  }

  .\33xl\:w-\[422px\]{
    width: 422px;
  }

  .\33xl\:w-\[571px\]{
    width: 571px;
  }

  .\33xl\:w-\[639px\]{
    width: 639px;
  }

  .\33xl\:w-\[calc\(250px\*1\.5\)\]{
    width: calc(250px * 1.5);
  }

  .\33xl\:w-\[calc\(283px\*1\.5\)\]{
    width: calc(283px * 1.5);
  }

  .\33xl\:w-\[calc\(312px\*1\.5\)\]{
    width: calc(312px * 1.5);
  }

  .\33xl\:w-\[calc\(335px\*1\.5\)\]{
    width: calc(335px * 1.5);
  }

  .\33xl\:w-\[calc\(347px\*1\.5\)\]{
    width: calc(347px * 1.5);
  }

  .\33xl\:w-\[calc\(430px\*1\.5\)\]{
    width: calc(430px * 1.5);
  }

  .\33xl\:w-\[calc\(464px\*1\.5\)\]{
    width: calc(464px * 1.5);
  }

  .\33xl\:w-\[calc\(619\.45px\*1\.5\)\]{
    width: calc(619.45px * 1.5);
  }

  .\33xl\:w-\[calc\(641px\*1\.5\)\]{
    width: calc(641px * 1.5);
  }

  .\33xl\:w-\[calc\(663px\*1\.5\)\]{
    width: calc(663px * 1.5);
  }

  .\33xl\:w-\[calc\(667px\*1\.5\)\]{
    width: calc(667px * 1.5);
  }

  .\33xl\:w-\[calc\(697\.76px\*1\.5\)\]{
    width: calc(697.76px * 1.5);
  }

  .\33xl\:w-\[calc\(744px\*1\.5\)\]{
    width: calc(744px * 1.5);
  }

  .\33xl\:min-w-\[422px\]{
    min-width: 422px;
  }

  .\33xl\:pb-24{
    padding-bottom: 6rem;
  }

  .\33xl\:\!text-\[28px\]{
    font-size: 28px !important;
  }

  .\33xl\:text-\[120px\]{
    font-size: 120px;
  }

  .\33xl\:text-\[40px\]{
    font-size: 40px;
  }

  .\33xl\:leading-\[52px\]{
    line-height: 52px;
  }
}

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