.estate-list div, .estate-list span, .estate-list a, .estate-list li, .estate-list input {
  font-family: "Alef", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.estate-list .loading {
  height: 80px;
  width: 80px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .estate-list .filter-wrapper {
    padding: 0 !important;
  }
}
.estate-list .filter-wrapper .filter .filter-header {
  text-transform: uppercase;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  position: relative;
  height: 50px;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
}
.estate-list .filter-wrapper .filter .filter-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgb(236, 236, 236);
  border-radius: 0.5em 0.5em 0 0;
  box-shadow: 0 0.15em white inset;
  transform: perspective(1em) rotateX(3deg);
  transform-origin: bottom right;
  margin-bottom: 0;
  margin-top: -10px;
}
.estate-list .filter-wrapper .filter .accordion {
  margin-top: 2px;
}
.estate-list .filter-wrapper .filter .accordion .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(236, 236, 236);
  border-bottom: 3px solid #fff;
}
.estate-list .filter-wrapper .filter .accordion .card-header:hover, .estate-list .filter-wrapper .filter .accordion .card-header.active {
  background-color: #95BF30;
}
.estate-list .filter-wrapper .filter .accordion .card-header a {
  color: rgb(70, 70, 70);
  text-decoration: none;
}
.estate-list .filter-wrapper .filter .accordion .active-acc {
  background-color: #95BF30;
  color: #fff;
}
.estate-list .filter-wrapper .filter .accordion .active-acc a {
  color: #fff;
}
.estate-list .filter-wrapper .filter .accordion .district-filter, .estate-list .filter-wrapper .filter .accordion .facility-filter {
  border-bottom: 1px solid lightgrey;
  margin: 0 -20px;
  padding: 0 20px;
  cursor: pointer;
}
.estate-list .filter-wrapper .filter .accordion .district-filter:hover, .estate-list .filter-wrapper .filter .accordion .district-filter.active, .estate-list .filter-wrapper .filter .accordion .facility-filter:hover, .estate-list .filter-wrapper .filter .accordion .facility-filter.active {
  background-color: #95BF30;
  color: #fff;
}
.estate-list .filter-wrapper .filter .accordion #panel-legalform, .estate-list .filter-wrapper .filter .accordion #panel-size {
  padding: 6px;
}
.estate-list .filter-wrapper .filter .accordion #panel-legalform .legalform-filter input[type=number], .estate-list .filter-wrapper .filter .accordion #panel-size .size-filter input[type=number] {
  font-size: 14px;
  max-width: 40%;
}
.estate-list .filter-wrapper .filter .accordion #panel-legalform .legalform-filter input[disabled], .estate-list .filter-wrapper .filter .accordion #panel-size .size-filter input[disabled] {
  color: lightgrey;
}
.estate-list .filter-wrapper .filter .accordion #panel-legalform .legalform-filter .unit-label, .estate-list .filter-wrapper .filter .accordion #panel-size .size-filter .unit-label {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 991.98px) {
  .estate-list .filter-wrapper .filter #accordion-filter {
    margin-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 991.98px) {
  .estate-list .estate-list-elements-wrapper {
    margin-top: 1rem;
  }
}
.estate-list .estate-list-elements-wrapper .estate-list-pagination {
  margin: 1rem 0;
}
.estate-list .estate-list-elements-wrapper .estate-list-pagination a, .estate-list .estate-list-elements-wrapper .estate-list-pagination .estate-list-pagination-placeholder {
  font-weight: normal;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  background: rgb(236, 236, 236);
}
.estate-list .estate-list-elements-wrapper .estate-list-pagination .current {
  background: #fff;
  border: 1px solid rgb(236, 236, 236);
}
.estate-list .estate-list-elements-wrapper .estate-list-element h2 {
  text-transform: none;
  color: rgb(0, 104, 180);
  font-size: 22px;
  font-weight: normal;
  margin-top: 15px;
}
.estate-list .estate-list-elements-wrapper .estate-list-element .floating-button {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 50px;
  background-color: rgb(0, 104, 180);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 4px 6.93px 0.07px rgba(0, 0, 0, 0.6);
}
.estate-list .estate-list-elements-wrapper .estate-list-element .floating-button .floating-button-text {
  font-size: 17px;
  position: absolute;
  top: 26px;
  left: 3px;
  text-align: center;
  line-height: 17px;
}
@media (max-width: 991px) {
  .estate-list .estate-list-elements-wrapper .estate-list-element .floating-button {
    position: initial;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 10px;
    height: 45px;
  }
  .estate-list .estate-list-elements-wrapper .estate-list-element .floating-button .floating-button-text {
    position: initial;
    font-size: 20px;
  }
}
.estate-list .estate-list-elements-wrapper .estate-list-element a {
  text-decoration: none;
}
.estate-list .estate-list-elements-wrapper .estate-list-element .btn {
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.estate-list .estate-list-elements-wrapper .estate-list-element .btn-primary {
  background-color: #94c11c;
  color: #fff;
  border-color: #94c11c;
  white-space: normal;
  word-wrap: break-word;
}
.estate-list .estate-list-elements-wrapper .estate-list-element .btn-primary:hover, .estate-list .estate-list-elements-wrapper .estate-list-element .btn-primary:focus, .estate-list .estate-list-elements-wrapper .estate-list-element .btn-primary:active {
  background-color: #fff;
  color: #0068b4;
  border-color: #3084c2;
}
.estate-list .estate-list-elements-wrapper .teaser {
  font-weight: 100;
}
.estate-list .estate-list-elements-wrapper .teaser > p {
  color: #464646;
}
.estate-list .estate-list-elements-wrapper .details-link {
  font-weight: bold !important;
}
@media (max-width: 991px) {
  .estate-list .estate-list-elements-wrapper .details-link {
    width: 100%;
  }
}

.estate-small-registration div, .estate-small-registration span, .estate-small-registration a, .estate-small-registration li, .estate-small-registration input, .estate-big-registration div, .estate-big-registration span, .estate-big-registration a, .estate-big-registration li, .estate-big-registration input {
  font-family: "Alef", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.estate-small-registration .header h1, .estate-big-registration .header h1 {
  color: rgb(0, 104, 180);
  font-size: 27px;
  font-weight: 400;
  margin: 0;
}
.estate-small-registration .header h1 strong, .estate-big-registration .header h1 strong {
  font-size: 30px;
}
.estate-small-registration .header h2, .estate-big-registration .header h2 {
  font-size: 23px;
  font-weight: 400;
}
.estate-small-registration .form-row, .estate-big-registration .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.estate-small-registration .form-row > .col, .estate-small-registration .form-row > [class*=col-], .estate-big-registration .form-row > .col, .estate-big-registration .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.estate-small-registration .form-row .form-group, .estate-big-registration .form-row .form-group {
  margin-bottom: 1rem;
}
.estate-small-registration .form-row .form-group .form-control, .estate-big-registration .form-row .form-group .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b4b4;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.estate-small-registration .form-row .form-group .form-control:disabled, .estate-big-registration .form-row .form-group .form-control:disabled {
  background-color: var(--bs-secondary-bg);
}
.estate-small-registration .form-row .form-group .form-check, .estate-big-registration .form-row .form-group .form-check {
  margin-bottom: 0;
}
.estate-small-registration .form-row .form-group input:focus, .estate-big-registration .form-row .form-group input:focus {
  box-shadow: none !important;
  border: 1px solid #95BF30 !important;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
}
.estate-small-registration .form-row .form-group input.error, .estate-big-registration .form-row .form-group input.error {
  border-color: red;
}
.estate-small-registration form input:focus, .estate-small-registration form textarea:focus, .estate-small-registration form select:focus, .estate-big-registration form input:focus, .estate-big-registration form textarea:focus, .estate-big-registration form select:focus {
  box-shadow: none !important;
  border: 1px solid #95BF30;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}
.estate-small-registration div.error, .estate-small-registration span.error, .estate-big-registration div.error, .estate-big-registration span.error {
  color: #C22523;
}
.estate-small-registration a.no-icon:before, .estate-big-registration a.no-icon:before {
  content: none;
}
.estate-small-registration .btn, .estate-big-registration .btn {
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.estate-small-registration .btn-primary, .estate-big-registration .btn-primary {
  background-color: #94c11c;
  color: #fff;
  border-color: #94c11c;
  white-space: normal;
  word-wrap: break-word;
}
.estate-small-registration .btn-primary:hover, .estate-small-registration .btn-primary:focus, .estate-small-registration .btn-primary:active, .estate-big-registration .btn-primary:hover, .estate-big-registration .btn-primary:focus, .estate-big-registration .btn-primary:active {
  background-color: #fff;
  color: #0068b4;
  border-color: #3084c2;
}

.estate-big-registration .paraia-multi-select .selected-items {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.estate-big-registration .paraia-multi-select .selected-items > button {
  display: none;
}
.estate-big-registration .paraia-multi-select .selected-items .item {
  background-color: #95BF30;
}
.estate-big-registration .paraia-multi-select .dropdown {
  transition-property: all !important;
  transition-duration: 0.75s !important;
  transition-timing-function: ease !important;
  transition-delay: 0s !important;
  padding: 0 !important;
  border-top-width: 0 !important;
  border-color: transparent !important;
}
.estate-big-registration .paraia-multi-select .dropdown.expand {
  border-color: #ced4da !important;
}
.estate-big-registration .paraia-multi-select .dropdown .filter input {
  width: 97% !important;
}
.estate-big-registration .paraia-multi-select .dropdown .item {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.estate-big-registration .paraia-multi-select .dropdown .item .custom-control {
  position: relative;
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5rem;
}
.estate-big-registration .paraia-multi-select .dropdown .item .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.estate-big-registration .paraia-multi-select .dropdown .item .custom-control-label {
  position: relative;
}
.estate-big-registration .paraia-multi-select .dropdown .item .custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 5px 10px;
  border-radius: 0.25rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #dee2e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.estate-big-registration .paraia-multi-select .dropdown .item .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #95BF30;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.estate-big-registration .person.initial-display-none {
  display: none;
}
.estate-big-registration #msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
.estate-big-registration #msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.estate-big-registration #msform fieldset:not(:first-of-type) {
  display: none;
}
.estate-big-registration #msform .action-button-previous {
  width: 100px;
  background: #C5C5F1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}
.estate-big-registration #msform .action-button-previous:hover, .estate-big-registration #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}
.estate-big-registration .fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
.estate-big-registration .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
.estate-big-registration #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
.estate-big-registration #progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .estate-big-registration #progressbar li {
    width: 25%;
    float: left;
  }
}
.estate-big-registration #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 23px;
  display: block;
  font-size: 12px;
  color: #333;
  background: rgb(236, 236, 236);
  border-radius: 25px;
  margin: 0 auto 10px auto;
}
.estate-big-registration #progressbar li:after {
  content: "";
  height: 2px;
  background: rgb(236, 236, 236);
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}
@media (min-width: 768px) {
  .estate-big-registration #progressbar li:after {
    width: 100%;
  }
}
.estate-big-registration #progressbar li:first-child:after {
  content: none;
}
.estate-big-registration #progressbar li.active:before, .estate-big-registration #progressbar li.active:after {
  background: #95BF30;
  color: white;
}

.estate-show div, .estate-show span, .estate-show a, .estate-show li {
  font-family: "Alef", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.estate-show .opacity-1 {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .estate-show .header-container {
    padding: 0;
  }
  .estate-show .container:not(.contact-container) {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.estate-show .header-image {
  position: relative;
  padding: 0;
}
.estate-show .header-image .header-image-text {
  display: flex;
  position: absolute;
  padding: 15px;
  background-color: #0068b4;
  color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 4px 6.93px 0.07px rgba(0, 0, 0, 0.6);
  bottom: -22px;
  right: 18%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 991px) {
  .estate-show .header-image .header-image-text {
    position: initial;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding: 0;
  }
}
.estate-show .header-image img {
  width: 100%;
}
.estate-show .header h1 {
  color: rgb(0, 104, 180);
  font-size: 27px;
  font-weight: 400;
  margin: 0;
}
.estate-show .header h1 strong {
  font-size: 30px;
}
@media (max-width: 991px) {
  .estate-show .header .feature-beschreibung ul {
    padding-left: 25px;
  }
}
.estate-show .header .feature-beschreibung ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}
.estate-show .header .feature-beschreibung ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -24px;
  width: 18px;
  height: 18px;
  background-image: url("../Icons/List.png");
}
.estate-show .header .address {
  color: rgb(0, 104, 180);
  font-weight: bold;
}
.estate-show a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .estate-show .tab-pane > *:first-child {
    padding-top: 0.25rem !important;
  }
}
.estate-show .accordion .card-header {
  padding: 0 var(--bs-card-cap-padding-x);
  background-color: transparent;
}
.estate-show .links .ausstattungsbeschreibung, .estate-show .houses .top-description .ausstattungsbeschreibung {
  word-break: break-all;
}
.estate-show .links hr, .estate-show .houses .top-description hr {
  border-top: 1px solid rgb(0, 104, 180);
  opacity: 1;
}
.estate-show .links .icon-link, .estate-show .houses .top-description .icon-link {
  font-weight: normal;
  display: inline-block;
}
.estate-show .links .icon-link::before, .estate-show .houses .top-description .icon-link::before {
  content: none !important;
}
.estate-show .links .icon-link div, .estate-show .houses .top-description .icon-link div {
  color: rgb(0, 104, 180);
  line-height: 17px;
}
.estate-show .links .icon-link .circle-link, .estate-show .houses .top-description .icon-link .circle-link {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  background: rgb(0, 104, 180);
  margin: auto;
}
.estate-show .links .icon-link .circle-link img, .estate-show .houses .top-description .icon-link .circle-link img {
  position: relative;
  top: 15.5px;
}
.estate-show .links .icon-link:hover, .estate-show .houses .top-description .icon-link:hover {
  cursor: pointer;
}
.estate-show .links .icon-link:hover div, .estate-show .houses .top-description .icon-link:hover div {
  color: #95BF30;
}
.estate-show .links .icon-link:hover .circle-link, .estate-show .houses .top-description .icon-link:hover .circle-link {
  background: #95BF30;
}
.estate-show .links div.icon-link, .estate-show .houses .top-description div.icon-link {
  opacity: 0.5;
}
.estate-show .links div.icon-link:hover, .estate-show .houses .top-description div.icon-link:hover {
  cursor: initial;
}
.estate-show .links div.icon-link:hover div, .estate-show .houses .top-description div.icon-link:hover div {
  color: rgb(0, 104, 180);
}
.estate-show .links div.icon-link:hover .circle-link, .estate-show .houses .top-description div.icon-link:hover .circle-link {
  background: rgb(0, 104, 180);
}
.estate-show .overview .tab-pane, .estate-show .houses .tab-pane {
  padding-left: 0;
  padding-right: 0;
}
.estate-show .overview ul, .estate-show .houses ul {
  border: none;
}
.estate-show .overview ul .nav-item a:hover span, .estate-show .houses ul .nav-item a:hover span {
  color: #fff;
}
.estate-show .overview ul .nav-item a:hover::before, .estate-show .houses ul .nav-item a:hover::before {
  background: #95BF30;
  margin-bottom: 0;
  margin-top: -10px;
}
.estate-show .overview ul .nav-item a span, .estate-show .houses ul .nav-item a span {
  text-transform: uppercase;
}
@media (max-width: 344px) {
  .estate-show .overview .card-body .top-description, .estate-show .houses .card-body .top-description {
    margin: 0;
  }
}
.estate-show .overview .gallery, .estate-show .houses .gallery {
  position: relative;
}
.estate-show .overview .gallery .carousel-wrapper, .estate-show .houses .gallery .carousel-wrapper {
  overflow-y: auto;
}
.estate-show .overview .gallery .carousel-wrapper .estate-carousel .item img, .estate-show .houses .gallery .carousel-wrapper .estate-carousel .item img {
  max-height: 250px;
  width: auto;
}
.estate-show .overview .gallery .carousel-wrapper .top-carousel .item img, .estate-show .houses .gallery .carousel-wrapper .top-carousel .item img {
  max-height: 600px;
  width: auto;
}
.estate-show .overview .gallery .owl-prev, .estate-show .overview .gallery .owl-next, .estate-show .houses .gallery .owl-prev, .estate-show .houses .gallery .owl-next {
  position: absolute;
  transform: translateY(-50%);
  cursor: pointer;
}
.estate-show .overview .gallery .owl-prev, .estate-show .houses .gallery .owl-prev {
  left: -50px;
}
.estate-show .overview .gallery .owl-next, .estate-show .houses .gallery .owl-next {
  right: -50px;
}
.estate-show .overview .gallery .carousel-inner .carousel-item.active,
.estate-show .overview .gallery .carousel-inner .carousel-item-next,
.estate-show .overview .gallery .carousel-inner .carousel-item-prev, .estate-show .houses .gallery .carousel-inner .carousel-item.active,
.estate-show .houses .gallery .carousel-inner .carousel-item-next,
.estate-show .houses .gallery .carousel-inner .carousel-item-prev {
  display: flex;
}
.estate-show .overview .gallery .carousel-inner .carousel-item-right.active,
.estate-show .overview .gallery .carousel-inner .carousel-item-next, .estate-show .houses .gallery .carousel-inner .carousel-item-right.active,
.estate-show .houses .gallery .carousel-inner .carousel-item-next {
  transform: translateX(33.33%);
}
.estate-show .overview .gallery .carousel-inner .carousel-item-left.active,
.estate-show .overview .gallery .carousel-inner .carousel-item-prev, .estate-show .houses .gallery .carousel-inner .carousel-item-left.active,
.estate-show .houses .gallery .carousel-inner .carousel-item-prev {
  transform: translateX(-33.33%);
}
.estate-show .overview .gallery .carousel-inner .carousel-item-right,
.estate-show .overview .gallery .carousel-inner .carousel-item-left, .estate-show .houses .gallery .carousel-inner .carousel-item-right,
.estate-show .houses .gallery .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .estate-show .houses .gallery .carousel-wrapper {
    margin-right: 50px;
  }
}
.estate-show .houses .gallery .owl-next {
  right: 0;
}
.estate-show .houses .gallery .owl-prev {
  left: -50px;
}
.estate-show .overview .custom-nav-tabs, .estate-show .houses .custom-nav-tabs {
  display: none !important;
}
@media (min-width: 992px) {
  .estate-show .overview .custom-nav-tabs, .estate-show .houses .custom-nav-tabs {
    display: flex !important;
  }
  .estate-show .overview .custom-card-header, .estate-show .houses .custom-card-header {
    display: none !important;
  }
  .estate-show .overview .custom-collapse, .estate-show .houses .custom-collapse {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .estate-show .overview .custom-tab-pane, .estate-show .houses .custom-tab-pane {
    display: block !important;
    opacity: 1 !important;
    padding: 0;
  }
  .estate-show .overview .custom-tab-pane .custom-card-header a, .estate-show .houses .custom-tab-pane .custom-card-header a {
    text-transform: uppercase;
  }
}
.estate-show #map {
  height: 500px;
}
.estate-show .houses .tab-pane.wide .collapse-top-info .top-heading-description .area {
  margin-left: calc(1rem + 5% - 0.1rem - 1px + 10% - 0.2rem - 2px + 10% - 0.2rem - 2px);
  width: calc(15% - 0.3rem - 3px + 15% - 0.3rem - 3px + 10% - 0.2rem - 2px);
}
.estate-show .houses .tab-pane .collapse-top-info .top-heading-description .area {
  margin-left: calc(1rem + 5% - 0.1rem - 1px + 10% - 0.2rem - 2px + 10% - 0.2rem - 2px);
  width: calc(15% - 0.3rem - 3px + 15% - 0.3rem - 3px + 10% - 0.2rem - 2px);
}
.estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-header ul {
  width: 100%;
}
.estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button {
  padding: 0 1rem;
  background: #FFF;
}
.estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:hover, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:focus, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:active, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button[aria-expanded=true] {
  background: rgb(236, 236, 236);
}
.estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:hover li .top-number, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:focus li .top-number, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button:active li .top-number, .estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button[aria-expanded=true] li .top-number {
  background: #fff;
  color: #000;
}
.estate-show .houses .tab-pane .collapse-top-info .top-accordion .accordion-button[aria-expanded=true] {
  border-bottom: 2px solid #000;
}
.estate-show .houses .collapse-top-info .heading {
  padding: 0.5rem 1rem !important;
}
.estate-show .houses .collapse-top-info .top-heading-description .area {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #000;
  text-align: center;
  display: inline-block;
}
@media (max-width: 991px) {
  .estate-show .houses .collapse-top-info .top-heading-description {
    display: none;
  }
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) {
  color: rgb(70, 70, 70);
  padding: 6px 0;
  margin-bottom: 0;
  line-height: 25px;
}
@media (max-width: 991px) {
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) {
    display: flex;
  }
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li {
  text-align: center !important;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.top-column {
  width: calc(5% - 1px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.geschoss-column {
  width: calc(10% - 2px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.zimmer-column {
  width: calc(10% - 2px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.wohnen-column {
  width: calc(15% - 3px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.freiflaechen-column {
  width: calc(15% - 3px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.eigengarten-column {
  width: calc(10% - 2px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.anzahlung-column {
  width: calc(10% - 2px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.parkplatz-column {
  width: calc(15% - 3px);
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.preis-column {
  width: calc(10% - 2px);
}
@media (max-width: 991px) {
  .estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.top-column {
    width: calc(15% - 3px);
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.geschoss-column {
    width: calc(25% - 5px);
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.wohnen-column {
    width: calc(30% - 6px);
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details).heading li.preis-column {
    width: calc(30% - 6px);
  }
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li {
  display: inline-block;
  list-style: none;
  padding: 0 0.25rem;
  font-size: 15px;
  vertical-align: top;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.top-column {
  width: 5%;
  text-align: center;
  justify-items: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.geschoss-column {
  width: 10%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.zimmer-column {
  width: 10%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.wohnen-column {
  width: 15%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.freiflaechen-column {
  width: 15%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.eigengarten-column {
  width: 10%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.anzahlung-column {
  width: 10%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.parkplatz-column {
  width: 15%;
  text-align: center;
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.preis-column {
  width: 10%;
  text-align: center;
}
@media (max-width: 991px) {
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.top-column {
    width: 15%;
    order: 1;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.geschoss-column {
    width: 25%;
    order: 2;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.zimmer-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.wohnen-column {
    width: 30%;
    order: 3;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.freiflaechen-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.eigengarten-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.anzahlung-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.parkplatz-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.frei-column {
    display: none;
  }
  .estate-show .houses .collapse-top-info ul:not(.mobile-details) > li.preis-column {
    width: 30%;
    order: 4;
  }
}
.estate-show .houses .collapse-top-info ul:not(.mobile-details) li .top-number {
  background: rgb(0, 104, 180);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
}
.estate-show .houses ul li .sold {
  color: #C22523;
}
.estate-show .houses ul.mobile-details {
  padding-left: 25px;
}
.estate-show .houses ul.mobile-details li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
}
.estate-show .houses ul.mobile-details li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -24px;
  width: 18px;
  height: 18px;
  background-image: url("../Icons/List.png");
}
.estate-show .houses .top-border-bottom {
  border-bottom: 2px solid #000;
}
.estate-show .houses .top-description {
  color: rgb(70, 70, 70);
}
.estate-show .houses .top-description.show {
  display: flex;
}
.estate-show .houses .top-description .top-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.estate-show .houses .top-description .top-image .lupe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  height: 100px;
  width: 100px;
  background: url("../Icons/Lupe.png") rgba(255, 255, 255, 0.6) center center no-repeat;
  content: "";
}
.estate-show .houses .top-description .top-image:hover .lupe {
  background: url("../Icons/Lupe.png") #fff center center no-repeat;
}
.estate-show .houses .top-description .top-details {
  margin: 50px 0;
}
.estate-show .houses .top-description .top-details p {
  font-size: 15px;
  margin: 0;
}
.estate-show .houses .top-description .icon-link {
  max-width: 115px;
}
.estate-show .houses .top-description .icon-link .circle-link {
  margin: 0 23px;
}
.estate-show .houses .top-description .icon-link .text-link {
  font-weight: bold;
  max-width: 127px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .estate-show .houses .top-description .icon-link .circle-link {
    margin: auto;
  }
  .estate-show .houses .top-description .icon-link .text-link {
    margin: 10px auto auto;
  }
}
.estate-show .houses .top-description .environment-info {
  font-size: 16px;
  background: rgb(236, 236, 236);
  padding: 20px;
}
.estate-show hr.tab-divider {
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  border-top: 3px solid #95BF30;
  opacity: 1;
}
.estate-show .contact {
  background: rgb(0, 104, 180);
  height: 200px;
}
@media (max-width: 991px) {
  .estate-show .contact {
    height: 275px;
  }
}
@media (max-width: 767px) {
  .estate-show .contact {
    height: 275px;
  }
  .estate-show .contact .contact-details {
    text-align: center;
  }
}
@media (max-width: 388px) {
  .estate-show .contact {
    height: 380px;
  }
}
.estate-show .contact h2, .estate-show .contact h3, .estate-show .contact div, .estate-show .contact span {
  color: #fff;
}
.estate-show .contact h2 {
  line-height: 33px;
  margin-bottom: 5px;
  margin-top: 0;
  max-width: 200px;
}
@media (max-width: 991px) {
  .estate-show .contact h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .estate-show .contact .image-col {
    padding: 0;
  }
}
.estate-show .contact .subheading {
  font-size: 20px;
}
.estate-show .contact .phone, .estate-show .contact .mail, .estate-show .contact .phone {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  display: block;
}
.estate-show .contact .phone:before, .estate-show .contact .mail:before, .estate-show .contact .phone:before {
  content: none;
}
.estate-show .contact .request-button {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .estate-show .contact .request-button {
    margin-top: 5px;
  }
}
.estate-show .contact .request-button:hover a span {
  color: rgb(0, 104, 180);
}
.estate-show .contact .request-button a {
  padding: 6px 55px;
}
.estate-show .contact .request-button a span {
  font-size: 15px;
}
.estate-show .contact .btn {
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.estate-show .contact .btn-primary {
  background-color: #94c11c;
  color: #fff;
  border-color: #94c11c;
  white-space: normal;
  word-wrap: break-word;
}
.estate-show .contact .btn-primary:hover, .estate-show .contact .btn-primary:focus, .estate-show .contact .btn-primary:active {
  background-color: #fff;
  color: #0068b4;
  border-color: #3084c2;
}

.estate-map div, .estate-map span, .estate-map a, .estate-map li, .estate-map input {
  font-family: "Alef", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.estate-map .card-header, .estate-map .card-header:hover, .estate-map .active-acc {
  background-color: rgb(0, 104, 180);
}
.estate-map .card-header a, .estate-map .card-header:hover a, .estate-map .active-acc a {
  color: #fff !important;
}
.estate-map .map-wrapper {
  min-height: 450px;
  background: rgb(0, 104, 180) url(../Images/verlauf.png) no-repeat;
}
.estate-map .map-wrapper div {
  color: #fff;
}
.estate-map .map-wrapper .map-heading {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .estate-map .map-wrapper .map-heading {
    font-size: 18px;
  }
}
.estate-map .map-wrapper .estate-button-wrapper {
  min-height: 80px;
}
.estate-map .map-wrapper .show-estate-button {
  margin-top: 1.5rem;
}
.estate-map .map-wrapper .loading {
  height: 80px;
  width: 80px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.estate-map .map-wrapper .district {
  cursor: pointer;
  border-top: 1px solid #fff;
}
@media (max-width: 991px) {
  .estate-map .map-wrapper .district {
    padding-left: 30px;
  }
}
.estate-map .map-wrapper .district:nth-of-type(1), .estate-map .map-wrapper .district:nth-of-type(2) {
  margin-top: 50px;
}
.estate-map .map-wrapper .district:nth-last-of-type(1), .estate-map .map-wrapper .district:nth-last-of-type(2) {
  border-bottom: 1px solid #fff;
}
.estate-map .map-wrapper .district.selected, .estate-map .map-wrapper .district:hover {
  background: #95BF30;
}
.estate-map .map-wrapper .check .check-header {
  font-size: 25px;
  font-weight: bold;
  width: 75%;
}
@media (max-width: 991px) {
  .estate-map .map-wrapper .check .check-header {
    font-size: 18px;
    width: 100%;
  }
}
.estate-map .map-wrapper .check .check-wrapper {
  min-width: 65px;
}
.estate-map .map-wrapper .check .check-wrapper .custom-check_indicator:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  display: block;
  border-color: rgb(236, 236, 236);
}
.estate-map .map-wrapper .check .check-wrapper .custom-check input:checked ~ .custom-check_indicator:after {
  border-color: #95bf30;
}
.estate-map .map-wrapper .check .check-wrapper .custom-check-checkbox .custom-check_indicator {
  height: 50px;
  width: 52px;
}
.estate-map .map-wrapper .check .check-wrapper .custom-check-checkbox .custom-check_indicator:after {
  left: 19px;
  top: -12px;
  width: 11px;
  height: 42px;
  border-width: 0 13px 12px 0;
}
.estate-map .map-wrapper .check .check-wrapper .check-label {
  margin-top: 30px;
  font-size: 15px;
}
.estate-map .map-wrapper .extended-search {
  position: absolute;
  right: 60px;
  bottom: 25px;
}
.estate-map .map-wrapper .extended-search div {
  font-size: 15px;
}
@media (max-width: 991px) {
  .estate-map .map-wrapper .extended-search {
    position: initial;
  }
}
.estate-map .pl-0, .estate-map .px-0 {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .estate-map .pl-lg-4, .estate-map .px-lg-4 {
    padding-left: 3rem !important;
  }
  .estate-map .text-lg-left {
    text-align: left !important;
  }
}
.estate-map .btn-primary {
  background-color: #94c11c;
  color: #fff;
  border-color: #94c11c;
  white-space: normal;
  word-wrap: break-word;
  padding: 0.375rem 1.75rem;
}
.estate-map .btn-primary:hover, .estate-map .btn-primary:active {
  background-color: #fff;
  color: #0068b4;
  border-color: #3084c2;
}
.estate-map #panel-filter-toggle .accordion-button-icon {
  fill: white;
  margin-right: 0;
  transition: transform 0.4s ease-in-out;
  transform-origin: center;
}
.estate-map #panel-filter-toggle.active-acc .accordion-button-icon {
  transform: rotate(180deg);
}

.estate-list .noUi-horizontal {
  height: 7px !important;
}
.estate-list .noUi-horizontal .noUi-handle {
  cursor: ew-resize;
}
.estate-list .noUi-horizontal[disabled] .noUi-handle {
  cursor: not-allowed;
}
.estate-list .noUi-base .noUi-connect {
  background-color: rgb(185.5, 185.5, 185.5);
}
.estate-list .noUi-base .noUi-handle {
  background-color: lightgrey;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #FFFFFF;
  display: table;
  font-size: 15px;
  height: 24px !important;
  left: 0;
  margin-left: -22px;
  margin-top: -5px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -5px !important;
  width: 8px !important;
  z-index: 2;
}
.estate-list .noUi-base .noUi-handle:hover {
  background-color: rgb(236.5, 236.5, 236.5);
}
.estate-list .noUi-base .noUi-handle.noUi-active {
  background-color: rgb(185.5, 185.5, 185.5);
  z-index: 3;
}
.estate-list .noUi-base .noUi-handle::before {
  background: transparent;
  content: attr(data-value);
  display: table-cell;
  font-size: 18px;
  font-weight: 100;
  position: static;
  width: 100%;
  vertical-align: middle;
}
.estate-list .noUi-base .noUi-handle::after {
  display: none;
}
.estate-list .noUi-base .noUi-handle-lower {
  right: -7px !important;
}
.estate-list .noUi-base .noUi-handle-upper {
  right: -1px !important;
}
.estate-list .size-filter .noUi-handle {
  background-color: #95BF30;
}
.estate-list .size-filter .noUi-handle:hover, .estate-list .size-filter .noUi-handle.noUi-active {
  background-color: rgb(172.1548117155, 210.8158995816, 79.1841004184);
}

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.custom-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 18px;
}

.custom-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-check_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 27px;
  width: 29px;
  background: #ffffff;
  border: 1px solid #afadad;
}

.custom-check:hover input ~ .custom-check_indicator,
.custom-check input:focus ~ .custom-check_indicator {
  background: #ffffff;
}

.custom-check input:checked ~ .custom-check_indicator {
  background: #ffffff;
}

.custom-check:hover input:not([disabled]):checked ~ .custom-check_indicator,
.custom-check input:checked:focus ~ .custom-check_indicator {
  background: #ffffff;
}

.custom-check input:disabled ~ .custom-check_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.custom-check_indicator:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  display: none;
}

.custom-check input:checked ~ .custom-check_indicator:after {
  display: block;
}

.custom-check-checkbox .custom-check_indicator:after {
  left: 10px;
  top: -10px;
  width: 8px;
  height: 24px;
  border: solid #95bf30;
  border-width: 0 7px 8px 0;
  transform: rotate(45deg);
}

.custom-check-checkbox input:disabled ~ .custom-check_indicator:after {
  border-color: #7b7b7b;
}

.breadcrumb-current {
  font-weight: bold;
  color: rgba(68, 68, 68, 0.7490196078);
}

.accordion-button:hover, .accordion-button:focus, .accordion-button:active {
  background: #95bf30;
}

.gslide-image {
  background-color: white;
}

#c2199 {
  padding-top: 0;
}