* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: #272727;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: #F1F0E2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  body {
    font-size: 22px;
  }
}
body h1 {
  font-size: 40px;
  line-height: 110%;
  font-weight: 500;
  font-family: "Melodrama", serif;
}
@media (min-width: 992px) {
  body h1 {
    font-size: 90px;
  }
}
body h2 {
  font-size: 30px;
  line-height: 110%;
  font-weight: 500;
  font-family: "Melodrama", serif;
}
@media (min-width: 992px) {
  body h2 {
    font-size: 60px;
  }
}
body h3 {
  font-size: 25px;
  line-height: 110%;
  font-weight: 500;
  font-family: "Melodrama", serif;
}
@media (min-width: 992px) {
  body h3 {
    font-size: 50px;
  }
}
body p {
  margin: 1.5rem 0;
  line-height: 190%;
}
body .gold {
  color: #AEA176;
}
body a {
  color: #AEA176;
  text-decoration: none;
}
body strong {
  font-weight: 500;
}
body .header-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
@media (min-width: 992px) {
  body .header-background {
    height: 120px;
  }
}
body #header {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  padding: 20px 30px;
  transition: padding 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  body #header {
    padding: 13px 44px;
  }
}
body #header #service {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 33%;
  gap: 0 34px;
}
body #header #service .header-phone {
  display: none;
}
@media (min-width: 992px) {
  body #header #service .header-phone {
    display: flex;
    gap: 0.5rem;
  }
}
body #header #service .header-phone img.scrolled {
  display: none;
}
body #header #service .language {
  color: #AEA176;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
body #header #service .language .mod-languages {
  display: flex;
}
body #header #service .language .mod-languages .lang-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: none;
  order: 2;
  transition: all 0.4s ease-out;
}
body #header #service .language .mod-languages .lang-list li.lang-active {
  display: none;
}
body #header #service .language .mod-languages .lang-list a {
  display: block;
  line-height: 1.2em;
  padding: 0 0.7em;
  text-decoration: none;
  transition: color 0.4s ease-out;
  color: #AEA176;
}
body #header #service .language .mod-languages .lang-list.active {
  display: flex;
  align-items: center;
  min-width: 60px;
}
body #header #service .language .mod-languages .lang-active {
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}
body #header #service .language .mod-languages .lang-active .inline svg {
  transform: rotate(270deg);
  transition: all 0.4s ease-out;
}
body #header #service .language .mod-languages .lang-active.open .inline svg {
  transform: rotate(90deg);
}
body #header #service .language .mod-languages .lang-active:hover {
  cursor: pointer;
}
body #header #logo a img {
  height: 35px;
  width: 120px;
}
@media (min-width: 992px) {
  body #header #logo a img {
    height: 60px;
    width: 180px;
  }
}
body #header #logo .logo-scrolled {
  display: none;
}
body #header #service-dx {
  display: flex;
  justify-content: right;
  width: 33%;
  height: 65px;
}
@media (min-width: 992px) {
  body #header #service-dx {
    height: 120px;
  }
}
body #header #service-dx #menu-wheel {
  position: relative;
}
body #header #service-dx #menu-wheel .logo-scrolled, body #header #service-dx #menu-wheel .logo.logo-close {
  visibility: hidden;
  opacity: 0;
}
body #header #service-dx #menu-wheel .logo, body #header #service-dx #menu-wheel .logo-scrolled {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
  transition: all 0.4s;
}
@media (min-width: 992px) {
  body #header #service-dx #menu-wheel .logo, body #header #service-dx #menu-wheel .logo-scrolled {
    top: 10px;
  }
}
body #header #service-dx #menu-wheel img {
  height: 60px;
  width: 60px;
}
@media (min-width: 992px) {
  body #header #service-dx #menu-wheel img {
    height: 100px;
    width: 100px;
  }
}
body #header #service-dx #menu-wheel:hover {
  cursor: pointer;
}
body #header #service-dx #menu-wheel.show-menu .logo.logo-close {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
body #header #service-dx #menu-wheel.show-menu .logo {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
body #header #service-dx .menu {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  list-style: none;
  text-align: right;
  right: 10px;
  top: 60px;
  padding: 0 40px;
}
@media (min-width: 992px) {
  body #header #service-dx .menu {
    right: 30px;
    top: 120px;
  }
}
body #header #service-dx .menu li:first-of-type {
  margin-top: -20px;
}
body #header #service-dx .menu li:nth-of-type(2) {
  margin-top: -40px;
}
body #header #service-dx .menu li:nth-of-type(3) {
  margin-top: -60px;
}
body #header #service-dx .menu li a {
  font-weight: 400;
}
body #header #service-dx .menu li a:hover {
  color: #AEA176;
}
body #header #service-dx .menu.show-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  height: unset;
  transition: all 0.4s ease-out;
}
body #header #service-dx .menu.show-menu li {
  margin-top: 0;
  transition: all 0.75s ease-out;
}
body #header.scrolled {
  padding: 10px 4% 0 4%;
  background: none;
}
@media (min-width: 992px) {
  body #header.scrolled {
    padding: 0 4%;
  }
}
body #header.scrolled #service .header-phone a {
  color: #272727;
}
body #header.scrolled #service .header-phone img.scrolled {
  display: inline;
}
body #header.scrolled #service .header-phone img {
  display: none;
}
body #header.scrolled #service .language {
  margin: 0;
}
body #header.scrolled #service .language .mod-languages ul.mod-languages__list {
  z-index: 1;
}
body #header.scrolled #service .language .mod-languages ul.mod-languages__list li a {
  color: #272727;
}
body #header.scrolled #service .language .mod-languages ul.mod-languages__list .lang-active {
  display: none;
}
body #header.scrolled #service .language .mod-languages div.lang-active .inline {
  margin: 0 0 7.5px 0;
}
body #header.scrolled #service .language .mod-languages div.lang-active .inline span {
  color: #272727;
}
body #header.scrolled #service .language .mod-languages div.lang-active .inline span svg {
  fill: #272727;
}
body #header.scrolled #logo .logo {
  display: none;
}
body #header.scrolled #logo .logo-scrolled {
  display: block;
}
body #header.scrolled #service-dx #menu-wheel .logo-scrolled {
  visibility: visible;
  opacity: 1;
}
body #header.scrolled #service-dx #menu-wheel .logo, body #header.scrolled #service-dx #menu-wheel .logo-close {
  visibility: hidden;
  opacity: 0;
}
body #header.scrolled #service-dx #menu-wheel.show-menu .logo-scrolled.logo-close {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s;
}
body #header.scrolled #service-dx #menu-wheel.show-menu .logo.logo-close {
  visibility: hidden;
  opacity: 0;
}
body #header.scrolled #service-dx #menu-wheel.show-menu .logo-scrolled {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
body #header.scrolled #service-dx .menu {
  right: -20px;
  top: 55px;
  transition: right 0.5s ease-in-out;
}
@media (min-width: 992px) {
  body #header.scrolled #service-dx .menu {
    right: 50px;
    top: 90px;
  }
}
body #header.scrolled #service-dx .menu li.nav-item a {
  color: #272727;
}
body #header.scrolled #service-dx .menu.show-menu {
  background: #D8C997;
  left: 0;
  right: 0;
  padding-bottom: 15px;
  padding-right: -10px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 992px) {
  body #header.scrolled #service-dx .menu.show-menu {
    padding-right: 110px;
  }
}
body figure#foto {
  margin: 0;
  padding-top: 75px;
}
@media (min-width: 992px) {
  body figure#foto {
    padding-top: 150px;
  }
}
body figure#foto #foto-before .slogan p {
  font-size: 50px;
  text-align: center;
  line-height: 110%;
  font-family: "Melodrama", serif;
}
@media (min-width: 992px) {
  body figure#foto #foto-before .slogan p {
    width: 60%;
    margin: 0 auto 1rem auto;
    font-size: 80px;
  }
}
body figure#foto .list img {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
body figure#foto .video-ct {
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  height: 65vh;
}
@media (min-width: 992px) {
  body figure#foto .video-ct {
    max-height: 62vh;
    height: unset;
  }
}
body figure#foto .video-ct #videobox-header {
  height: 100% !important;
  width: 100% !important;
}
body figure#foto .video-ct #videobox-header video.jw-video {
  object-fit: cover !important;
}
@media (min-width: 1620px) {
  body figure#foto .video-ct #videobox-header video.jw-video {
    bottom: 50% !important;
  }
}
body main#content p {
  font-weight: 400;
}
body main#content .hidden-text {
  display: none;
  transition: display 0.5s ease-in-out;
}
@media (min-width: 992px) {
  body main#content .hidden-text {
    display: block;
  }
}
body main#content .show-more {
  display: block;
}
@media (min-width: 992px) {
  body main#content .show-more {
    display: none;
  }
}
body main#content .show-more a {
  color: #272727;
  font-weight: 700;
}
body main#content .link {
  display: inline;
  padding-bottom: 12px;
  padding-right: 40px;
  border-bottom: 1px solid #AEA176;
}
body main#content .link a {
  color: #AEA176;
  font-weight: 700;
  font-family: "Melodrama", serif;
}
body main#content .link:hover {
  padding-right: 0;
  transition: padding-right 0.5s ease-out;
}
body main#content a {
  color: #AEA176;
  font-weight: 500;
}
body main#content a:hover {
  cursor: pointer;
}
body main#content .article {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  body main#content .article {
    padding: 60px 0 100px 0;
  }
  body main#content .article .item-page {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  body main#content .article .item-page-body {
    width: 80%;
    margin: 0 auto;
  }
}
body main#content .article .item-page-body.show-hidden .hidden-text {
  display: block;
}
body main#content #SchuWeb_Sitemap {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  body main#content #SchuWeb_Sitemap {
    padding: 60px 0 100px 0;
    width: 80%;
    margin: 40px auto;
  }
}
body main#content .section-item .inner .section-main .content .inner {
  padding: 30px 20px;
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner .title {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner .desc {
    width: 60%;
    margin: 0 auto;
  }
}
body main#content .section-text .inner .section-main .content .inner .desc.show-hidden .hidden-text {
  display: block;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes {
  display: grid;
  padding: 0 2%;
  margin: 0 0 -2rem 0;
  gap: 12px 2%;
  grid-template-columns: 96%;
  grid-template-rows: repeat(9, 365px);
  aspect-ratio: 2/1;
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes {
    width: 80%;
    margin: 0 auto;
    gap: 40px;
    grid-template-columns: 48% 48%;
    grid-template-rows: repeat(7, 365px);
  }
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card {
  grid-column: span 1;
  grid-row: span 1;
  position: relative;
  padding: 10px;
  border: 1px solid #AEA176;
  border-radius: 20px;
  overflow: hidden;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .image-ct {
  width: 100%;
  height: 65%;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .image-ct img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .image-ct .tag-ct {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  color: #fff;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct {
  box-sizing: border-box;
  width: 100%;
  height: 35%;
  display: flex;
  align-items: flex-end;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct p {
  font-size: 30px;
  margin: 0;
  line-height: 110%;
  font-family: "Melodrama", serif;
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct p {
    font-size: 45px;
  }
}
@media (min-width: 1620px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct p {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct p {
    font-size: 60px;
  }
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-child(3n) {
  grid-column: span 1;
  grid-row: span 1;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-child(3n) a {
  flex-direction: column;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-child(3n) a .image-ct {
  width: 100%;
  height: 70%;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-child(3n) a .title-ct {
  width: 100%;
  height: 30%;
  box-sizing: border-box;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover {
  padding: 0;
  transition: padding 1s;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover a .image-ct {
  height: 100% !important;
  width: 100% !important;
  transition: all 1s;
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover a .image-ct .tag-ct {
  display: none;
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover a .image-ct .tag-ct {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    bottom: 0;
    opacity: 1 !important;
    transition: all 1s;
    list-style: none;
    padding: 40px;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover a .image-ct .tag-ct li.tag {
    padding: 6px 12px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:hover a .title-ct {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  padding: 0 !important;
  opacity: 0;
  align-items: flex-start;
  transition: all 1s;
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card {
    padding: 20px;
    grid-column: span 2;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a {
    flex-direction: row;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .image-ct {
    width: 60%;
    height: 100%;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card a .title-ct {
    width: 40%;
    height: 100%;
    padding: 0 50px 20px 35px;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6), body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) {
    grid-column: span 1;
    grid-row: span 2;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a {
    flex-direction: column;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .image-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .image-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .image-ct {
    width: 100%;
    height: 70%;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .title-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .title-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .title-ct {
    align-items: flex-end;
    box-sizing: border-box;
    width: 100%;
    height: 30%;
    padding: 0 50px 20px 35px;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .title-ct p {
    color: #AEA176;
    font-size: 30px;
    margin: 0;
    line-height: 110%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .title-ct p {
    font-size: 45px;
  }
}
@media (min-width: 992px) and (min-width: 1620px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .title-ct p {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1920px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:first-of-type a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(6) a .title-ct p, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(8) a .title-ct p {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(2), body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(3), body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(7), body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(9) {
    grid-column: span 1;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(2) a, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(3) a, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(7) a, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(9) a {
    flex-direction: row;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(2) a .image-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(3) a .image-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(7) a .image-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(9) a .image-ct {
    width: 45%;
    height: 100%;
  }
  body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(2) a .title-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(3) a .title-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(7) a .title-ct, body main#content .section-text .inner .section-main .content .inner ul.category-module.mod-list.boxes li.card:nth-of-type(9) a .title-ct {
    width: 55%;
    height: 100%;
    padding: 0 50px 0 35px;
  }
}
body main#content .section-accordion {
  border: 1px solid #AEA176;
  border-radius: 30px;
  margin: 20px;
}
@media (min-width: 992px) {
  body main#content .section-accordion {
    width: 80%;
    margin: 0 auto 40px auto;
    padding: 30px 35px;
  }
}
body main#content .section-accordion .inner .section-main .content .inner {
  padding: 20px;
}
@media (min-width: 992px) {
  body main#content .section-accordion .inner .section-main .content .inner {
    padding: 0;
  }
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct .title {
  width: 90%;
  font-size: 40px;
  font-weight: 400;
  font-family: "Melodrama", serif;
  color: #AEA176;
  line-height: 130%;
}
@media (min-width: 992px) {
  body main#content .section-accordion .inner .section-main .content .inner .visible-ct .title {
    font-size: 60px;
  }
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct .show-more-ggc {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #AEA176;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  body main#content .section-accordion .inner .section-main .content .inner .visible-ct .show-more-ggc {
    top: 35px;
    width: 50px;
    height: 50px;
  }
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct .show-more-ggc img {
  width: 100%;
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct .show-more-ggc:hover {
  cursor: pointer;
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct .show-more-ggc.open {
  transform: rotate(180deg);
  transition: rotate 1s ease-in-out;
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct ul.tag-ct {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body main#content .section-accordion .inner .section-main .content .inner .visible-ct ul.tag-ct li {
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 400;
  border: 1px solid #272727;
  color: #272727;
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc {
  opacity: 0;
  height: 0;
}
@media (min-width: 992px) {
  body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc {
    max-width: 66%;
  }
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc .link {
  padding: 10px 20px;
  border: 1px solid #AEA176;
  border-radius: 20px;
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc .link a {
  font-weight: 400;
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc .link:hover {
  background-color: #AEA176;
  transition: background-color 0.4s ease-in-out;
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc .link:hover a {
  color: #fff;
  transition: color 0.4s ease-in-out;
}
body main#content .section-accordion .inner .section-main .content .inner .hidden-text-ggc.show {
  height: unset;
  opacity: 1;
}
body #footer {
  position: relative;
  margin: 250px 0 150px 0;
}
@media (min-width: 992px) {
  body #footer {
    width: 80%;
    margin: 250px auto 150px auto;
  }
}
body #footer #round-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 96%;
  width: 288px;
  height: 288px;
}
body #footer #round-img img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  body #footer #round-img {
    bottom: 95%;
    width: 380px;
    height: 380px;
  }
}
@media (min-width: 1620px) {
  body #footer #round-img {
    bottom: 92%;
    width: 477px;
    height: 477px;
  }
}
body #footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 20px 30px;
}
@media (min-width: 1620px) {
  body #footer .inner {
    flex-direction: row;
    padding: 0;
    gap: 2%;
  }
}
body #footer .inner .col {
  width: 100%;
  border: 1px solid #AEA176;
  border-radius: 30px;
  padding: 30px 20px 0 20px;
}
@media (min-width: 1620px) {
  body #footer .inner .col {
    width: 49%;
    padding: 60px 40px 20px 40px;
    min-height: 772px;
  }
}
body #footer .inner .col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
}
body #footer .inner .col-1 p {
  font-size: 30px;
  color: #AEA176;
  font-family: "Melodrama", serif;
  line-height: 110%;
}
@media (min-width: 992px) {
  body #footer .inner .col-1 p {
    font-size: 60px;
  }
}
body #footer .inner .col-1 form .form-row {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 30px;
}
body #footer .inner .col-1 form .form-row label {
  position: absolute;
  top: 16px;
  left: 22px;
  font-size: 20px;
  color: #fff;
}
body #footer .inner .col-1 form .form-row input, body #footer .inner .col-1 form .form-row textarea {
  width: 100%;
  color: #fff;
  background-color: #272727;
  scrollbar-color: #272727;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 22px;
  border-radius: 30px;
  border: none;
}
body #footer .inner .col-1 form .form-row input::placeholder, body #footer .inner .col-1 form .form-row textarea::placeholder {
  color: #fff;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
}
body #footer .inner .col-1 form .form-row input:focus-visible, body #footer .inner .col-1 form .form-row textarea:focus-visible {
  outline: none;
}
body #footer .inner .col-1 form .form-row input:focus::placeholder, body #footer .inner .col-1 form .form-row textarea:focus::placeholder {
  color: transparent;
  font-size: 0;
  transition: all 0.5s ease-in-out;
}
body #footer .inner .col-1 form .form-row textarea {
  min-height: 230px;
  overflow: scroll;
  border-radius: 30px;
  resize: none;
}
body #footer .inner .col-1 form .form-row textarea::-webkit-scrollbar {
  width: 5px;
  scrollbar-color: #272727;
}
body #footer .inner .col-1 form .form-row .quick-invia {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #272727;
  border-bottom: 10px solid #AEA176;
  border-radius: 30px;
}
@media (min-width: 992px) {
  body #footer .inner .col-1 form .form-row .quick-invia {
    justify-content: space-between;
  }
}
body #footer .inner .col-1 form .form-row .quick-invia .accept {
  display: flex;
  align-items: center;
  padding: 20px;
}
body #footer .inner .col-1 form .form-row .quick-invia .accept input {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
body #footer .inner .col-1 form .form-row .quick-invia .accept span {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  body #footer .inner .col-1 form .form-row .quick-invia .accept span {
    display: inline-block;
  }
}
body #footer .inner .col-1 form .form-row .quick-invia button {
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 15px;
  background-color: #272727;
  border: none;
  color: #AEA176;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
body #footer .inner .col-1 form .form-row .quick-invia button:hover {
  cursor: pointer;
}
body #footer .inner .col-1 form .form-row .quick-invia button:hover .bell-up {
  display: none;
}
body #footer .inner .col-1 form .form-row .quick-invia button:hover .bell-down {
  display: unset;
}
body #footer .inner .col-1 form .form-row .quick-invia button .bell {
  margin-left: 10px;
}
body #footer .inner .col-1 form .form-row .quick-invia button .bell-down {
  display: none;
}
body #footer .inner .col-1 form .form-row .services {
  width: 100%;
  background-color: #272727;
  padding: 22px;
  border-radius: 30px;
}
body #footer .inner .col-1 form .form-row .services p {
  font-size: 20px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0.5rem 0;
}
@media (min-width: 992px) {
  body #footer .inner .col-1 form .form-row .services p {
    font-size: 22px;
  }
}
body #footer .inner .col-1 form .form-row .services .service-ct {
  position: relative;
}
body #footer .inner .col-1 form .form-row .services .service-ct .delete-icon {
  position: absolute;
  right: 0;
}
body #footer .inner .col-1 form .form-row .services .service-ct .delete-icon:hover {
  cursor: pointer;
}
body #footer .inner .col-1 form .form-row.half {
  width: 49%;
}
body #footer .inner .col-1 form .form-row.privacy {
  overflow: scroll;
  max-height: 90px;
  padding: 1rem;
  background-color: #272727;
}
body #footer .inner .col-1 form .form-row.privacy::-webkit-scrollbar {
  width: 5px;
  scrollbar-color: #272727;
}
body #footer .inner .col-1 form .form-row.privacy p {
  margin: 0;
  font-size: 16px;
  line-height: 170%;
  color: #fff;
}
body #footer .inner .col-1 form .form-row.privacy a:hover {
  text-decoration: underline;
}
body #footer .inner .col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body #footer .inner .col-2 .contacts p, body #footer .inner .col-2 .address p {
  font-size: 22px;
  font-weight: 400;
  margin: 1.5rem 0 0.6rem 0;
}
@media (min-width: 992px) {
  body #footer .inner .col-2 .contacts p, body #footer .inner .col-2 .address p {
    font-size: 32px;
  }
}
body #footer .inner .col-2 .contacts p span, body #footer .inner .col-2 .address p span {
  color: #AEA176;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body #footer .inner .col-2 .contacts p span, body #footer .inner .col-2 .address p span {
    font-size: 60px;
  }
}
body #footer .inner .col-2 .contacts p:first-of-type, body #footer .inner .col-2 .address p:first-of-type {
  font-family: "Melodrama", serif;
}
body #footer .inner .col-2 .contacts p a, body #footer .inner .col-2 .address p a {
  color: #272727;
}
body #footer #footer-last {
  position: relative;
  display: flex;
  justify-content: space-around;
}
@media (min-width: 992px) {
  body #footer #footer-last {
    margin-top: 125px;
  }
}
body #footer #footer-last > div {
  display: inline-flex;
}
@media (min-width: 992px) {
  body #footer #footer-last > div {
    width: 49%;
  }
}
body #footer #footer-last > div #menu-footer {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}
@media (min-width: 992px) {
  body #footer #footer-last > div #menu-footer {
    flex-direction: row;
  }
}
body #footer #footer-last > div #menu-footer li a, body #footer #footer-last > div #menu-footer li span {
  font-size: 18px;
  opacity: 0.5;
  font-weight: 400;
  line-height: 140%;
  color: #272727;
}
body #footer #footer-last > div #menu-footer li a {
  text-decoration: none;
}
body #footer #footer-last > div #menu-footer li a:hover {
  cursor: pointer;
  opacity: 1;
}
@media (min-width: 992px) {
  body #footer #footer-last > div #menu-footer li:after {
    content: " | ";
    font-weight: 400;
    opacity: 0.5;
  }
  body #footer #footer-last > div #menu-footer li:last-of-type:after {
    content: "";
  }
}
body #footer #footer-last .scroll-ct {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  inset: 100px 0 0 0;
}
@media (min-width: 992px) {
  body #footer #footer-last .scroll-ct {
    top: 0;
    bottom: 100%;
    inset: 55px 0 0 0;
  }
}
body #footer #footer-last .scroll-ct .scroll {
  transform: rotate(180deg);
}
body #footer #footer-last .scroll-ct .scroll:hover {
  cursor: pointer;
}
body #footer #footer-last .logo-altea {
  justify-content: flex-end;
}
body .desktop-btn {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
body .mobile-btn {
  padding: 12px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #AEA176;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
body .mobile-btn a {
  color: #fff;
  text-decoration: none;
}
body .mobile-btn a i svg {
  fill: currentColor;
}
@media (min-width: 992px) {
  body .mobile-btn {
    display: none;
  }
}
body.scrolled .header-background {
  transition-delay: 0.3s;
  opacity: 1;
  background-color: #D8C997;
}
body.scrolled .desktop-btn {
  transition-delay: 0.3s;
  opacity: 1;
}
@media (min-width: 992px) {
  body.scrolled .desktop-btn {
    display: block;
    position: fixed;
    bottom: 42px;
    left: 50%;
    transform: translate(-50%);
  }
  body.scrolled .desktop-btn a {
    padding: 20px 30px;
    background-color: #AEA176;
    color: #fff;
    border-radius: 20px;
  }
}
body.noPhoto main#content {
  margin-top: 120px;
}
@media (min-width: 992px) {
  body.noPhoto main#content {
    margin-top: 180px;
  }
}
body.noPhoto #footer {
  margin-top: 250px;
}
@media (min-width: 992px) {
  body.noPhoto #footer {
    margin-top: 70px;
  }
}
body.services-footer #footer {
  margin-top: 300px;
}
body.services-footer #footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 20px 30px;
}
body.services-footer #footer .inner .col {
  width: 100%;
  border: 1px solid #AEA176;
  border-radius: 30px;
  padding: 30px 20px 10px 20px;
  min-height: unset;
}
@media (min-width: 1620px) {
  body.services-footer #footer .inner .col {
    padding: 50px 30px 20px 30px;
  }
}
body.services-footer #footer .inner .col-1 {
  font-weight: 400;
}
body.services-footer #footer .inner .col-1 p {
  font-size: 30px;
  color: #AEA176;
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-1 p {
    font-size: 60px;
  }
}
body.services-footer #footer .inner .col-1 form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.services-footer #footer .inner .col-1 form .form-row .input {
  width: 100%;
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-1 form .form-row {
    flex-wrap: nowrap;
  }
  body.services-footer #footer .inner .col-1 form .form-row:first-of-type input, body.services-footer #footer .inner .col-1 form .form-row:first-of-type textarea {
    width: 24%;
  }
  body.services-footer #footer .inner .col-1 form .form-row:nth-of-type(2) input, body.services-footer #footer .inner .col-1 form .form-row:nth-of-type(2) textarea {
    width: 32%;
  }
  body.services-footer #footer .inner .col-1 form .form-row:nth-of-type(3) div {
    width: 100%;
    background-color: #272727;
    padding: 22px;
    border-radius: 30px;
  }
  body.services-footer #footer .inner .col-1 form .form-row:nth-of-type(3) div p {
    font-size: 20px;
    color: #fff;
    margin: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  body.services-footer #footer .inner .col-1 form .form-row:nth-of-type(3) div p {
    font-size: 22px;
  }
}
body.services-footer #footer .inner .col-2 {
  display: flex;
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-2 {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-2 .contacts, body.services-footer #footer .inner .col-2 .address {
    width: 49%;
  }
}
body.services-footer #footer .inner .col-2 .contacts p, body.services-footer #footer .inner .col-2 .address p {
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-2 .contacts p, body.services-footer #footer .inner .col-2 .address p {
    font-size: 32px;
  }
}
body.services-footer #footer .inner .col-2 .contacts p span, body.services-footer #footer .inner .col-2 .address p span {
  color: #AEA176;
  font-size: 30px;
  font-weight: 400;
}
@media (min-width: 992px) {
  body.services-footer #footer .inner .col-2 .contacts p span, body.services-footer #footer .inner .col-2 .address p span {
    font-size: 60px;
  }
}
body.services-footer #footer .inner .col-2 .contacts p a, body.services-footer #footer .inner .col-2 .address p a {
  color: #272727;
}
body.noFooterImg #footer {
  margin: 0 0 150px 0;
}
@media (min-width: 992px) {
  body.noFooterImg #footer {
    margin: 0 auto 150px auto;
  }
}


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

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