@charset "UTF-8";

/*
! tailwindcss v3.1.8 | 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: #e5e7eb;
  /* 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.
*/

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

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

*, ::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%;
  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: 0rem;
    padding-left: 0rem;
  }
}

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-\[99\%\]{
  bottom: 99%;
}

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

.bottom-\[-0\%\]{
  bottom: -0%;
}

.bottom-\[10\%\]{
  bottom: 10%;
}

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

.bottom-\[-15\%\]{
  bottom: -15%;
}

.right-\[37\%\]{
  right: 37%;
}

.bottom-0{
  bottom: 0px;
}

.right-\[50\%\]{
  right: 50%;
}

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

.right-\[35\%\]{
  right: 35%;
}

.bottom-\[40\%\]{
  bottom: 40%;
}

.right-\[0\]{
  right: 0;
}

.bottom-\[-20vw\]{
  bottom: -20vw;
}

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

.top-0{
  top: 0px;
}

.bottom-\[-41\%\]{
  bottom: -41%;
}

.top-\[0\%\]{
  top: 0%;
}

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

.right-\[47\%\]{
  right: 47%;
}

.right-0{
  right: 0px;
}

.left-0{
  left: 0px;
}

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

.top-\[20\%\]{
  top: 20%;
}

.top-\[-40\%\]{
  top: -40%;
}

.right-\[14\%\]{
  right: 14%;
}

.top-\[-12\%\]{
  top: -12%;
}

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

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

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

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

.top-\[-15vw\]{
  top: -15vw;
}

.right-\[-15\%\]{
  right: -15%;
}

.top-\[-8vw\]{
  top: -8vw;
}

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

.top-\[-32\%\]{
  top: -32%;
}

.top-\[5\%\]{
  top: 5%;
}

.left-\[14\.5\%\]{
  left: 14.5%;
}

.right-\[14\.5\%\]{
  right: 14.5%;
}

.bottom-10{
  bottom: 2.5rem;
}

.right-\[48\.5\%\]{
  right: 48.5%;
}

.top-6{
  top: 1.5rem;
}

.right-6{
  right: 1.5rem;
}

.bottom-\[-20\%\]{
  bottom: -20%;
}

.bottom-\[-130px\]{
  bottom: -130px;
}

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

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

.bottom-\[-8\%\]{
  bottom: -8%;
}

.bottom-\[18\%\]{
  bottom: 18%;
}

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

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

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

.left-\[1270px\]{
  left: 1270px;
}

.right-\[-17\%\]{
  right: -17%;
}

.top-\[200\%\]{
  top: 200%;
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

.m-8{
  margin: 2rem;
}

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

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

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

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

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

.mx-\[10\%\]{
  margin-left: 10%;
  margin-right: 10%;
}

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

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

.ml-1\/16{
  margin-left: 6.25%;
}

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

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

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

.ml-2\/16{
  margin-left: 12.5%;
}

.ml-4\/16{
  margin-left: 25%;
}

.mr-2\/16{
  margin-right: 12.5%;
}

.ml-3\/16{
  margin-left: 18.75%;
}

.mr-3\/16{
  margin-right: 18.75%;
}

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

.mb-\[21rem\]{
  margin-bottom: 21rem;
}

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

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

.ml-\[5\%\]{
  margin-left: 5%;
}

.mb-\[-30vw\]{
  margin-bottom: -30vw;
}

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

.ml-\[10\%\]{
  margin-left: 10%;
}

.mb-\[-15vw\]{
  margin-bottom: -15vw;
}

.ml-\[15\%\]{
  margin-left: 15%;
}

.mt-10{
  margin-top: 2.5rem;
}

.mr-1\/16{
  margin-right: 6.25%;
}

.mb-56{
  margin-bottom: 14rem;
}

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

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

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-full{
  height: 100%;
}

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

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

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

.h-\[40vw\]{
  height: 40vw;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[20vw\]{
  height: 20vw;
}

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

.h-\[15vh\]{
  height: 15vh;
}

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

.h-\[40vh\]{
  height: 40vh;
}

.h-auto{
  height: auto;
}

.h-\[45vw\]{
  height: 45vw;
}

.h-\[30vh\]{
  height: 30vh;
}

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

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

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-7\/16{
  width: 43.75%;
}

.w-15\/16{
  width: 93.75%;
}

.w-4\/16{
  width: 25%;
}

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

.w-2\/16{
  width: 12.5%;
}

.w-\[auto\]{
  width: auto;
}

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

.w-16\/16{
  width: 100%;
}

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

.w-14\/16{
  width: 87.5%;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[60\%\]{
  width: 60%;
}

.w-\[25\%\]{
  width: 25%;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[40\%\]{
  width: 40%;
}

.w-\[20vw\]{
  width: 20vw;
}

.w-\[70\%\]{
  width: 70%;
}

.w-\[40vw\]{
  width: 40vw;
}

.w-8\/16{
  width: 50%;
}

.w-10\/16{
  width: 62.5%;
}

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

.w-\[95\%\]{
  width: 95%;
}

.w-\[10\%\]{
  width: 10%;
}

.w-\[33\%\]{
  width: 33%;
}

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

.w-\[35\%\]{
  width: 35%;
}

.w-\[13\%\]{
  width: 13%;
}

.w-\[20\%\]{
  width: 20%;
}

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

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

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

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

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

.translate-y-\[-60\%\]{
  --tw-translate-y: -60%;
  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-\[-80\%\]{
  --tw-translate-y: -80%;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.rotate-180{
  --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));
}

.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-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[45px\]{
  border-radius: 45px;
}

.rounded-t-\[20px\]{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-b-\[20px\]{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-r-\[45px\]{
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.rounded-b-\[45px\]{
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.rounded-tl-\[45px\]{
  border-top-left-radius: 45px;
}

.rounded-tr-\[45px\]{
  border-top-right-radius: 45px;
}

.rounded-br-\[0\]{
  border-bottom-right-radius: 0;
}

.border{
  border-width: 1px;
}

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

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

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

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

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

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

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

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

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

.p-6{
  padding: 1.5rem;
}

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

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

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

.pt-12{
  padding-top: 3rem;
}

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

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

.pb-32{
  padding-bottom: 8rem;
}

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

.pt-16{
  padding-top: 4rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

.pt-0{
  padding-top: 0px;
}

.pb-56{
  padding-bottom: 14rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-20{
  padding-top: 5rem;
}

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

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

.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);
}

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

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

.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: 0.875rem;
  color: #4b5563;
}

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

html, body {
  width: 100%;
  background-color: #FFFCF8;
}

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

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

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

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

.no_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

tbody {
  background-color: #fff;
}

.bg-info {
  background-color: #45AC9C;
  color: #fff !important;
}

fieldset, img {
  border: 0;
}

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

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

ol, ul {
  list-style: decimal;
  margin-left: 30px;
  padding: 0;
}

th, td {
  color: #000 !important;
}

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 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.weiss p, p.weiss {
  color: #fff;
}

div > .weiss {
  color: #fff;
}

.adresse a {
  color: #fff;
}

.adresse p {
  color: #fff;
}

.meinung a {
  color: #707070;
}

.meinung a:hover {
  color: #707070;
}

.meinung p {
  width: 80%;
}

.green {
  color: #45AC9C;
}

.bg_green {
  background-color: #45AC9C;
}

.bg_pink-socken--dark {
  background-image: url("../img/background/socken.png");
  background-size: cover;
}

.bg_pink-impressionen {
  background-size: cover;
  background-image: url("../img/background/237_022201_Neue_Website_Bambolino_Hintergruende-04.png");
}

.bg_pink-start--light {
  background-image: url("../img/background/237_022201_Neue_Website_Bambolino_Hintergruende-01.png");
  background-size: cover;
}

@media (min-width: 992px) {
  .bg_pink-start--light {
    border-bottom-right-radius: 300px;
  }
}

.bg_orange {
  background-image: url("../img/background/bistro-01.png");
  background-size: cover;
}

.bg_orange--dark {
  background-image: url("../img/background/237_022201_Neue_Website_Bambolino_Hintergruende-06.png");
  background-size: cover;
}

.bg_blue {
  background-image: url("../img/background/237_022201_Neue_Website_Bambolino_Hintergruende-07.png");
  background-size: cover;
}

.bg_blue--dark {
  background-image: url("../img/background/237_022201_Neue_Website_Bambolino_Hintergruende-08.png");
}

.d_block {
  display: block !important;
}

.d_none {
  display: none !important;
}

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

/* Text meant only for screen readers. */

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

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

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

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

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

@font-face {
  font-family: "LifeHack Sans Medium";

  font-style: normal;

  font-weight: normal;

  src: local("LifeHack Sans Medium"), url("../font/LifehackSansW00Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Helvetica Neue Roman";

  font-style: normal;

  font-weight: normal;

  src: local("Helvetica Neue Roman"), url("../font/HelveticaNeueLTStd-Roman.otf") format("opentype");
}

@font-face {
  font-family: "Helvetica Neue Bold";

  font-style: normal;

  font-weight: normal;

  src: local("Helvetica Neue Bold"), url("../font/HelveticaNeueLTStd-Bd.otf") format("opentype");
}

body {
  color: #707070;
  font-family: "Helvetica Neue Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
}

h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 1.06;
}

h2 {
  font-family: "LifeHack Sans Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 30px;
}

h3 {
  font-family: "LifeHack Sans Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 65px;
  line-height: 1.2;
}

h4 {
  font-family: "LifeHack Sans Medium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 35px;
  line-height: 1.2;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}

p {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 15px;
  line-height: 1.5;
}

td {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #707070;
  font-size: 20px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

th {
  font-size: 20px;
}

p.gross, .gross p {
  font-size: 20px;
  line-height: 1.34615;
}

p.klein, .klein p {
  font-size: 18px;
  line-height: 1.38;
}

.black {
  color: #707070 !important;
}

strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.light {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.oeffnungszeiten-container p {
  font-size: 27px;
}

.bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.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 {
  list-style: none;
  padding-left: 20px;
}

.std_text_style ul li {
  position: relative;
  margin-bottom: 5px;
}

.std_text_style ul li::before {
  content: "–";
  position: absolute;
  left: -20px;
}

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

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  p {
    font-size: 16px;
  }

  p.gross {
    font-size: 16px;
  }

  li {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 85px;
  }

  p {
    font-size: 20px;
  }

  h4 {
    font-size: 45px;
  }

  p.gross {
    font-size: 20px;
  }
}

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

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

a, a:hover, a:focus, a:active, a:visited {
  color: #fff;
  text-decoration: none;
}

.std_text_style p a,
.std_text_style ul li a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}

.std_text_style p a:hover, .std_text_style p a:focus, .std_text_style p a:active, .std_text_style p a:visited,
.std_text_style ul li a:hover,
.std_text_style ul li a:focus,
.std_text_style ul li a:active,
.std_text_style ul li a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
}

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

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

header {
  height: 125px;
  background-color: #A3D6D6;
  z-index: 99999;
}

.page-template-template_start #masthead {
  display: none !important;
}

.page-template-template_bild_text {
  background-color: #FFFCF8;
}

.menu-menu-container ul {
  list-style: none !important;
}

.fixed_header {
  position: fixed;
  width: 100%;
  top: 0;
}

/* Standard-Header mit Logo links Menü rechts, mobile Fullscreen mit Burger, Wasserfall-Effekt */

.header_background {
  position: relative;
  z-index: 1;
}

.oeffnungszeiten-container {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100vw;
  background-image: url("../img/menu.png");
  background-size: cover;
  height: 100vh;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-menu-container {
  display: none;
  position: fixed;
  width: 100vw;
  background-image: url("../img/menu.png");
  background-size: cover;
  height: 100vh;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-menu-container .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: calc(100% + 125px);
}

.menu-menu-container .menu li a {
  font-family: "LifeHack Sans Medium", Helvetica, Arial, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px) {
  .menu-menu-container .menu li a {
    font-size: 70px;
  }
}

.menu-menu-container .menu li a:hover {
  color: #45AC9C;
}

.menu-menu-container ul {
  margin-left: 0 !important;
}

.main-navigation {
  position: fixed;
  top: 0;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  right: 100vw;
  display: flex;
  padding: 100px 20px 20px 20px;
  background-color: #fff;
  z-index: 9999;
}

.main-navigation.show {
  right: 0;
}

.main-navigation.show ul li {
  opacity: 1;
  transform: translateY(0);
}

.main-navigation.show ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.main-navigation.show ul li:nth-child(2) {
  transition-delay: 0.15s;
}

.main-navigation.show ul li:nth-child(3) {
  transition-delay: 0.2s;
}

.main-navigation.show ul li:nth-child(4) {
  transition-delay: 0.25s;
}

.main-navigation.show ul li:nth-child(5) {
  transition-delay: 0.3s;
}

.main-navigation.show ul li:nth-child(6) {
  transition-delay: 0.35s;
}

.main-navigation.show ul li:nth-child(7) {
  transition-delay: 0.4s;
}

.main-navigation ul {
  text-align: center;
  list-style: none;
}

.main-navigation ul li {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  opacity: 0;
  transform: translateY(-40px);
  transition: 0.3s all ease-in-out;
}

.main-navigation li.current_page_item a {
  font-weight: normal;
  color: #e42312;
}

.menu li {
  margin-bottom: 0.6vw;
}

.menu li a {
  color: #fff;
  transition: 0.3s all ease-in-out;
}

.menu li a:hover {
  opacity: 0.8;
}

.hase {
  display: none;
}

.menu_toggle {
  position: relative;
  width: 36px;
  height: 26px;
  cursor: pointer;
}

.menu_toggle span {
  position: absolute;
  width: 36px;
  height: 3px;
  border-radius: 5px;
  display: block;
  background-color: #fff;
  transition: all 0.3s linear;
}

.menu_toggle span:nth-of-type(1) {
  top: 0;
}

.menu_toggle span:nth-of-type(2),
.menu_toggle span:nth-of-type(3) {
  top: 12px;
}

.menu_toggle span:nth-of-type(4) {
  top: 24px;
}

.menu_toggle.close {
  height: 30px;
  width: 30px;
}

@media (min-width: 768px) {
  .menu_toggle.close {
    height: 40px;
    width: 40px;
  }
}

.menu_toggle.close span {
  top: 15px;
  width: 42px;
  left: -7px;
}

@media (min-width: 768px) {
  .menu_toggle.close span {
    width: 57px;
    left: -8px;
    top: 19px;
  }
}

.menu_toggle.close span:first-of-type {
  transform: rotate(45deg);
}

.menu_toggle.close span:nth-child(2), .menu_toggle.close span:nth-child(3) {
  opacity: 0;
}

.menu_toggle.close span:last-of-type {
  transform: rotate(-45deg);
}

.menu_close {
  display: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50px;
  right: 225px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.menu_close span {
  position: absolute;
  top: 12px;
  width: 36px;
  height: 3px;
  display: block;
  background-color: #fff;
  transition: all 0.3s linear;
}

.menu_close span:first-of-type {
  transform: rotate(45deg);
}

.menu_close span:last-of-type {
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .main-navigation {
    position: relative;
    top: 0;
    right: 0;
    flex-direction: row;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #fff;
    z-index: 9999;
  }

  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .main-navigation ul li {
    text-align: center;
    margin-left: 40px;
    margin-bottom: 20px;
    font-size: 24px;
    opacity: 1;
    transform: none;
    transition-delay: none;
    transition: 0.3s all ease-in-out;
  }

  .main-navigation ul li a {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
  }

  .main-navigation ul li a:hover,
  .main-navigation ul li a:focus,
  .main-navigation ul li a:active {
    color: #e42312;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation li a {
    font-size: 17px;
  }
}

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

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

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}

.btn_std {
  position: relative;
  margin: 0 5px;
  padding: 16px 32px;
  color: #fff;
  background-color: #000;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.btn_std:hover, .btn_std:focus, .btn_std:active, .btn_std:visited {
  color: #fff;
  background-color: #000;
  text-decoration: underline;
}

.btn_header {
  font-size: 15px;
  font-weight: 700;
  background-color: #45AC9C;
  color: #fff;
  padding: 12px 25px 7px 25px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}

.btn_header:hover {
  background-color: #fff;
  color: #45AC9C;
  transition: 0.3s all ease-in-out;
}

.btn_pink {
  margin-top: 30px;
  background-color: #F39B9C;
  color: #fff;
  padding: 10px 40px 5px 40px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  font-weight: 700;
}

.btn_pink:hover {
  transition: 0.3s all ease-in-out;
  background-color: #F6B295;
  transform: scale(1.2) translateX(10%);
}

.btn_green {
  margin-top: 30px;
  background-color: #fff;
  color: #45AC9C;
  border: 1px solid #45AC9C;
  padding: 10px 40px 5px 40px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  font-weight: 700;
}

.btn_green:hover {
  transition: 0.3s all ease-in-out;
  background-color: #45AC9C;
  color: #fff;
  transform: scale(1.2) translateX(10%);
}

@media screen and (min-width: 992px) {
  .btn_std {
    font-size: 20px;
  }
}

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

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

.heuteGeoeffnetSVG {
  position: absolute;
  transition: opacity 0.3s linear 0.2s;
  width: 150px;
  right: 0;
  top: -60px;
  z-index: 1000;
}

@media (min-width: 768px) {
  .heuteGeoeffnetSVG {
    left: 25px;
    top: 0;
    width: 100%;
  }
}

.cookiealert-container {
  background-color: rgb(188, 162, 128);
}

.cookiealert-container p {
  color: #fff;
}

.cookiealert {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  margin: 0 !important;
  display: none;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: all 1500ms ease-out;
  z-index: 99999;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 768px) {
  .cookiealert {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .cookiealert {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .cookiealert {
    width: 30%;
  }
}

.cookiealert.show {
  display: block;
}

.cookiealert .acceptcookies {
  padding: 0.5rem 1rem 0.5rem 1rem;
  vertical-align: baseline;
}

.hide {
  display: none !important;
  transition: all 500ms ease-out;
}

.cookiealert .acceptcookies_ausblenden {
  vertical-align: baseline;
}

.flickity-slider > img {
  border-radius: 45px;
}

.wirfreuenunsSVG {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear 0.2s;
  width: 100%;
  left: 0;
  top: 0;
}

.dot {
  position: absolute;
  right: -5%;
  bottom: 50%;
  z-index: 100;
  pointer-events: none;
}

.fadeIn {
  opacity: 1 !important;
  transition: opacity 0.3s linear 0.2s;
}

.fadeOut {
  opacity: 0 !important;
  transition: opacity 0.3s linear 0.2s;
}

.hoverBallon {
  width: 25%;
  position: absolute;
  height: 50vh;
  bottom: -5%;
  right: 20%;
  z-index: 300;
}

.bild_r {
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

@media (min-width: 992px) {
  .bild_r {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.bild_l {
  position: relative;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

@media (min-width: 992px) {
  .bild_l {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

.hintergrund {
  padding: 0;
  padding: 95px;
}

.link_black a {
  color: #707070;
}

.link_black a:hover {
  color: #F39B9C;
}

/*
# TiCKERA
---------------------------------------------------------------*/

.page-template-default main {
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-top: 5%;
}

#tickera_cart {
  width: 75%;
}

.event_tickets {
  width: 100%;
}

.product-name > a {
  color: #707070 !important;
}

.variation-Veranstaltungs-Informationen p:nth-child(2) {
  display: none !important;
}

.variation-Veranstaltungs-Informationen > hr {
  display: none !important;
}

.tickera-button {
  color: #000 !important;
}

.variation .variation-Veranstaltungs-Informationen:first-child {
  display: none !important;
}

.woocommerce-checkout-review-order {
  padding-bottom: 400px !important;
}

.woocommerce-additional-fields {
  display: none !important;
}

.woocommerce-thankyou-order-received {
  padding-bottom: 30px !important;
}

.woocommerce ul.order_details li strong {
  padding-top: 10px !important;
}

#order_review_heading {
  margin-top: 100px !important;
}

.woocommerce-order-details {
  padding-bottom: 500px !important;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline !important;
  width: 45px !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #45AC9C !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #A3D6D6 !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  height: 75vh !important;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.cart-count {
  background-color: white;
  height: 25px;
  width: 25px;
  border-radius: 45px;
  text-align: center;
  color: green;
  font-style: bold;
  font-size: 20px;
}

.product-thumbnail {
  display: none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-bottom: 1px solid #aaa;
}

#billing_address_2_field, #billing_state_field {
  display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #45AC9C !important;
  color: #fff !important;
  transition: 0.3s all ease-in-out;
}

.woocommerce a.button:hover {
  background-color: #A3D6D6 !important;
  transition: 0.3s all ease-in-out;
}

#amelia-app-booking0 {
  padding-bottom: 250px;
}

.am-event-sub-info-capacity {
  display: none !important;
}

.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-event-data .am-event-info .am-event-title .am-event-booking-status.open {
  display: none !important;
}

.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-ticket-box .am-ticket-number-of-people p {
  display: none !important;
}

.amelia-app-booking #amelia-booking-wrap #am-events-booking .am-event-list .am-event .am-event-data .am-event-info .am-event-title .am-event-booking-status.open {
  display: none !important;
}

.amelia-app-booking #amelia-booking-wrap .v-calendar-column .popover-container input, #am-modal.am-modal.am-in-body .v-calendar-column .popover-container input {
  width: auto !important;
}

.am-event-pagination {
  display: none !important;
}

.popover-origin {
  align-items: left !important;
  align: left !important;
  text-align: left !important;
}

.absolute-important {
  position: absolute !important;
}

.amelia-app-booking #amelia-booking-wrap #am-events-booking .v-calendar-column.am-calendar-eventListForm .el-input__inner {
  background-color: #45AC9C !important;
  color: #fff !important;
}

.amelia-app-booking #amelia-booking-wrap #am-events-booking .v-calendar-column.am-calendar-eventListForm .el-input__prefix svg path {
  fill: #fff !important;
}

.amelia-app-booking #amelia-booking-wrap .el-input--prefix .el-input__inner, #am-modal.am-modal.am-in-body .el-input--prefix .el-input__inner {
  padding-left: 50px !important;
}

.amelia-app-booking #amelia-booking-wrap .am-events-filter .v-calendar-column .el-input__prefix {
  margin-left: 15px !important;
}

.amelia-app-booking #amelia-booking-wrap .am-events-filter .v-calendar-column {
  width: auto !important;
}

.gmnoprint {
  padding: 25px !important;
}

#coupon_code {
  width: auto;
}

.showcoupon {
  color: #000;
  text-decoration: underline;
}

.showcoupon:hover {
  color: #000;
}

.woocommerce-remove-coupon {
  color: #000;
}

.woocommerce-remove-coupon:hover {
  color: #000;
}

/* ENDE TICKERA  ---------------------------------------------------------- */

.checkbox-container.label-right .field-wrap > div {
  width: unset !important;
}

.ninja_form_kontakt .nf-form-fields-required {
  display: none !important;
}

.ninja_form_kontakt .nf-form-content .list-select-wrap .nf-field-element > div, .ninja_form_kontakt .nf-form-content input:not([type=button]), .ninja_form_kontakt .nf-form-content textarea {
  background-color: #F39B9C !important;
  border-color: #F39B9C !important;
  opacity: 69% !important;
  border-radius: 10px;
}

.ninja_form_kontakt .nf-form-content .label-above .nf-field-label, .ninja_form_kontakt .nf-form-content .label-below .nf-field-label, .ninja_form_kontakt .nf-form-content .label-hidden .nf-field-label {
  color: #45AC9C !important;
}

.ninja_form_kontakt .nf-form-content button, .ninja_form_kontakt .nf-form-content input[type=button], .ninja_form_kontakt .nf-form-content input[type=submit] {
  background-color: #F39B9C;
  color: #fff;
  padding: 10px 40px 10px 40px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
}

.ninja_form_kontakt .nf-form-content button:hover, .ninja_form_kontakt .nf-form-content input[type=button]:hover, .ninja_form_kontakt .nf-form-content input[type=submit]:hover {
  transition: 0.3s all ease-in-out;
  background-color: #F6B295;
  transform: scale(1.2) translateX(10%);
}

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

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

footer p {
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus, footer a:active, footer a:visited {
  color: #fff;
}

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

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

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

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

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

@media (min-width: 782px){
  .md\:absolute{
    position: absolute;
  }

  .md\:left-\[65\%\]{
    left: 65%;
  }

  .md\:bottom-\[-15\%\]{
    bottom: -15%;
  }

  .md\:bottom-\[7\%\]{
    bottom: 7%;
  }

  .md\:right-\[2\%\]{
    right: 2%;
  }

  .md\:bottom-\[-8\%\]{
    bottom: -8%;
  }

  .md\:right-\[28\%\]{
    right: 28%;
  }

  .md\:bottom-\[-6\%\]{
    bottom: -6%;
  }

  .md\:right-\[15\%\]{
    right: 15%;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:left-\[75\%\]{
    left: 75%;
  }

  .md\:left-\[30\%\]{
    left: 30%;
  }

  .md\:top-\[2\%\]{
    top: 2%;
  }

  .md\:left-\[120px\]{
    left: 120px;
  }

  .md\:bottom-\[-15vw\]{
    bottom: -15vw;
  }

  .md\:left-\[150px\]{
    left: 150px;
  }

  .md\:bottom-\[5\%\]{
    bottom: 5%;
  }

  .md\:bottom-\[0\]{
    bottom: 0;
  }

  .md\:bottom-\[-10vw\]{
    bottom: -10vw;
  }

  .md\:right-\[0\]{
    right: 0;
  }

  .md\:bottom-\[-10\%\]{
    bottom: -10%;
  }

  .md\:right-\[5\%\]{
    right: 5%;
  }

  .md\:left-\[-7\%\]{
    left: -7%;
  }

  .md\:left-\[280px\]{
    left: 280px;
  }

  .md\:top-\[35px\]{
    top: 35px;
  }

  .md\:top-\[233px\]{
    top: 233px;
  }

  .md\:left-\[35px\]{
    left: 35px;
  }

  .md\:top-\[-56\%\]{
    top: -56%;
  }

  .md\:left-\[-33\%\]{
    left: -33%;
  }

  .md\:bottom-\[-14vw\]{
    bottom: -14vw;
  }

  .md\:right-\[-60\%\]{
    right: -60%;
  }

  .md\:right-\[-5\%\]{
    right: -5%;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:bottom-\[-20\%\]{
    bottom: -20%;
  }

  .md\:right-\[50\%\]{
    right: 50%;
  }

  .md\:bottom-\[20\%\]{
    bottom: 20%;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:ml-2\/16{
    margin-left: 12.5%;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

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

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

  .md\:ml-1\/16{
    margin-left: 6.25%;
  }

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

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

  .md\:ml-3\/16{
    margin-left: 18.75%;
  }

  .md\:mr-2\/16{
    margin-right: 12.5%;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[30vh\]{
    height: 30vh;
  }

  .md\:h-\[36vw\]{
    height: 36vw;
  }

  .md\:h-\[45vw\]{
    height: 45vw;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-8\/16{
    width: 50%;
  }

  .md\:w-4\/16{
    width: 25%;
  }

  .md\:w-3\/16{
    width: 18.75%;
  }

  .md\:w-1\/16{
    width: 6.25%;
  }

  .md\:w-5\/16{
    width: 31.25%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-10\/16{
    width: 62.5%;
  }

  .md\:w-\[22\%\]{
    width: 22%;
  }

  .md\:w-\[10\%\]{
    width: 10%;
  }

  .md\:w-\[13\%\]{
    width: 13%;
  }

  .md\:w-\[35\%\]{
    width: 35%;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

  .md\:w-\[15\%\]{
    width: 15%;
  }

  .md\:w-\[30\%\]{
    width: 30%;
  }

  .md\:w-6\/16{
    width: 37.5%;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

  .md\:w-\[56\%\]{
    width: 56%;
  }

  .md\:w-\[75\%\]{
    width: 75%;
  }

  .md\:w-\[30vw\]{
    width: 30vw;
  }

  .md\:w-\[35vw\]{
    width: 35vw;
  }

  .md\:w-\[28vw\]{
    width: 28vw;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:rotate-0{
    --tw-rotate: 0deg;
    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));
  }

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:rounded-tl-\[300px\]{
    border-top-left-radius: 300px;
  }

  .md\:rounded-tr-\[300px\]{
    border-top-right-radius: 300px;
  }

  .md\:p-20{
    padding: 5rem;
  }

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

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

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

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

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

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

  .md\:pt-40{
    padding-top: 10rem;
  }

  .md\:pb-\[25vw\]{
    padding-bottom: 25vw;
  }

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

  .md\:pb-\[0\]{
    padding-bottom: 0;
  }

  .md\:pb-72{
    padding-bottom: 18rem;
  }

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 960px){
  .lg\:ml-2\/16{
    margin-left: 12.5%;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:w-6\/16{
    width: 37.5%;
  }

  .lg\:w-5\/16{
    width: 31.25%;
  }

  .lg\:w-4\/16{
    width: 25%;
  }

  .lg\:w-8\/16{
    width: 50%;
  }

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

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:rounded-\[45px\]{
    border-radius: 45px;
  }

  .lg\:pt-20{
    padding-top: 5rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1440px){
  .\32xl\:mb-96{
    margin-bottom: 24rem;
  }
}

@media (min-width: 1700px){
  .\33xl\:h-\[80vh\]{
    height: 80vh;
  }

  .\33xl\:h-\[100vh\]{
    height: 100vh;
  }
}
/*# sourceMappingURL=app.css.map */