@charset "UTF-8";
.refsite ol.breadcrumb {
  margin-bottom: 0;
  margin-top: -10px;
}

.hidden-form-fields {
  display: none;
}

div#reffilter:not(.open) h3 {
  color: transparent;
}

#reffilter {
  max-width: 275px;
  height: 25px;
  margin-bottom: -25px;
  position: sticky;
  top: 20px;
  overflow: visible;
  z-index: 99;
}
#reffilter.fixed {
  position: fixed;
  top: 125px;
}
#reffilter.open:after {
  content: "×";
  display: block;
  position: absolute;
  top: 0rem;
  right: 10px;
  font-size: 2rem;
  color: #393E42;
  pointer-events: none;
}
#reffilter.open .filter-toogle {
  opacity: 0;
}

#referenzes:has(#filterform) {
  margin-top: -2.5rem;
}
#filter,
#filter:has(#filterform) {
  position: sticky;
  top: 90px;
  background: #fff;
  padding-top: 2.5rem;
  z-index: 99;
}
#filter:has(#filterform):after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 200vw;
  left: -50vw;
  height: 100%;
  bottom: 0;
  z-index: -1;
  box-shadow: 0px 10px 10px -10px #eee;
}

#filterform {
  padding: 0;
  display: flex;
  column-gap: 1rem;
}
#filterform .options {
  flex-basis: 75%;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: auto;
}
#filterform .options h3 {
  flex-basis: 100%;
}
#filterform .options details {
  flex-basis: 32%;
  height: 35px;
}
#filterform .options details label {
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
}
#filterform .options details label input {
  cursor: pointer;
}
#filterform .options .irs--flat.irs-with-grid {
  position: relative;
  margin: 10px 15px 0;
}
#filterform .options .irs--flat.irs-with-grid:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  height: 100%;
  bottom: 0;
  z-index: -1;
}
#filterform .control {
  display: flex;
  flex-basis: 300px;
  flex-wrap: wrap;
}
#filterform .control h3 {
  flex-basis: 100%;
}
#filterform .control label {
  margin-left: auto;
}
#filterform .control label, #filterform .control select {
  height: 35px;
}

@media (min-width: 576px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 540px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 720px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 960px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 1140px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 1170px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 1170px) / 2);
  }
}
@media (min-width: 1600px) {
  #reffilter {
    transform: translateX(calc(0px - (100vw - 1400px) / 2));
  }
  #refhead .overlay {
    padding-right: calc((100vw - 1400px) / 2);
  }
}
.open #searchform {
  width: 275px;
  height: auto;
}

#searchform {
  padding: 5px 10px;
  background: #EFF0F1;
  transition: all 0.3s;
  height: 60px;
  overflow: hidden;
  width: 65px;
}
#searchform > h3 {
  margin: 10px 0;
}

.filter {
  padding: 15px 10px;
}
.filter input[type=checkbox],
.filter input[type=radio] {
  accent-color: #3aa1a8;
}
.filter img.filter-toogle {
  float: right;
  max-height: 50px;
  padding: 10px;
  transform: translateY(-5px);
  cursor: pointer;
}
.filter summary, .filter select {
  background: #3EB1B8;
  padding: 5px 10px;
  font-weight: bold;
  border: 0;
  margin-bottom: 5px;
  color: #fff;
}
.filter select {
  font-weight: normal;
  font-size: 0.8rem;
}
.filter select#order {
  width: 100%;
}
.filter details {
  margin-bottom: 10px;
}
.filter label {
  display: flex;
  column-gap: 5px;
  margin-bottom: 3px;
  font-size: 0.9rem;
  align-items: center;
}
.filter label input[type=checkbox],
.filter label input[type=radio] {
  min-width: 25px;
  width: 25px;
  height: 25px;
  border-radius: 0;
}

.reference-list.category-view .reference-card .refbtn.ref-request {
  display: none;
}

.reference-list, .addons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 3rem;
  justify-content: center;
}

.reference-card {
  flex: 0 0 calc(33% - 2rem);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.reference-card:first-child:last-child {
  overflow: unset;
}
.reference-card .reference-image {
  filter: drop-shadow(-5px -5px 3px #C2C2C2);
}
.reference-card .reference-image a {
  cursor: zoom-in;
}
.reference-card .reference-image > * {
  aspect-ratio: 4/3;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0% 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.reference-card .reference-image img {
  height: 100%;
  min-width: 100%;
  max-width: none;
  object-fit: cover;
}
.reference-card .refid {
  text-align: right;
  height: 0;
  padding-right: 15px;
  transform: translateY(-25px);
  font-weight: bold;
  font-size: 1.25rem;
}
.reference-card .reftext {
  box-shadow: -5px -5px 15px 2px #C2C2C2;
  padding: 15px 10px;
  padding: 50px 15px 15px;
  margin-top: -30px;
  flex-grow: 1;
  background: #fff;
}
.reference-card .reftext h3 {
  min-height: 72px;
  margin-bottom: 15px;
  text-wrap: balance;
}
.reference-card .refdata {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.reference-card .refdata div {
  flex: 0 0 calc(50% - 10px);
  display: block;
  font-size: 0.9rem;
}
.reference-card .refdata div span {
  font-weight: bold;
}
.reference-card .refbtn {
  margin: 20px -15px -15px;
  color: #fff;
  padding: 10px 15px;
  display: block;
  background: #3EB1B8;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 3px #393E42;
}
.reference-card .refbtn.ref-request {
  background: #393E42;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-bar {
  background: #FF2A1C;
}

.irs--flat.irs-with-grid {
  margin: 10px 15px 0;
}

#refhead {
  display: flex;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: -100px;
}
#refhead img {
  width: 100%;
}
#refhead .overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 45%;
  padding-left: 4rem;
  padding-top: 2rem;
  background: rgba(0, 0, 0, 0.75);
}
#refhead .overlay .refnr {
  font-size: 20rem;
  line-height: 20rem;
  color: #fff;
  position: absolute;
  opacity: 0.125;
  filter: drop-shadow(0px 0px 10px black);
}
#refhead .overlay .titel {
  margin-top: 2rem;
  color: #fff;
  position: relative;
}

.reference-details .owl-carousel .owl-nav .tdowl-next, .reference-details .owl-carousel .owl-nav .tdowl-prev {
  top: calc((100% - 100px) / 2);
}
.reference-details .content > .container > .row {
  column-gap: 3rem;
}
.reference-details .content > .container > .row .text, .reference-details .content > .container > .row .images {
  width: calc(50% - 1.5rem);
}
.reference-details .content > .container > .row .images {
  position: sticky;
  top: 40px;
}
.reference-details button.ref-request {
  max-width: 250px;
  margin-bottom: 20px;
  border: none;
}
.reference-details .reftext {
  margin-top: 2rem;
}
.reference-details .ref-request {
  display: block;
  width: 55%;
  transform: translateY(50%);
  z-index: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  color: #fff;
  padding: 20px 10px;
  overflow: hidden;
  font-weight: 600;
  background: #3EB1B8;
  cursor: pointer;
  text-shadow: 0 0 3px #393E42;
}
.reference-details .ref-request:hover {
  background-size: 500% 500%;
  background-image: repeating-linear-gradient(-45deg, #3EB1B8 0%, #3EB1B8 45%, #86d2d6 55%, #d2eef0 60%, #86d2d6 65%, #3EB1B8 75%);
  animation: diagonal alternate 3s infinite;
}
@keyframes diagonal {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.reference-details .refdata {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.reference-details .refdata > div {
  background: #fff;
  flex: 0 0 calc(25% - 10px);
  margin: 5px;
  box-shadow: 0 0 10px #C2C2C2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 10px;
  font-size: 1.125rem;
}
.reference-details .refdata > div span {
  display: block;
  font-weight: bold;
}
.reference-details #refimage {
  aspect-ratio: 6/4;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
}
.reference-details #refimage video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reference-details #refimage img {
  cursor: zoom-in;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
}
.reference-details #refimage img:first-child {
  z-index: 99;
}
.reference-details #refcarousel.owl-carousel {
  overflow: hidden;
  padding-bottom: 30px;
}
.reference-details #refcarousel.owl-carousel .owl-item {
  cursor: pointer;
}
.reference-details #refcarousel.owl-carousel .owl-item {
  overflow: hidden;
  aspect-ratio: 6/4;
}
.reference-details #refcarousel.owl-carousel .owl-item .item {
  height: 100%;
}
.reference-details #refcarousel.owl-carousel .owl-item .item img {
  height: 100%;
  max-width: none;
  width: auto !important;
  margin: 0 auto;
}
.reference-details #refcarousel.owl-carousel .owl-item .item video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reference-details #refcarousel.owl-carousel .item > a {
  pointer-events: none;
}
.reference-details #refcarousel.owl-carousel .owl-dots {
  bottom: -10px;
}
.reference-details #refcarousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #3EB1B8;
}
.reference-details #refcarousel.owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #3EB1B8;
}
.reference-details #refcarousel.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  border: 5px solid transparent;
  background: rgba(62, 177, 184, 0.25);
}
.reference-details .addons {
  background: #EFF0F1;
  padding: 30px 0;
}
.reference-details .addons .container {
  display: flex;
  column-gap: 3rem;
  row-gap: 3rem;
  flex-wrap: wrap;
}
.reference-details .addons .reference-card {
  flex: 1 0 calc(25% - 2.5rem);
  max-width: 33%;
}
.reference-details .addons .reftext h3, .reference-details .addons .text {
  min-height: 48px;
}

img.mfp-img {
  max-width: 90vw !important;
  max-height: 90vh !important;
}

label.reset-btn {
  display: block;
  text-align: center;
  padding: 5px;
  background: #3EB1B8;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
label.reset-btn:not(.show) {
  display: none;
}
label.reset-btn > input {
  display: none;
}

body .frame-type-form_formframework > .frame-referenz-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background: rgba(194, 194, 194, 0.8);
  z-index: -9999;
  opacity: 0 !important;
  transition: opacity 0.5s;
  margin: 0 auto;
}
body .frame-type-form_formframework > .frame-referenz-form.open {
  transition: opacity 1s;
  opacity: 1 !important;
  z-index: 99999;
}
body .frame-type-form_formframework > .frame-referenz-form .close-form {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: bold;
  margin-right: calc((100% - 750px) / 2 + 30px);
  padding: 0px;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  background: #393e42;
  top: 25px;
  right: 0;
  cursor: pointer;
  outline: 1px solid #fff;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
body .frame-type-form_formframework > .frame-referenz-form .form {
  max-width: 750px;
  padding: 50px;
  background: #393E42;
  border-radius: 20px;
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  margin: 20px auto;
  opacity: 1;
  max-height: calc(100vh - 40px);
  overflow: scroll;
}
body .frame-type-form_formframework > .frame-referenz-form .form .input .form-control {
  margin: 0.5rem 0;
}
body .frame-type-form_formframework > .frame-referenz-form .form .form-group .form-label {
  top: 0.5rem;
}
body .frame-type-form_formframework > .frame-referenz-form .form .form-group:focus-within .form-label, body .frame-type-form_formframework > .frame-referenz-form .form .form-group.filled .form-label {
  font-weight: bold;
  top: -0.95rem;
  padding-left: 1px;
  color: #fff;
}
body .frame-type-form_formframework > .frame-referenz-form .form .ce-bodytext, body .frame-type-form_formframework > .frame-referenz-form .form .add-on.form-check-label span {
  color: #fff;
}

.mobileVisToggle {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 40px;
  transition: all 0.3s;
  cursor: pointer;
  transform: rotate(0deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: none;
}
.mobileVisToggle.off {
  top: -5px;
  color: #fff;
  border-bottom: 2px solid #393E42;
  border-right: 2px solid #393E42;
  transform: rotate(45deg);
}

#referenzes:has(#spinner.show) #filterform, #referenzes:has(#spinner.show) #reflist {
  opacity: 0.5;
  pointer-events: none;
}

/* HTML: <div class="loader"></div> */
#spinner {
  width: 120px;
  height: 20px;
  transform: skewX(-45deg);
  background: linear-gradient(#3EB1B8 0 0) left -30px top 0/30px 20px no-repeat #ccc;
  animation: l3 1s infinite linear;
  position: fixed;
  z-index: -2;
  opacity: 0;
  left: calc(50% - 60px);
}
#spinner.show {
  opacity: 1;
  z-index: 5;
}

@keyframes l3 {
  100% {
    background-position: right -30px top 0;
  }
}
@media only screen and (max-width: 1199px) {
  .reference-details #refcarousel.owl-carousel {
    margin-bottom: 30px;
  }
  .reference-details .content > .container > .row .text, .reference-details .content > .container > .row .images {
    width: 100%;
  }
  .reference-details .addons .container {
    justify-content: space-evenly;
  }
  .reference-details .addons .container .reference-card {
    flex: 0 0 calc(33% - 1.5rem);
    max-width: 100%;
  }
  .reference-card {
    flex: 0 0 calc(50% - 3rem);
    max-width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 991px) {
  .mobileVisToggle {
    display: block;
  }
  #refhead .overlay {
    max-width: 55%;
  }
  #filter:has(.mobileVisToggle) {
    height: 100%;
  }
  #filter:has(.mobileVisToggle.off) {
    height: 0px;
    overflow: hidden;
  }
  #filter,
  #filter:has(#filterform) {
    top: 72px;
  }
  #filter:has(#filterform) details[open] {
    z-index: 1;
  }
  #filterform .options details {
    flex-basis: 100%;
  }
  #filterform .control {
    align-content: flex-start;
  }
  #filterform .control select {
    margin-bottom: 10px;
  }
  .reference-details .refdata {
    display: grid;
    grid-auto-columns: minmax(33%, 50%);
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
  }
  .reference-card .reftext h3 {
    min-height: 60px;
    font-size: 1rem;
  }
  .reference-card .refdata div span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  div#reffilter {
    height: auto;
    position: static;
    max-width: none;
    transform: translate(0) !important;
    margin-bottom: 10px;
  }
  div#reffilter.fixed {
    position: static;
  }
  div#reffilter.open #searchform {
    height: auto;
  }
  div#reffilter.open:after {
    right: 35px;
  }
  div#reffilter:not(.open) .sort, div#reffilter:not(.open) #order {
    display: none;
  }
  div#reffilter #searchform {
    height: 50px;
    width: 100%;
  }
  #refhead .overlay {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0rem;
  }
  .reference-card, .reference-details .addons .container .reference-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reference-card .reftext {
    padding: 70px 15px 15px;
    margin-top: -50px;
    background: #fff;
  }
  .addons > .owl-carousel {
    padding-bottom: 30px;
  }
  .addons > .owl-carousel .owl-dots {
    bottom: -10px;
    display: flex;
    justify-content: center;
  }
  .addons > .owl-carousel .owl-dots .owl-dot:hover span, .addons > .owl-carousel .owl-dots .owl-dot.active span {
    background: #3EB1B8;
  }
  .addons > .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(62, 177, 184, 0.5);
    border-radius: 10px;
  }
  #filterform {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #filterform div {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 549px) {
  .reference-details .refdata {
    display: flex;
  }
  .reference-details .refdata > div {
    flex: 0 0 calc(50% - 10px);
  }
  .mobileVisToggle {
    top: 5px;
  }
  .mobileVisToggle.off {
    top: 15px;
  }
}
@media only screen and (max-width: 499px) {
  #refhead {
    margin-bottom: 25px;
  }
  #refhead .overlay .titel {
    margin-top: 15px;
  }
  .reference-details button.ref-request {
    margin-top: 25px;
  }
  .reference-details .refdata > div {
    flex: 0 0 calc(50% - 15px);
  }
  .reference-details .ref-request {
    transform: translateY(0);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  #refhead .overlay .refnr {
    font-size: 14rem;
    line-height: 14rem;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 399px) {
  div#refcarousel .owl-dots {
    display: none;
  }
  .reference-details .titel h1 {
    font-size: 20px !important;
  }
  .reference-details #refcarousel.owl-carousel {
    margin-bottom: 0;
  }
}

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