/*
	Website Seehotel Gotthard

	Author: Damian Heini, VIZUAL <dh@vizual.ch>

	The main styles that brings it all together.
*/
@font-face {
  font-family: 'Syntax Roman';
  src: url("../Fonts/SyntaxLTStd-Roman.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Syntax Bold';
  src: url("../Fonts/SyntaxLTStd-Bold.otf") format('opentype');
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
  border-style: none;
}
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
a {
  background-color: transparent;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
figure {
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
html {
  font-family: "Syntax Roman", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  background-color: #edece9;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html body {
  height: 100%;
  font-size: 1rem;
  line-height: 1.4em;
  background-color: inherit;
}
* {
  box-sizing: border-box;
}
h1 {
  margin: 0 0 0.5em 0;
  font-family: "Syntax Roman", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 9.5vw, 2.5rem);
  line-height: 1;
  letter-spacing: 2px;
  color: #9f2842;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 0.5em 0;
  font-family: "Syntax Roman", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 9.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.5px;
  color: #9f2842;
  text-transform: uppercase;
}
h3 {
  font-family: "Syntax Roman", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 9.5vw, 1.33rem);
  line-height: 1;
  margin-bottom: 0.25em;
}
h4 {
  font-family: "Syntax Bold", sans-serif;
  font-size: clamp(1.125rem, 6vw, 1.125rem);
  line-height: 1;
  color: #978a7e;
  margin-bottom: 0.2em;
}
b,
strong {
  font-family: "Syntax Bold", sans-serif;
}
p {
  margin: 0 0 1em 0;
  max-width: 42.125rem;
}
p:last-child {
  margin-bottom: 0;
}
p.viz-lead-text {
  font-family: "Syntax Bold", sans-serif;
  font-size: 1.125rem;
}
p ~ h3 {
  margin-top: 1em;
}
header ~.viz-text-box {
  margin-top: 1em;
}
a,
a:not([class]) {
  color: #2d2d23;
  text-decoration: underline;
  text-decoration-color: #9f2842;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  transition: text-decoration-color 0.3s ease;
}
a:hover,
a:not([class]):hover {
  text-decoration-color: #978a7e;
}
a.viz-link-button {
  display: inline-block;
  padding: 0.5rem 0.75rem 1.5rem 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #9f2842;
  z-index: 1;
  margin-top: 1.5em;
  background-image: url("../Images/plus_symbol_white.svg");
  background-repeat: no-repeat;
  background-position: center calc(100% - 0.25rem);
  background-size: 1.25rem;
  transition: transform 300ms ease;
}
a.viz-link-button:hover {
  transform: scale(1.1);
}
img,
svg {
  display: block;
  width: 100%;
  height: auto;
  border-image-width: 0;
}
ul.viz-link-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 1em;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.viz-link-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.viz-link-list li a {
  display: inline-block;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #fff;
}
ol {
  padding-left: 1.1em;
}
table {
  width: 100%;
  max-width: 42.125rem;
  border-collapse: collapse;
}
table tr:first-child td {
  border-top: 1px solid #ccc;
}
table tr td {
  border-bottom: 1px solid #ccc;
}
table td {
  padding: 0.25em 0;
  border: none;
}
table.viz-table-prices td:nth-child(2) {
  text-align: right;
}
.lazyload,
.lazyloading {
  opacity: 0;
  transition: opacity 400ms ease-in;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms ease-in;
}
#viz-wrap-all {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 100vw;
  min-height: 100vh;
}
#viz-header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 12rem;
  padding: 0.625rem 2rem 0 2rem;
  z-index: 1000;
  background-color: #978a7e;
  transition: height 500ms ease;
}
#viz-header-container.viz-header-reduced-height {
  height: 5.625rem;
}
#viz-header-container.viz-header-reduced-height #viz-header-logo {
  height: 2.75rem;
  margin-bottom: 0.5rem;
}
#viz-header-container.viz-header-reduced-height #viz-header-logo svg {
  margin-top: -5.125rem;
}
#viz-header-container.viz-header-reduced-height #viz-header-logo svg .building,
#viz-header-container.viz-header-reduced-height #viz-header-logo svg .lower-claim {
  opacity: 0;
}
#viz-header-container .viz-header-spacer {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  width: 100vw;
  height: 0.5rem;
  background-color: #9f2842;
  opacity: 1;
  transition: width 750ms ease 0.4s, opacity 500ms ease 0.4s;
  transform: translateX(-50%);
}
#viz-header-container #viz-header-shortcut-links-container {
  position: absolute;
  right: 0;
  top: 0;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li {
  font-size: 0.75rem;
  background-color: transparent;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link {
  display: flex;
  flex-direction: column;
  gap: 0.33rem;
  background-color: transparent;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link:hover {
  transform: none;
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link:hover .viz-shortcut-link-icon {
  transform: scale(1.2);
}
#viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li .viz-shortcut-link-icon {
  width: 1.5rem;
  transition: transform 0.3s ease;
}
#viz-header-container #viz-header-language-navigation-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem 0 0.5rem 1rem;
}
ul.viz-language-navi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.viz-language-navi li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.viz-language-navi li.current a {
  font-family: "Syntax Bold", sans-serif;
  color: #9f2842;
}
ul.viz-language-navi li:hover a {
  color: #9f2842;
}
ul.viz-language-navi li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
#viz-header-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  height: 8.7rem;
  overflow: hidden;
  transition: height 500ms ease, margin-bottom 500ms ease;
}
#viz-header-logo svg {
  height: 8.7rem;
  width: auto;
  transition: margin-top 500ms ease;
}
#viz-header-logo svg .building-bg {
  display: none;
}
#viz-header-logo svg .building,
#viz-header-logo svg .name-and-claim,
#viz-header-logo svg. lower-claim {
  opacity: 1;
  transition: opacity 500ms ease;
}
#viz-header-logo .viz-main-logo-link {
  height: 100%;
}
#viz-lead-container {
  position: absolute;
  left: 0;
  top: 12rem;
  margin-top: 0;
  width: 100vw;
  height: 90vh;
  max-height: 500px;
  z-index: 0;
}
#viz-lead-container .viz-lead-content {
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}
#viz-lead-container nav.viz-shortcut-links-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 800px) {
  #viz-lead-container nav.viz-shortcut-links-container {
    transform: translateY(-56%);
  }
}
#viz-main-content-wrap-all {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 0;
}
#viz-main-content-container {
  position: relative;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  margin-top: calc(12rem + 500px);
  z-index: 950;
}
#viz-main-content-container > .viz-content-el-container:first-child {
  margin-top: 4rem;
}
#viz-main-content-container p.paragraph-2-columns {
  max-width: 100vw;
}
#viz-main-content-container p.text-right {
  text-align: right;
  max-width: 100%;
}
.viz-content-el-container {
  max-width: 60.25rem;
  margin: 0 auto 4rem auto;
  padding: 0 1.5rem;
}
.viz-content-el-container.space-after-small {
  margin-bottom: 2rem;
}
.viz-content-el-container.header-only {
  margin-bottom: 2.4rem;
}
.viz-content-el-container .viz-content-el-container {
  max-width: 100%;
  margin: 0 0 3rem 0;
  padding: 0;
}
@media (max-width: 600px) {
  .viz-content-el-container {
    padding: 0 0.75rem;
  }
}
#viz-footer-container {
  position: relative;
}
#viz-footer-content-wrapper {
  width: 100vw;
  background-color: #978a7e;
}
#viz-footer-logo {
  max-width: 7.75rem;
  margin: -5.25rem auto 1rem auto;
}
#viz-footer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 2rem 2rem 2rem;
  font-size: 0.9rem;
  max-width: 90.375rem;
  margin: 0 auto;
  color: #fff;
}
#viz-footer-content .viz-footer-columns-container {
  width: 100%;
}
#viz-footer-content a,
#viz-footer-content a:not([class]) {
  color: #fff;
  text-decoration-color: #fff;
}
#viz-footer-content a:hover,
#viz-footer-content a:not([class]):hover {
  text-decoration-color: #978a7e;
}
#viz-footer-content .viz-content-el-container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
#viz-footer-content h1,
#viz-footer-content h2,
#viz-footer-content h3,
#viz-footer-content h4 {
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  color: #fff;
}
#viz-footer-content .viz-main-logo-footer svg {
  height: 7.699999999999999rem;
  width: auto;
  opacity: 0.5;
}
#viz-footer-content ul.viz-link-list {
  justify-content: center;
}
@media (max-width: 800px) {
  #viz-header-container {
    height: 5.625rem;
  }
  #viz-header-container #viz-header-logo {
    height: 2.75rem;
    margin-bottom: 0.5rem;
  }
  #viz-header-container #viz-header-logo svg {
    margin-top: -5.125rem;
  }
  #viz-header-container #viz-header-logo svg .building,
  #viz-header-container #viz-header-logo svg .lower-claim {
    opacity: 0;
  }
  #viz-header-container #viz-header-logo {
    margin-top: 1rem;
  }
  #viz-header-container #viz-header-shortcut-links-container {
    top: 2rem;
    left: 0;
    right: auto;
  }
  #viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links {
    justify-content: flex-start;
    padding-left: 0.75rem;
    column-gap: 0.5rem;
  }
  #viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li .viz-shortcut-link-icon {
    width: 2rem;
  }
  #viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link {
    padding: 0;
  }
  #viz-header-container #viz-header-shortcut-links-container .viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link .viz-shortcut-link-label {
    display: none;
  }
  #viz-main-content-container {
    margin-top: calc(5.625rem + 500px);
  }
  #viz-lead-container {
    top: 5.625rem;
  }
}
#viz-mainnavi-button-container {
  display: none;
  position: fixed;
  right: 0rem;
  top: 0.5rem;
  z-index: 1002;
  width: 5rem;
  cursor: pointer;
  transition: top 0.3s ease;
}
#viz-mainnavi-button-container.viz-button-move-up {
  transition: none;
}
#viz-mainnavi-button-container svg {
  transition: transform 0.3s ease-in-out;
}
#viz-mainnavi-button-container svg path {
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
#viz-mainnavi-button-container svg path:nth-child(1) {
  transition: all 0.3s ease-in-out;
}
#viz-mainnavi-button-container svg path:nth-child(2) {
  transition: all 0.3s ease-in-out;
}
#viz-mainnavi-button-container svg path:nth-child(3) {
  transition: all 0.3s ease-in-out;
}
#viz-mainnavi-button-container.viz-hamburger-animating svg path:nth-child(1) {
  transform: translateY(13.48px);
}
#viz-mainnavi-button-container.viz-hamburger-animating svg path:nth-child(2) {
  opacity: 1;
}
#viz-mainnavi-button-container.viz-hamburger-animating svg path:nth-child(3) {
  transform: translateY(-13.48px);
}
#viz-mainnavi-button-container.viz-hamburger-cross svg path:nth-child(1) {
  transform: translateY(7px) translateX(-8px) rotate(45deg);
}
#viz-mainnavi-button-container.viz-hamburger-cross svg path:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
#viz-mainnavi-button-container.viz-hamburger-cross svg path:nth-child(3) {
  transform: translateY(-11.48px) translateX(-8px) rotate(-45deg);
}
#viz-main-navigation-container {
  display: flex;
  justify-content: center;
}
ul.viz-main-navigation-structure {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 1.25em;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.viz-main-navigation-structure > li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: "Syntax Roman", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: font-size 500ms ease;
}
ul.viz-main-navigation-structure > li.active a {
  color: #fff;
}
ul.viz-main-navigation-structure > li:after {
  display: none;
  content: "";
  margin: 0 0.6em;
  width: 2px;
  height: 1em;
  background-color: #9f2842;
}
ul.viz-main-navigation-structure > li:last-child:after {
  display: none;
}
ul.viz-main-navigation-structure > li a {
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: color 500ms ease;
}
ul.viz-main-navigation-structure > li.level-1 {
  position: relative;
}
ul.viz-main-navigation-structure > li.level-1 > a {
  background: linear-gradient(90deg, #9f2842, #978a7e) no-repeat right 92%/0 1px;
  background-position-y: bottom;
  background-size: 0 1px;
  background-position-x: left;
  transition: background-size 350ms, color 300ms ease;
}
ul.viz-main-navigation-structure > li.level-1 > a:hover {
  background-size: 100% 2px;
  background-position-x: left;
}
ul.viz-main-navigation-structure > li.level-1.active > a {
  font-family: "Syntax Bold", sans-serif;
}
ul.viz-main-navigation-structure > li.level-1:hover .viz-main-navi-subtitle {
  opacity: 1;
}
ul.viz-main-navigation-structure > li.level-1 .viz-main-navi-subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-style: italic;
  font-size: 0.9rem;
  white-space: nowrap;
  letter-spacing: 1px;
  opacity: 0;
  transition: opacity 400ms ease;
}
ul.viz-main-navigation-structure > li.level-1.viz-show-sub-navi .level-2 {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  top: calc(100% + 0.5em);
  left: -1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  transition: opacity 400ms ease 50ms, background-color 400ms ease 100ms;
  background-color: #9f2842;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li {
  margin: 0.125rem 0 0.5rem 0;
  padding: 0.125em 0;
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.25em;
  letter-spacing: 1px;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li.viz-show-sub-navi .level-3,
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li.has-sub-pages.active .level-3 {
  opacity: 1;
  max-height: 25em;
  margin-top: 0.75rem;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li a {
  position: relative;
  vertical-align: bottom;
  overflow: visible;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(90deg, #9f2842, #fff) no-repeat right 92%/0 1px;
  background-position-y: bottom;
  background-size: 0 1px;
  background-position-x: left;
  transition: background-size 350ms, color 300ms ease;
  white-space: nowrap;
  line-height: 1.1;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li a.has-sub-pages {
  padding-right: 1.25em;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li a:hover {
  background-size: 100% 2px;
  background-position-x: left;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li.active {
  visibility: visible;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li.active > a {
  color: #fff;
  font-weight: 800;
  background: linear-gradient(90deg, #9f2842, #fff) no-repeat right 100%/100% 2px;
  background-position-x: left;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li > .level-3 {
  padding-left: 2rem;
  opacity: 0;
  max-height: 0;
  transition: all 400ms ease-out 50ms;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li > .level-3 ul li {
  margin: 0.125rem 0 0.25rem 0;
}
ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li > .level-3 ul li a {
  text-transform: none;
}
@media (max-width: 800px) {
  #viz-mainnavi-button-container {
    display: block;
  }
  .viz-mainnavi-visible #viz-main-navigation-container {
    top: 0 !important;
    opacity: 1;
  }
  #viz-main-navigation-container {
    top: 0 !important;
    opacity: 1;
  }
  #viz-main-navigation-container {
    position: fixed;
    left: 0;
    right: 0;
    top: -105vh !important;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    padding: 4rem 3rem 4rem 3rem;
    overflow-y: scroll;
    background-color: #9f2842;
    z-index: 1001;
    transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }
  ul.viz-main-navigation-structure {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 3rem;
    row-gap: 2rem;
    padding-bottom: 3rem;
  }
  ul.viz-main-navigation-structure > li {
    flex: 1 1 calc(50% - 3rem);
    flex-direction: column;
    font-size: clamp(2rem, 5vw, 2.5rem);
  }
  ul.viz-main-navigation-structure > li a {
    color: #fff;
  }
  ul.viz-main-navigation-structure > li.active a {
    color: #fff;
  }
  ul.viz-main-navigation-structure > li:after {
    display: none;
  }
  ul.viz-main-navigation-structure > li.level-1 > a {
    margin-bottom: 0.5rem;
  }
  ul.viz-main-navigation-structure > li.level-1 .viz-main-navi-subtitle {
    margin-top: 0.2em;
    color: #fff;
    font-size: 1rem;
  }
  ul.viz-main-navigation-structure > li.level-1 > .level-2 {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  ul.viz-main-navigation-structure > li.level-1 > .level-2 ul li > .level-3 ul li a {
    max-width: 11rem;
    text-wrap: inherit;
  }
}
.viz-content-section .viz-content-section-content {
  max-width: 62.75rem;
  margin: 0 auto 4rem auto;
  padding: 2.5rem 0;
  background-color: #fff;
}
.viz-content-section .viz-content-section-content .viz-content-el-container:first-child {
  margin-top: 0 !important;
}
.viz-content-section .viz-content-section-content .viz-content-el-container:last-child {
  margin-bottom: 0 !important;
}
.viz-content-section .viz-content-section-content h3 {
  color: #978a7e;
}
.viz-content-section.viz-section-theme-rooms .viz-content-section-content {
  background-color: transparent;
}
.viz-content-section.viz-section-theme-rooms .viz-content-section-content .viz-content-el-container {
  max-width: 100%;
  padding: 0;
}
.viz-hotel-rooms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.5rem;
  row-gap: 0;
}
.viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-poster-image {
  flex: 0 1 calc(20.083333333333332rem - 2.5rem);
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image {
  position: relative;
  order: 1;
  flex: 0 1 calc(15.0625rem - 2.5rem);
  margin-bottom: 3rem;
  cursor: pointer;
  transition: background-size 300ms ease, transform 400ms ease;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image.active .viz-hotel-room-more-button {
  color: #978a7e;
  background-color: #fff;
  min-height: 6rem;
  background-image: url("../Images/minus_symbol.svg");
  background-position: center calc(100% - 3.5rem);
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image.active .viz-hotel-room-poster-image-overlay {
  opacity: 0;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image.active .viz-hotel-room-name {
  text-shadow: 0px 1px 3px #000;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image:hover {
  background-size: 106%;
  transform: scale(1.03);
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image:hover .viz-hotel-room-name {
  text-shadow: 0px 1px 3px #000;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image:hover .viz-hotel-room-poster-image-overlay {
  opacity: 0;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image .viz-hotel-room-poster-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 18%, rgba(0,0,0,0.8) 85%);
  z-index: 0;
  opacity: 1;
  transition: opacity 400ms ease;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image .viz-hotel-room-name {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2rem);
  line-height: 1;
  z-index: 1;
  transform: translateY(-50%);
  transition: text-shadow 0.3ms ease;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image .viz-hotel-room-more-button {
  display: inline-block;
  padding: 0.5rem 0.75rem 1.5rem 0.75rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #9f2842;
  z-index: 1;
  margin-top: 1.5em;
  background-image: url("../Images/plus_symbol_white.svg");
  background-repeat: no-repeat;
  background-position: center calc(100% - 0.25rem);
  background-size: 1.25rem;
  transition: transform 300ms ease;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1.75rem;
  text-align: center;
  width: 75%;
  z-index: 2;
  min-height: 2rem;
  transition: all 300ms ease;
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image .viz-hotel-room-more-button:hover {
  transform: scale(1.1);
}
.viz-hotel-rooms-list .viz-hotel-room-poster-image .viz-hotel-room-more-button:hover {
  transform: translateX(-50%);
}
.viz-hotel-rooms-list .viz-hotel-room-section {
  order: 40;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 400ms ease;
}
.viz-hotel-rooms-list .viz-hotel-room-section.active {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
@media (max-width: 58.75rem) {
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-poster-image {
    flex: 0 1 calc(33.333333333333336% - 2.5rem);
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image {
    position: relative;
    order: 1;
    flex: 0 1 calc(25% - 2.5rem);
  }
}
@media (max-width: 800px) {
  .viz-hotel-rooms-list .viz-hotel-room-poster-image {
    flex: 0 1 calc(33.333333333333336% - 2.5rem);
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image:nth-child(1) {
    order: 1;
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image:nth-child(3) {
    order: 2;
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image:nth-child(5) {
    order: 3;
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image:nth-child(7) {
    order: 4;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active {
    margin-bottom: 2rem;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(2) {
    order: 4;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(4) {
    order: 4;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(6) {
    order: 4;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(8) {
    order: 8;
  }
}
@media (max-width: 600px) {
  .viz-hotel-rooms-list,
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 {
    column-gap: 1.5rem;
  }
  .viz-hotel-rooms-list .viz-hotel-room-poster-image,
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-poster-image {
    flex: 0 1 calc(50% - 1.5rem);
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(2),
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-section.active:nth-child(2) {
    order: 3;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(4),
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-section.active:nth-child(4) {
    order: 3;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(6),
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-section.active:nth-child(6) {
    order: 8;
  }
  .viz-hotel-rooms-list .viz-hotel-room-section.active:nth-child(8),
  .viz-hotel-rooms-list.viz-hotel-rooms-list-3 .viz-hotel-room-section.active:nth-child(8) {
    order: 8;
  }
}
.viz-hotel-room-content {
  max-width: 62.75rem;
  padding: 2.5rem 0;
  background-color: #fff;
  width: 100%;
}
.viz-hotel-room-content .viz-hotel-room-container {
  max-width: 60.25rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.viz-hotel-room-content .viz-hotel-room-container h3 {
  color: #9f2842;
}
.viz-hotel-room-content .viz-hotel-room-container header ~ figure.table {
  margin-top: 1em;
}
.viz-hotel-room-content .viz-hotel-room-container a.viz-link-button {
  color: #fff;
  background-color: #9f2842;
  background-image: url("../Images/plus_symbol_white.svg");
}
.viz-lead-image-and-title-container {
  position: relative;
  width: 100%;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}
.viz-lead-image-and-title-container .viz-lead-background-images-container {
  width: 100%;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text {
  position: absolute;
  bottom: 8%;
  left: 3vw;
  width: 100%;
  max-width: 94vw;
  z-index: 1;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text.viz-text-color-dark {
  color: #2d2d23;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text.viz-text-color-light {
  color: #fff;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text .viz-lead-image-title {
  margin: 0;
  font-size: clamp(1.5rem, 7vw, 2.75rem);
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  line-height: 1.05em;
  color: #fff;
  text-transform: uppercase;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text .viz-lead-image-title .viz-submain-title {
  display: block;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text .viz-lead-image-title .viz-submain-title {
  line-height: 1;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.viz-lead-image-and-title-container .viz-lead-image-and-title-text .viz-lead-image-title .viz-main-title {
  line-height: 0.9;
  letter-spacing: 2px;
}
.viz-lead-image-and-title-container .viz-lead-background-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
}
.viz-lead-image-and-title-container .viz-lead-background-image {
  width: 100%;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1000ms ease-in-out;
}
.viz-lead-image-and-title-container .viz-lead-background-image.viz-image-pos-center {
  background-position: center;
}
.viz-lead-image-and-title-container .viz-lead-background-image.viz-image-pos-top {
  background-position: center 20%;
}
.viz-lead-image-and-title-container .viz-lead-background-image.viz-image-pos-bottom {
  background-position: center 80%;
}
@media (max-width: 800px) {
  .viz-lead-image-and-title-container .viz-lead-image-and-title-text {
    bottom: 5%;
  }
}
.viz-layout-bg-color-1 .viz-image-and-text-container {
  margin-top: 4rem;
}
.viz-layout-bg-color-2 {
  background-color: #fff;
  margin: 0;
}
.viz-layout-bg-color-2 .viz-image-and-text-container {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.viz-image-and-text-container .viz-image-and-text-content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}
.viz-image-and-text-container .viz-image-and-text-content .viz-image-and-text-text {
  flex: 1 1 calc(50% - 1em);
  display: flex;
  flex-direction: column;
}
.viz-image-and-text-container .viz-image-and-text-content .viz-image-and-text-image,
.viz-image-and-text-container .viz-image-and-text-content .viz-gallery-with-thumbnails {
  flex: 1 1 calc(50% - 1em);
}
@media (max-width: 46.125rem) {
  .viz-image-and-text-container .viz-image-and-text-content .viz-image-and-text-text {
    flex: 1 1 100%;
  }
  .viz-image-and-text-container .viz-image-and-text-content .viz-image-and-text-image,
  .viz-image-and-text-container .viz-image-and-text-content .viz-gallery-with-thumbnails {
    flex: 1 1 100%;
  }
}
.viz-content-shortcut-overview-container {
  max-width: 100vw;
  overflow-x: hidden;
  margin-bottom: 4rem;
  padding-top: 4rem;
  background-color: #fff;
}
.viz-content-shortcut-overview-container header {
  margin-bottom: 1rem;
}
.viz-content-shortcut-overview-container .flickity-viewport {
  width: 100%;
}
.viz-content-shortcut-overview-container button.flickity-prev-next-button {
  top: calc(50% - 2rem);
}
.viz-content-shortcut-overview-container button.flickity-prev-next-button.next {
  right: -2.5rem;
}
.viz-content-shortcut-overview-container button.flickity-prev-next-button.previous {
  left: -2.5rem;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview {
  width: calc(100% + 2.5rem);
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container {
  width: 12.5rem;
  margin-right: 2.5rem;
  padding-bottom: 2rem;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 2/2.5;
  width: 100%;
  height: 100%;
  min-height: 15.625rem;
  padding: 56% 6% 5% 6%;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  background-color: #978a7e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 102%;
  transition: background-size 300ms ease, transform 400ms ease;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 18%, rgba(0,0,0,0.8) 85%);
  z-index: 0;
  opacity: 1;
  transition: opacity 400ms ease;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link:hover {
  background-size: 106%;
  transform: scale(1.03);
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link:hover .viz-content-overlay {
  opacity: 0;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link:hover .viz-event-shortcut-link-indicator {
  transform: scale(1.2);
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link:hover .viz-content-shortcut-text-container {
  transform: scale(1.05);
  text-shadow: 0px 1px 3px #000;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link:hover .viz-content-shortcut-link-indicator svg {
  transform: scale(1.2);
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-shortcut-text-container {
  z-index: 1;
  transition: transform 0.4s ease, text-shadow 0.3ms ease;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-shortcut-text-container header {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  margin-bottom: 0.25em;
  line-height: 1;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-shortcut-text-container .viz-content-shortcut-short-text {
  line-height: 1;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-shortcut-link-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 70%;
  padding: 0.5rem 0.25rem 0.25rem 0.25rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1;
  background-color: #9f2842;
  z-index: 1;
}
.viz-content-shortcut-overview-container .viz-content-shortcut-overview .viz-content-shortcut-container a.viz-content-shortcut-link .viz-content-shortcut-link-indicator svg {
  width: 1.25rem;
  height: auto;
  transition: transform 0.3s ease;
}
@media (max-width: 64.25rem) {
  .viz-content-shortcut-overview-container button.flickity-prev-next-button.next {
    right: -0.5rem;
  }
  .viz-content-shortcut-overview-container button.flickity-prev-next-button.previous {
    left: -0.5rem;
  }
}
@media (max-width: 64.25rem) {
  .viz-content-shortcut-overview-container .viz-content-shortcut-overview {
    width: 100%;
  }
}
.viz-single-image-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.viz-single-image-container.space-after-extra-small {
  margin-bottom: 0;
}
.viz-horizontal-image-banner-container {
  padding: 4rem 0 4rem 0;
  background-color: #fff;
  margin-bottom: 4rem;
}
.viz-horizontal-image-banner-container ul.viz-horizontal-image-banner {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
  margin: 0 auto;
  list-style: none;
}
.viz-horizontal-image-banner-container ul.viz-horizontal-image-banner li.viz-horizontal-image-banner-item {
  position: relative;
  flex: 1 1 calc(33.33% - 0.5rem);
  padding: 0;
  margin: 0;
  list-style: none;
}
.viz-horizontal-image-banner-container ul.viz-horizontal-image-banner li.viz-horizontal-image-banner-item .viz-image-gallery-item-zoom {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  transition: all 250ms ease;
}
.viz-horizontal-image-banner-container ul.viz-horizontal-image-banner li.viz-horizontal-image-banner-item:hover {
  cursor: zoom-in;
}
.viz-horizontal-image-banner-container ul.viz-horizontal-image-banner li.viz-horizontal-image-banner-item:hover .viz-image-gallery-item-zoom {
  width: 2.4rem;
  height: 2.4rem;
}
.viz-image-gallery-container {
  width: 100%;
}
.viz-image-gallery-container.viz-slider-image-gallery {
  margin-bottom: 4rem;
}
.viz-image-gallery-container.viz-slider-image-gallery.space-after-extra-small {
  margin-bottom: 0;
}
.viz-image-gallery-container.viz-slider-image-gallery ul.viz-image-gallery-slider li.viz-image-gallery-item img {
  width: auto;
  height: 32vh;
  max-height: 26rem;
}
.viz-image-gallery-container ul.viz-image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.viz-image-gallery-container ul.viz-image-gallery li.viz-image-gallery-item {
  position: relative;
  display: block;
  margin: 0 0.3rem;
  padding: 0;
  list-style: none;
}
.viz-image-gallery-container ul.viz-image-gallery li.viz-image-gallery-item::before {
  display: none;
}
.viz-image-gallery-container ul.viz-image-gallery li.viz-image-gallery-item img {
  width: auto;
  height: 100%;
  padding: 0;
  object-fit: cover;
}
.viz-gallery-with-thumbnails-container .viz-gallery-with-thumbnails {
  max-width: 42.125rem;
}
.viz-gallery-with-thumbnails {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider.flickity-enabled {
  height: auto;
  visibility: visible;
  overflow: visible;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider li.viz-image-gallery-item {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider li.viz-image-gallery-item .viz-image-gallery-item-zoom {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  transition: all 250ms ease;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider li.viz-image-gallery-item:hover {
  cursor: zoom-in;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 ul.viz-image-gallery-slider li.viz-image-gallery-item:hover .viz-image-gallery-item-zoom {
  width: 2.4rem;
  height: 2.4rem;
}
.viz-gallery-with-thumbnails .viz-gallery-with-thumbnails-col-1 button.flickity-prev-next-button svg path {
  fill: #fff;
}
.viz-gallery-with-thumbnails ul.viz-image-gallery-thumbnails {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.viz-gallery-with-thumbnails ul.viz-image-gallery-thumbnails li.viz-image-gallery-thumbnail {
  margin: 0 0 0.75rem 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  max-width: calc(25% - 0.25rem);
}
.viz-gallery-with-thumbnails ul.viz-image-gallery-thumbnails li.viz-image-gallery-thumbnail::before {
  display: none;
}
.viz-gallery-with-thumbnails ul.viz-image-gallery-thumbnails li.viz-image-gallery-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
button.flickity-prev-next-button {
  background: none;
  background-color: transparent;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
}
button.flickity-prev-next-button.next {
  right: 0.5rem;
}
button.flickity-prev-next-button.previous {
  left: 0.5rem;
}
button.flickity-prev-next-button .flickity-button-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
button.flickity-prev-next-button:hover {
  background-color: transparent;
}
button.flickity-prev-next-button:hover svg {
  opacity: 1;
}
button.flickity-prev-next-button svg {
  opacity: 1;
}
button.flickity-prev-next-button svg path {
  fill: #9f2842;
}
nav.viz-shortcut-links-container ul.viz-shortcut-links {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  padding-left: 1rem;
}
nav.viz-shortcut-links-container ul.viz-shortcut-links li {
  list-style: none;
  margin: 0 0 0.75rem 0;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.1;
  background-color: #9f2842;
  text-transform: uppercase;
}
nav.viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0.25rem 1rem 0.25rem 0.5rem;
  color: inherit;
  text-decoration: none;
  transition: transform 300ms ease;
  background-color: #9f2842;
}
nav.viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link:hover {
  transform: translateX(-0.5rem);
}
nav.viz-shortcut-links-container ul.viz-shortcut-links li a.viz-shortcut-link .viz-shortcut-link-label {
  letter-spacing: 1px;
}
nav.viz-shortcut-links-container ul.viz-shortcut-links li .viz-shortcut-link-icon {
  width: 2.25rem;
}
.viz-logo-list-container ul.viz-logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.viz-logo-list-container ul.viz-logo-list li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.viz-logo-list-container ul.viz-logo-list li .viz-logo-list-logo {
  margin-right: 0.5rem;
  padding: 0.25rem;
  max-width: 12rem;
  max-height: 4rem;
}
.viz-logo-list-container ul.viz-logo-list li .viz-logo-list-logo img {
  max-height: inherit;
  width: auto;
}
.viz-hotel-room-detail-infos-container .viz-hotel-room-detail-infos-title {
  margin-bottom: 1rem;
}
.viz-hotel-room-detail-infos-container .viz-hotel-room-facilities-list {
  display: flex;
  column-gap: 0;
  row-gap: 1.5rem;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.viz-hotel-room-detail-infos-container .viz-hotel-room-facilities-list li {
  flex: 0 0 7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.viz-hotel-room-detail-infos-container .viz-hotel-room-facilities-list li .viz-hotel-room-facility-container .viz-hotel-room-facility-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1/1;
  background-color: #978a7e;
}
.viz-hotel-room-detail-infos-container .viz-hotel-room-facilities-list li .viz-hotel-room-facility-container .viz-hotel-room-facility-label {
  margin-top: 0.75rem;
  font-size: 0.9em;
  line-height: 1.2;
}
.viz-popup-container {
  position: fixed;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background-color: #fff;
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.34);
  opacity: 0;
  transition: opacity 750ms ease;
}
.viz-popup-container .viz-popup-content-container {
  position: relative;
  padding: 3rem 1rem 1rem 1rem;
}
.viz-popup-container .viz-popup-content-container .viz-popup-close-bu {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
}
.viz-popup-container .viz-popup-content-container .viz-popup-close-bu svg {
  width: 2rem;
  height: 2rem;
  transition: transform 300ms ease;
}
.viz-popup-container .viz-popup-content-container .viz-popup-close-bu svg path {
  fill: #9f2842;
}
.viz-popup-container .viz-popup-content-container .viz-popup-close-bu:hover {
  cursor: pointer;
  animation: rotateIcon 0.5s 0s ease-in-out;
}
.viz-popup-container .viz-popup-content-container .viz-popup-close-bu:hover svg {
  transform: scale(1.2);
}
.viz-speech-bubble-container {
  position: absolute;
  top: 12rem;
  left: 3vw;
  width: 8.25rem;
  height: 8.25rem;
}
.viz-speech-bubble-container:hover .viz-big-bubble-container {
  opacity: 1;
}
.viz-speech-bubble-container .viz-small-bubble-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 8.25rem;
  height: 8.25rem;
  padding: 0.75em;
  border-radius: 50%;
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #9f2842;
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.34);
  opacity: 1;
  z-index: 9999;
  transition: opacity 750ms ease;
}
.viz-speech-bubble-container .viz-big-bubble-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -9.075000000000001rem;
  left: 5.774999999999999rem;
  width: 14.375rem;
  height: 14.375rem;
  opacity: 0;
  padding: 1em;
  border-radius: 50%;
  color: #9f2842;
  background-color: rgba(255,255,255,0.9);
  overflow: hidden;
  transition: opacity 750ms ease;
}
.viz-speech-bubble-container .viz-big-bubble-container .viz-big-bubble-title {
  font-family: "merriweather", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.viz-speech-bubble-container .viz-big-bubble-container .viz-big-bubble-text {
  line-height: 1.2;
}
.viz-lightbox .viz-img-container .viz-img {
  width: 1400px;
  max-width: 100%;
}
.viz-google-maps {
  width: 100%;
  height: 600px;
  color: #2d2d23;
}
.viz-google-maps p {
  font-size: 1rem;
  margin: 0 0 1em 0;
  text-align: left;
}
.tx-powermail {
  max-width: 42.125rem;
}
form {
  margin-bottom: 2rem;
  line-height: 1.25em;
/*
    Checkboxes and Radio buttons
  */
}
form .viz-content-el-container {
  margin: 0;
}
form .viz-content-el-container p {
  text-align: left;
}
form >h3 {
  display: none;
}
form a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
form legend {
  display: block;
  margin-bottom: 1em;
  max-width: calc(100vw - 2rem);
  overflow: hidden;
  overflow-wrap: break-word;
}
form fieldset {
  margin: 1.5rem 0 0 0;
  padding: 0;
  border: none;
}
form fieldset:first-child {
  margin-top: 0;
}
form input,
form input:focus,
form select {
  display: block;
  padding: 0.5em;
  margin-top: 0.25em;
  border: none;
  border-bottom: 1px solid #978a7e;
  color: #2d2d23;
  background-color: #fff;
  border-radius: 0;
  max-width: 28rem;
  width: 100%;
}
form input[type="submit"],
form input[type="reset"] {
  width: auto;
  padding: 0.7em 2em 0.6em 2em;
  margin-top: 0.75em;
  color: #fff;
  text-align: center;
  border: 2px solid #978a7e;
  background-color: #978a7e;
  border-radius: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
form input[type="submit"]:hover,
form input[type="reset"]:hover {
  cursor: pointer;
  color: #2d2d23;
  background-color: #978a7e;
}
form select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #978a7e;
  background: transparent;
}
form select option {
  color: #2d2d23;
}
form select:hover {
  cursor: pointer;
}
form textarea {
  display: block;
  padding: 0.5em;
  margin-top: 0.25em;
  border: none;
  border-bottom: 1px solid #978a7e;
  color: #2d2d23;
  background-color: #fff;
  border-radius: 0;
  max-width: 28rem;
  border: 1px solid #978a7e;
  width: 100%;
}
form label,
form .powermail_label {
  display: block;
  margin: 0;
  padding-top: 0.25em;
  max-width: 30rem;
}
form :focus {
  outline: none;
}
form input[type=number]::-webkit-inner-spin-button,
form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form .form-check label {
  line-height: 1.75em;
}
form input[type=checkbox],
form input[type=radio] {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: left;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1.625rem;
  width: 1.625rem;
  margin: 0 -2rem -2rem 0;
  padding: 0;
  opacity: 0.001;
  overflow: hidden;
  z-index: 11;
}
form input[type=checkbox]:hover,
form input[type=radio]:hover {
  cursor: pointer;
}
form .checkbox-checkmark {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 0.2em;
  margin-right: 0.5em;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 10;
}
form .checkbox-checkmark:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #978a7e;
  cursor: pointer;
}
form .checkbox-checkmark:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin: 4px 0 0 4px;
  background: #978a7e;
  border-radius: 0;
}
form .powermail_fieldwrap_type_radio .checkbox-checkmark:before {
  border-radius: 50%;
}
form .powermail_fieldwrap_type_radio .checkbox-checkmark:after {
  border-radius: 50%;
}
form :checked + .checkbox-checkmark:after {
  opacity: 1;
}
form input[type=range] {
  padding: 0;
  width: 100%;
  height: 3.5rem;
  background: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
form input[type=range]:focus {
  outline: none;
}
form .powermail_fieldwrap {
  margin-bottom: 1rem;
}
form .powermail_fieldwrap.powermail-more-space-before {
  margin-top: 2.5rem;
}
form .powermail_fieldwrap.powermail-field-description {
  font-size: 1.125rem;
  margin-top: -0.75em !important;
}
form .powermail_fieldwrap .powermail_field {
  position: relative;
}
form .powermail_fieldwrap.powermail_fieldwrap_type_text.powermail-title {
  font-weight: 400;
  margin-bottom: 0.25em;
}
form .powermail_fieldwrap.powermail-title >label {
  font-weight: 400;
}
form .powermail_fieldwrap.powermail-shop-field .powermail_field {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
form .powermail_fieldwrap.powermail-shop-field .powermail_field label {
  order: 2;
}
form .powermail_fieldwrap.powermail-shop-field .powermail_field input {
  order: 1;
  width: 4rem;
}
form .powermail_fieldwrap.powermail_fieldwrap_type_select label.control-label ~ div {
  position: relative;
  max-width: 28rem;
  background-color: #fff;
}
form .powermail_fieldwrap.powermail_fieldwrap_type_select .powermail_select {
  position: relative;
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 2.75rem;
  background-image: url("../Images/select_field_arrow_down.svg");
}
form .powermail_fieldwrap.powermail_fieldwrap_type_select .select-marker {
  display: none;
}
form .powermail_fieldwrap.powermail_fieldwrap_type_text {
  margin: 1em 0 0 0;
}
form .powermail_fieldwrap .parsley-required,
form .powermail_fieldwrap .parsley-custom-error-message {
  font-size: 0.9em;
  color: #f00;
}
form .powermail_fieldwrap .powermail_captcha_explain {
  margin-top: 0.5rem;
  font-size: 1rem;
}
form .powermail_fieldwrap .powermail_captchaimage {
  margin: 0.5rem 0;
  width: 16rem;
}
form .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  margin-top: 2rem;
}
.tx-powermail .powermail-errors-list,
.tx-powermail .powermail_field_error_container,
.tx-powermail .powermail_message_error {
  font-family: "Syntax Bold", sans-serif;
  color: #f00;
}
.powermail_captchaimage,
.powermail_captcha,
.powermail_captcha:focus {
  width: 16rem;
}
.powermail_progressbar {
  width: 28rem;
  height: 12px;
  border: 1px solid #eee;
  margin-top: 1rem;
}
.powermail_progressbar.disable {
  display: none;
}
.powermail_progressbar > .powermail_progress {
  background: #1e5799;
  width: 0;
  height: inherit;
  max-width: 100%;
  animation: progress 7s 1 forwards;
}
.powermail_progressbar > .powermail_progress > .powermail_progress_inner {
  height: 5px;
  width: 100%;
  height: inherit;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  opacity: 0.25;
}
.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%;
}
@-moz-keyframes progress {
  to {
    width: 100%;
  }
}
@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@-o-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
