@font-face {
  font-family: "GalanoGrotesqueLight";
  src: url("../assets/fonts/galanogrotesquelight.woff2") format("woff2"),
       url("../assets/fonts/galanogrotesquelight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SaolDisplay-Light";
  src: url("../assets/fonts/SaolDisplay-Light.woff2") format("woff2"),
       url("../assets/fonts/SaolDisplay-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "GalanoGrotesqueLight";
  background-color: #374853;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SaolDisplay-Light";
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #ffffff;
  font-weight: 100;
  font-size: 1.35em;
}
.section.wohnungen h2.white {
  color: #ffffff !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
.color-chandlers-dark {
  color: #374853 !important;
}
.logo-box {
  width: 250px;
  height: 250px;
  justify-self: center;
  margin: 0 auto;
  margin-top: 25px;
}
.logo-box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}
.logo-box h1 {
  position: absolute;
  left: -9999px;
}
.start-banner {
  width: 100%;
  height: auto;
  padding: 25px;
  margin-top: -100px;
}
@media only screen and (max-width: 600px) {
  .start-banner {
    padding: 10px;
  }
}
.start-banner img {
  width: 100%;
}
.sub-banner {
  position: relative;
  text-align: center;
  margin-top: -10em;
}
@media only screen and (max-width: 600px) {
  .sub-banner {
    margin-top: -5em;
  }
}
.sub-banner h2,
.sub-banner h3,
.section.personal h3 {
  color: #fff;
  font-size: 6em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.sub-banner h2 {
  line-height: .8em;
}
.first-come {
  font-size: 10em !important;
}
@media only screen and (max-width: 767px) {
  .sub-banner {
    font-size: .6em !important;
  }
}
.sub-banner h3,
.section.personal h3 {
  font-size: 3em;
  margin: 1em 0;
}
.sub-banner p {
}
.top-banner {
  background-color: #00264d;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.parallax-section {
  background-image: url("../assets/img/chandler-attersee.jpg");
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

@media (min-width: 992px) {
  .parallax-section {
    background-attachment: fixed;
  }
}

.kontakt .clean-h3 {
  font-family: "GalanoGrotesqueLight";
  font-size: 2em;
  text-transform: uppercase;
  color: #d7e9dd;
}









.premiumlage {
  font-size: 1.75em;
  color: #d7e9dd;
  position: relative;
}
.keyfacts li {
  margin: 0;
  padding: 0;
}
.section {
  padding: 60px 0;
}
.personal p {
  margin: 0;
}
.personal h3 {
  text-align: center;
}
.personal h4 {
  margin-bottom: .5em;
}
.btn-primary {
  background-color: #00264d;
  border: none;
}
.btn-primary:hover {
  background-color: #001a33;
}
footer {
  padding: 20px 0;
  font-size: 14px;
}


/* kf irretio */ 
.form-group {
  margin: .5em 0;
}
#contactform .form-label {
  display: none;
}

/* CHECKBOX */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  line-height: 25px;
}
/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
}
.contact-form-footer .checkmark {
  border: 1px solid #b5b3ac;
}
/* On mouse-over, add a background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a background */
.check-container input:checked ~ .checkmark {
  background-color: #777886;
  border: 2px solid transparent;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-corr-1 {
  margin-left: -15px;
}
.datenschutzgsatzl {
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: none;
  font-size: 1em;
  opacity: .7;
  line-height: 1.5em;
}
.datenschutzgsatzl a {
  font-weight: bold;
  text-decoration: underline;
}
.datenschutzgsatzl a:hover {
  text-decoration: none;
}
#submit {
  padding: 1em 2em;
  background-color: #d7e9dd;
  color: #374853;
  font-size: .9em;
}
.form-control {
  font-size: .9em;
  padding: 1em 1em;
}
.bottom-footer {
  padding: 50px 0;
  padding-top: 150px;
}
.bottom-footer a {
  color: #374853;
  padding: 0 1em;
  text-transform: uppercase;
}
.img-korrektur-1 {
  position: relative;
  bottom: -100px;
}
.mt--5 {
  margin-top: -50px;
}
#randseite {
  padding-bottom: 100px;
}
#randseite h2 {
  font-size: 3em;
}
#randseite p,
#randseite li {
  font-size: 1em;
  line-height: 1.25em;
}
#randseite li {
  margin-bottom: 0;
}

.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -30rem !important; }
.mt-n6-i { margin-top: -74px !important; }

.mb-n1 { margin-bottom: -0.25rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.mb-n3 { margin-bottom: -1rem !important; }
.mb-n4 { margin-bottom: -1.5rem !important; }
.mb-n5 { margin-bottom: -3rem !important; }

.ms-n1 { margin-left: -0.25rem !important; }
.ms-n2 { margin-left: -0.5rem !important; }
.ms-n3 { margin-left: -1rem !important; }
.ms-n4 { margin-left: -1.5rem !important; }
.ms-n5 { margin-left: -3rem !important; }

.me-n1 { margin-right: -0.25rem !important; }
.me-n2 { margin-right: -0.5rem !important; }
.me-n3 { margin-right: -1rem !important; }
.me-n4 { margin-right: -1.5rem !important; }
.me-n5 { margin-right: -3rem !important; }

.mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.owl-section {
  padding-bottom: 300px;
}

.owl-section .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
  pointer-events: none;
  z-index: 10;
}
.owl-carousel .owl-nav button {
  background: none;
  border: none;
  pointer-events: all;
}
.owl-carousel .owl-nav img {
  width: 60px;
  height: auto;
}
.owl-1 .item h2 {
  position: absolute;
  font-size: 5em;
  left: 1.25em;
  top: 0;
  z-index: 1;
}
.owl-1 .item h3 {
  position: absolute;
  text-align: right;
  line-height: 1;
  z-index: 10;
  right: 8%;
  top: 0%;
  font-size: 6em;
  /*text-shadow: 0 0 30px rgba(0, 0, 0, .7);*/
}
@media (max-width: 768px) {
  .owl-1 .item h3 {
    font-size: 4.5em;
  }
}
@media (max-width: 576px) {
  .owl-1 .item h2 {
    font-size: 3em;
  }

.owl-1 .item h3 {
    font-size: 2.5em;
  }
}
.owl-1 .item h3.text-start {
  text-align: left;
  left: 1em;
}
.owl-1 .item h3 span {
  font-size: .75em;
}
.owl-1 .item img {
  transform: scale(0.925);
  z-index: -1;
}




.owl-2 .owl-item {
  opacity: 0.25;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.owl-2 .owl-item.center {
  opacity: 1;
  /* transform: scale(1.02); /* optional leichte Vergrößerung */
  z-index: 2;
}
.owl-2 .item {
  border-radius: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, .075);
  margin: 10px; /* schafft etwas Abstand zum Rand */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(0.96);
}
.owl-2 .item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.section.wohnungen {
  background: #EAE6E0;
  padding-bottom: 300px;
}
.img-korrektur-2,
.img-korrektur-3 {
  position: relative;
  margin-top: -300px;
}
.img-korrektur-3 {
  margin-top: -100px;
}
.section.wohnungen p,
.section.wohnungen h2 {
  color: #374853;
}
.section.wohnungen .wrapper-height-corr {
  margin-top: -275px;
}
.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.download-list li {
  /* background: #f8f9fa; */
  border-radius: 12px;
  text-align: left;
  padding: 20px;
  transition: background 0.3s ease;
}

.download-list li:hover {
  background: rgba(255, 255, 255, .5);
}

.download-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 20px;
  color: #2E404C;
}

.download-list img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.download-list span {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
}
.chandler-wohnungen-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.chandler-wohnungen-table thead th {
  text-transform: uppercase;
  background-color: #374853;
  color: #ffffff;
  border: 1px solid #ffffff;
  vertical-align: top;
  font-weight: 300;;
}
.chandler-wohnungen-table thead th span {
  text-transform: lowercase;
}
.chandler-wohnungen-table td {
  background-color: transparent;
  border: 1px solid #ffffff;
}


/* accordion */ 
.faq-h {
  color: #D8EADE !important;
}
.accordion h2 {
  margin-top: 0;
}
.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
}
.accordion-item .accordion-button {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-family: "GalanoGrotesqueLight";
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-body {
  color: #fff;
  margin-bottom: 2em;
}
.accordion,
.accordion-item .accordion-button.collapsed {
  border-radius: 0;
  --bs-accordion-border-radius: 0;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 0 .708 0L8 5.707l5.646 5.647a.5.5 0 0 0 .708-.708l-6-6a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 0 .708z'/%3e%3c/svg%3e");
}

/* lightbox */
.custom-lightbox {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
    position: fixed;
    z-index: 9999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.85);
    text-align: center;
}

.custom-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.custom-lightbox img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
    transition: opacity 0.3s ease;
    border-radius: 25px;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10000;
}

/* Vor / Zurück Navigation */
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
}

.lightbox-prev { 
    left: 30px; 
    transform: translateY(-50%) scaleX(-1); /* Spiegeln für „Zurück“ */
}

.lightbox-next { 
    right: 30px; 
}

/* Größe & Verhalten der SVG-Pfeile */
.lightbox-arrow {
    width: 44px;   /* kannst du anpassen */
    height: 44px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hover-Effekt – dezent größer/leichter transparent */
.lightbox-prev:hover .lightbox-arrow,
.lightbox-next:hover .lightbox-arrow {
    transform: scale(1.08);
    opacity: 0.85;
}


