@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
.banner-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  background-color: rgba(0, 0, 0, 0.25);

  z-index: 1000;
}

.banner {
  display: flex;
  flex-direction: column;

  align-items: center;

  background-color: white;

  border-radius: 0.5em;

  margin-top: 50vh;
  margin-left: 50vw;

  transform: translate(-50%, -50%);

  padding: 4em 4em 2.5em 4em;
  width: -moz-fit-content;
  width: fit-content;

  box-shadow: 0 0 10vw rgba(0, 0, 0, 0.25);
}

.banner-text {
  text-align: center;
  padding-bottom: 1em;

  font-family: "Roboto", sans-serif;
  font-size: 12pt;
}

.banner-text h1 {
  font-size: 20pt;
}

.banner-icon {
  height: 4em;
}

.banner-button {
  width: 50%;
  height: 4em;

  border: none;

  background-color: #79232f;
  color: white;

  font-family: "Roboto", sans-serif;
  font-size: 11pt;

  border-radius: 0.5em;

  transition: all 250ms;
}

.banner-button:hover {
  cursor: pointer;
  background-color: white;
  color: #79232f;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
}

.banner-link {
  color: #79232f;
  text-decoration: underline;

  padding: 1em 0 0 0;

  font-family: "Roboto", sans-serif;
  font-size: 11pt;
}

.banner-link:hover {
  text-decoration: none;
}



.slider-target,.slider-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slider-target{position:relative}.slider-base,.slider-connects{height:100%;position:relative;width:100%;z-index:1}.slider-connects{overflow:hidden;z-index:0}.slider-connect,.slider-origin{height:100%;position:absolute;right:0;top:0;transform-origin:0 0;transform-style:flat;width:100%;will-change:transform;z-index:1}.slider-txt-dir-rtl.slider-horizontal .slider-origin{left:0;right:auto}.slider-vertical .slider-origin{top:-100%;width:0}.slider-horizontal .slider-origin{height:0}.slider-handle{backface-visibility:hidden;position:absolute}.slider-touch-area{height:100%;width:100%}.slider-state-tap .slider-connect,.slider-state-tap .slider-origin{transition:transform .3s}.slider-state-drag *{cursor:inherit!important}.slider-tooltip-drag .slider-tooltip,.slider-tooltip-focus .slider-tooltip{display:none!important}.slider-tooltip-drag .slider-active .slider-tooltip,.slider-tooltip-drag.slider-state-drag .slider-tooltip:not(.slider-tooltip-hidden),.slider-tooltip-focus.slider-focused .slider-tooltip:not(.slider-tooltip-hidden){display:block!important}.slider-horizontal{height:var(--slider-height,6px)}.slider-horizontal .slider-handle{height:var(--slider-handle-height,16px);right:calc(var(--slider-handle-width, 16px)/2*-1);top:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-width,16px)}.slider-vertical{height:var(--slider-vertical-height,300px);width:var(--slider-height,6px)}.slider-vertical .slider-handle{bottom:calc(var(--slider-handle-width, 16px)/2*-1);height:var(--slider-handle-width,16px);right:calc((var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2*-1 + -1px);width:var(--slider-handle-height,16px)}.slider-txt-dir-rtl.slider-horizontal .slider-handle{left:calc(var(--slider-handle-width, 16px)/2*-1);right:auto}.slider-base{background-color:var(--slider-bg,#d1d5db)}.slider-base,.slider-connects{border-radius:var(--slider-radius,9999px)}.slider-connect{background:var(--slider-connect-bg,#10b981);cursor:pointer}.slider-draggable{cursor:ew-resize}.slider-vertical .slider-draggable{cursor:ns-resize}.slider-handle{background:var(--slider-handle-bg,#fff);border:var(--slider-handle-border,0);border-radius:var(--slider-handle-radius,9999px);box-shadow:var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));cursor:grab;height:var(--slider-handle-height,16px);width:var(--slider-handle-width,16px)}.slider-handle:focus{box-shadow:0 0 0 var(--slider-handle-ring-width,3px) var(--slider-handle-ring-color,rgba(16,185,129,.188)),var(--slider-handle-shadow,.5px .5px 2px 1px rgba(0,0,0,.32));outline:none}.slider-active{box-shadow:var(--slider-handle-shadow-active,.5px .5px 2px 1px rgba(0,0,0,.42));cursor:grabbing}[disabled] .slider-connect{background:var(--slider-connect-bg-disabled,#9ca3af)}[disabled] .slider-handle,[disabled].slider-handle,[disabled].slider-target{cursor:not-allowed}[disabled] .slider-tooltip{background:var(--slider-tooltip-bg-disabled,#9ca3af);border-color:var(--slider-tooltip-bg-disabled,#9ca3af)}.slider-tooltip{background:var(--slider-tooltip-bg,#10b981);border:1px solid var(--slider-tooltip-bg,#10b981);border-radius:var(--slider-tooltip-radius,5px);color:var(--slider-tooltip-color,#fff);display:block;font-size:var(--slider-tooltip-font-size,.875rem);font-weight:var(--slider-tooltip-font-weight,600);line-height:var(--slider-tooltip-line-height,1.25rem);min-width:var(--slider-tooltip-min-width,20px);padding:var(--slider-tooltip-py,2px) var(--slider-tooltip-px,6px);position:absolute;text-align:center;white-space:nowrap}.slider-horizontal .slider-tooltip-top{bottom:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));left:50%;transform:translate(-50%)}.slider-horizontal .slider-tooltip-top:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-top-color:inherit;bottom:calc(var(--slider-tooltip-arrow-size, 5px)*-2);content:"";height:0;left:50%;position:absolute;transform:translate(-50%);width:0}.slider-horizontal .slider-tooltip-bottom{left:50%;top:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));transform:translate(-50%)}.slider-horizontal .slider-tooltip-bottom:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-bottom-color:inherit;content:"";height:0;left:50%;position:absolute;top:calc(var(--slider-tooltip-arrow-size, 5px)*-2);transform:translate(-50%);width:0}.slider-vertical .slider-tooltip-left{right:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-left:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-left-color:inherit;content:"";height:0;position:absolute;right:calc(var(--slider-tooltip-arrow-size, 5px)*-2);top:50%;transform:translateY(-50%);width:0}.slider-vertical .slider-tooltip-right{left:calc(var(--slider-handle-height, 16px) + var(--slider-tooltip-arrow-size, 5px) + var(--slider-tooltip-distance, 3px));top:50%;transform:translateY(-50%)}.slider-vertical .slider-tooltip-right:before{border:var(--slider-tooltip-arrow-size,5px) solid transparent;border-right-color:inherit;content:"";height:0;left:calc(var(--slider-tooltip-arrow-size, 5px)*-2);position:absolute;top:50%;transform:translateY(-50%);width:0}.slider-horizontal .slider-origin>.slider-tooltip{left:auto;transform:translate(50%)}.slider-horizontal .slider-origin>.slider-tooltip-top{bottom:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + 1px)}.slider-horizontal .slider-origin>.slider-tooltip-bottom{top:calc(var(--slider-tooltip-arrow-size, 5px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) + var(--slider-height, 6px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip{top:auto;transform:translateY(calc((var(--slider-tooltip-line-height, 1.25rem) - var(--slider-tooltip-py, 2px))*-1 + 1px))}.slider-vertical .slider-origin>.slider-tooltip-left{right:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - 1px)}.slider-vertical .slider-origin>.slider-tooltip-right{left:calc(var(--slider-tooltip-arrow-size, 5px) + var(--slider-height, 6px) + (var(--slider-handle-height, 16px) - var(--slider-height, 6px))/2 + var(--slider-tooltip-distance, 3px) - var(--slider-height, 6px) + 1px)}
/* roboto-100normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local('Roboto Thin '),
    local('Roboto-Thin'),
    url(/fonts/roboto-latin-100.539f0a96.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-100.5ba994da.woff) format('woff'); /* Modern Browsers */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src:
    local('Roboto Thin italic'),
    local('Roboto-Thinitalic'),
    url(/fonts/roboto-latin-100italic.41ba6421.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-100italic.d61e7e8b.woff) format('woff'); /* Modern Browsers */
}

/* roboto-300normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local('Roboto Light '),
    local('Roboto-Light'),
    url(/fonts/roboto-latin-300.4d8f8086.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-300.6c1bc461.woff) format('woff'); /* Modern Browsers */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local('Roboto Light italic'),
    local('Roboto-Lightitalic'),
    url(/fonts/roboto-latin-300italic.45164643.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-300italic.3a529751.woff) format('woff'); /* Modern Browsers */
}

/* roboto-400normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Roboto Regular '),
    local('Roboto-Regular'),
    url(/fonts/roboto-latin-400.1e2d4d3a.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-400.7e4a045b.woff) format('woff'); /* Modern Browsers */
}

/* roboto-400italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local('Roboto Regular italic'),
    local('Roboto-Regularitalic'),
    url(/fonts/roboto-latin-400italic.bb3c6955.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-400italic.68431199.woff) format('woff'); /* Modern Browsers */
}

/* roboto-500normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local('Roboto Medium '),
    local('Roboto-Medium'),
    url(/fonts/roboto-latin-500.1dfbc3db.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-500.e21fe97f.woff) format('woff'); /* Modern Browsers */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local('Roboto Medium italic'),
    local('Roboto-Mediumitalic'),
    url(/fonts/roboto-latin-500italic.7543a42b.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-500italic.aaff6867.woff) format('woff'); /* Modern Browsers */
}

/* roboto-700normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Roboto Bold '),
    local('Roboto-Bold'),
    url(/fonts/roboto-latin-700.12893bfc.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-700.02633003.woff) format('woff'); /* Modern Browsers */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local('Roboto Bold italic'),
    local('Roboto-Bolditalic'),
    url(/fonts/roboto-latin-700italic.bc7179e0.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-700italic.e53062e2.woff) format('woff'); /* Modern Browsers */
}

/* roboto-900normal - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local('Roboto Black '),
    local('Roboto-Black'),
    url(/fonts/roboto-latin-900.282ba77f.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-900.4962e810.woff) format('woff'); /* Modern Browsers */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local('Roboto Black italic'),
    local('Roboto-Blackitalic'),
    url(/fonts/roboto-latin-900italic.9c1f8084.woff2) format('woff2'), /* Super Modern Browsers */
    url(/fonts/roboto-latin-900italic.2394134a.woff) format('woff'); /* Modern Browsers */
}



html,
body {
  margin: 0;
  height: 100%;

  background-color: white;

  position: relative;
}

.main-container {
  min-height: 100%;
}

#app {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;

  height: 100%;
}

.drawer-bg {
  position: fixed;
  z-index: 490;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu-icon-container {
  position: fixed;
  z-index: 100;
  /*mix-blend-mode: difference;*/

  display: flex;

  right: 10vw;
  top: 4vh;
}

.menu-icon {
  height: 1.5em;
}

.logo-icon-container {
  position: fixed;

  left: 10vw;
  top: 2.5vh;

  z-index: 100;
  /*mix-blend-mode: difference;*/
}

.logo-icon {
  height: 6em;
}

.menu-icon:hover {
  cursor: pointer;
}

.menu-drawer {
  position: fixed;

  left: 0;
  top: 0;
  right: 0;
  bottom: 0;

  display: flex;

  transform: translateX(100%);

  transition: transform 500ms;

  z-index: 500;
}

.drawer-flex {
  flex: 1;
  height: 100%;
}

.drawer-right {
  background-color: white;

  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-drawer.open {
  transform: translateX(0);
}

.drawer-menu-list {
  margin: 0;
  padding: 0;

  list-style-type: none;
  font-size: 28pt;
  font-weight: 500;
  text-align: left;

  display: inline-block;
}

.drawer-menu-list li {
  line-height: 56pt;
  padding: 0 0.5em 0 0.5em;

  transition: 250ms;
}

.drawer-menu-list li:hover {
  color: white;
  background-color: #79232f;
}

.drawer-menu-list li:hover a {
  color: white;
}

.drawer-menu-list li a {
  color: black;
  text-decoration: none;
}

.drawer-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;

  height: 5em;

  background-color: #79232f;

  display: flex;
  align-items: center;
  justify-content: center;
}

.page-width-container {
  width: 60vw;
  margin: 0 0 0 20vw;

  display: flex;
}

.menu-languageswitcher {
  display: flex;
  position: relative;

  cursor: pointer;

  margin-right: 2vw;
  padding-top: 0.3vh;
}

.lang-lower {
  height: 2.5vh;
  position: relative;
}

.lang-upper {
  height: 2.5vh;

  position: absolute;
  left: 0;

  transition: all 250ms ease-in-out;
}

.lang-upper.right {
  left: calc(50% - 1vh);
}

.menu-language-text-container {
  position: absolute;

  top: 0.1vh;
  bottom: 0;
  left: 1vh;
  right: 1vh;

  display: flex;

  z-index: 1000;

  align-items: center;
}

.menu-lang {
  flex: 1;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 10pt;

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
  cursor: pointer;

  transition: color 250ms;
}

.menu-lang.select {
  color: white;
}

.drawer-menu-list a {
  text-decoration: none;
  color: initial;
}

.menu-container {
  background-color: transparent;
  position: fixed;

  width: 100%;
  height: 10vh;

  top: 0;

  z-index: 100;

  transition: background 250ms;
}

.menu-container.bg {
  background-color: rgba(255, 255, 255, 0.85);
}

.menu-languageswitcher.mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .logo-icon-container {
    top: 2.5vh;
    left: 5vh;
  }

  .menu-drawer {
    left: 20vw;
  }

  .logo-icon {
    height: 6vh;
    width: auto;
  }

  .menu-icon {
    height: 2.5vh;
    margin: 0.25vh 0 0 0;
  }

  .drawer-left {
    display: none;
  }

  .drawer-footer {
    left: 0;
  }

  .drawer-menu-list li {
    font-size: 22pt;
    line-height: 44pt;
  }

  .menu-languageswitcher.desktop {
    display: none;
  }

  .menu-languageswitcher.mobile {
    display: block;
  }
}

.page-flex-footer {
  display: flex;

  background-color: #79232f;

  bottom: 0;
}

.page-flex-footer-part {
  flex: 1;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer-list {
  color: white;
}

.footer-list li {
  display: inline-block;
  padding-right: 1vw;
  padding-left: 1vw;
  border-right: 2px solid white;
}

.footer-list li a {
  text-decoration: none;
  color: white;
}

.footer-list li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer-social-icon {
  height: 2.5em;
  padding: 0 0.5em 0 0.5em;
}

.page-flex-footer-part.row {
  align-items: center;
  flex-direction: row;
}

.footer-logo-image {
  height: 7vh;
}

.footer-openinghours-title {
  margin: 0;
  padding: 5vh 4vw 2vh 4vw;

  color: white;
  text-align: left;
}

.footer-openinghours {
  margin: 0;
  padding: 0 0 5vh 0;
}

.footer-openinghours a {
  text-decoration: none;
}

.footer-openinghours li {
  margin: 0;
  padding: 0 4vw 0 4vw;

  color: white;
  list-style-type: none;
  text-align: left;
}

.page-flex-footer-part:nth-child(2) .footer-openinghours-title {
  text-align: left;
}

.page-flex-footer-part:nth-child(2) .footer-openinghours li {
  text-align: left;
}

.page-flex-footer-part:nth-child(2) {
  align-items: flex-end;
}

.footer-subcontainer {
  width: 20vw;
}

.footer-list.bg {
  margin: 0;
  padding: 0 0 2vh 0;
  background-color: #79232f;
}

.page-flex-footer-part:nth-child(2) {
  justify-content: flex-start;
}

.page-flex-footer-part:nth-child(3) {
  justify-content: flex-start;
}

.footer-mobile-social {
  display: none;
}

@media only screen and (max-width: 600px) {
  .page-flex-footer {
    flex-direction: column;
    height: auto !important;
  }

  .footer-list {
    margin: 1em 0 1em 0;
    padding: 0;
  }

  .footer-list li {
    display: flex !important;
    flex-direction: column !important;
    padding: 0.5em 0 0.5em 0;

    border: none !important;
  }

  .page-flex-footer-part {
    align-content: center;
    align-items: center;

    padding: 1em 0 1em 0;
  }

  .page-flex-footer-part:first-child {
    padding: 4em 0 1em 0;
  }

  .footer-logo-image {
    height: 10vh;
  }

  .page-flex-footer-part:nth-child(2) {
    align-items: center;
  }

  .page-flex-footer-part:nth-child(2) .footer-openinghours li {
    text-align: center;
  }

  .footer-subcontainer {
    width: auto;
  }

  .footer-openinghours-title {
    padding: 2vh 4vw 2vh 4vw;
  }

  .footer-mobile-social {
    display: none;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
  .page-flex-footer-part:nth-child(4) {
    display: none;
  }

  .footer-mobile-social {
    display: block !important;
    margin: 4vh 0 0 0;
  }
}



.pb-pagetext-flex-container {
  margin: auto;
  display: flex;
  width: 70vw;
  min-height: 40vh;

  align-items: center;
}

.pb-pagetext-flex-container p {
  margin: 0;
  padding: 1vh 0 1vh 0;

  font-weight: 400;

  text-align: left;
  color: #646464;
}

.pb-pagetext-flex-item {
  flex: 1;
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  justify-content: flex-start;
}

.pb-pagetext-flex-item h2 {
  margin: 0;
  padding: 0;

  font-size: 22pt;

  color: #646464;
}

.pb-pagetext-flex-item h2:nth-child(2) {
  color: #79232f;
}

.pb-pagetext-flex-item p {
  margin: 0;
  padding: 1vh 0 1vh 0;

  font-weight: 400;

  text-align: left;
  color: #646464;
}

@media only screen and (max-width: 600px) {
  .pb-pagetext-flex-container {
    flex-direction: column;
    height: initial;
    min-height: 40vh;

    display: flex;
    align-items: flex-start;

    width: calc(90vw);
  }

  .pb-pagetext-flex-item {
    display: flex;

    align-items: flex-start;
    padding: 8vh 0 0 0;
  }

  .pb-pagetext-flex-item h2 {
    text-align: left;
  }
}




.pb-largeimage-container {
  width: 100vw;
  height: 75vh;
  background-position: center;
  background-size: cover;

  display: flex;

  align-items: center;
  justify-content: center;

  position: relative;
}

.pb-largeimage-container h2 {
  text-align: center;
  color: white;

  font-family: "Roboto", sans-serif;
  font-size: 48pt;
  font-weight: 500;
}

.pb-largeimage-container h3 {
  text-align: right;
  color: white;

  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  font-weight: 500;

  position: absolute;

  bottom: 0;
  right: 0;

  margin: 0;
  padding: 0 2vh 2vh 0;
}

.reverse {
  color: black !important;
}

@media only screen and (max-width: 600px) {
  .pb-largeimage-container {
    height: 70vh;
  }
}


.pb-pagetitle-container {
  padding: 0 10vw 0 10vw;

  margin: 15vh 0 0 0;
}
.pb-pagetitle {
  text-align: left;
}

.pb-pagetitle h2 {
  font-size: 20pt;
  color: black;
}


.pb-pagebigtitle-container {
  padding: 0;

  margin: 0;
}
.pb-pagebigtitle {
  text-align: left;
  margin-left: 20px;
}
.pb-pagebigtitle.reverse {
  text-align: right;
  margin-right: 20px;
}

.pb-pagebigtitle h2 {
  color: #79232f;

  font-size: 128pt;

  font-weight: 500;

  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .pb-pagebigtitle-container {
    width: 100%;

    overflow: hidden;
  }

  .pb-pagebigtitle h2 {
    font-size: 48pt;
  }

  .pb-pagebigtitle h2:first-child {
    padding: 15vh 0 0 0;
  }
}


.pb-pageformattext-container {
  padding: 0 10vw 0 10vw;

  margin: 0 0 10vh 0;
}
.pb-pageformattext {
  text-align: left;

  font-family: "Roboto", sans-serif;

  font-size: 12pt;
}

.pb-pageformattext p {
  color: rgb(99, 99, 99);

  font-weight: 400;
  padding: 0;
  margin: 0;

  line-height: 20pt;
}

.pb-pageformattext p strong {
  color: black;

  font-weight: 400;
  margin: 10vh 0 0 0;

  line-height: 40pt;
}


.pb-spacer {
  width: 100%;
  background-color: transparent;
}

@media only screen and (max-width: 600px) {
  .pb-spacer {
    height: 0 !important;
  }
}


.estimation-form-container {
  display: flex;
  padding: 10vh 10vw 10vh 10vw;
}

.estimation-form-flex {
  flex: 1;

  position: relative;
}

.estimation-form-inner {
  display: flex;
  flex-direction: column;

  align-content: flex-end;
  align-items: flex-end;
}

.estimation-form-input {
  height: 2.5em;
  width: 25vw;
}

.estimation-form-label {
  font-size: 18pt;
  font-weight: 500;
  color: #79232f;
  padding-right: 2em;
}

.estimation-form-element {
  padding-bottom: 1em;
}

.estimation-form-button-bg {
  background-color: #79232f;
  padding: 2em 4em 2em 4em;

  transform: skewX(40deg);
}

.estimation-form-input-button {
  transform: skewX(-40deg);

  background-color: transparent;
  border: none;

  color: white;

  font-size: 18pt;
  font-weight: 500;
}

.estimation-form-text {
  margin: 0;
  padding: 0;

  font-size: 20pt;
  width: 20vw;

  text-align: left;

  color: rgb(99, 99, 99);
}

.estimation-form-shape {
  position: absolute;

  top: 0;
  left: -15vw;

  height: 8vh;
  width: 10vw;

  background-color: #ccc;

  transform: skewX(40deg);
}

@media only screen and (max-width: 600px) {
  .estimation-form-container {
    flex-direction: column;
  }

  .estimation-form-shape {
    display: none;
  }

  .estimation-form-text {
    width: 80vw;
    margin: 0 0 10vh 0;
  }

  .estimation-form-button-bg {
    padding: 1em 2em 1em 2em;
  }
}

.property-item {
  display: flex;
  flex-direction: column;
  flex: 0 0 26%;

  margin-bottom: 10vh;

  background-color: #79232f;
  border-radius: 8px;
}

.property-item-flex.img {
  overflow: hidden;
}

.property-item:hover {
  cursor: pointer;
}

.property-item:hover .property-item-icon-container {
  transform: translateY(0);
  transition: all 150ms ease-in-out;
}

.property-item-icon-container {
  position: absolute;
  transition: all 500ms ease-in-out;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7vh;

  transform: translateY(100%);

  background-color: #681b26;

  border-top-right-radius: 8px;
  border-top-left-radius: 8px;

  display: flex;

  align-items: center;
  justify-content: center;
}

.property-item-flex {
  flex: 1;

  min-height: 30vh;

  background-position: center;
  background-size: cover;

  display: flex;

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  border-radius: 8px;

  padding: 3vh;
  color: white;

  position: relative;
}

.property-item .property-item-flex:nth-child(2) {
  min-height: 15vh;
}

.property-reference {
  margin: 0;
  padding: 0 0 0 0;

  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14pt;
}

.property-title {
  margin: 0;
  padding: 1.5vh 0 0 0;

  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24pt;

  text-align: left;
}

.property-subtitle {
  margin: 0;
  padding: 0 0 0 0;

  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14pt;
  text-align: left;
}

.property-price {
  margin: 0;
  padding: 2vh 0 0 0;

  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18pt;
  text-align: left;
}

.property-description {
  margin: 0;
  padding: 2vh 0 0 0;

  text-align: left;
  text-align: left;
}

.property-icon-list.list {
  margin: 0 !important;
}

.property-icon-list.list .property-icon-container {
  align-items: center;
  font-size: 10pt;
  font-weight: 500;
}

.property-icon.list {
  width: 2em !important;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .property-item {
    flex-direction: column !important;
    margin-bottom: 5vh;
  }
  .property-title {
    padding: 5vh 0 0 5vw;
  }

  .property-subtitle {
    padding: 0 0 0 5vw;
  }

  .property-price {
    padding: 0 0 0 5vw;
  }

  .property-item-flex {
    min-height: 40vh;
    justify-content: center;
  }

  .prpts-item-container {
    display: flex;
    flex-direction: column;
  }

  .property-item-icon-container {
    transform: translateY(0);
  }

  .property-title {
    padding: 0 0 0 5vw;
  }
}




.pb-pagehomeprpts {
  width: 100%;
  min-height: 40vh;
}

.prpts-item-container {
  margin: 5vh 0 0 0;
  padding: 0 20px 10vh 20px;

  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 20px;
}

@media only screen and (max-width: 600px) {
  .prpts-item-container {
    display: flex;
    flex-direction: column;

    padding: 0 20px 0 20px;
  }
}


.pb-pagehomeprojects {
  width: 100%;
  min-height: 40vh;
}

.projects-item-container {
  display: flex;
  height: 40vh;
}

.projects-item {
  flex: 1;
  max-width: calc(33.3vw - 1em);

  padding: 1em;
}

.projects-item:first-child {
  padding: 1em 1em 1em 0;
}

.projects-item:last-child {
  padding: 1em 0 1em 1em;
}

.projects-item:first-child .prjct-image {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.projects-item:last-child .prjct-image {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.projects-item a {
  text-decoration: none;
}

.prjct-image {
  width: 100%;
  height: 100%;

  display: flex;

  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.prjct-description {
  opacity: 0;
  background-color: rgba(121, 35, 47, 0.85);
  width: 65%;

  transition: opacity 400ms;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  flex-direction: column;
}

.prjct-image:hover > .prjct-description {
  opacity: 1;
  cursor: pointer;
}

.prjct-item-title {
  margin: 0;
  padding: 0 0 0 15%;
  color: white;

  font-family: "Roboto", sans-serif;
  font-weight: 500;

  font-size: 22pt;
}

@media only screen and (max-width: 600px) {
  .pb-pagehomeprojects {
    height: auto;
  }

  .projects-item-container {
    flex-direction: column;
    height: 150vh;
  }

  .projects-item {
    padding: 0;
    max-width: 100vw;
  }

  .prjct-image > .prjct-description {
    opacity: 0.75;
  }

  .projects-item:first-child {
    padding: 1em 0 1em 0;
  }

  .projects-item:last-child {
    padding: 1em 0 1em 0;
  }

  .projects-item .prjct-image {
    border-radius: 0;
  }
}


.contact-background {
  width: 100vw;
  height: 60vh;

  background-size: cover;
}

.contact-info {
  width: 100vw;
  height: 40vh;

  margin-top: 10vh;

  background-color: #79232f;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-info-main {
  width: 60vw;

  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.contact-info-map {
  width: 40vw;
  height: 40vh;
}

.contact-info-title {
  color: white;
  margin: 0;
  padding: 0 0 0 10vw;

  font-family: Roboto, sans-serif;
  font-size: 28pt;
}

.contact-info-description {
  color: white;
  margin: 0;
  padding: 0 0 0 10vw;

  font-family: Roboto, sans-serif;
  font-size: 14pt;
  font-weight: 400;
}


.contact-team-flex-container {
  width: 80vw;
  margin: 0 0 0 10vw;

  display: flex;
}

.contact-team-flex {
  flex: 1;
  margin: 0.5vw;
}

.contact-team-profile {
  height: 20vw;
  background-size: cover;
}

.contact-team-info {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
}

.contact-team-info .space {
  padding: 2vh 0 0 0;
}

.contact-team-info-main {
  margin: 0;
  padding: 0;

  font-family: Roboto, sans-serif;
  font-size: 18pt;
  color: #555;
}

.contact-team-info-sub {
  margin: 0;
  padding: 0;

  font-family: Roboto, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #555;

  text-align: left;
}

@media only screen and (max-width: 600px) {
  .contact-team-flex-container {
    flex-direction: column;
  }

  .contact-team-profile {
    height: 40vh;
  }

  .contact-team-flex {
    padding: 10vh 0 10vh 0;
  }

  .contact-form-info-container {
    flex-direction: column;
  }

  .contact-form-info-flex {
    padding: 2vh 0 2vh 0;
  }

  .contact-form-outer {
    flex-direction: column;
  }

  .contact-info-title {
    text-align: left;
  }
}


.contact-form-info-container {
  width: 80vw;
  margin: 5vh 0 0 10vw;

  display: flex;
}

.contact-form-info-flex {
  flex: 1;
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.contact-form-info-main {
  margin: 0;
  padding: 0;

  font-family: Roboto, sans-serif;
  font-size: 18pt;
  color: #555;
}

.contact-form-info-sub {
  margin: 0;
  padding: 0;

  font-family: Roboto, sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #555;

  text-align: left;
}

.contact-form-outer {
  display: flex;
  width: 80vw;
  margin: 15vh 0 10vh 10vw;

  align-items: flex-start;
}

.contact-form-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-form-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 1vh 0 1vh 0;
}

.contact-form-flex p {
  text-align: left;
  width: 80%;
}

.contact-form-flex h2 {
  font-family: Roboto, sans-serif;
  font-size: 18pt;
  color: #555;
}

.contact-form-flex input {
  height: 4vh;
  border: none;
  border-bottom: 1px solid #ccc;
  font-family: Roboto, sans-serif;
  font-size: 11pt;
}

.contact-form-item.half {
  width: 48%;
}
.contact-form-item.button {
  background-color: #f0f0f0;
  transition: all 200ms ease-in-out;
}
.contact-form-item.button:hover {
  background-color: #79232f;
  color: white;
  cursor: pointer;
}

.contact-form-item.full {
  width: 99%;
}

.contact-form-item.area {
  width: 99%;
  border: none;
  min-height: 10vh;
  border-bottom: 1px solid #ccc;

  font-family: Roboto, sans-serif;
  font-size: 11pt;
}

.contact-form-label {
  color: #777;
  font-family: Roboto, sans-serif;
  font-size: 11pt;
}


.imagify-pagebuilder {
  overflow-x: hidden;
}


.project-builder-gallery-container {
  width: 100vw;
  height: 50vh;

  display: flex;
  overflow-x: scroll;
  flex-wrap: nowrap;
}

.project-builder-gallery-item {
  height: 100%;
  width: 50vw;
  flex-shrink: 0;

  background-position: center;
  background-size: cover;
}

.project-builder-title {
  padding: 10vh 0 0 0;
}

.project-builder-description {
  padding: 5vh 0 20vh 0;
  margin: 0 10vw 0 10vw;
}

.project-builder-cover {
  width: 100vw;
  height: 70vh;

  background-size: cover;
  background-position: center;
}


.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.overlay-background {
  position: absolute;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-color: rgba(0, 0, 0, 0.5);

  display: flex;

  align-items: center;
  justify-content: center;
}

.overlay-modal {
  position: relative;
  width: 80vw;
  height: 80vh;

  display: flex;

  align-items: center;
  justify-content: center;
}

.overlay-img-container {
  max-width: 100%;
  max-height: 100%;

  background-color: green;

  position: relative;
}

.overlay-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 1em;

  box-shadow: 0 0 20vh 0 rgba(0, 0, 0, 0.25);
  border: 1em solid white;
}

.popup-navigation {
  position: absolute;
  top: 50%;
  left: 0;

  transform: translateY(-50%);

  height: 7vh;

  transition: all 250ms;
}

.popup-navigation.left {
  left: -5vw;
}

.popup-navigation.left:hover {
  transform: translate(-15%, -50%);
  cursor: pointer;
}

.popup-navigation.right {
  left: auto;
  right: -5vw;
}

.popup-navigation.right:hover {
  transform: translate(15%, -50%);
  cursor: pointer;
}


.property-energy-container {
  display: flex;
}

.property-energy-item {
  margin-right: -2vw;
  width: 5vw;
}

.property-energy-item:nth-child(1) path {
  fill: #02973b;
}

.property-energy-item:nth-child(2) path {
  fill: #4dab3f;
}

.property-energy-item:nth-child(3) path {
  fill: #50cb54;
}

.property-energy-item:nth-child(4) path {
  fill: #c4d549;
}

.property-energy-item:nth-child(5) path {
  fill: #f1d905;
}

.property-energy-item:nth-child(6) path {
  fill: #f9a526;
}

.property-energy-item:nth-child(7) path {
  fill: #fe6841;
}

.property-energy-item:nth-child(8) path {
  fill: #ea2c2c;
}

.property-energy-item:nth-child(9) path {
  fill: #79232f;
}

.property-energy-item text {
  opacity: 0;
}
.property-energy-item.selected {
  transform: scale(1.5);
}
.property-energy-item.selected text {
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  .property-energy-energy {
    padding-right: 20vw;
  }
  .property-energy-isolation {
    padding-right: 20vw;
  }

  .property-energy-energy h2 {
    padding: 5vh 0 0 0;
  }

  .property-energy-container {
    margin: 0 0 0 0;
    width: 70vw;
  }

  .property-energy-item {
    margin-right: -4vw;
    width: 10vw;
  }
}

.page-home {
  perspective: 2px;
  width: 100vw;
  max-width: 100%;
  overflow-x: none;
}

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.bg-field::before,
.bg-field::after {
  mix-blend-mode: difference;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}

.bg-field::before {
  z-index: 1;
}

.bg-field::after {
  z-index: -1;
}

.header-image {
  background: url(/img/header1.624238b9.jpg) no-repeat;
  background-size: cover;
  background-position: center;

  display: flex;

  align-items: flex-end;
  justify-content: flex-start;
  font-size: 7vw;

  white-space: nowrap;
}

.header-image::before {
  background-color: rgba(255, 0, 0);
}

.header-image h2 {
  overflow: hidden;
  padding: 0;
  margin: 0 0 -2.65vw 0;

  color: rgba(255, 255, 255, 0.4);
}

.text-section {
  display: flex;
  align-items: center;
}

.page-flex-container {
  position: relative;
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

.page-flex:nth-child(1) {
  flex: 1;
  flex-grow: 1.5;
}

.page-flex {
  flex: 1;
}

.text-section-flex {
  flex: 1;
}

.text-section-title {
  font-size: 20pt;
  font-weight: 600;
  color: #999;

  text-align: left;

  line-height: 10pt;
}

.text-section-title.red {
  color: #79232f;
}

.text-section-paragraph {
  text-align: left;
}

.page-flex-footer {
  display: flex;

  background-color: #79232f;

  display: flex;
}

.page-flex-footer-part {
  flex: 1;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer-list {
  color: white;
}

.footer-list li {
  display: inline-block;
  padding-right: 1vw;
  padding-left: 1vw;
  border-right: 2px solid white;
}

.footer-list li:last-child {
  border-right: none;
  padding-right: 0;
}

.page-flex-footer-part.row {
  align-items: center;
  flex-direction: row;
}

.page-home-content {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.page-home-content.right {
  align-items: flex-end;
}

.page-home-heading {
  font-size: 10vw;
  padding: 0;
  margin: 0;
  color: #79232f;
  padding-top: 10vh;
}

.page-property-item {
  margin: 0 1vw 0 0;
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.page-property-item:last-child {
  margin: 0 0 0 0;
}

.page-property-item-bg {
  height: 50vh;
  width: 50vw;

  background-image: url(/img/prop1.654bd796.png);
  background-size: cover;
  background-position: center;
}

.page-property-item-text {
  padding: 1em 0 1em 0;
}

.page-horizontal-scroll {
  display: flex;
  width: 100vw;
  max-width: 100%;
  overflow-x: auto;
}

html {
  --scrollbarBG: #68202a;
  --thumbBG: #eee;
}

.page-horizontal-scroll::-webkit-scrollbar {
  width: 11px;
}
.page-horizontal-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.page-horizontal-scroll::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.page-horizontal-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.page-parallax-item {
  width: 80vw;

  border: 1px solid #79232f;
  margin: 0 0 0 -20vw;
}

.property-images {
  margin: 10vh 0 0 0;
  position: relative;
}

.property-icon-list {
  margin: 5vh 0 0 10vw;
  display: flex;
}

.property-icon-container {
  display: flex;
  flex-direction: column;

  font-size: 11pt;

  margin: 0 2em 0 0;

  color: white;
}

.property-icon {
  height: 2em;
  padding-bottom: 1em;
}

.property-sides {
  display: flex;

  min-height: 40vh;
}

.property-side {
  height: -moz-fit-content;
  height: fit-content;
}

.property-sides.bg {
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  background-color: #79232f;
}

.property-sides.bg::after {
  content: "";

  position: absolute;
  left: 30vw;
  bottom: 0;
  transform: translate(-1vh, 1.9vh);

  border-top: 2vh solid #79232f;
  border-left: 2vh solid transparent;
  border-right: 2vh solid transparent;
}

.property-side.left {
  width: 65vw;

  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.property-side.right {
  width: calc(35vw - var(--scrollbarWidth));

  display: flex;
  flex-direction: column;

  align-items: flex-start;
}

.property-site-description {
  margin: 0;
  text-align: left;

  padding-top: 5vh;
  padding-left: 10vw;
  padding-right: 5vw;
  padding-bottom: 10vh;
}

.property-map {
  position: absolute;
  width: 35vw;
  height: 40vh;

  border: none;
  bottom: 0;
  right: 0;
}

.vue-map {
  width: 100% !important;
  height: 100% !important;
}

.page-visit-bg {
  height: 25vh;
  width: 50vw;

  background-image: url(/img/visitbg.18fdb6c6.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.visit-flex-container {
  display: flex;
  height: 40vh;
  align-items: center;

  justify-content: center;
}

.visit-flex {
  height: 20vh;
  width: 20vw;
}

.profile-image {
  width: 20vh;
  height: 20vh;

  background-image: url(/img/profile.7a111c16.png);
  background-size: cover;

  border-radius: 1em;
}

.profile-text {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  padding: 0 0 0 2vw;
}

.profile-text h2 {
  padding: 0;
  margin: 0;

  align-items: flex-start;
}

.profile-text p {
  padding: 0;
  margin: 0;

  align-items: flex-start;
  text-align: left;
}

.property-site-description-title {
  margin: 5vh 0 0 10vw;
  font-size: 22pt;
}

.property-title-container {
  padding: 0 0 0 10vw;
  font-size: 28pt;

  color: white;

  flex-direction: row;
}

.property-title-container h2 {
  margin: 0;
  padding: 4vh 0 0 0;
}

.property-title-description {
  padding: 0;
  font-size: 14pt;
  display: flex;

  padding: 1vh 0 0 0;
}

.property-side.right h2 {
  text-align: left;
  margin: 0 0 2vh 0;
}

.property-energy-energy {
  margin-top: 5vh;
}

.property-energy-isolation {
  margin-top: 5vh;
}

.agent-container {
  width: 100%;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;

  margin-bottom: 10vh;
}

.agent-title {
  padding-top: 10vh;
}

.agent-bg-container {
  height: 16vh;
  min-width: 15vw;

  background-color: #79232f;

  display: flex;
  flex-direction: column;

  align-items: flex-start;
  justify-content: center;

  padding: 4vh;

  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.agent-profile-container {
  height: 24vh;
  width: 24vh;

  background-image: url(/img/steve.00c3092c.jpg);
  background-size: cover;
}

.agent-bg-container h2 {
  color: white;
  margin: 0 !important;
  padding: 0 !important;

  text-align: left;
  font-size: 13pt;
}

.agent-bg-container h3 {
  color: white;
  margin: 0 !important;
  padding: 0 1em 2vh 0 !important;

  font-size: 11pt;

  text-align: left;
}

.agent-bg-container label {
  color: white;
  margin: 0 !important;
  padding: 2pt 0 2pt 0 !important;

  font-size: 11pt;
}

.agent-bg-container label a {
  color: white;
  margin: 0 !important;
  padding: 0 !important;

  font-size: 11pt;
}

.overlay-photo {
  width: 100%;
}

.vue-map-container {
  height: 100%;
}

.page-property-item-nav {
  position: absolute;
  top: 20%;
  height: 25%;

  z-index: 250;

  width: 2vw;

  background-color: rgba(0, 0, 0, 0.25);

  transition: all 250ms ease-in-out;

  display: flex;
  align-items: center;
  justify-content: center;
}

.page-property-item-nav-icon {
  height: 2.5em;
}

.page-property-item-nav:hover {
  background-color: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.page-property-item-nav.left {
  left: 0;
}

.page-property-item-nav.right {
  right: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .property-sides {
    display: flex;
    flex-direction: column;
  }

  .page-flex-container {
    height: -moz-fit-content;
    height: fit-content;
  }

  .property-side.left {
    width: 100vw;
    max-width: 100%;
    padding-bottom: 5vh;
  }

  .property-side.right {
    width: 100vw;
    max-width: 100%;
    align-items: flex-end;
  }

  .property-map {
    position: relative;
    width: 100vw;
    max-width: 100%;
  }

  .property-sides.bg::after {
    display: none;
  }

  .property-title-container h2 {
    text-align: left;
  }

  .page-property-item-nav {
    display: none;
  }

  .page-property-item-bg {
    height: 50vh;
    width: 50vh;
  }

  .agent-container {
    width: auto;
  }

  .agent-title {
    padding-right: 5vh;
    padding-top: 10vh;
  }

  .property-site-description {
    padding-bottom: 0;
    margin-bottom: -5vh;
  }
}




.project-year-selector {
  position: sticky;

  width: 8vw;

  margin: 0 0 0 0;
  top: 50%;
  transform: translateY(-50%);
}

.project-year-selector ul {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -1.5vw;
  padding: 0;
}

.project-year-selector ul li {
  list-style-type: none;
  margin: 0;
  padding: 0.5vh 0 0.5vh 0;
}

.project-year {
  display: flex;
  flex-direction: row;
}

.project-year div {
  margin: 0 2vw 0 0;
  padding: 0;

  height: 2vh;
  width: 4vw;

  background-color: #ccc;

  transform: skewX(40deg);
  transition: all 200ms;
}

.project-year h3 {
  margin: 0;
  padding: 0;

  font-weight: 500;
}

.project-year.selected div {
  width: 5vw;
  background-color: #79232f;
}

.project-year:hover {
  cursor: pointer;
}

.project-year:hover div {
  width: 5vw;
  background-color: #666;
}

.project-list-title {
  color: #79232f;

  font-size: 8em;
  text-align: left;

  font-weight: 500;

  margin: 15vh 0 0 0;
  padding: 0;
}

.project-date {
  font-size: 2em;
  color: #79232f;
}

.project-list-inner {
  padding: 0 10vw 10vh 10vw;

  position: relative;
}

.project-item-container {
  width: 100%;

  display: flex;
  flex-wrap: wrap;

  align-items: center;
}

.project-item {
  flex-basis: calc(50% - 20px);
  padding: 10px;

  text-align: left;
}

.project-cover {
  width: 100%;
}

.project-button {
  background-color: #79232f;
  color: white;
  padding: 1em;
  border: none;
  margin-right: 1em;
  font-weight: 500;

  border-radius: 8px;
}

.project-button:hover {
  cursor: pointer;
}

.project-year-selector {
  display: none;
}

@media only screen and (max-width: 600px) {
  .project-year-selector {
    display: none;
  }

  .project-list-title {
    font-size: 22pt !important;
    margin: 15vh 0 5vh 0 !important;
  }

  .project-item-container {
    flex-direction: column !important;
  }
}


.document-builder {
  text-align: left;

  padding: 10vh 10vw 10vh 10vw;
}

.document-list-container {
  display: flex;
}

.document-list-item {
  line-height: 20pt;

  font-weight: 400;
  color: #444;

  height: 10vh;
  width: 20%;

  margin: 1em;

  border: 0.2em solid #79232f;

  display: flex;

  align-items: center;
  justify-content: center;

  transform: skewX(40deg);

  transition: all 250ms;
}

.document-list-item a {
  transform: skewX(-40deg);

  color: #79232f;
  text-decoration: none;
}

.document-list-item:first-child {
  margin: 1em 1em 1em 5vh;
}

.document-list-item:hover {
  background-color: #79232f;
}

.document-list-item:hover a {
  color: white;
}


.immeck-mdd {
  position: relative;

  display: flex;
}

.mdd-selector:hover {
  cursor: pointer;
}

.mdd-selector {
  width: 100%;

  display: flex;
  flex-direction: column;

  align-content: flex-start;
  justify-content: center;
}

.mdd-current-selection {
  margin: 0;
  padding: 0 0 0 1vw;

  border: 0;

  font-family: "Open Sans", sans-serif;
  font-size: 10pt;

  text-align: left;
  cursor: pointer;
}

.mdd-current-selection-chevron {
  position: absolute;

  right: 5%;
  top: 25%;

  height: 50%;
}

.mdd-current-selection-chevron.open {
  transform: rotate(180deg);
}

.mdd-dropdown {
  position: absolute;
  top: 100%;

  margin-left: -1px;

  height: -moz-fit-content;

  height: fit-content;
  max-height: 400px;
  overflow-y: auto;
  width: calc(100% - 1px);

  background-color: white;

  z-index: 500;

  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;

  display: none;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.mdd-dropdown.open {
  display: block;

  position: absolute;
  z-index: 1000;
}

.mdd-dropdown ul {
  margin: 0;
  padding: 0;
}

.mdd-entry {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mdd-entry:hover {
  background-color: #ededef;
}

/* Customize the label (the mdd-container) */
.mdd-container {
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
  font-size: 10pt;
  font-family: "Open Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  justify-content: space-between;

  padding: 1vh 1vw 1vh 1vw;
}

/* Hide the browser's default checkbox */
.mdd-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.mdd-checkmark {
  height: 14px;
  width: 14px;
  background-color: white;

  border-radius: 3px;
  border: 1px solid #d0d0dc;
}

/* On mouse-over, add a grey background color */
.mdd-container:hover input ~ .mdd-checkmark {
  background-color: white;
  border-radius: 3px;
  border: 1px solid #d0d0dc;
}

/* When the checkbox is checked, add a blue background */
.mdd-container input:checked ~ .mdd-checkmark {
  background-color: #79232f;
  border-radius: 3px;
  border: 1px solid #79232f;
}

/* Create the mdd-checkmark/indicator (hidden when not checked) */
.mdd-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the mdd-checkmark when checked */
.mdd-container input:checked ~ .mdd-checkmark:after {
  display: block;
}

/* Style the mdd-checkmark/indicator */
.mdd-container .mdd-checkmark:after {
  margin-left: 5px;
  margin-top: 2px;
  width: 2px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.properties-list-inner {
  margin: -5vh 0 0 0;
  padding: 0 10vw 10vh 10vw;

  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 20px;
}

.properties-filter-container {
  height: 40vh;
  width: 100%;

  background-color: #eee;
  background-image: url(/img/maison-beckerich-15.9f138434.jpg);
  background-position: center;
  background-size: cover;

  padding: 0 0 10vh 0;

  display: flex;

  justify-content: center;
  align-items: flex-end;
}

.properties-filter-background {
  min-height: 25vh;
  width: 50vw;
  margin: 0 0 0 25vw;

  transform: translateY(-50%);

  background-color: #79232f;

  position: relative;
  z-index: 1;

  border-radius: 8px;

  box-shadow: 0 0 5vh 0 rgba(0, 0, 0, 0.15);
}

.properties-filter-item-container {
  display: flex;

  justify-content: center;
}

.properties-filter-item {
  height: 4.5vh;
  margin: 2vw 0 2vw 0;

  width: 30%;

  background-color: white;

  border: 1px solid #e3e3e3;
  border-right: none;

  padding: 0 0 0 0;

  font-family: "Roboto", sans-serif;
}

.properties-filter-item:first-child {
  margin: 2vw 0vw 2vw 0;
}

.properties-filter-item:last-child {
  margin: 2vw 0 2vw 0;
}

.slider-red {
  margin: 0 8vw 0 8vw;

  --slider-bg: #68202a;
  --slider-connect-bg: #eee;
  --slider-tooltip-bg: white;
  --slider-tooltip-color: #79232f;
  --slider-handle-ring-color: #79232f;
}

.properties-label-text {
  color: white;
}

.properties-slider-container {
  margin: 4vh 0 0 0;
  padding: 0 0 5vh 0;

  display: flex;
  flex-direction: column;

  align-content: center;
  justify-content: center;
}

.properties-slider-spacer {
  width: 100%;
  height: 4vh;
}

.properties-filter-mainselect {
  width: 100%;
  display: flex;

  background-color: #681b26;
  border-radius: 8px;
}

.properties-filter-mainselect-item {
  flex: 1;
  min-height: 6vh;

  display: flex;

  align-items: center;
  justify-content: center;

  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12pt;

  color: white;
  position: relative;

  cursor: pointer;

  -webkit-user-select: none;

     -moz-user-select: none;

          user-select: none;
  border-radius: 8px;
}

.properties-filter-mainselect-item.select {
  background-color: white;
  color: #681b26;
}

.properties-filter-mainselect-item.select::after {
  content: " ";
  position: absolute;
  bottom: -0.9vh;
  height: 0vh;
  width: 0vh;

  border-left: 1.2vh solid transparent;
  border-right: 1.2vh solid transparent;
  border-top: 1vh solid white;
}

.properties-advanced-search {
  position: fixed;
  bottom: 2vh;
  width: 80vw;
  height: 8vh;
  margin: 0 0 0 10vw;

  background-color: #681b26;
  text-align: center;

  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.properties-advanced-search h2 {
  color: white;
  margin: 0;
  padding: 0;

  font-size: 12pt;
  font-weight: 400;
}

.properties-advanced-search-blocker {
  position: fixed;

  top: 0;
  left: 0;
  right: 0;
  bottom: 14vh;

  background-color: #79232f;
}

.properties-advanced-search-blocker::after {
  content: "";

  position: absolute;
  left: 50vw;
  bottom: 0;
  transform: translate(-2vh, 1.9vh);

  border-top: 2vh solid #79232f;
  border-left: 2vh solid transparent;
  border-right: 2vh solid transparent;
}

.trigger-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-origin:nth-child(2) .slider-tooltip-top {
  transform: translateX(calc(-100% - 20px));
  bottom: -5px;
}

.slider-origin:nth-child(3) .slider-tooltip-top {
  transform: translateX(calc(0% + 20px));
  bottom: -5px;
}

.slider-tooltip-top:before {
  content: none !important;
}

@media only screen and (max-width: 1000px) {
  .properties-list-inner {
    padding: 5vh 0 10vh 0;

    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    gap: 20px;
  }

  .properties-filter-background {
    width: 80vw;
    margin: -10vh 0 0 10vw;
  }

  .slider-red {
    margin: 0 20vw 0 10vw;
  }
}

.property-list-subtitle {
  margin-top: 15vh;
  color: white;
}

.property-list-pagetitle {
  font-family: "Roboto", sans-serif;
  font-size: 18pt;
  font-weight: 500;
  color: #555;

  transform: translateY(-12vh);
}

.property-list-pagetext {
  font-family: "Roboto", sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #555;
  z-index: 0;
  transform: translateY(-12vh);

  width: 60vw;
  margin: 2vh 0 0 20vw;
}

@media only screen and (max-width: 600px) {
  .properties-list-inner {
    padding: 5vh 0 10vh 0;
    margin: 0 20px 0 20px;

    position: relative;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    gap: 20px;
  }

  .properties-filter-background {
    width: 100vw;
    margin: -10vh 0 0 0vw;
    height: auto;

    display: flex;
    flex-direction: column;
    border-radius: 0;

    justify-content: center;
  }

  .properties-filter-item-container {
    margin: 0 0 2em 0;
    flex-direction: column;
  }

  .properties-filter-item {
    width: 90vw;
    margin: 1vh 0vw 1vh 5vw;
  }

  .properties-filter-item:first-child {
    margin: 4vh 0vw 1vh 5vw;
  }

  .properties-filter-item:last-child {
    margin: 1vh 0vw 1vh 5vw;
  }

  .properties-filter-mainselect-item {
    border-radius: 0;
  }

  .properties-slider-inner {
    width: 80%;
    margin: 0 0 0 10%;
  }
}


.vue-map {
  width: 100%;
  height: 100%;
  min-height: 2rem;
}

