::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #5B358C;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #5B358C;
  -webkit-border-radius: 0;
}

body, html {
  height: 100%;
}

html.show-menu {
  overflow: hidden;
}
html.show-menu body {
  overflow: hidden;
  height: 100% !important;
}

body {
  --minFontSize: 18px;
  --maxFontSize: 24px;
  --scaler: 1.125em;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize));
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #2F2F2F;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
}

p {
  margin: 0;
}

.visually-hidden {
  display: none;
}

blockquote {
  margin: 0 4%;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
  /* hi-res laptops and desktops */
}
blockquote * {
  color: #A9913A;
}
blockquote cite {
  font-family: "Pinyon Script", cursive;
  font-size: 27px;
  display: block;
  padding: 0 0.5em;
  text-align: right;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 768px) {
  blockquote cite {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  blockquote {
    margin: 4% 0 0;
  }
}
@media (min-width: 991px) {
  blockquote {
    margin: 80px 4% 0;
  }
}
@media (min-width: 1281px) {
  blockquote {
    margin: 180px 4% 0;
  }
}

#logo {
  display: block;
}
#logo a {
  display: block;
}
#logo img {
  width: 100%;
  max-width: 160px;
  height: auto;
  transition: all 0.7s ease-out;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #logo img {
    max-width: 365px;
  }
}
body.scrolled #logo img {
  max-width: 160px;
}
body.noPhoto #logo img, body:not(.homepage) #logo img {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body.noPhoto #logo img, body:not(.homepage) #logo img {
    max-width: 160px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 201;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
body:not(.homepage) #header {
  background: #2F2F2F;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body:not(.homepage) #header {
    background: transparent !important;
  }
}
body.scrolled #header {
  background: #2F2F2F !important;
}
body.noPhoto #header {
  background: #2F2F2F !important;
}
#header #service-header {
  display: flex;
  height: 150px;
  justify-content: space-between;
  transition: height 0.4s ease-out;
  align-items: center;
  /* big landscape tablets, laptops, and desktops */
}
body:not(.homepage) #header #service-header {
  height: 60px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body:not(.homepage) #header #service-header {
    height: 150px;
  }
}
body.scrolled #header #service-header {
  height: 60px;
  margin-bottom: 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body.scrolled #header #service-header {
    height: 60px;
  }
}
@media (min-width: 991px) {
  #header #service-header {
    height: 150px;
    background: none;
  }
}
#header #service-sx {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 20px;
  margin: 0 4%;
  font-size: 18px;
  letter-spacing: 0.085em;
  /* big landscape tablets, laptops, and desktops */
}
body.scrolled #header #service-sx {
  margin: 0 4%;
  align-items: center;
}
@media (min-width: 991px) {
  #header #service-sx {
    justify-content: right;
    gap: 0 54px;
  }
}
#header #service-dx {
  display: flex;
  align-items: flex-end;
  gap: 0 20px;
  margin: 0 0 0 4%;
  justify-content: flex-end;
  font-size: 18px;
  letter-spacing: 0.085em;
  /* big landscape tablets, laptops, and desktops */
}
body.scrolled #header #service-dx {
  margin: 0 0 0 4%;
  align-items: center;
}
@media (min-width: 991px) {
  #header #service-dx {
    justify-content: right;
    gap: 0 54px;
  }
}
#header .mod-languages {
  z-index: 50;
  position: relative;
  transition: all 0.7s ease-out;
  text-transform: lowercase;
  margin: 0;
}
#header .mod-languages .current-language {
  position: relative;
  z-index: 50;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
#header .mod-languages .current-language svg path {
  fill: #5B358C;
}
#header .mod-languages .lang-inline {
  display: none;
  position: absolute;
  z-index: 50;
  top: 160%;
  right: 0;
  margin: 0;
  padding: 0;
  width: calc(100% + 10px);
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  background: #5B358C;
}
#header .mod-languages .lang-inline li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}
#header .mod-languages .lang-inline li a {
  display: block;
  text-decoration: none;
  padding: 8px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}
#header .btn-cta {
  display: none;
  /* big landscape tablets, laptops, and desktops */
}
#header .btn-cta a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-out;
}
#header .btn-cta a:hover {
  color: #fff;
}
@media (min-width: 991px) {
  #header .btn-cta {
    display: block;
  }
}
#header #mobile-nav {
  position: relative;
  text-decoration: none;
  color: #fff;
  padding-right: 4vw;
}
#header #mobile-nav .menu-aperto {
  visibility: hidden;
  opacity: 0;
  font-size: 1.7em;
}

#nav {
  transform: translateX(40%);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 47;
  overflow: hidden;
}
#nav #box-menu {
  position: relative;
  height: 100%;
  display: flex;
  background: #2F2F2F;
}
#nav #box-menu > * {
  flex: 1 1 1px;
}
#nav #box-menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  z-index: 100;
  background: linear-gradient(180deg, #2F2F2F 0%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 77px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #nav #box-menu .inner {
    margin-bottom: 0;
  }
}
#nav #box-menu .inner .mod-menu {
  list-style: none;
  padding: 0 4vw;
  z-index: 3;
  columns: 2;
  margin: 100px 0 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #nav #box-menu .inner .mod-menu {
    margin-top: 0;
    columns: 1;
  }
}
#nav #box-menu .inner .mod-menu li {
  text-align: center;
}
#nav #box-menu .inner .mod-menu li .nav-header {
  position: relative;
  display: block;
  font-size: 31.2px;
  color: #A9913A;
  line-height: 1.2em;
  padding: 0.2em 40px;
  cursor: pointer;
  transition: all 0.4s ease-out;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #nav #box-menu .inner .mod-menu li .nav-header {
    font-size: 60px;
    padding: 0.2em 60px;
  }
}
#nav #box-menu .inner .mod-menu li .nav-header:hover {
  color: #fff;
}
#nav #box-menu .inner .mod-menu li .nav-header:before {
  position: absolute;
  right: 3%;
  content: "+";
  color: #5B358C;
}
#nav #box-menu .inner .mod-menu li.selected .nav-header:before {
  content: "-";
  right: 3%;
}
#nav #box-menu .inner .mod-menu li a {
  display: block;
  font-size: 31.2px;
  color: #A9913A;
  text-decoration: none;
  line-height: 1.2em;
  padding: 0.3em 41px;
  transition: all 0.4s ease-out;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #nav #box-menu .inner .mod-menu li a {
    font-size: 60px;
  }
}
#nav #box-menu .inner .mod-menu li a:hover {
  color: #fff;
}
#nav #box-menu .inner .mod-menu li.active > .nav-header, #nav #box-menu .inner .mod-menu li.active > a {
  color: #fff;
}
#nav #box-menu .inner .mod-menu li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav #box-menu .inner .mod-menu li ul li a {
  font-size: 17.64px;
  padding: 0.5em 41px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #nav #box-menu .inner .mod-menu li ul li a {
    font-size: 28px;
  }
}
#nav #box-menu .inner .mod-menu li.selected ul {
  display: block;
}
#nav #box-menu .inner .mod-menu li .goBack {
  display: none;
  margin-top: 34px;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#nav #box-menu .inner .mod-menu li .goBack svg {
  font-size: 1.8em;
  margin-right: 13px;
}

#foto {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  height: 70vw;
  overflow: hidden;
  /* big landscape tablets, laptops, and desktops */
  /* Video
  -----------------------------------------------------------------*/
}
@media (min-width: 991px) {
  #foto {
    height: 100vh;
  }
}
body.homepage #foto {
  height: 100vh;
}
body:not(.homepage) #foto {
  margin-top: 60px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body:not(.homepage) #foto {
    margin-top: 0;
  }
}
#foto .list {
  overflow: hidden;
  height: 100%;
}
body.darklayer #foto .list:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #2F2F2F;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}
#foto .list img {
  display: block;
}
#foto .list img:not(:first-child) {
  display: none;
}
#foto #slide-nav {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 75px;
  z-index: 21;
  display: flex;
  transform: translateX(-50%);
  align-items: center;
  height: 36px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #foto #slide-nav {
    right: 4%;
    bottom: 130px;
  }
}
#foto #slide-nav a {
  padding: 0 3px;
  transition: all 0.7s ease-out;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
}
#foto #slide-nav a span {
  display: block;
  height: 6px;
  width: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.7s ease-out;
}
#foto #slide-nav a.current span {
  height: 24px;
  width: 24px;
}
#foto #foto-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#foto #foto-after #slogan {
  position: absolute;
  left: 0;
  margin: 0 auto 0 4%;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16vw;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1em;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #foto #foto-after #slogan {
    font-size: 12vh;
  }
}
#foto #foto-after #slogan span {
  color: #A9913A;
}
#foto #foto-after #modal {
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 40;
}
#foto #foto-after #modal .modal_box {
  display: block;
  position: absolute;
  bottom: 60px;
  right: 7px;
  margin: 4%;
  text-align: left;
  background: #2F2F2F;
  width: 60vw;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.4em;
  color: #fff;
  z-index: 1;
  padding: 20px 25px;
  border-radius: 20px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #foto #foto-after #modal .modal_box {
    bottom: 30px;
    right: 30px;
    width: 300px;
  }
}
#foto #foto-after #modal .modal_box .modal_text {
  width: 80%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #foto #foto-after #modal .modal_box .modal_text {
    width: 260px;
  }
}
#foto #foto-after #modal .modal_box .link a {
  padding: 0.5em 1em;
  font-size: 15.3px;
}
#foto #foto-after #modal .modal_box #modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.85;
  z-index: 999999;
}
#foto #foto-after #modal .modal_box #modal_close img {
  display: block;
  width: 100%;
  height: auto;
}
#foto #foto-after #modal #open_modal {
  display: none;
  position: relative;
  bottom: 65px;
  right: 0;
  width: 60px;
  height: auto;
}
#foto #foto-after #modal #open_modal img {
  width: 100%;
  height: auto;
  display: block;
}
#foto .video {
  height: 100%;
  overflow: hidden;
}
#foto .video #videobox-header {
  height: 100% !important;
}
#foto .video video {
  object-fit: cover !important;
}
#foto .video .jw-controls {
  z-index: 99999;
}
#foto .video #controls {
  z-index: 600;
  position: absolute;
  right: 3vw;
  top: 14%;
  display: flex;
  gap: 20px;
  padding: 16px;
}
#foto .video #controls svg {
  display: none;
  width: 25px;
  height: auto;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5215686275);
  padding: 12px;
  border-radius: 100%;
}
#foto .video #controls svg path {
  fill: #fff;
}

.link a {
  display: inline-block;
  padding: 1em 1.5em;
  text-decoration: none;
  color: #A9913A;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  transition: all 0.4s ease-out;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #A9913A;
}
.link a img {
  transition: all 0.4s ease-out;
}
.link a svg {
  margin-left: 6px;
  margin-right: 4px;
}
.link a:hover {
  background: #A9913A;
  color: #fff !important;
}
.link a:hover svg {
  transform: scale(1.3);
}
.link a:hover svg path {
  color: #fff !important;
}
.link.plus a i {
  color: #5B358C;
}
.link.plus a svg path {
  fill: #5B358C;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  gap: 4em;
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex-container div {
  text-align: left;
  width: 100%;
  border: 1px solid #A9913A;
  padding: 30px;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  .flex-container div {
    width: 45%;
  }
}
@media (min-width: 991px) {
  .flex-container div {
    width: 40%;
  }
}
.flex-container div p:first-of-type {
  margin-top: 0 !important;
}
.flex-container div a {
  display: block;
}
.flex-container div img {
  width: 100%;
  max-width: 360px;
  height: auto;
}
.flex-container div p.title {
  font-size: 22px;
}
.flex-container.twocol {
  padding: 0;
}
.flex-container.twocol div {
  width: 100%;
  text-align: center;
  border: none;
  padding: 0;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  .flex-container.twocol div {
    width: 45%;
  }
}
@media (min-width: 991px) {
  .flex-container.twocol div {
    width: 45%;
  }
}
.flex-container.twocol div img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.flex-container.twocol div .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A9913A;
}
.flex-container.twocol div .title {
  margin: 0.5em 0 !important;
  padding: 0;
  font-size: 39px;
  font-family: "Cormorant Garamond", serif;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  .flex-container.twocol div .title {
    font-size: 60px;
  }
}
.flex-container.twocol div .title span {
  color: #5B358C;
}
.flex-container.twocol div a {
  color: #A9913A;
  text-decoration: none;
}
.flex-container.threecol {
  padding: 0;
  padding-top: 30px;
}
.flex-container.threecol div {
  width: 100%;
  text-align: center;
  border: none;
  padding: 0;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  .flex-container.threecol div {
    width: 25%;
  }
}
@media (min-width: 991px) {
  .flex-container.threecol div {
    width: 25%;
  }
}
.flex-container.threecol div img {
  width: 100%;
  max-width: 330px;
  height: auto;
}
.flex-container.threecol div .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #A9913A;
}
.flex-container.threecol div .title {
  margin: 0.5em 0 !important;
  padding: 0;
  font-size: 36px;
  font-family: "Cormorant Garamond", serif;
  line-height: normal;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  .flex-container.threecol div .title {
    font-size: 40px;
  }
}
.flex-container.threecol div .title span {
  color: #5B358C;
}
.flex-container.threecol div a {
  color: #A9913A;
  text-decoration: none;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 1.8em;
}
body.noPhoto #content {
  padding-top: 70px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  body.noPhoto #content {
    padding-top: 100px;
  }
}
#content p {
  margin: 1.4em 0;
}
#content a {
  color: #A9913A;
  transition: all 0.4s ease-out;
}
#content h1 {
  font-size: 52px;
  line-height: 1.14em;
  margin: 0.1em 0 0.92em 0;
  font-weight: 400;
  color: #A9913A;
  font-family: "Cormorant Garamond", serif;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  #content h1 {
    font-size: 82px;
  }
}
@media (min-width: 991px) {
  #content h1 {
    font-size: 100px;
  }
}
#content h1 span {
  color: #5B358C;
}
#content h2 {
  line-height: 1.14em;
  margin: 0.92em 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #A9913A;
  font-size: 38.4px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content h2 {
    font-size: 80px;
  }
}
#content h2 span {
  color: #5B358C;
}
#content h2.testfont {
  font-family: "Roboto", sans-serif;
}
#content h3 {
  line-height: 1.14em;
  margin: 0.92em 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #A9913A;
  font-size: 31.2px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content h3 {
    font-size: 60px;
  }
}
#content h3 span {
  color: #5B358C;
}
#content .plan {
  margin: 1vh 0 0 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .plan {
    margin: 8vh 0 0 0;
  }
}
#content .plan p {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#content .plan p img {
  width: 120px;
  height: auto;
  border: 1px solid #A9913A;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .plan p img {
    width: 200px;
    height: auto;
  }
}
#content .article {
  position: relative;
  z-index: 6;
  margin: 6vh 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .article {
    margin: 8vh 4% 12vh 4%;
  }
}
#content .article .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#content .article ul li::marker {
  color: #5B358C;
}
#content .menu-filter {
  padding: 0;
  margin: 6vh 4%;
  display: flex;
  justify-content: center;
  gap: 1.3em;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  list-style: none;
  flex-wrap: wrap;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .menu-filter {
    margin: 8vh 4% 12vh 4%;
    flex-wrap: nowrap;
    font-size: 40px;
  }
}
#content .menu-filter li {
  border: 1px solid #A9913A;
  border-radius: 50px;
  color: #A9913A;
  cursor: pointer;
  opacity: 0.7;
  transition: background-color 0.4s ease-out, color 0.4s ease-out, opacity 0.4s ease-out;
  padding: 0.6em 1.4em;
  box-sizing: border-box;
  text-align: center;
  flex-basis: 100%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .menu-filter li {
    flex-basis: auto;
  }
}
#content .menu-filter li.selected {
  background: #A9913A;
  color: #fff;
  opacity: 1;
}
#content .section-item {
  position: relative;
  clear: both;
}
#content .section-item.mod-projekt .slider .inner {
  position: relative;
  z-index: 2;
}
#content .section-item.mod-projekt .slider .inner .list .list-item {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  position: relative;
}
#content .section-item.mod-projekt .slider .inner .list .list-item .image-box {
  height: 45vh;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .slider .inner .list .list-item .image-box {
    height: auto;
  }
}
#content .section-item.mod-projekt .slider .inner .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
#content .section-item.mod-projekt .slider .inner .hoverPanel {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .slider .inner .hoverPanel {
    display: flex;
  }
}
#content .section-item.mod-projekt .slider .inner .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.mod-projekt .slider .inner .slider-nav {
  margin: 0 6%;
  display: flex;
}
#content .section-item.mod-projekt .slider .inner .slider-nav > a {
  flex: 1 1 0;
  font-size: 0;
  height: 4px;
  border-bottom: 2px solid #A9913A;
  transition: background-color 0.4s ease-out;
}
#content .section-item.mod-projekt .slider .inner .slider-nav > a.active {
  background-color: #A9913A;
}
#content .section-item.mod-projekt .slider .inner .info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4%;
  box-sizing: border-box;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.mod-projekt .slider .inner .info-box:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #000000 0.55%, rgba(59, 30, 96, 0) 102.62%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .slider .inner .info-box {
    justify-content: flex-end;
  }
}
#content .section-item.mod-projekt .slider .inner .info-box .text-box {
  z-index: 1;
  color: #fff;
}
#content .section-item.mod-projekt .slider .inner .info-box .text-box h2 {
  margin: 0 0 0.5em 0;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.2em;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .slider .inner .info-box .text-box h2 {
    font-size: 90px;
  }
}
#content .section-item.mod-projekt .slider .inner .info-box .text-box .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#content .section-item.mod-projekt .info-box-detail {
  position: relative;
  z-index: 10;
  /* big landscape tablets, laptops, and desktops */
  padding: 4%;
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .info-box-detail {
    width: 80vw;
    transform: translateY(-50px);
    border-top: 1px solid #A9913A;
    border-right: 1px solid #A9913A;
    border-bottom: 1px solid #A9913A;
  }
}
#content .section-item.mod-projekt .info-box-detail h2 {
  display: none;
}
#content .section-item.mod-projekt .info-box-detail .flex-align {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
#content .section-item.mod-projekt .info-box-detail .section-after ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .info-box-detail .section-after ul {
    display: flex;
    justify-content: space-around;
  }
}
#content .section-item.mod-projekt .info-box-detail .section-after ul li {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  color: #A9913A;
  line-height: normal;
  padding: 1em 0;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.mod-projekt .info-box-detail .section-after ul li strong {
  font-size: 80px;
  text-transform: unset;
  font-weight: 700;
  line-height: 2em;
}
@media (min-width: 991px) {
  #content .section-item.mod-projekt .info-box-detail .section-after ul li {
    padding: 0;
  }
  #content .section-item.mod-projekt .info-box-detail .section-after ul li strong {
    font-size: 150px;
  }
}
#content .section-item.mod-projekt .info-box-detail .section-after .link {
  display: none;
}
#content .section-item.slider-right .list {
  height: auto;
  margin-left: 4%;
  margin-right: 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.slider-right .list {
    margin-right: 0;
  }
}
#content .section-item.slider-right .list .list-item {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.slider-right .list .list-item {
    width: 80% !important;
    margin-left: 0 !important;
    margin-right: 2% !important;
  }
}
#content .section-item.section-slider-text .slider .inner {
  position: relative;
  z-index: 2;
}
#content .section-item.section-slider-text .slider .inner .list .list-item {
  width: 100%;
  overflow: hidden;
  margin-right: 0;
  position: relative;
}
#content .section-item.section-slider-text .slider .inner .list .list-item .image-box {
  height: 45vh;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .slider .inner .list .list-item .image-box {
    height: auto;
  }
}
#content .section-item.section-slider-text .slider .inner .list .list-item .image-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
#content .section-item.section-slider-text .slider .inner .hoverPanel {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .slider .inner .hoverPanel {
    display: flex;
  }
}
#content .section-item.section-slider-text .slider .inner .hoverPanel > * {
  flex: 1 1 1px;
}
#content .section-item.section-slider-text .slider .inner .slider-nav {
  margin: 0 6%;
  display: flex;
}
#content .section-item.section-slider-text .slider .inner .slider-nav > a {
  flex: 1 1 0;
  font-size: 0;
  height: 4px;
  border-bottom: 2px solid #A9913A;
  transition: background-color 0.4s ease-out;
}
#content .section-item.section-slider-text .slider .inner .slider-nav > a.active {
  background-color: #A9913A;
}
#content .section-item.section-slider-text .slider .inner .info-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4%;
  box-sizing: border-box;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.section-slider-text .slider .inner .info-box:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, #000000 0.55%, rgba(59, 30, 96, 0) 102.62%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: 0;
  opacity: 0.6;
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .slider .inner .info-box {
    justify-content: flex-end;
  }
}
#content .section-item.section-slider-text .slider .inner .info-box .text-box {
  z-index: 1;
  color: #fff;
}
#content .section-item.section-slider-text .slider .inner .info-box .text-box h2 {
  margin: 0 0 0.5em 0;
  font-weight: normal;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 36px;
  line-height: 1.2em;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .slider .inner .info-box .text-box h2 {
    font-size: 90px;
  }
}
#content .section-item.section-slider-text .slider .inner .info-box .text-box .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#content .section-item.section-slider-text .info-box-detail {
  position: relative;
  z-index: 10;
  padding: 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .info-box-detail {
    padding: 1% 8% 8%;
    width: 70%;
    transform: translateY(50px);
    border-top: 1px solid #A9913A;
    border-right: 1px solid #A9913A;
    border-bottom: 1px solid #A9913A;
  }
  body.homepage #content .section-item.section-slider-text .info-box-detail {
    padding: 8% 8%;
    transform: translateY(-50px);
  }
}
#content .section-item.section-slider-text .info-box-detail h2 {
  line-height: normal;
  margin: 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .info-box-detail h2 {
    margin: 0.92em 0;
  }
}
#content .section-item.section-slider-text .info-box-detail h2 sup {
  margin: 0;
  letter-spacing: 0.02em;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
#content .section-item.section-slider-text .info-box-detail .flex-align {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
#content .section-item.section-slider-text .info-box-detail .section-after ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: flex-end;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .info-box-detail .section-after ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
}
#content .section-item.section-slider-text .info-box-detail .section-after ul li {
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 400;
  color: #A9913A;
  line-height: normal;
  padding: 1em 0;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.section-slider-text .info-box-detail .section-after ul li strong {
  font-size: 60px;
  text-transform: unset;
  font-weight: 700;
  line-height: 2em;
}
@media (min-width: 991px) {
  #content .section-item.section-slider-text .info-box-detail .section-after ul li {
    font-size: 25px;
    padding: 0;
  }
  #content .section-item.section-slider-text .info-box-detail .section-after ul li strong {
    font-size: 80px;
  }
}
#content .section-item.single-project {
  padding: 4% 0 6vh 0;
  border-bottom: 1px solid #5B358C;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.single-project {
    padding: 6vh 0;
    border-bottom: none;
  }
}
#content .section-item.single-project.bg-dark {
  background: #2F2F2F;
}
#content .section-item.single-project.bg-dark p {
  color: #fff;
}
#content .section-item.single-project:nth-of-type(2n) .info-box-detail {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.single-project:nth-of-type(2n) .info-box-detail {
    padding: 1% 8% 8%;
    width: 70%;
    transform: translateY(50px) translateX(17%);
    border-top: 1px solid #A9913A;
    border-right: none;
    border-bottom: 1px solid #A9913A;
    border-left: 1px solid #A9913A;
  }
}
#content .section-item.single-project.no-slider .info-box-detail {
  margin: 0;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.single-project.no-link p.link:has(> .text-btn) {
  display: none;
}
#content .section-item.section-text {
  margin: 6vh 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text {
    margin: 12.9vh 4%;
  }
}
#content .section-item.section-text.bg-dark {
  position: relative;
  margin: 0;
  padding: 6vh 4% 0 4%;
  background: radial-gradient(ellipse farthest-corner at 100% 0%, #4a4a4a, #2F2F2F 50%);
  /* big landscape tablets, laptops, and desktops */
  /* hi-res laptops and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text.bg-dark {
    margin: 0;
  }
}
@media (min-width: 1281px) {
  #content .section-item.section-text.bg-dark {
    margin-bottom: 16vh;
  }
}
#content .section-item.section-text.bg-dark p {
  color: #fff;
}
#content .section-item.section-text.bg-dark blockquote *, #content .section-item.section-text.bg-dark blockquote p {
  color: #fff;
}
#content .section-item.section-text.bg-dark .section-main {
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.section-text .section-main {
  margin: 0;
}
#content .section-item.section-text .inner {
  position: relative;
}
#content .section-item.section-text .inner .subtitle {
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#content .section-item.section-text .inner h2 {
  margin: 0 0 0.5em 0;
  line-height: 1.2em;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.section-text .columns {
  -webkit-columns: 2;
  columns: unset;
  -moz-columns: unset;
  gap: unset;
  /* big landscape tablets, laptops, and desktops */
}
#content .section-item.section-text .columns p:first-of-type {
  margin-top: 0;
}
@media (min-width: 991px) {
  #content .section-item.section-text .columns {
    columns: 2;
    -moz-columns: 2;
    gap: 30px;
  }
}
#content .section-item.section-text .three-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text .three-box {
    flex-direction: row;
  }
}
@media (min-width: 1631px) {
  #content .section-item.section-text .three-box {
    justify-content: center !important;
    transform: none !important;
    gap: 20px;
  }
}
#content .section-item.section-text .three-box p {
  margin: 0;
  padding: 0;
}
#content .section-item.section-text .three-box div {
  padding: 2em;
  text-align: center;
  text-transform: uppercase;
  /* big landscape tablets, laptops, and desktops */
  /* hi-res laptops and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text .three-box div {
    padding: 0 1em;
  }
}
@media (min-width: 1281px) {
  #content .section-item.section-text .three-box div {
    padding: 0 3em;
  }
}
@media (min-width: 1431px) {
  #content .section-item.section-text .three-box div {
    padding: 0 4em;
  }
}
#content .section-item.section-text .three-box div p {
  color: #A9913A;
}
#content .section-item.section-text .three-box.item-align-right {
  justify-content: flex-end;
  /* big landscape tablets, laptops, and desktops */
  /* hi-res laptops and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text .three-box.item-align-right {
    position: absolute;
    bottom: -50px;
    background: transparent;
  }
}
@media (min-width: 1281px) {
  #content .section-item.section-text .three-box.item-align-right {
    bottom: -20px;
    width: 95vw;
  }
}
#content .section-item.section-text .bg-light {
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  transform: translateX(-4vw);
  width: 100vw;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .section-item.section-text .bg-light {
    margin: 0;
  }
}
#content .section-item.section-text .bg-light p {
  color: #2F2F2F;
}
#content .section-item.section-text .bg-light blockquote *, #content .section-item.section-text .bg-light blockquote p {
  color: #A9913A;
}
#content .section-item.section-text .blockquote-image {
  display: flex;
  flex-direction: column-reverse;
  width: 100vw;
  padding: 0;
  transform: translateX(-4vw);
  align-items: flex-start;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 768px) {
  #content .section-item.section-text .blockquote-image {
    flex-direction: row;
    width: 100%;
  }
}
#content .section-item.section-text .blockquote-image figure {
  width: 100%;
  height: auto;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
  padding: 0;
  margin: 0;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
#content .section-item.section-text .blockquote-image figure:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, white 70%, transparent 40%);
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  #content .section-item.section-text .blockquote-image figure:before {
    top: auto;
    bottom: 0;
    width: 100vw;
    height: 40%;
  }
}
@media (min-width: 991px) {
  #content .section-item.section-text .blockquote-image figure:before {
    height: 45%;
  }
}
@media (min-width: 768px) {
  #content .section-item.section-text .blockquote-image figure {
    width: 35vw;
  }
}
#content .section-item.section-text .blockquote-image figure img {
  width: 100%;
  height: auto;
  max-width: 566px;
}
#content .section-item.section-text .blockquote-image blockquote {
  margin: 0 4%;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
  /* hi-res laptops and desktops */
}
@media (min-width: 768px) {
  #content .section-item.section-text .blockquote-image blockquote {
    margin: 4% 0 0;
  }
}
@media (min-width: 991px) {
  #content .section-item.section-text .blockquote-image blockquote {
    margin: 80px 4% 0;
  }
}
@media (min-width: 1281px) {
  #content .section-item.section-text .blockquote-image blockquote {
    margin: 180px 4% 0;
  }
}
#content .section-item.section-text blockquote * {
  color: #A9913A;
}
#content .section-item.section-text blockquote cite {
  font-family: "Pinyon Script", cursive;
  font-size: 27px;
  display: block;
  padding: 0 0.5em;
  text-align: right;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 768px) {
  #content .section-item.section-text blockquote cite {
    font-size: 30px;
  }
}
#content .row {
  display: flex;
  gap: 4%;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
}
@media (min-width: 768px) {
  #content .row {
    display: block;
  }
}
#content .row > * {
  flex: 1 1 1px;
}
#content .project-slider {
  position: relative;
  padding: 6vh 0;
}
#content .project-slider .subtitle {
  line-height: 1.14em;
  margin: 0;
  padding: 4vh 4%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #A9913A;
  font-size: 38.4px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .subtitle {
    font-size: 80px;
  }
}
#content .project-slider .subtitle span {
  color: #5B358C;
}
#content .project-slider .slider-items {
  width: 80%;
  margin: 0 20px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .slider-items {
    width: 60%;
  }
}
#content .project-slider .projekt-item .inner figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
#content .project-slider .projekt-item .inner figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .project-slider .projekt-item .info-box-detail h2 {
  font-size: 24px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .projekt-item .info-box-detail h2 {
    font-size: 32px;
  }
}
#content .project-slider .projekt-item .info-box-detail h2 sup {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.2em;
  display: block;
  text-transform: uppercase;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .projekt-item .info-box-detail h2 sup {
    font-size: 20px;
  }
}
#content .project-slider .projekt-item .info-box-detail p {
  display: none;
}
#content .project-slider .projekt-item .info-box-detail .flex-align p {
  display: inline-block;
  margin: 0;
  padding: 15px 10px 0;
}
#content .project-slider .projekt-item .info-box-detail .flex-align p a {
  font-size: 14px;
  padding: 0.8em 1em;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .projekt-item .info-box-detail .flex-align p a {
    font-size: 18px;
  }
}
#content .project-slider .flickity-prev-next-button.previous {
  left: 10px;
  right: auto;
}
#content .project-slider .flickity-prev-next-button {
  top: 25%;
  bottom: auto;
  outline: none;
}
#content .project-slider .flickity-button {
  color: rgba(91, 53, 140, 0.5);
  border: 1px solid rgba(91, 53, 140, 0.5);
}
#content .project-slider .hoverPanel {
  z-index: 2;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #content .project-slider .hoverPanel {
    display: flex;
  }
}
#content .project-slider .hoverPanel .hoverLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 16%;
  height: 100%;
}
#content .project-slider .hoverPanel .hoverRight {
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  height: 100%;
}

.bgradialfooter {
  position: relative;
  background: #2F2F2F;
  z-index: -2;
}
.bgradialfooter:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: radial-gradient(140% 50.47% at 11% -24.26%, #FFFFFF 0%, rgba(255, 255, 255, 0) 97.56%);
  mix-blend-mode: soft-light;
}
.bgradialfooter:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: radial-gradient(155.28% 70.47% at 105.1% 135.74%, #FFFFFF 0%, rgba(255, 255, 255, 0) 97.56%);
  mix-blend-mode: soft-light;
}

#footer-above {
  line-height: 1.8em;
}
#footer-above .all-projects {
  position: relative;
  color: #A9913A;
  text-align: left;
  display: block;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects {
    display: flex;
    justify-content: space-between;
  }
}
#footer-above .all-projects h2 {
  font-size: 48px;
  color: #A9913A;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  margin-bottom: 0.2em;
  line-height: normal;
  padding: 4vh 8%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects h2 {
    font-size: 80px;
  }
}
#footer-above .all-projects h2 span {
  color: #5B358C;
}
#footer-above .all-projects p {
  padding: 2vh 8%;
}
#footer-above .all-projects .column {
  width: 100%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .column {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#footer-above .all-projects .two-slider {
  position: relative;
  width: 100%;
  margin: 2em 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider {
    display: flex;
    width: 840px;
    height: 800px;
    overflow: hidden;
    margin: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#footer-above .all-projects .two-slider .slick-track {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .slick-track {
    display: block !important;
  }
}
#footer-above .all-projects .two-slider .slick-slide {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .slick-slide {
    height: auto !important;
    max-height: unset;
  }
}
#footer-above .all-projects .two-slider .first-slick .slick-item {
  padding: 0 20px 0 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .first-slick .slick-item {
    padding: 0 0 40px 0;
  }
}
#footer-above .all-projects .two-slider .first-slick img {
  display: block;
  height: 280px;
  width: 100%;
  object-fit: contain;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .first-slick img {
    width: 400px;
    height: auto;
    object-fit: unset;
  }
}
#footer-above .all-projects .two-slider .second-slick {
  display: none;
  padding-top: 40px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .second-slick {
    display: block;
    padding-top: 0;
  }
}
#footer-above .all-projects .two-slider .second-slick .slick-item {
  padding: 0 40px 0 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .second-slick .slick-item {
    padding: 0 0 40px 0;
  }
}
#footer-above .all-projects .two-slider .second-slick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .all-projects .two-slider .second-slick img {
    width: 300px;
    height: auto;
    object-fit: unset;
  }
}
#footer-above .partnerlist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 6vh 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .partnerlist {
    padding: 12vh 4%;
  }
}
#footer-above .partnerlist img {
  max-width: 180px;
  height: auto;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .partnerlist img {
    max-width: 280px;
  }
}
#footer-above .partnerlist a {
  display: block;
  text-decoration: none;
}
#footer-above .section-contactform {
  position: relative;
  color: #A9913A;
  text-align: left;
  padding: 6vh 4%;
}
#footer-above .section-contactform .title {
  font-size: 48px;
  color: #A9913A;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  margin-bottom: 0.2em;
  line-height: normal;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .section-contactform .title {
    font-size: 80px;
  }
}
#footer-above .section-contactform .title span {
  color: #5B358C;
}
body.contactsite #footer-above .section-contactform a {
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm {
  position: relative;
  max-width: 100%;
  z-index: 10;
  margin-top: 4vh;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .section-contactform form.alteaForm {
    padding: 3vh 0 0 0;
  }
}
#footer-above .section-contactform form.alteaForm .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .section-contactform form.alteaForm .row .col {
    width: 40%;
  }
}
#footer-above .section-contactform form.alteaForm .row > * {
  margin: 1vw 0.5vw;
  flex-basis: 100%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .section-contactform form.alteaForm .row > * {
    flex-grow: 1;
    flex-basis: unset;
    margin: 0.5vw 0.5vw;
  }
}
#footer-above .section-contactform form.alteaForm .row.row-reverse {
  flex-direction: row-reverse;
}
#footer-above .section-contactform form.alteaForm .item-privacy {
  font-size: 15px;
  margin: 28px 0;
  padding: 0.5em;
  line-height: 1.6em;
  background: rgba(54, 54, 54, 0.7);
}
#footer-above .section-contactform form.alteaForm .item-privacy a {
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm .item-privacy.scrolling {
  max-height: 70px;
  overflow: auto;
  padding-right: 10px;
}
#footer-above .section-contactform form.alteaForm input[type=text], #footer-above .section-contactform form.alteaForm input[type=tel], #footer-above .section-contactform form.alteaForm input[type=email], #footer-above .section-contactform form.alteaForm select {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #A9913A;
  outline: none;
  color: #A9913A;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 20px;
  z-index: 3;
  -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}
#footer-above .section-contactform form.alteaForm input[type=text]::placeholder, #footer-above .section-contactform form.alteaForm input[type=tel]::placeholder, #footer-above .section-contactform form.alteaForm input[type=email]::placeholder, #footer-above .section-contactform form.alteaForm select::placeholder {
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm input[type=text]::-webkit-input-placeholder, #footer-above .section-contactform form.alteaForm input[type=tel]::-webkit-input-placeholder, #footer-above .section-contactform form.alteaForm input[type=email]::-webkit-input-placeholder, #footer-above .section-contactform form.alteaForm select::-webkit-input-placeholder { /* Chrome */
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm input[type=text]:-ms-input-placeholder, #footer-above .section-contactform form.alteaForm input[type=tel]:-ms-input-placeholder, #footer-above .section-contactform form.alteaForm input[type=email]:-ms-input-placeholder, #footer-above .section-contactform form.alteaForm select:-ms-input-placeholder { /* IE 10+ */
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm input[type=text]::-moz-placeholder, #footer-above .section-contactform form.alteaForm input[type=tel]::-moz-placeholder, #footer-above .section-contactform form.alteaForm input[type=email]::-moz-placeholder, #footer-above .section-contactform form.alteaForm select::-moz-placeholder { /* Firefox 19+ */
  color: #A9913A;
  opacity: 1;
}
#footer-above .section-contactform form.alteaForm input[type=text]:-moz-placeholder, #footer-above .section-contactform form.alteaForm input[type=tel]:-moz-placeholder, #footer-above .section-contactform form.alteaForm input[type=email]:-moz-placeholder, #footer-above .section-contactform form.alteaForm select:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A9913A;
  opacity: 1;
}
#footer-above .section-contactform form.alteaForm input.error, #footer-above .section-contactform form.alteaForm select.error {
  background-color: rgba(255, 90, 0, 0.05);
  border: 1px solid #ce1010;
  -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}
#footer-above .section-contactform form.alteaForm .errorMessages {
  display: none;
  text-align: left;
  border: 2px solid #ce1010;
  padding: 10px;
  margin-bottom: 20px;
}
#footer-above .section-contactform form.alteaForm .errorMessages label {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 2px;
  font-size: 0.8em;
  padding: 0;
  text-align: left;
}
#footer-above .section-contactform form.alteaForm .errorMessages p {
  color: #ce1010;
  font-weight: bold;
  margin-top: 0;
}
#footer-above .section-contactform form.alteaForm .end-content {
  position: relative;
}
#footer-above .section-contactform form.alteaForm p.right-align {
  text-align: right;
  margin: 1em 0;
}
#footer-above .section-contactform form.alteaForm button[type=submit] {
  position: relative;
  border: none;
  width: auto;
  min-width: 300px;
  text-align: center;
  background: none;
  padding: 13px 15px;
  color: #fff;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  background: #A9913A;
  border-radius: 20px;
  cursor: pointer;
  z-index: 3;
}
#footer-above .section-contactform form.alteaForm textarea {
  position: relative;
  resize: vertical;
  width: calc(100% - 40px);
  min-height: 15vh;
  font-family: "Cormorant Garamond", serif;
  color: #A9913A;
  font-size: 20px;
  padding: 18px 20px;
  font-weight: 400;
  border: 1px solid #A9913A;
  border-radius: 20px;
  background: transparent;
  outline: none;
  z-index: 3;
}
#footer-above .section-contactform form.alteaForm textarea::placeholder {
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm textarea::-webkit-input-placeholder { /* Chrome */
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm textarea:-ms-input-placeholder { /* IE 10+ */
  color: #A9913A;
}
#footer-above .section-contactform form.alteaForm textarea::-moz-placeholder { /* Firefox 19+ */
  color: #A9913A;
  opacity: 1;
}
#footer-above .section-contactform form.alteaForm textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: #A9913A;
  opacity: 1;
}
#footer-above .section-contactform form.alteaForm .accept-information {
  display: block;
  padding: 1em 0;
}
#footer-above .contactfull {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin: 0 4%;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer-above .contactfull {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    justify-content: space-evenly;
  }
}
#footer-above .contactfull div {
  margin: 4%;
  max-width: 60vw;
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 768px) {
  #footer-above .contactfull div {
    max-width: 250px;
  }
}
@media (min-width: 991px) {
  #footer-above .contactfull div {
    max-width: 250px;
  }
}
#footer-above .contactfull * {
  color: #A9913A;
}
#footer-above .contactfull p span {
  font-size: 22px;
  padding-bottom: 0.4em;
  display: block;
}
#footer-above .contactfull a {
  color: #A9913A;
  text-decoration: none;
}

#footer {
  position: relative;
  padding-top: 10vh;
  font-size: 18px;
  line-height: 1.8em;
  z-index: 2;
}
#footer p {
  margin: 1em 0;
  color: #fff;
}
#footer a {
  color: #fff;
  transition: all 0.4s ease-out;
  text-decoration: none;
}
#footer a.email {
  color: #A9913A;
}
#footer .logo-footer img {
  width: 100%;
  height: auto;
  max-width: 360px;
}
#footer .inner .row {
  display: flex;
  width: 82%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .inner .row {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
#footer .inner .row .contacts p {
  margin: 0;
}
#footer .inner .row .address {
  text-transform: uppercase;
}
#footer .inner .row .footer-links a {
  text-transform: uppercase;
}
#footer .inner .row .footer-social ul {
  display: flex;
  padding: 0;
  margin: 2em 0;
  gap: 0 20px;
  justify-content: space-between;
  list-style: none;
  /* big landscape tablets, laptops, and desktops */
}
#footer .inner .row .footer-social ul li a {
  text-transform: uppercase;
  color: #A9913A;
}
@media (min-width: 991px) {
  #footer .inner .row .footer-social ul {
    display: block;
    width: auto;
    justify-content: unset;
  }
}
#footer .inner .row#last-row {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .inner .row#last-row {
    padding-top: 3em;
  }
}
#footer .inner .row#last-row p {
  margin: 0;
}
#footer .inner .row#last-row ul {
  padding: 0;
  margin: 2em 0;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .inner .row#last-row ul {
    margin: 0;
  }
}
#footer .inner .row#last-row ul li {
  display: block;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .inner .row#last-row ul li {
    display: inline-block;
  }
}
#footer .inner .row#last-row ul li a {
  color: #A9913A;
  padding: 0.8em 1em;
  opacity: 0.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
#footer .inner .row#last-row ul li a:hover {
  opacity: 1;
}
#footer .by-altea {
  position: relative;
  right: auto;
  bottom: auto;
  text-align: center;
  z-index: 2;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .by-altea {
    position: absolute;
    right: 8vw;
    bottom: 100px;
  }
}
#footer .scroll {
  position: relative;
  z-index: 1;
  padding-bottom: 42px;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #footer .scroll {
    padding-top: 73px;
  }
}
#footer .scroll svg {
  transform: rotate(180deg);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

.btn-mobile {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  .btn-mobile {
    display: none;
  }
}
.btn-mobile > * {
  flex: 1 1 1px;
}
.btn-mobile a {
  text-decoration: none;
  color: #fff;
  background-color: #2F2F2F;
  display: block;
  font-size: 18px;
  line-height: 1em;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.btn-mobile a.btn-tel {
  background-color: #A9913A;
}
.btn-mobile a.btn-cta {
  background-color: #5B358C;
}

#cursorTracker {
  display: none;
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 991px) {
  #cursorTracker {
    display: block;
  }
}
#cursorTracker .cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
}
#cursorTracker .cursor-pointer {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  top: -30px;
  left: -30px;
}
#cursorTracker .cursor-text {
  color: #fff;
  background-color: #2F2F2F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.4em;
  box-sizing: border-box;
  font: 18px "Cormorant Garamond", serif;
  top: 0;
  left: 0;
  width: 162px;
  height: 62px;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  top: -81px;
  left: -81px;
}
#cursorTracker .cursor-arrow-left {
  transform: rotate(180deg);
}

.flickity-prev-next-button {
  top: auto;
  bottom: 0;
  z-index: 3;
}

.flickity-prev-next-button.previous {
  left: auto;
  right: 70px;
}

.flickity-button {
  display: block;
  color: #fff;
  outline: none;
  border: 1px solid #fff;
  background: transparent;
  /* big landscape tablets, laptops, and desktops */
}
.flickity-button:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 991px) {
  .flickity-button {
    display: none;
  }
}
.flickity-button .flickity-prev-next-button {
  width: 80px;
  height: 80px;
}

/*    SITEMAP   */
#jmap_sitemap {
  width: 64%;
  margin: 5rem auto;
}

#jmap_sitemap .folder,
#jmap_sitemap .systemlink.collapsable > a {
  display: none;
}

#jmap_sitemap .selected {
  all: unset;
}

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