@charset "UTF-8";
/* H1 parte da 32px su viewport piccoli e cresce fino a 64px. */
/* H2 parte da 22px su mobile e arriva a 28px su desktop */
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

[id^=anchor_] {
  scroll-margin-top: 200px;
}

:focus:not(.focus-visible) {
  outline: 0;
  box-shadow: none;
}

:focus {
  outline: 0;
  box-shadow: none;
}

.h-scrolling .fixed-header .header-inner {
  background-color: #f4f4f4;
  height: 90%;
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 1200px) {
  .h-scrolling .fixed-header .header-inner {
    height: 90%;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.fullWidth img {
  width: 100%;
  height: auto;
}

body {
  margin: 0;
  color: #616161;
  font-size: 20px;
  font-family: "zeitung";
  background-color: #f4f4f4;
}
body.h-menuopen {
  overflow: hidden;
}
body.menu-open {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 600;
}

.margin-auto {
  margin: auto;
}
.margin-auto p {
  margin: auto;
}
.margin-auto .container {
  margin: auto;
}

li::marker {
  content: "•";
  font-size: 1.2em;
  color: #616161;
  letter-spacing: 10px;
}

.noImgSm {
  /* nascondi seconda colonna con immagine su mobile */
}
.noImgSm .column:nth-child(2) {
  display: none;
}
@media (min-width: 1200px) {
  .noImgSm .column:nth-child(2) {
    display: block;
  }
}

#noImgSm {
  /* nascondi seconda colonna con immagine su mobile */
}
#noImgSm .column:nth-child(2) {
  display: none;
}
@media (min-width: 1470px) {
  #noImgSm .column:nth-child(2) {
    display: block;
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 464px;
  margin: auto;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 600px) {
  .container {
    gap: 0;
    width: 90%;
  }
}
@media (min-width: 600px) {
  .container {
    max-width: 1336px;
    width: 90%;
  }
}
@media (min-width: 1700px) {
  .container {
    gap: 20px;
  }
}

.column {
  flex: 1 1 45%;
  gap: 20px;
}
@media (max-width: 1020px) {
  .column {
    flex: 1 1 100%;
  }
}
.column img.short {
  height: 600px;
}
@media (max-width: 600px) {
  .column img.short {
    max-height: 410px;
  }
}
.column img.imageTwo {
  display: none;
}
@media (min-width: 1470px) {
  .column img.imageTwo {
    width: 410px;
    height: 458px;
    object-fit: cover;
    border-radius: 30px;
    right: 0;
    top: 40%;
    position: absolute;
    display: block;
  }
}

.logo {
  width: 116px;
  height: auto;
}

ul {
  margin: 0;
  list-style-position: inside;
  padding-left: 0;
}
@media (max-width: 1200px) {
  ul {
    padding-left: 0;
  }
}
ul li {
  font-weight: 300;
}

a {
  color: #616161;
}

.link {
  width: fit-content;
  box-sizing: border-box;
  margin-top: 1.5rem;
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-out;
}
.link a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 30px 40px;
  border-radius: 100px;
  font-family: "zeitung";
}
.link a span {
  font-weight: 700;
}
.link:hover {
  cursor: pointer;
}

.shortext {
  max-width: 680px;
}

h1, .h1, .sottotitolo, p.sottotitolo {
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.2;
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: #616161;
  font-family: "haboro-serif-condensed";
}
html:lang(de) h1, html:lang(de) .h1, html:lang(de) .sottotitolo, html:lang(de) p.sottotitolo {
  letter-spacing: -0.5px;
}
@media (min-width: 769px) {
  html:lang(de) h1, html:lang(de) .h1, html:lang(de) .sottotitolo, html:lang(de) p.sottotitolo {
    letter-spacing: normal;
  }
}

h2, .h2 {
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.3;
  font-weight: 200;
  margin: 0;
  color: #616161;
}
@media (max-width: 768px) {
  html:lang(de) h2, html:lang(de) .h2 {
    font-size: 22px;
    line-height: 1.3;
  }
}

h3, .h3 {
  font-size: clamp(26px, 26px + 2vw, 40px);
  margin: 0;
  color: #616161;
}

h4, .h4 {
  color: #616161;
  font-size: 96px;
  line-height: 120px;
  margin: 0;
}
@media (max-width: 600px) {
  h4, .h4 {
    font-size: 86px;
  }
}

h5, .h5 {
  color: #616161;
  font-size: 48px;
  line-height: 55px;
  font-weight: 100;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  h5, .h5 {
    font-size: 40px;
    line-height: 50px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.titolo {
  font-size: 52px;
  line-height: 55px;
  letter-spacing: -2px;
  font-family: "haboro-serif";
  color: #616161;
}
@media (min-width: 600px) {
  .titolo {
    font-size: 64px;
    line-height: 75px;
    letter-spacing: 0;
  }
}
@media (max-width: 420px) {
  .titolo {
    font-size: 46px;
  }
}

p {
  font-weight: 300;
  font-family: "zeitung";
  color: #616161;
  font-size: 20px;
  line-height: 28px;
}
.image {
  flex: 1;
}
.image.imageOne {
  margin-top: -400px;
}
.image.imageOne img {
  margin-right: 20px;
}
@media (min-width: 1020px) and (max-width: 1280px) {
  .image.imageOne img {
    height: 820px !important;
  }
}
@media (min-width: 1470px) {
  .image.imageOne img {
    height: 410px;
  }
}
.image img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 710px;
  height: 410px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .image img {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .image img {
    height: 810px;
    margin: 0;
  }
}

#main {
  /* width: 96%;*/
  margin: 160px auto auto auto;
}
@media (max-width: 600px) {
  #main {
    margin-top: 120px;
  }
}

.btns {
  padding-top: 30px;
  margin-bottom: 30px;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 600px) {
  .btns {
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    font-weight: 100;
    /* flex-direction: row;*/
  }
}
@media (min-width: 1400px) {
  .btns {
    display: flex;
    flex-direction: row;
  }
}

.btn {
  display: flex;
}
@media (max-width: 600px) {
  .btn {
    margin: auto;
    font-weight: 100;
  }
}
.btn a {
  font-size: 20px;
  border-radius: 100px;
  padding: 14px 32px 16px 32px;
  text-decoration: none;
}
@media (max-width: 600px) {
  .btn a {
    font-weight: 100;
  }
}
@media (max-width: 420px) {
  .btn a {
    font-size: 20px;
    padding: 13px 20px;
  }
  .btn a:lang(de) {
    padding: 15px 20px;
  }
}

.btn--animate {
  position: relative;
  border-color: var(--color-text-primary);
  background-color: transparent;
  color: var(--color-text-primary);
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
.btn--animate::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 101%;
  height: 100%;
  background-color: var(--color-text-primary);
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn--animate:hover {
  color: #f4f4f4;
  border-color: var(--color-text-primary);
}
.btn--animate:hover::before {
  transform: translateX(0);
}

.icona-bottone {
  padding-right: 10px;
}

button {
  border: 0;
  /* font-size: $fSizeText;
   padding: 15px 30px;
   border-radius: $borderRadiusBigger;*/
}
@media (max-width: 600px) {
  button {
    font-weight: 100;
  }
}
@media (max-width: 420px) {
  button {
    font-size: 20px;
    padding: 13px 28px;
  }
}
button.btn {
  background-color: #616161;
  color: #616161;
}
@media (max-width: 600px) {
  button.btn {
    font-weight: 100;
  }
}
button.btn:hover {
  background-color: #616161;
  color: #f4f4f4;
  cursor: pointer;
}

.btnStyle1 {
  background-color: #f4f4f4 !important;
  border: 1px solid #616161 !important;
  color: #616161 !important;
}
.btnStyle1:hover {
  border: 1px solid #616161 !important;
  background-color: #616161 !important;
  color: #f4f4f4 !important;
}

.btnStyle2 {
  background-color: #616161 !important;
  border: 1px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.btnStyle2:hover {
  border: 1px solid #616161 !important;
  background-color: #f4f4f4 !important;
  color: #616161 !important;
}

.light-bg .btnStyle2 {
  background-color: #f4f4f4 !important;
  border: 1px solid #616161 !important;
  color: #616161 !important;
}
.light-bg .btnStyle2:hover {
  border: 1px solid #616161 !important;
  background-color: #616161 !important;
  color: #f4f4f4 !important;
}
.light-bg .btnStyle1 {
  background-color: #616161 !important;
  border: 1px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.light-bg .btnStyle1:hover {
  border: 1px solid #616161 !important;
  background-color: #f4f4f4 !important;
  color: #616161 !important;
}

.dark-bg .btnStyle2 {
  background-color: #f4f4f4 !important;
  border: 1px solid #616161 !important;
  color: #616161 !important;
}
.dark-bg .btnStyle2:hover {
  border: 1px solid #616161 !important;
  background-color: #616161 !important;
  color: #f4f4f4 !important;
}
.dark-bg .btnStyle1 {
  background-color: #616161 !important;
  border: 1px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
}
.dark-bg .btnStyle1:hover {
  border: 1px solid #616161 !important;
  background-color: #f4f4f4 !important;
  color: #616161 !important;
}

header .btn {
  display: none;
}
header .btn a {
  font-size: 20px;
  padding: 8px 25px;
}
@media (min-width: 1400px) {
  header .btn a {
    font-size: 20px;
    padding: 8px 15px;
  }
}
@media (min-width: 1700px) {
  header .btn a {
    font-size: 20px;
    padding: 8px 25px;
  }
}
header .btn a:first-child {
  color: #616161;
  border: 1px solid #616161;
  margin-right: 20px;
}
@media (min-width: 1400px) {
  header .btn a:first-child {
    margin-right: 10px;
  }
}
@media (min-width: 1700px) {
  header .btn a:first-child {
    margin-right: 20px;
  }
}
header .btn a:first-child:hover {
  background-color: #616161;
}
header .btn a:nth-child(2) {
  background-color: #616161;
  color: #616161;
}
header .btn a:nth-child(2):hover {
  background-color: #616161;
  color: #f4f4f4;
}
@media (min-width: 600px) {
  header .btn {
    display: block;
  }
}
header .darkOrangeBorder {
  display: none;
}
@media (min-width: 1400px) {
  header .darkOrangeBorder {
    display: block;
  }
}
header .lightOrange {
  margin-left: 20px;
  display: none;
}
@media (min-width: 1400px) {
  header .lightOrange {
    display: block;
  }
}

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

.fixed-on {
  position: fixed;
}

.fixed-header {
  position: fixed;
  /*  top: 10px;*/
  top: 0;
  width: 100%;
  z-index: 200;
  height: 60px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .fixed-header {
    margin-top: 0;
  }
}
.fixed-header .current > a {
  color: #616161 !important;
}
.fixed-header .active > a {
  color: #616161 !important;
}
@media (min-width: 600px) {
  .fixed-header {
    height: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
.fixed-header .header-inner {
  /*background-color: $lightGray;
  border-radius: $borderRadiusMedium;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 90%;
  position: relative;
  z-index: 2;
  /* width: 96%;*/
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  flex: 1;
  gap: 40px;
  padding: 20px 30px 25px 30px;
}
@media (max-width: 600px) {
  .fixed-header .header-inner {
    /*    -webkit-box-shadow: 0 9px 9px -6px rgba(0, 0, 0, 0.28);
        box-shadow: 0 9px 9px -6px rgba(0, 0, 0, 0.28);*/
  }
}
.fixed-header .header-inner .header-logo {
  margin-right: auto;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 10;
}
@media (min-width: 1400px) {
  .fixed-header .header-inner .header-logo {
    margin-bottom: 0;
  }
}
.fixed-header .header-inner .header-logo a {
  display: block;
}
.fixed-header .header-inner .header-logo img {
  width: auto;
  height: 48px;
}
@media (min-width: 1400px) {
  .fixed-header .header-inner .header-logo img {
    width: 90%;
    min-width: 160px;
    height: auto;
    max-height: 96px;
    max-width: 232px;
  }
}
body.h-scrolling .fixed-header .header-inner .header-logo img {
  /* height: 48px;*/
  width: auto;
}
.fixed-header .header-inner .btn {
  z-index: 2;
}

#menu-nav {
  background: transparent;
}

.nav-header .icon {
  font-size: 70px;
}

.nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: #f4f4f4;
  padding-block: 5%;
  /*  padding-inline: 5%;*/
  padding-inline: 13%;
}
@media (max-width: 600px) {
  .nav {
    padding-inline: 8%;
  }
}
.nav li::marker {
  content: "" !important;
}
.nav .mod-menu__sub a {
  font-size: 30px !important;
}
@media (min-width: 992px) {
  .nav {
    padding-block: 31px;
  }
}
.nav__logo a, .nav__logo img {
  display: block;
}
.nav__logo img {
  max-height: 120px;
  width: auto;
}
@media (min-width: 992px) {
  .nav__logo img {
    max-height: unset;
  }
}
.nav__block-menu {
  margin-block-start: 225px;
  height: calc(100vh - 185px);
  overflow: auto;
  scrollbar-width: thin;
}
@media (max-width: 600px) {
  .nav__block-menu {
    margin-block-start: 100px;
  }
}
@media (min-width: 992px) {
  .nav__block-menu {
    height: calc(100vh - 350px);
  }
}
.nav__block-menu::-webkit-scrollbar {
  width: 6px;
}
.nav__block-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.nav #nav-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-direction: column;
  font-family: "haboro-serif-condensed";
}
@media (min-width: 992px) {
  .nav #nav-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    gap: 140px 0;
    /* align-items: center;*/
  }
}
.nav #nav-menu li {
  text-align: center;
}
.nav #nav-menu li > .nav-header,
.nav #nav-menu li > a {
  justify-content: center;
  font-weight: 100;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  padding-block: 0.2em;
  transition: color 0.4s ease;
  font-size: 52px;
}
@media (max-width: 600px) {
  .nav #nav-menu li > .nav-header,
  .nav #nav-menu li > a {
    font-size: 26px;
    text-align: left;
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .nav #nav-menu li > .nav-header,
  .nav #nav-menu li > a {
    line-height: 1;
  }
}
.nav #nav-menu li > .nav-header:hover,
.nav #nav-menu li > a:hover {
  color: #000000;
}
.nav #nav-menu li.selected {
  color: #000000;
}
.nav #nav-menu li.column-left {
  grid-column: 1;
}
.nav #nav-menu li.column-center {
  grid-column: 2;
}
.nav #nav-menu li.column-right {
  grid-column: 3;
}
.nav #nav-menu li.active > a {
  text-decoration: underline;
  color: #000000 !important;
  text-decoration-thickness: 0.2ex;
}
.nav #nav-menu li.parent > .nav-header,
.nav #nav-menu li.parent > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.3em;
  font-family: "haboro-serif";
  font-size: 52px;
  font-weight: 100;
  line-height: 140%;
}
@media (max-width: 600px) {
  .nav #nav-menu li.parent > .nav-header,
  .nav #nav-menu li.parent > a {
    font-size: 32px;
  }
}
.nav #nav-menu li.parent ul {
  height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav #nav-menu li.parent li.active > a {
  text-decoration: none;
  color: #000000;
  text-decoration-thickness: 0.3ex;
}

.header__menu-btn {
  z-index: 2;
}

button.custom-hamburger {
  padding: 0;
}

.custom-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  z-index: 1001;
}
@media (max-width: 1280px) {
  .custom-hamburger {
    display: block;
  }
}
.custom-hamburger .custom-icon {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-hamburger .custom-icon.close-icon {
  opacity: 0;
  pointer-events: none;
}
.custom-hamburger.custom-active .close-icon {
  opacity: 1;
  pointer-events: auto;
}
.custom-hamburger.custom-active .open-icon {
  opacity: 0;
  pointer-events: none;
}

.lingue {
  font-weight: 500;
  z-index: 2;
}
.lingue .mod-languages {
  position: relative;
}
.lingue .mod-languages ul li::marker {
  content: "" !important;
}
.lingue .mod-languages .visually-hidden {
  display: none;
}
.lingue .mod-languages .lang-active {
  display: none;
}
.lingue .mod-languages .lang-block {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #616161;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  display: none;
  flex-direction: column;
  z-index: 1000;
}
.lingue .mod-languages .lang-block a {
  text-decoration: none;
  display: block;
  padding: 8px 16px;
  font-size: 20px;
  color: #f4f4f4;
  transition: background-color 0.3s ease;
}
.lingue .mod-languages .current-language {
  cursor: pointer;
}
.lingue .mod-languages .current-language .inline {
  text-transform: uppercase;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.introImage {
  min-height: 900px;
  padding: 0;
}
.introImage .section-item {
  padding: 0;
}
.introImage .container {
  max-width: 2300px;
  margin: auto;
}
@media (max-width: 600px) {
  .introImage .container {
    gap: 0;
  }
}
.introImage .image {
  text-align: center;
}
.introImage .titolo {
  animation: slideInFromLeft 1s ease-out;
  padding-left: 40px;
}
@media (max-width: 600px) {
  .introImage .titolo {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .introImage {
    height: 100vh;
  }
}
.introImage .btns {
  display: none;
}
@media (max-width: 1200px) {
  .introImage .column {
    flex: 1 1 100%;
  }
}
.introImage .image img {
  object-fit: contain;
  height: 100%;
}
.introImage .container {
  align-items: start;
}

.section-main {
  flex: 1;
  padding-right: 20px;
}

.section-full ul {
  background-color: #f4f4f4;
  padding: 20px 0 60px 0;
  justify-content: space-between;
  gap: 0;
}
@media (max-width: 600px) {
  .section-full ul {
    padding: 30px 20px 50px 20px;
  }
}
.section-full li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .section-full li {
    flex: 1;
  }
}

.section-fullTwo {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-fullTwo.absolute-hp {
  position: static;
  top: 0;
}
.section-fullTwo.absolute-hp .testoDx img {
  height: 200px;
}
@media (min-width: 1470px) {
  .section-fullTwo.absolute-hp {
    position: absolute;
    top: 240px;
    width: 100%;
    left: 51%;
    transform: translateX(-50%);
    /* left:3%;*/
  }
}
.section-fullTwo img {
  width: 100%;
  height: auto;
}
.section-fullTwo .container {
  max-width: 1700px;
}
@media (min-width: 1200px) {
  .section-fullTwo .container .column {
    column-count: 2;
    column-gap: 0;
  }
}
.section-fullTwo .container .column p,
.section-fullTwo .container .column ul,
.section-fullTwo .container .column ol,
.section-fullTwo .container .column figure,
.section-fullTwo .container .column img {
  break-inside: avoid;
}
.section-fullTwo p {
  font-size: 20px;
  font-weight: 200;
}
.section-fullTwo ul {
  background-color: #f4f4f4;
  padding: 60px 40px 60px 40px;
  border-radius: 30px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  gap: 0;
  list-style-type: none;
}
@media (min-width: 1400px) {
  .section-fullTwo ul {
    flex-direction: row;
    gap: 70px;
  }
}
@media (max-width: 600px) {
  .section-fullTwo ul {
    padding: 30px 20px 50px 20px;
  }
}
.section-fullTwo li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1400px) {
  .section-fullTwo li {
    flex: 1;
  }
}

.section-twoColsStyleTwo .container {
  gap: 0 !important;
}
.section-twoColsStyleTwo .container .column {
  gap: 20px;
}
.section-twoColsStyleTwo .container .column:first-child {
  flex: 1 1 65%;
}
@media (max-width: 1699px) {
  .section-twoColsStyleTwo .container .column:first-child {
    flex: 1 1 100%;
  }
}
.section-twoColsStyleTwo .container .column:first-child img {
  width: 100%;
  max-width: 510px;
  height: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoColsStyleTwo .container .column:first-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoColsStyleTwo .container .column:first-child img {
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoColsStyleTwo .container .column:first-child img {
    max-width: 100%;
    height: 510px;
  }
}
.section-twoColsStyleTwo .container .column:last-child {
  flex: 1 1 30%;
}
@media (max-width: 1699px) {
  .section-twoColsStyleTwo .container .column:last-child {
    flex: 1 1 100%;
  }
}
.section-twoColsStyleTwo .container .column:last-child img {
  width: 100%;
  max-width: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoColsStyleTwo .container .column:last-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoColsStyleTwo .container .column:last-child img {
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoColsStyleTwo .container .column:last-child img {
    max-width: 100%;
  }
}

.section-twoCols {
  position: relative;
}
.section-twoCols .container .column {
  gap: 20px;
}
.section-twoCols .container .column:first-child {
  flex: 1 1 48%;
}
@media (max-width: 1699px) {
  .section-twoCols .container .column:first-child {
    flex: 1 1 100%;
  }
}
.section-twoCols .container .column:first-child img {
  width: 100%;
  max-width: 510px;
  height: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoCols .container .column:first-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoCols .container .column:first-child img {
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoCols .container .column:first-child img {
    max-width: 100%;
    height: 510px;
  }
}
.section-twoCols .container .column:last-child {
  flex: 1 1 48%;
}
@media (max-width: 1699px) {
  .section-twoCols .container .column:last-child {
    flex: 1 1 100%;
  }
}
.section-twoCols .container .column:last-child img {
  width: 100%;
  max-width: 510px;
  height: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoCols .container .column:last-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoCols .container .column:last-child img {
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoCols .container .column:last-child img {
    max-width: 100%;
    height: 510px;
  }
}
@media (min-width: 1700px) {
  .section-twoCols.long-title h1 {
    width: 80%;
    position: absolute;
    top: -80px;
  }
}
.section-twoCols h1 {
  width: 100%;
}
@media (min-width: 1700px) {
  .section-twoCols h1 {
    width: 80%;
    top: -60px;
  }
}
.section-twoCols .extrainfo p {
  font-weight: 500;
}
.section-twoCols .accordions ul {
  padding-left: 0;
}
.section-twoCols .accordions .panel {
  padding-left: 0;
}
.section-twoCols .accordions .accordion {
  padding-left: 0;
}

.section-twoColsSpecial {
  position: relative;
}
@media (max-width: 768px) {
  .section-twoColsSpecial {
    position: static;
  }
}
.section-twoColsSpecial .container .column {
  gap: 20px;
}
.section-twoColsSpecial .container .column:first-child {
  flex: 1 1 48%;
}
@media (max-width: 1699px) {
  .section-twoColsSpecial .container .column:first-child {
    flex: 1 1 100%;
  }
}
.section-twoColsSpecial .container .column:first-child img {
  position: absolute;
  top: -100px;
  width: 100%;
  max-width: 510px;
  height: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoColsSpecial .container .column:first-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoColsSpecial .container .column:first-child img {
    position: static;
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoColsSpecial .container .column:first-child img {
    position: static;
    width: 100%;
    height: 350px;
  }
}
.section-twoColsSpecial .container .column:last-child {
  flex: 1 1 48%;
}
@media (max-width: 1699px) {
  .section-twoColsSpecial .container .column:last-child {
    flex: 1 1 100%;
  }
}
.section-twoColsSpecial .container .column:last-child img {
  position: absolute;
  /* top: 100px;*/
  width: 100%;
  max-width: 670px;
  height: 510px;
  border-radius: 60px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .section-twoColsSpecial .container .column:last-child img {
    border-radius: 40px;
  }
}
@media (max-width: 1699px) {
  .section-twoColsSpecial .container .column:last-child img {
    position: static;
    max-width: 100%;
    height: 350px;
  }
}
@media (max-width: 768px) {
  .section-twoColsSpecial .container .column:last-child img {
    position: static;
    width: 100%;
    height: 350px;
  }
}
@media (min-width: 1700px) {
  .section-twoColsSpecial.long-title h1 {
    width: 80%;
    position: absolute;
    top: -80px;
  }
}
.section-twoColsSpecial h1 {
  width: 100%;
}
@media (min-width: 1700px) {
  .section-twoColsSpecial h1 {
    width: 80%;
    top: -60px;
  }
}
.section-twoColsSpecial .extrainfo p {
  font-weight: 500;
}
.section-twoColsSpecial .accordions ul {
  padding-left: 0;
}
.section-twoColsSpecial .accordions .panel {
  padding-left: 0;
}
.section-twoColsSpecial .accordions .accordion {
  padding-left: 0;
}

.section-item {
  padding: 3.5rem 0;
}
@media (max-width: 600px) {
  .section-item {
    padding: 0.8rem 0;
  }
}
.section-item.section-video {
  position: relative;
}
.section-item.section-boxes {
  padding-top: 0;
}

.section-oneCol .container {
  max-width: 735px;
}

.section-text .btns {
  max-width: 715px;
  margin: auto;
}
.section-text .btns .btn {
  margin: auto;
}
.section-text .container {
  max-width: 690px;
}
.section-text p {
  text-align: center;
  margin: auto;
}
@media (max-width: 600px) {
  .section-text p {
    text-align: left;
  }
}
.section-text span {
  text-align: left;
}
@media (min-width: 600px) {
  .section-text span {
    text-align: center;
  }
}
.section-text h1 {
  text-align: left;
}
@media (min-width: 600px) {
  .section-text h1 {
    text-align: center;
  }
}
.section-text h2 {
  text-align: left;
}
@media (min-width: 600px) {
  .section-text h2 {
    text-align: center;
  }
}
.section-text h3 {
  text-align: left;
}
@media (min-width: 600px) {
  .section-text h3 {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .section-twoColsCentered {
    padding: 3rem 0;
  }
}
.section-twoColsCentered .btns {
  max-width: 1336px;
  margin: auto;
}
.section-twoColsCentered .container {
  max-width: 1256px;
  display: flex;
  justify-content: center;
}

.extrainfo {
  padding-top: 20px;
  display: inline-block;
}
@media (max-width: 600px) {
  .extrainfo {
    padding-top: 0;
  }
}
.extrainfo p {
  font-weight: 300;
  font-size: 20px;
}

.accordions {
  max-width: 900px;
  margin: auto;
}
.accordions .accordion {
  position: relative;
  color: #616161;
  font-weight: 600;
  cursor: pointer;
  /*padding: 18px;*/
  padding: 20px 60px 20px 20px;
  width: 100%;
  height: 115px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  background-color: transparent;
}
@media (max-width: 600px) {
  .accordions .accordion {
    font-size: 20px;
    max-width: 400px;
    padding: 20px 60px 20px 20px;
  }
}
.accordions .accordion .icon {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616161;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}
.accordions .accordion:hover {
  color: #616161;
}
.accordions .accordion.active {
  color: #616161;
}
.accordions hr {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #dddddd;
}
.accordions p {
  max-width: 900px;
  padding-bottom: 30px;
}
.accordions .panel {
  padding: 0 18px;
  font-size: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordions .panel p {
  text-align: left;
}

footer {
  min-height: 630px;
  margin-top: 50px;
  background-color: #616161;
  align-content: center;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  color: #f4f4f4;
}
@media (max-width: 600px) {
  footer {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}
footer a {
  color: #f4f4f4;
}
footer p {
  color: #f4f4f4;
}
footer .h1 {
  color: #f4f4f4;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  padding-left: 0;
}
footer ul li::marker {
  content: "" !important;
}
@media (max-width: 600px) {
  footer .socials {
    padding-top: 20px;
  }
}
footer .logoFooter {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
footer .logoFooter img {
  width: 306px;
  height: 139px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  footer .logoFooter img {
    margin: auto;
    width: 100%;
    padding-top: 20px;
  }
}
footer #footer {
  display: flex;
}
@media (max-width: 600px) {
  footer #footer {
    display: block;
  }
}
footer #footer.container {
  align-items: normal;
}
footer #footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer #footer .column {
  flex: 0 0 50%; /* Each item takes up roughly 1/4 of the container width */
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  footer #footer .column {
    flex: 0 0 24%; /* Each item takes up roughly 1/4 of the container width */
  }
}
footer #footer .column p {
  color: #f4f4f4;
  font-size: 20px;
}
footer #footer .column ul li {
  color: #f4f4f4;
  font-size: 20px;
  line-height: 30px;
  padding-top: 10px;
}
footer #footer .column ul li a {
  color: #f4f4f4;
  text-decoration: none;
}
footer #footer .column:first-child {
  flex: 0 0 35% !important;
}
footer #footer .column:last-child {
  flex: 0 0 8% !important;
}
footer #footer .column:last-child img {
  margin-top: 60px;
}
@media (max-width: 600px) {
  footer #footer .column:last-child img {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  footer #footer .column:last-child {
    text-align: left;
  }
}
footer .footerBottom {
  color: #f4f4f4;
  opacity: 0.6;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media (max-width: 600px) {
  footer .footerBottom {
    padding-bottom: 100px;
    color: #f4f4f4;
    opacity: 1;
  }
}
@media (max-width: 420px) {
  footer .footerBottom {
    padding: 30px;
  }
}
footer .footerBottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin: auto;
}
@media (max-width: 600px) {
  footer .footerBottom ul {
    display: block;
    margin: 0;
    padding-left: 10px;
  }
}
@media (max-width: 420px) {
  footer .footerBottom ul {
    gap: 0;
    display: block;
    /*padding-bottom: 160px;*/
  }
}
footer .footerBottom ul li {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 600px) {
  footer .footerBottom ul li {
    text-align: left;
  }
}
@media (max-width: 420px) {
  footer .footerBottom ul li {
    display: inline-block;
  }
}
footer .footerBottom ul li a {
  text-decoration: none;
  color: #f4f4f4;
}
@media (max-width: 600px) {
  footer .footerBottom ul li a {
    color: #f4f4f4;
  }
}
footer .bottoniFixed {
  display: none;
  position: fixed;
  background-color: #f4f4f4;
  color: #616161;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #616161;
}
footer .bottoniFixed a {
  text-decoration: none;
  color: #616161;
}
footer .bottoniFixed p {
  margin: 0;
  padding: 20px;
  width: 50%;
  float: left;
  text-align: center;
  -webkit-box-shadow: 0 -9px 9px -6px rgba(0, 0, 0, 0.28);
  box-shadow: 0 -9px 9px -6px rgba(0, 0, 0, 0.28);
}
footer .bottoniFixed p:first-child {
  background-color: #616161;
  border-top-left-radius: 20px;
  display: block;
}
footer .bottoniFixed p:first-child a {
  color: #616161;
}
footer .bottoniFixed p:first-child a img {
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 10px;
}
footer .bottoniFixed p:last-child {
  background-color: #616161;
  border-top-right-radius: 20px;
}
footer .bottoniFixed p:last-child a {
  color: #616161;
}
footer .bottoniFixed p:last-child a img {
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 16px;
}
@media (max-width: 600px) {
  footer .bottoniFixed {
    display: block;
  }
}
footer .logo-altea {
  text-align: left;
}
@media (max-width: 600px) {
  footer .logo-altea {
    text-align: right;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

#jmap_sitemap {
  width: 64%;
  margin: 5rem auto;
}
#jmap_sitemap .folder {
  display: none;
}
#jmap_sitemap .selected {
  all: unset;
}

.article {
  padding: 3.5rem 3.5rem;
}
.article img {
  width: 100%;
  height: auto;
  margin-top: 3.5rem;
  border-radius: 30px;
}

.readmore {
  font-weight: 100;
  background-color: #616161;
  color: #616161;
  font-size: 20px;
  border-radius: 100px;
  padding: 15px 30px;
  margin-top: 40px;
  width: fit-content;
  text-decoration: none;
}
@media (max-width: 420px) {
  .readmore {
    font-size: 20px;
    padding: 13px 28px;
  }
}
.readmore:hover {
  background-color: #616161;
  color: #f4f4f4;
  cursor: pointer;
}
.readmore:hover a {
  color: #f4f4f4;
}

.img-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.img-gallery h2 {
  padding-bottom: 40px;
  padding-top: 30px;
}
.img-gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .img-gallery img {
    width: 32%;
  }
}
.img-gallery img:last-child {
  margin-right: 0;
}

.slideInFromLeft {
  animation: slideInFromLeft 1s ease-out;
}

.slideInFromRight {
  animation: slideInFromRight 1s ease-out;
}

.slideInFromBottom {
  animation: slideInFromBottom 1s ease-out;
}

.threeBox {
  background: linear-gradient(to bottom, #616161 70%, transparent 70%);
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 600px) {
  .threeBox {
    padding: 20px;
  }
}
.threeBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
}
.threeBox ul li {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 15px;
  color: #616161;
  font-weight: 500;
  font-size: 30px;
  list-style-type: none;
}
.threeBox ul li::marker {
  content: "" !important;
}
.threeBox ul li:lang(de) {
  font-size: 30px;
}
@media (max-width: 600px) {
  .threeBox ul li:lang(de) {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .threeBox ul li {
    font-size: 34px;
  }
}

.icona {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.icona img {
  display: block;
}

@media (max-width: 600px) {
  .long-title {
    padding-top: 50px;
  }
}

.fulltext {
  display: none;
}

#cookiescript_badge {
  display: none !important;
}

.show-cookie-box {
  cursor: pointer;
}

.font-loading body {
  visibility: hidden;
}

.testoDx img {
  border-radius: 60px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 600px) {
  .testoDx img {
    border-radius: 40px;
  }
}

p.highlight-text {
  font-weight: 100 !important;
  font-family: "haboro-serif-condensed";
  position: relative;
  padding: 0;
  margin: 0;
  color: rgba(184, 103, 60, 0.33);
  font-size: calc(100px + 0.059vw);
  font-style: italic;
  line-height: 130%;
  text-align: center;
  background: linear-gradient(to right, #616161, #616161) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
}
@media (max-width: 660px) {
  p.highlight-text {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  p.highlight-text {
    font-size: calc(100px + 0.059vw);
  }
}
.section-imageparallax {
  overflow: hidden;
  /*  padding: 0;*/
}
.section-imageparallax .imageparallax-img {
  width: 100vw;
  z-index: 1;
  height: 100vh;
}
@media (min-width: 992px) {
  .section-imageparallax .imageparallax-img {
    height: 100vh;
  }
}
.section-imageparallax .imageparallax-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-out;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .section-imageparallax .imageparallax-img img {
    border-radius: 40px;
  }
}
.section-imageparallax .imageparallax-text {
  z-index: 2;
  display: grid;
  place-content: center;
  width: 100vw;
  position: relative;
  align-items: end;
  align-content: stretch;
  height: 100vh;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .section-imageparallax .imageparallax-text {
    border-radius: 40px;
  }
}
@media (min-width: 992px) {
  .section-imageparallax .imageparallax-text {
    height: 100vh;
  }
}
.section-imageparallax .imageparallax-text div {
  z-index: 1;
  padding: 0 5% 5%;
}
@media (min-width: 1200px) {
  .section-imageparallax .imageparallax-text div {
    max-width: 70vw;
  }
}

.fullTwoimg {
  display: none;
}
@media (max-width: 1351px) {
  .fullTwoimg {
    display: block;
  }
}

@media (max-width: 1351px) {
  .section--full-bleed-media {
    display: none;
  }
}
.interactive-cards-slider {
  --swiper-slides-per-view: 1.25;
  --swiper-centered-slides: true;
  --swiper-space-between: 2rem;
  max-width: 1560px;
  padding-inline: 5%;
}

@media (min-width: 992px) {
  .interactive-cards-slider {
    --swiper-slides-per-view: 3;
    --swiper-centered-slides: false;
  }
}
@media (min-width: 992px) {
  .interactive-cards-slider {
    margin-inline: auto;
  }
}
.interactive-card {
  display: block;
  position: relative;
  overflow: hidden;
  color: #f4f4f4;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .interactive-card {
    aspect-ratio: 3/3.4;
  }
}
.interactive-card__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 1;
  border-radius: 24px;
}

@media (min-width: 992px) {
  .interactive-card__image {
    position: absolute;
    inset: 0;
    height: 100%;
  }
}
.interactive-card__panel {
  z-index: 2;
  text-align: center;
}

@media (min-width: 992px) {
  .interactive-card__panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.interactive-card__panel > .title {
  display: none;
  padding: 2rem;
}

.interactive-card__panel > .title .title-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.7) 0%, transparent 100%);
  pointer-events: none;
  z-index: -1;
  border-radius: 0 0 24px 24px;
}

@media (min-width: 992px) {
  .interactive-card__panel > .title {
    display: block;
    position: relative;
    z-index: 3;
  }
}
.interactive-card .title {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-size: clamp(1.56rem, 1.41rem + 0.76vw, 2rem);
  line-height: 1.2;
  margin-block-start: 2rem;
}

@media (min-width: 992px) {
  .interactive-card .title {
    margin-block-start: unset;
  }
}
.interactive-card__hover-content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #353535;
  margin-block: 0;
}

@media (min-width: 992px) {
  .interactive-card__hover-content {
    padding: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
}
.slide--split {
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 80vw;
}

@media (min-width: 992px) {
  .slide--split {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: center;
    height: 100%;
    width: 86vw;
  }
}
.slide--split .slide__media {
  order: 1;
  border-radius: 20px;
  overflow: hidden;
}

.slide--split .slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/10;
}

@media (min-width: 992px) {
  .slide--split .slide__media img {
    aspect-ratio: unset;
  }
}
.slide--split .slide__content {
  order: 2;
  padding-block: 1rem;
}

@media (min-width: 992px) {
  .slide--split .slide__content {
    padding: 4rem;
  }
}
.slide--text-only {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 80vw;
  align-self: center;
}

@media (min-width: 992px) {
  .slide--text-only {
    width: 35%;
  }
}
.slide--text-only .slide__content {
  padding: 0;
}

.slider-container--peek {
  position: relative;
  padding-bottom: 4rem;
  width: 100%;
}

.card--media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
}

@media (min-width: 992px) {
  .card--media {
    aspect-ratio: unset;
  }
}
.card--media__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card--media__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: #f4f4f4;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
  line-height: 1.2;
  font-size: clamp(1.56rem, 1.41rem + 0.76vw, 2rem);
}

@media (min-width: 992px) {
  .card--media__overlay {
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
    padding: 3rem 4rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%);
  }
  .card--media__overlay > * {
    max-width: 36%;
  }
}
.card--media--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  order: -1;
}

@media (min-width: 992px) {
  .card--media--icon {
    order: unset;
  }
}
.card--media--icon img {
  width: 28px;
  height: 28px;
}

.card--media h3 {
  color: #f4f4f4;
  line-height: 1.2;
  font-size: clamp(1.56rem, 1.41rem + 0.76vw, 2rem);
}

@media (min-width: 992px) {
  .card--media h3 {
    font-size: clamp(1.95rem, 1.71rem + 1.24vw, 2.66rem);
  }
}
.slider-container--peek .swiper-pagination {
  margin-top: 2rem;
  text-align: center;
}

.slider-container--peek .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-primary);
  --swiper-pagination-bullet-size: 18px;
  --swiper-pagination-bullet-inactive-color: transparent;
  border: 2px solid var(--color-primary);
  opacity: 1;
  transition: width 0.3s ease, border-radius 0.3s ease;
}

.slider-container--peek .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-border-radius: 20px;
  --swiper-pagination-bullet-width: 64px;
  background-color: var(--color-primary);
}

.section.section--layout-map-overlay {
  position: relative;
  padding-block: 0;
}

.map-container {
  width: 100%;
}

.map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
@media (min-width: 992px) {
  .map-container {
    height: 96vh;
  }
}

@media (min-width: 992px) {
  .text-overlay-panel {
    position: absolute;
    left: 0;
    top: 7%;
    bottom: 7%;
    width: 39%;
  }
}
.text-overlay-panel__inner {
  background-color: #f4f4f4;
  padding: 2rem;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .text-overlay-panel__inner {
    padding: 4rem;
    padding-inline-start: 5vw;
    overflow-y: auto;
    max-height: 100%;
  }
}

.scopri {
  display: none;
}

.homepage {
  margin: 160px auto auto;
}
.homepage .prezzi {
  display: none;
}
.homepage .scopri {
  display: block;
}
@media (max-width: 1700px) {
  .homepage #main {
    margin: 0;
  }
}

.homepage.h-mobile {
  margin: 120px auto auto !important;
}

.headerhome-1 {
  position: absolute;
  top: 0;
}
@media (max-width: 1400px) {
  .headerhome-1 {
    position: static;
  }
}
@media (min-width: 1700px) and (max-width: 1750px) {
  .headerhome-1 {
    height: auto;
    top: 0;
  }
}

.headerhome-2 {
  height: 100vh;
  margin-top: 0;
}
@media (min-width: 1700px) {
  .headerhome-2 {
    margin-top: 150px;
  }
}
.headerhome-2 p {
  text-align: center;
}
@media (min-width: 1200px) {
  .headerhome-2 p {
    text-align: left;
  }
}
.headerhome-2 img {
  height: 200px;
  width: 100%;
  max-width: 936px;
  border-radius: 60px;
  object-fit: cover;
  object-position: 0 20%;
}
@media (max-width: 600px) {
  .headerhome-2 img {
    border-radius: 40px;
  }
}
@media (max-width: 1400px) {
  .headerhome-2 img {
    border-radius: 40px !important;
    max-width: 100%;
  }
}
.headerhome-2 .testoDx img {
  height: 200px;
  width: 100%;
  max-width: 936px;
  border-radius: 60px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 600px) {
  .headerhome-2 .testoDx img {
    border-radius: 40px;
  }
}
@media (max-width: 1400px) {
  .headerhome-2 .testoDx img {
    max-width: 90%;
  }
}
@media (max-width: 1700px) and (min-width: 1401px) {
  .headerhome-2 img,
  .headerhome-2 .testoDx img {
    height: 200px;
  }
}

.container-special-img {
  width: 100%;
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .container-special-img {
    margin: 0 !important;
    display: block;
  }
}

.animated-image {
  width: 100vw;
  height: 100vh;
  border-radius: 60px;
  object-fit: cover;
  object-position: 0 20%;
  animation: shrinkAndMove 1.5s ease-out 0.5s forwards;
}
@media (max-width: 600px) {
  .animated-image {
    border-radius: 40px;
  }
}
@media (max-width: 1200px) {
  .animated-image {
    animation: none !important;
    width: 100%;
    max-width: 100%;
    height: 200px;
    transform: none !important;
    border-radius: 40px;
    position: static;
  }
}

@keyframes shrinkAndMove {
  0% {
    width: 100vw;
    height: 60vh;
    transform: translateX(0) translateY(0);
  }
  100% {
    width: 936px;
    height: 200px;
    transform: translateX(calc(95vw - 936px)) translateY(150px);
  }
}
@media (max-width: 1700px) and (min-width: 1401px) {
  @keyframes shrinkAndMove {
    0% {
      width: 100vw;
      height: 60vh;
      transform: translateX(0) translateY(0);
    }
    100% {
      width: 936px;
      height: 200px;
      transform: translateX(calc(98vw - 936px)) translateY(0);
    }
  }
}
@media (max-width: 1200px) {
  @keyframes shrinkAndMove {
    0%, 100% {
      width: 100%;
      height: 200px;
      transform: none;
    }
  }
}
.slide-rooms-container {
  height: 100vh;
  width: 90%;
  overflow: hidden;
  position: relative;
  border-radius: 60px;
  margin: 50px auto;
}
@media (max-width: 600px) {
  .slide-rooms-container {
    border-radius: 40px;
  }
}
.slide-rooms-container .slide {
  height: 100vh;
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
.slide-rooms-container .slide.active {
  opacity: 1;
}
.slide-rooms-container .image-column {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-rooms-container .text-column {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 4rem;
  transition: background-color 0.8s ease-in-out;
}
.slide-rooms-container .text-content {
  max-width: 500px;
}
.slide-rooms-container .text-content h2 {
  font-family: "haboro-serif";
  margin-bottom: 1.5rem;
  text-decoration: none;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: unset; /* variabile blog_item */
}
.slide-rooms-container .text-content h2 a {
  text-decoration: none;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  font-family: "haboro-serif";
}
.slide-rooms-container .text-content p {
  /* font-size: 1.2rem;
   line-height: 1.8;*/
  color: unset; /* variabile blog_item */
}
.slide-rooms-container .slide-indicators {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slide-rooms-container .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin: 1rem 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.slide-rooms-container .indicator.active {
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .slide-rooms-container .slide {
    flex-direction: column;
  }
  .slide-rooms-container .image-column {
    height: 50%;
  }
  .slide-rooms-container .text-column {
    height: 50%;
    padding: 2rem;
  }
  .slide-rooms-container .text-content h2 {
    font-size: 2rem;
  }
  .slide-rooms-container .text-content p {
    font-size: 1rem;
  }
}

.pagina-camere .bottoni-articolo-3 {
  display: none;
}

.bottoni-articolo,
.bottoni-articolo-2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; /* Spazio tra i bottoni */
}

/* Rimuove il margin-right dall'ultimo bottone */
.bottoni-articolo-2 {
  margin-right: 0;
}

.nospacebottom {
  padding-bottom: 0 !important;
}

.nospacetop {
  padding-top: 0 !important;
}

.nospace {
  padding: 0 !important;
}

.dark-bg {
  background-color: #616161;
  color: #f4f4f4;
}
.dark-bg p {
  color: #f4f4f4;
}
.dark-bg .sottotitolo {
  color: #f4f4f4;
}
.dark-bg .mod-articles-item {
  background-color: #f4f4f4;
  border-radius: 60px;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 1640px;
}
@media (max-width: 600px) {
  .dark-bg .mod-articles-item {
    border-radius: 40px;
  }
}
.dark-bg .mod-articles-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .dark-bg .mod-articles-item .article-content-wrapper {
    display: flex;
    gap: 30px;
  }
}
.dark-bg .mod-articles-item .article-content-wrapper .article-text-content {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
  color: #616161;
  padding-top: 3%;
}
.dark-bg .mod-articles-item .article-content-wrapper .article-text-content p {
  color: #616161;
}
.dark-bg .mod-articles-item .article-content-wrapper .article-img-content {
  flex: 0 0 60%;
  max-width: 58.3%;
  color: #616161;
}
.dark-bg .mod-articles-item .article-content-wrapper .article-img-content p {
  color: #616161;
}
.dark-bg .mod-articles-item .mod-articles-title {
  margin: 0 0 20px 0;
  color: #616161;
}
.dark-bg .mod-articles-item .mod-articles-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.dark-bg .mod-articles-item .mod-articles-title a:hover {
  color: #7b7b7b;
}
.dark-bg .mod-articles-item .mod-articles-introtext {
  padding-left: 20px;
  padding-right: 20px;
  color: #616161;
}
@media (max-width: 768px) {
  .dark-bg .mod-articles-item {
    margin-bottom: 25px;
  }
  .dark-bg .mod-articles-item .article-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }
  .dark-bg .mod-articles-item .article-content-wrapper .article-text-content,
  .dark-bg .mod-articles-item .article-content-wrapper .article-img-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .dark-bg .mod-articles-item .article-content-wrapper .article-img-content {
    order: 1;
  }
  .dark-bg .mod-articles-item .article-content-wrapper .article-text-content {
    order: 2;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .dark-bg .mod-articles-item {
    margin-bottom: 20px;
    border-radius: 25px;
  }
  .dark-bg .mod-articles-item .article-content-wrapper {
    gap: 20px;
  }
  .dark-bg .mod-articles-item .mod-articles-title {
    font-size: 1.4rem;
  }
  .dark-bg .mod-articles-item .mod-articles-meta span {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

.light-bg {
  background-color: #f4f4f4;
  color: #616161;
  padding: 0 !important;
}
.light-bg p {
  color: #616161;
}
.light-bg .sottotitolo {
  color: #616161;
}
.light-bg .mod-articles-item {
  background-color: #616161;
  border-radius: 60px;
  margin: 0 auto 30px auto;
  width: 100%;
  max-width: 1640px;
}
@media (max-width: 600px) {
  .light-bg .mod-articles-item {
    border-radius: 40px;
  }
}
.light-bg .mod-articles-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .light-bg .mod-articles-item .article-content-wrapper {
    display: flex;
    gap: 30px;
  }
}
.light-bg .mod-articles-item .article-content-wrapper .article-text-content {
  flex: 0 0 40%;
  max-width: 40%;
  padding-left: 40px;
  color: #f4f4f4;
  padding-top: 3%;
}
.light-bg .mod-articles-item .article-content-wrapper .article-text-content p {
  color: #f4f4f4;
}
.light-bg .mod-articles-item .article-content-wrapper .article-img-content {
  flex: 0 0 60%;
  max-width: 58.3%;
  color: #f4f4f4;
}
.light-bg .mod-articles-item .article-content-wrapper .article-img-content p {
  color: #f4f4f4;
}
.light-bg .mod-articles-item .mod-articles-title {
  margin: 0 0 20px 0;
  color: #f4f4f4;
}
.light-bg .mod-articles-item .mod-articles-title a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.light-bg .mod-articles-item .mod-articles-title a:hover {
  color: white;
}
.light-bg .mod-articles-item .mod-articles-introtext {
  padding-left: 20px;
  padding-right: 20px;
  color: #f4f4f4;
}
@media (max-width: 768px) {
  .light-bg .mod-articles-item {
    margin-bottom: 25px;
  }
  .light-bg .mod-articles-item .article-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: auto;
  }
  .light-bg .mod-articles-item .article-content-wrapper .article-text-content,
  .light-bg .mod-articles-item .article-content-wrapper .article-img-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .light-bg .mod-articles-item .article-content-wrapper .article-img-content {
    order: 1;
  }
  .light-bg .mod-articles-item .article-content-wrapper .article-text-content {
    order: 2;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .light-bg .mod-articles-item {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 25px;
  }
  .light-bg .mod-articles-item .article-content-wrapper {
    gap: 20px;
  }
  .light-bg .mod-articles-item .mod-articles-title {
    font-size: 1.4rem;
  }
  .light-bg .mod-articles-item .mod-articles-meta span {
    display: block;
    margin-bottom: 8px;
    margin-right: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-swiper {
  width: 100%;
}

.gallery-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent; /* niente grigio di default */
}

.gallery-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 60px;
}
@media (max-width: 600px) {
  .gallery-swiper .swiper-slide img {
    border-radius: 40px;
  }
}

.ba-gallery .category-filter {
  padding-top: 50px;
  padding-bottom: 30px;
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.floating-contact.active .main-button i {
  transform: rotate(45deg);
}
.floating-contact.active .contact-list {
  opacity: 1;
  visibility: visible;
}
.floating-contact.active .contact-list svg {
  color: #fff;
}
.floating-contact.active .contact-list li {
  transform: translateY(0);
  opacity: 1;
}
.floating-contact.active .contact-list li:nth-child(1) {
  transition-delay: 0.05s;
}
.floating-contact.active .contact-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.floating-contact.active .contact-list li:nth-child(3) {
  transition-delay: 0.15s;
}
.floating-contact.active .contact-list li:nth-child(4) {
  transition-delay: 0.2s;
}
.floating-contact.active .overlay {
  opacity: 1;
  visibility: visible;
}

.main-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #20b1cc;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 3;
  color: #fff;
}
.main-button:hover {
  background: #1a93ac;
  transform: scale(1.1);
}
.main-button i {
  color: white;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.contact-list {
  position: absolute;
  bottom: 70px;
  right: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 3;
}
.contact-list li {
  margin-bottom: 15px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}

.contact-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #00d6ff;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.contact-button:hover {
  background: #00b8e0;
  transform: scale(1.1);
}
.contact-button:hover::before {
  opacity: 1;
  visibility: visible;
}
.contact-button i {
  color: white;
  font-size: 18px;
}
.contact-button::before {
  content: attr(data-tooltip);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

/*# sourceMappingURL=altea.css.map */
