@font-face {
  font-family: "Helvetica Neue";
  src: url("_fonts/helvetica-neue/HelveticaNeueLTStd-Lt.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_fonts/helvetica-neue/HelveticaNeueLTStd-Roman.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("_fonts/helvetica-neue/HelveticaNeueLTStd-Bd.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("_fonts/rubik/Rubik-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("_fonts/rubik/Rubik-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("_fonts/rubik/Rubik-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  color: #3C3C39;
}

b, strong, .bold {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h2 {
  font-size: 44px;
  line-height: 1.13;
}

.h1, .h2, .h3 {
  display: block;
  font-weight: 700;
  margin: 0;
  line-height: 1.13;
}

.h1 {
  font-size: 80px;
}

.h2 {
  font-size: 44px;
}
.h2.bd-btm {
  position: relative;
  margin-bottom: 14px;
}
.h2.bd-btm:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 3px;
  width: 60px;
  border-bottom: 1px solid;
  background-color: #fff;
}

.h3 {
  font-size: 30px;
}

.h4 {
  font-size: 20px;
}

.fs-smaller {
  font-size: 16px;
}

.fs-small {
  font-size: 12px;
}

.white {
  color: #ffffff !important;
}

.brown {
  color: #B1ACA0 !important;
}

.dark-brown {
  color: #3C3C39 !important;
}

.blue {
  color: #008294 !important;
}

.pt-large {
  padding-top: 120px;
}

.pt-larger {
  padding-top: 90px;
}

.pt-normal {
  padding-top: 75px;
}

.pt-smaller {
  padding-top: 60px;
}

.container {
  max-width: 1200px;
}

[data-theme=dark] {
  background-color: #B1ACA0;
}

[data-theme=light] {
  background-color: #ffffff;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.v-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.v-btn.v-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 50px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transition: background-color 0.3s ease;
}
.v-btn.v-close:before, .v-btn.v-close:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #3C3C39;
}
.v-btn.v-close:before {
  transform: rotate(45deg);
}
.v-btn.v-close:after {
  transform: rotate(-45deg);
}
.v-btn.v-close:hover {
  background-color: #3C3C39;
}
.v-btn.v-close:hover:before, .v-btn.v-close:hover:after {
  background-color: #ffffff;
}
.v-btn.v-close.close-dark {
  background-color: #3C3C39;
  border: 1px solid #3C3C39;
}
.v-btn.v-close.close-dark:before, .v-btn.v-close.close-dark:after {
  background-color: #ffffff;
}
.v-btn.v-close.close-dark:hover {
  background-color: #ffffff;
}
.v-btn.v-close.close-dark:hover:before, .v-btn.v-close.close-dark:hover:after {
  background-color: #3C3C39;
}
.v-btn.v-detail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/global/ic-detail.png");
}
.v-btn.v-detail.blue {
  background-image: url("../img/global/ic-detail-blue.png");
}
.v-btn.v-chat {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/global/ic-chat-blue.png");
}
.v-btn.v-chat.blue {
  background-image: url("../img/global/ic-chat-blue.png");
}
.v-btn.v-page-top {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.222' height='11.174' viewBox='0 0 21.222 11.174'%3E%3Cg id='Gruppe_459' data-name='Gruppe 459' transform='translate(0.898 0.635)'%3E%3Cpath id='Pfad_314' data-name='Pfad 314' d='M0,0-9.713-9.641-19.426,0' transform='translate(19.426 9.641)' fill='none' stroke='%23008294' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.27'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: background-color 0.3s ease;
}
.v-btn.v-page-top:hover {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.222' height='11.174' viewBox='0 0 21.222 11.174'%3E%3Cg id='Gruppe_459' data-name='Gruppe 459' transform='translate(0.898 0.635)'%3E%3Cpath id='Pfad_314' data-name='Pfad 314' d='M0,0-9.713-9.641-19.426,0' transform='translate(19.426 9.641)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.27'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.v-btn.v-page-top.dark {
  background-color: #3C3C39;
  border-color: #3C3C39;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.222' height='11.174' viewBox='0 0 21.222 11.174'%3E%3Cg id='Gruppe_459' data-name='Gruppe 459' transform='translate(0.898 0.635)'%3E%3Cpath id='Pfad_314' data-name='Pfad 314' d='M0,0-9.713-9.641-19.426,0' transform='translate(19.426 9.641)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.27'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.v-btn.v-page-top.dark:hover {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.222' height='11.174' viewBox='0 0 21.222 11.174'%3E%3Cg id='Gruppe_459' data-name='Gruppe 459' transform='translate(0.898 0.635)'%3E%3Cpath id='Pfad_314' data-name='Pfad 314' d='M0,0-9.713-9.641-19.426,0' transform='translate(19.426 9.641)' fill='none' stroke='%233C3C39' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.27'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.wrapper {
  width: 100%;
  opacity: 0;
}
.wrapper.active {
  animation: fade-in 0.6s ease 0.3s forwards;
}
.wrapper header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f1f1f1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.wrapper header .logo-header {
  display: block;
  padding: 18px 0;
  margin: 0 auto;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease;
}
.wrapper header .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0a58ca;
}
.wrapper header.scrolled .logo-header {
  padding: 10px 0;
}
.wrapper section {
  min-height: 100vh;
  margin: 0 auto;
  color: #3C3C39;
}
.wrapper section .section-content {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #B1ACA0;
}
.wrapper section .section-inner {
  position: relative;
  z-index: 2;
}
.wrapper section .section-inner.section-bg {
  background-color: #B1ACA0;
}
.wrapper section .section-inner.section-bg .section-img-container {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.wrapper section .section-inner.section-bg .section-img-container .section-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wrapper section .section-inner.section-bg .section-title-container {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}
.wrapper section .section-inner.section-bg .section-title-container .section-white-txt {
  width: 72%;
  margin-bottom: -18%;
  margin-left: 4%;
  transform: translateY(-120px);
}
.wrapper section .section-inner.section-bg .section-title-container .section-title {
  transform: translateY(100px);
}
.wrapper section .section-inner.section-bg .section-subtitle-container {
  display: flex;
  align-items: center;
  min-height: 125vh;
}
.wrapper section .section-inner.section-bg .section-subtitle-container .h2 {
  padding-left: 45px;
  font-size: 80px;
}

.wrapper-sm {
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #3C3C39;
  color: #ffffff;
  font-size: 32px;
}
.wrapper-sm img {
  width: 500px;
}

@media (max-width: 1200px) {
  .wrapper {
    display: none;
  }

  .wrapper-sm {
    display: flex;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}

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