/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Stolzl";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Bold.woff2") format("woff2");

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Stolzl Book";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Book.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Stolzl";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Light.woff2") format("woff2");

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Stolzl";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Medium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Stolzl";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Thin.woff2") format("woff2");

  font-weight: 100;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Stolzl";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Stolzl-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF-Pro-Display";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/SFProDisplay-Medium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "SF-Pro-Display";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/SFProDisplay-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Sverdlovsk";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/SverdlovskRegular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Montserrat Alternates";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/MontserratAlternates-Light.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Montserrat";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Montserrat-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Montserrat";

  src: url("https://franzwertvollen.com/wp-content/themes/fwwsite/assets/fonts/Montserrat-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  width: 10rem;
  text-align: center;
  display: none;
}

[data-tooltip]:hover::after {
  opacity: 1;
  display: block;
  position: absolute;
  background-color: rgba(237, 224, 204, 0.7);
  bottom: 0;
  padding: 0.6rem;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat";
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.book-title {
  font-family: "Sverdlovsk";
  font-size: 3.25rem;
  line-height: 3.25rem;
  letter-spacing: 0.2562rem;
  color: black;
  font-weight: 400;
  opacity: 1;
  stroke: black;
  -webkit-text-stroke: 0.0625rem black;
}

.book-subtitle {
  font-family: "Montserrat";
  font-size: 1.0625rem;
  line-height: 1.275rem;
  letter-spacing: 0.0437rem;
  color: black;
}

.book-price {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4375rem;
  letter-spacing: 0.0625rem;
  color: black;
}

.book-price-accent {
  color: #0070B7;
  font-weight: 400;
  font-family: "Stolzl";
  line-height: 1.5rem;
  font-size: 2rem;
  letter-spacing: 0.0625rem;
}

.book-currency {
  color: #0070B7;
}

.book-btn {
  font-family: "Sverdlovsk";
  font-size: 2.6875rem;
  line-height: 2.6875rem;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.2562rem;
  color: white;
  padding: 0rem 6.6406rem 0.95rem 6.6406rem;
  background-color: black;
}

.book-img {
  width: 36.25rem;
  height: 36.25rem;
}

.book-regular {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}

.yahei {
  font-family: "Microsoft YaHei";
}

body {
  font-family: "Stolzl";
}

h1 {
  font-size: 7.5rem;
  font-weight: 100;
  opacity: 0.73;
  color: white;
  line-height: 100%;
}

.link {
  font-family: "Stolzl Book";
  color: white;
  opacity: 0.73;
  font-size: 2.0625rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media (max-width: 450px) {
  .book-img {
    width: 25rem;
    height: 25rem;
  }

  .book-title {
    font-size: 2.8125rem;
    text-align: center;
  }

  .webkit-stroke-title {
    -webkit-text-stroke: 0.0625rem black;
  }

  .book-btn {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .book-price {
    text-align: center;
    font-size: 1.4375rem;
    letter-spacing: 0.2375rem;
  }

  .book-price-accent {
    text-align: center;
    font-size: 1.4375rem;
    letter-spacing: 0.2375rem;
  }

  h1 {
    font-size: 4.375rem;
    opacity: 0.8;
  }

  .title {
    font-size: 1.125rem;
  }

  .subtitle {
    font-size: 1.125rem;
    font-weight: 200;
    line-height: 1.25;
  }

  .regular {
    font-size: 1rem;
    line-height: 1.2;
  }

  .small {
    font-size: 0.75rem;
  }

  .link-blue {
    font-size: 1rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.animated-element {
  opacity: 0;
  transform: translateY(-15%);
  transition: transform 1s, opacity 1s;
}

.animated-element.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes scale-down-center {
  0% {
    transform:scale(1);
  }

  100% {
    transform:scale(.90);
  }
}

@media (min-width: 451px) {
  @keyframes slide-right {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-4px);
    }
  }

  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(4px);
    }
  }
}

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.-m-1 {
  margin: -0.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.flex {
  display: flex;
}

.h-\[0\.0625rem\] {
  height: 0.0625rem;
}

.h-\[0\.09rem\] {
  height: 0.09rem;
}

.h-\[30rem\] {
  height: 30rem;
}

.h-\[8rem\] {
  height: 8rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-56 {
    height: 14rem /* 224px */;
}

.w-56 {
    width: 14rem /* 224px */;
}

.w-\[30rem\] {
  width: 30rem;
}

.w-\[60vw\] {
  width: 60vw;
}

.w-\[8rem\] {
  width: 8rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-16 {
    gap: 4rem /* 64px */;
}

.gap-\[3\.75rem\] {
  gap: 3.75rem;
}

.gap-\[6rem\] {
  gap: 6rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\/assets\/img\/Venecia\/venecia-bg\.webp\'\)\] {
  background-image: url('https://franzwertvollen.com/wp-content/themes/fwwsite/assets/img/Venecia/venecia-bg.webp');
}

.bg-\[size\:100\%_auto\] {
  background-size: 100% auto;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.py-16 {
    padding-top: 4rem /* 64px */;
    padding-bottom: 4rem /* 64px */;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}

.pb-\[5\.625rem\] {
  padding-bottom: 5.625rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[2\.8125rem\] {
  padding-top: 2.8125rem;
}

.pt-\[7rem\] {
  padding-top: 7rem;
}

.pt-\[8\.625rem\] {
  padding-top: 8.625rem;
}

.text-center {
  text-align: center;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.text-\[2\.7rem\] {
  font-size: 2.7rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem /* 20px */;
    line-height: 1.75rem /* 28px */;
}

.leading-\[1\.6875rem\] {
  line-height: 1.6875rem;
}

.leading-\[2\.0875rem\] {
  line-height: 2.0875rem;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.selection\:bg-violet *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(98 35 124 / var(--tw-bg-opacity));
}

.selection\:bg-violet *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(98 35 124 / var(--tw-bg-opacity));
}

.selection\:bg-blue *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.selection\:bg-blue *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.selection\:text-white *::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white *::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:bg-violet::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(98 35 124 / var(--tw-bg-opacity));
}

.selection\:bg-violet::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(98 35 124 / var(--tw-bg-opacity));
}

.selection\:bg-blue::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.selection\:bg-blue::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.selection\:text-white::-moz-selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.selection\:text-white::selection {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:bg-violet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(98 35 124 / var(--tw-bg-opacity));
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 450px) {
  .mob\:hidden {
    display: none;
  }
  
  .mob\:w-screen {
    width: 100vw;
  }
  
  .mob\:h-auto {
    height: auto;
  }

  .mob\:flex-col {
    flex-direction: column;
  }

  .mob\:items-center {
    align-items: center;
  }

  .mob\:justify-center {
    justify-content: center;
  }

  .mob\:gap-10 {
    gap: 2.5rem;
  }

  .mob\:gap-\[1\.5625rem\] {
    gap: 1.5625rem;
  }

  .mob\:gap-\[2\.8125rem\] {
    gap: 2.8125rem;
  }

  .mob\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .mob\:bg-\[url\(\'\.\/assets\/img\/Venecia\/venecia-bg-ad\.webp\'\)\] {
    background-image: url('https://franzwertvollen.com/wp-content/themes/fwwsite/assets/img/Venecia/venecia-bg-ad.webp');
  }

  .mob\:px-\[1\.2813rem\] {
    padding-left: 1.2813rem;
    padding-right: 1.2813rem;
  }

  .mob\:pb-0 {
    padding-bottom: 0px;
  }

  .mob\:pb-12 {
    padding-bottom: 3rem;
  }

  .mob\:pb-4 {
    padding-bottom: 1rem;
  }

  .mob\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .mob\:pt-3 {
    padding-top: 0.75rem;
  }

  .mob\:pt-4 {
    padding-top: 1rem;
  }

  .mob\:text-center {
    text-align: center;
  }

  .mob\:text-\[4\.25rem\] {
    font-size: 4.25rem;
  }

  .mob\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .mob\:shadow-block-shadow {
    --tw-shadow: inset 0px -8px 25px 15px rgba(0, 0, 0, 0.3);
    --tw-shadow-colored: inset 0px -8px 25px 15px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 451px) {
  .desk\:-mt-4 {
    margin-top: -1rem;
  }

  .desk\:hidden {
    display: none;
  }

  .desk\:w-\[60vw\] {
    width: 60vw;
  }

  .desk\:max-w-\[27\.4688rem\] {
    max-width: 27.4688rem;
  }

  .desk\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desk\:pb-1 {
    padding-bottom: 0.25rem;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[999\] {
  z-index: 999;
}

.flex {
  display: flex;
}

.h-\[37\.5rem\] {
  height: 37.5rem;
}

.h-full {
  height: 100%;
}

.w-\[56\.25rem\] {
  width: 56.25rem;
}

.w-full {
  width: 100%;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[1\.125rem\] {
  gap: 1.125rem;
}

.gap-\[1\.875rem\] {
  gap: 1.875rem;
}

.gap-\[2\.8125rem\] {
  gap: 2.8125rem;
}

.gap-\[28rem\] {
  gap: 28rem;
}

.border-y-\[0\.0625rem\] {
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[url\(\'\.\/assets\/img\/Neapol\/neapol-5-block-bg\.webp\'\)\] {
  background-image: url('https://franzwertvollen.com/wp-content/themes/fwwsite/assets/img/Neapol/neapol-5-block-bg.webp');
}

.bg-\[size\:100\%_100\%\] {
  background-size: 100% 100%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-white {
  stroke: #ffffff;
  -webkit-text-stroke: 1px #fff;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.text-center {
  text-align: center;
}

.text-\[2\.75rem\] {
  font-size: 2.75rem;
}

.leading-\[2\.0875rem\] {
  line-height: 2.0875rem;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1 {
  font-family: "Stolzl";
  font-weight: 200;
  font-size: 2.5rem;
}

.content>div>section:nth-child(1) {
  width: 80vw !important;
  margin: 0 !important;
  padding: 3rem;
  left: 0 !important;
  display: flex;
}

.content>div>section:nth-child(1)>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 183 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 450px) {
  .mob\:hidden {
    display: none;
  }

  .mob\:w-full {
    width: 100%;
  }

  .mob\:gap-80 {
    gap: 20rem;
  }

  .mob\:bg-\[url\(\'\.\/assets\/img\/Neapol\/neapol-bg-ad\.webp\'\)\] {
    background-image: url('https://franzwertvollen.com/wp-content/themes/fwwsite/assets/img/Neapol/neapol-bg-ad.webp');
  }

  .mob\:stroke-black {
    stroke: #000000;
        -webkit-text-stroke: 1px #000000;
  }

  .mob\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .mob\:px-\[0\.9375rem\] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .mob\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .mob\:pt-3 {
    padding-top: 0.75rem;
  }

  .mob\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  
  .tooltip {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    width: 12rem;
    text-align: center;
    position: absolute;
    background-color: rgba(237, 224, 204, 0.7);
    bottom: 2rem;
    left: -2rem;
    padding: 0.6rem;
    color: #000;
    font-weight: 300;
    font-family: "Montserrat";
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translateY(6px);
  }
  
  .tooltip-parent .tooltip.is-active {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
}

@media (min-width: 450px) {
  .desk\:hidden {
    display: none;
  }
}

.scale-down-center:hover {
    animation: scale-down-center 1s forwards;
  }

  @keyframes scale-down-center {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(.95);
    }
  }
  
.gap-8 {
    gap: 2rem /* 32px */;
}

.border-l {
    border-left-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-\[\#5B1212\] {
    --tw-border-opacity: 1;
    border-color: rgb(91 18 18 / var(--tw-border-opacity)) /* #5b1212 */;
}

.bg-cover {
    background-size: cover;
}

.pb-8 {
    padding-bottom: 2rem /* 32px */;
}
  
.next-read-headers {
    font-family: 'Montserrat';
    font-weight: 500;
    stroke: none;
    -webkit-text-stroke: 0rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    
}

.next-read-headers-sm {
    font-size: 1rem;
}

.next-read-headers-l {
    font-size: 1.25rem;
    padding-top: 1rem;
}