@charset "UTF-8";
/*
Theme Name: WP PT 01
Version: 1.0
Author: onOffice
Author URI: http://www.onoffice.de
Template: enfold
*/
/* variables */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(600px) rotateX(30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(600px) rotateX(30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
    transform-origin: bottom;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: bottom;
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
    transform-origin: bottom;
  }
}
/* onOffice Plugin Styles */
/* base */
.oo-listheadline h1 {
  font-size: 50px;
  text-align: center;
}

#top .avia-builder-el-first .av-special-heading {
  padding-bottom: 30px;
  font-size: 70px;
}

/* estate details */
.oo-detailsheadline {
  padding: 0;
}
.oo-detailsheadline h1, .oo-detailsheadline h2, .oo-detailsheadline h3, .oo-detailsheadline h4, .oo-detailsheadline h5, .oo-detailsheadline h6 {
  margin-top: unset;
  font-weight: 500 !important;
  color: #000 !important;
}
.oo-detailsprice {
  margin-bottom: 0.3em;
}
.oo-detailstitle {
  font-size: 20px !important;
  text-align: center;
  color: #000 !important;
  font-weight: 500 !important;
  margin: 0px 0px 16px 0px;
}
.oo-detailsheader {
  width: 100vw;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.oo-detailsheader h1, .oo-detailsheader h2, .oo-detailsheader h3, .oo-detailsheader h4, .oo-detailsheader h5, .oo-detailsheader h6 {
  z-index: 1;
  align-self: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500 !important;
  text-align: center;
  width: 96%;
  margin: 0 auto;
}
.oo-detailsheader span {
  z-index: 1;
  align-self: center;
  color: #ffffff;
  font-size: 16px;
}
.oo-detailsheader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.33;
  z-index: 1;
}

.oo-detailview {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}

.oo-details-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .oo-details-container {
    flex-direction: row;
  }
}

.oo-details-main {
  width: 100%;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: unset;
}
@media (min-width: 992px) {
  .oo-details-main {
    width: 75%;
    padding-right: 40px;
    border-right: 1px solid #e1e1e1;
  }
}

.oo-details-main h3, .oo-details-sidebar h3 {
  font-size: 18px;
  color: var(--primary-color);
  text-transform: capitalize !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
  margin-top: unset;
}
.oo-details-main p, .oo-details-sidebar p {
  margin-top: unset;
  margin-bottom: 16px;
}

.oo-details-sidebar {
  width: 100%;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .oo-details-sidebar {
    width: 25%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 0px;
    margin: unset;
  }
}
.oo-details-sidebar .oo-detailsform h1 {
  display: none;
}
.oo-details-sidebar .oo-detailsform h3 {
  display: none;
}
.oo-details-sidebar .oo-detailsform h3.visible {
  display: block;
}
.oo-details-sidebar .oo-detailsform label {
  font-weight: 400 !important;
  font-family: "Source Sans Pro";
  color: #666666;
}
.oo-details-sidebar .oo-detailsform input {
  margin-bottom: 24px;
}
.oo-details-sidebar .oo-detailsform input[type=submit] {
  margin-top: 16px;
}
.oo-details-sidebar h3 {
  padding: 10px 0;
  margin-bottom: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase !important;
  color: #000000;
  letter-spacing: 1px;
}

.post-meta-infos {
  border: unset !important;
}

.oo-detailsgallery {
  margin-bottom: 25px;
  height: auto;
}

.oo-detailsgallery .slick-arrow {
  z-index: 999;
}

.oo-detailsgallery .slick-prev {
  left: 25px;
}

.oo-detailsgallery .slick-next {
  right: 25px;
}

.slick-list {
  border: 1px solid #ccc;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-radius: 3px;
}

.slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.oo-detailspicture {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px !important;
}

.oo-detail-plan {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.oo-detailsmap {
  margin-bottom: 40px;
}
.oo-detailsmap > div {
  min-height: 350px;
}

.oo-detailstable {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.oo-video {
  margin-bottom: 40px;
}

.oo-detailsgroup {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.oo-detailslisttr {
  display: flex;
  flex-direction: row;
  margin-bottom: -1px;
}
.oo-detailslisttr:nth-child(odd) {
  background-color: #f8f8f8;
}

.oo-detailslisttd {
  width: 50%;
  padding: 5px 10px;
  border: 1px solid #efefef;
  font-family: "Source Sans Pro";
  font-size: 14px;
  white-space: break-spaces;
}
.oo-detailslisttd:nth-child(odd) {
  font-weight: 600;
}
.oo-detailslisttd:nth-child(even) {
  border-left: unset;
}

.oo-detailsfreetext, .oo-detailsmap {
  padding-bottom: unset;
  padding-top: unset;
  border-bottom: unset;
}

.energy {
  margin-bottom: 40px;
  margin-top: 20px;
}

.energy-image {
  background-image: linear-gradient(to right, #008000, #ff0, #f00);
  color: #ffffff;
  margin-top: 32px;
}

.energy-step-wrapper {
  padding-bottom: 1.75rem;
  position: relative;
  margin: var(--padding-8) 0 0;
}

.energy-step-wrapper .step {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 14px;
}

.step:first-child {
  left: 0;
}

.step:nth-child(2) {
  left: 11.1111111111%;
}

.step:nth-child(3) {
  left: 22.2222222222%;
}

.step:nth-child(4) {
  left: 33.3333333333%;
}

.step:nth-child(5) {
  left: 44.4444444444%;
}

.step:nth-child(6) {
  left: 55.5555555556%;
}

.step:nth-child(7) {
  left: 66.6666666667%;
}

.step:nth-child(8) {
  left: 77.7777777778%;
}

.step:nth-child(9) {
  left: 88.8888888889%;
}

.step:nth-child(10) {
  right: 0;
  transform: none;
}

.energy-image ul {
  position: relative;
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 0 var(--padding-32) 0;
  list-style: none;
}

#energieausweis .energy-image li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 15px;
  border-right: 1px solid white;
  height: 35px;
  font-size: var(--font-size-3);
}

.energy-image span + span {
  display: block;
}

.energy-image li div {
  background: #fff;
  width: 100%;
  height: 15px;
  color: #8a8a8a;
  font-weight: 300;
}

.class_aplus .class_aplus div, .class_a .class_a div, .class_b .class_b div, .class_c .class_c div, .class_d .class_d div, .class_e .class_e div, .class_f .class_f div, .class_g .class_g div, .class_h .class_h div {
  background: transparent;
  color: #222222;
  font-weight: 500;
}

#energieausweis .energy-image li {
  font-size: 26px;
  line-height: 32px;
  height: 74px;
  flex: 1;
}

.energy-image li div {
  height: 34px;
  font-size: 18px;
}

.energy-table {
  margin-top: 2em;
}

.oo-asp {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: unset;
}
.oo-asp img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.oo-aspname {
  margin-bottom: 8px;
  font-size: 18px;
}

.oo-asplocation, .oo-aspcontact {
  font-size: 18px;
  font-family: "Source Sans Pro";
}

.oo-asplocation {
  margin-bottom: 0px;
}

.oo-similar {
  width: 100%;
}

.oo-ogulo iframe {
  width: 100%;
}

#oo-similarframe {
  display: inherit;
  width: 100%;
}

#oo-similarframe .oo-listobject {
  width: inherit;
}

.anchor-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 0px;
}
.anchor-navwrapper {
  border-bottom: 1px solid #e1e1e1;
}
.anchor-navitem {
  font-family: "Source Sans Pro";
  font-size: 13px;
  border-right: 1px solid #e1e1e1;
  align-self: center;
  padding: 0px 12px;
  margin: 8px 0px;
}
.anchor-navitem a {
  color: #444444;
}
.anchor-navitem:first-child {
  font-weight: 600;
  color: var(--primary-color);
  padding: 8px 8px 8px 0px;
}
.anchor-navitem:last-child {
  border-right: unset;
}
.anchor-navitem:last-child a {
  background-color: var(--primary-color);
  color: #ffffff !important;
  padding: 8px 12px;
  border-radius: 2px;
}

.mfp-ready .mfp-figure {
  opacity: 1;
}

.slick-track .image-overlay {
  display: none !important;
}

/* estate map */
.oo-estate-map {
  padding: 0 15px;
  width: 100%;
  height: 300px;
  display: none;
}

.oo-estate-map #map .leaflet-top, .oo-estate-map #map .leaflet-bottom {
  z-index: 888;
}

/* estate search */
.oo-searchform {
  margin: 0 0 25px 0;
}

.oo-searchformfieldwrap {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
}

.oo-searchformfield {
  padding: 0 15px;
  margin-bottom: 15px;
  width: 33.33%;
}

.oo-searchformfield label {
  display: block;
  margin: 0;
  padding: 0;
}

.oo-searchformfield input, .oo-searchformfield button, .oo-searchformfield .multiselect {
  width: 100%;
  margin: 0 !important;
}

.oo-searchformfield input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

.oo-searchformfield .multiselect {
  position: relative;
}

.oo-searchformfield .onoffice-multiselect-popup {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  max-height: 250px;
  overflow-y: scroll;
  z-index: 999;
  background-color: #ffffff;
}

.oo-searchformfield br {
  display: none;
}

/* listframe */
.oo-listheadline {
  padding: 10px 0px;
}

.oo-listframe {
  display: flex;
  flex-wrap: wrap;
}

/* listobject */
.oo-listtitle {
  color: var(--primary-color);
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 1.25rem;
  text-align: left;
  max-height: 85px;
  height: unset;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 1rem;
}
.oo-listfilter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1em;
}
.oo-listfilter-item a {
  color: #222222;
  font-size: 14px;
  transition: all 300ms ease-in;
}
.oo-listfilter-item a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 300ms ease-out;
}
.oo-listfilter-item-active a {
  color: var(--primary-color);
}
.oo-listfilter-item-active a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
.oo-listfilter-item:not(:last-child)::after {
  content: "/";
  font-size: 14px;
  margin: 0px 4px;
}
.oo-listframe {
  margin: 0 -15px;
}
.oo-listframe-referenz {
  display: flex;
  flex-direction: column;
  min-height: 350px;
  margin-top: -51px;
  margin-bottom: -51px;
}
@media (min-width: 768px) {
  .oo-listframe-referenz {
    flex-direction: row;
  }
}
.oo-listframe-referenz .oo-listobject {
  min-width: 100%;
}
@media (min-width: 768px) {
  .oo-listframe-referenz .oo-listobject {
    min-width: 20%;
  }
}
.oo-listframe-referenz .oo-listobject:hover {
  min-width: unset;
}
@media (min-width: 768px) {
  .oo-listframe-referenz .oo-listobject:hover {
    min-width: 35%;
  }
}
.oo-listframe-referenz .oo-listobject:last-child:hover {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .oo-listframe-referenz .oo-listobject:last-child:hover {
    transform: translateX(-35%);
  }
}
.oo-listframe-referenz .oo-listobject .onoffice.favorize {
  display: none;
}
.oo-listframe-topangebot {
  perspective: 800px;
  perspective-origin: 50% 0%;
  margin: 0px -8px;
}
.oo-listframe-topangebot .oo-listobject {
  opacity: 0;
  transform: rotateX(-90deg);
}
.oo-listframe-topangebot .oo-listobject .onoffice.favorize {
  display: none;
}
.oo-listframe-topangebot-enter .oo-listobject {
  transform-origin: bottom;
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 700ms;
          animation-duration: 700ms;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(1) {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(3) {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(4) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(5) {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(6) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(7) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(8) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(9) {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(10) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(11) {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(12) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(13) {
  -webkit-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(14) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(15) {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(16) {
  -webkit-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(17) {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(18) {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(19) {
  -webkit-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(20) {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(21) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(22) {
  -webkit-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(23) {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(24) {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(25) {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(26) {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(27) {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(28) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(29) {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(30) {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(31) {
  -webkit-animation-delay: 3100ms;
          animation-delay: 3100ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(32) {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(33) {
  -webkit-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(34) {
  -webkit-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(35) {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(36) {
  -webkit-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(37) {
  -webkit-animation-delay: 3700ms;
          animation-delay: 3700ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(38) {
  -webkit-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(39) {
  -webkit-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(40) {
  -webkit-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(41) {
  -webkit-animation-delay: 4100ms;
          animation-delay: 4100ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(42) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(43) {
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(44) {
  -webkit-animation-delay: 4400ms;
          animation-delay: 4400ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(45) {
  -webkit-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(46) {
  -webkit-animation-delay: 4600ms;
          animation-delay: 4600ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(47) {
  -webkit-animation-delay: 4700ms;
          animation-delay: 4700ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(48) {
  -webkit-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(49) {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
}
.oo-listframe-topangebot-enter .oo-listobject:nth-child(50) {
  -webkit-animation-delay: 5000ms;
          animation-delay: 5000ms;
}
.oo-listobject {
  width: 33.33%;
  padding: 0 15px;
  margin: 0 0 50px 0;
}
.oo-listobject-referenz:hover {
  height: 400px;
  transition: all 400ms ease-in-out;
  z-index: 9999;
}
@media (min-width: 768px) {
  .oo-listobject-referenz:hover {
    height: unset;
    transition: all 400ms ease-in-out;
  }
}
.oo-listobject-referenz:hover .oo-listobjectwrap {
  transform: scale(1) !important;
  z-index: 999999;
  width: 400px;
}
.oo-listobject-referenz:hover .oo-listtitle {
  width: 100%;
  transition: all 400ms ease-in-out;
  top: 50%;
}
@media (min-width: 768px) {
  .oo-listobject-referenz:hover .oo-listtitle {
    top: 0;
    width: 250px;
  }
}
.oo-listobject-referenz {
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  height: 200px;
  transition: all 400ms ease-in-out;
  position: relative;
}
.oo-listobject-referenz a {
  position: absolute;
  height: 100%;
  width: 100% !important;
}
.oo-listobject-referenz .onoffice.favorize {
  display: none;
}
@media (min-width: 768px) {
  .oo-listobject-referenz {
    width: unset;
    height: unset;
  }
}
.oo-listobject-referenz .oo-listimagewrap {
  height: 350px;
  padding-bottom: unset;
  background-position: left center;
}
.oo-listobject-referenz .oo-listimage {
  position: relative;
  top: unset;
  left: unset;
  height: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.oo-listobject-referenz .oo-listtitle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 25px;
  color: #ffffff;
  background: #00000080;
  font-size: 14px;
  max-width: unset;
  min-width: 250px;
  width: 100%;
  margin-bottom: 0px;
  max-height: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot {
  position: relative;
  padding: 0px 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.oo-listobject-topangebot:hover .oo-listobjectwrap {
  box-shadow: unset !important;
  transform: scale(1) !important;
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot:hover .oo-listimage {
  transform: scale(1.05) !important;
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot:hover .oo-listimage::after {
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot .oo-listobjectwrap {
  box-shadow: unset;
}
.oo-listobject-topangebot .onoffice.favorize {
  display: none;
}
.oo-listobject-topangebot .oo-listtitlewrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffffb3;
  padding: 20px;
}
.oo-listobject-topangebot .oo-listtitlewrap::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f8f8f8;
  top: -2px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.oo-listobject-topangebot .oo-listtitle {
  position: relative;
  font-size: 15px !important;
  color: #222222;
  margin-bottom: 0;
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 1.618em;
  line-height: 1.618em;
}
.oo-listobject-topangebot .oo-listimagewrap {
  padding-bottom: 77.78%;
  overflow: hidden;
}
.oo-listobject-topangebot .oo-listimagewrap ~ .image-overlay {
  display: none !important;
}
.oo-listobject-topangebot .oo-listimagewrap:hover .oo-listimagewrap::before {
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot .oo-listimage {
  border-radius: 0px;
  transform: scale(1);
  transition: all 400ms ease-in-out;
}
.oo-listobject-topangebot .oo-listimage::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.3;
  transition: all 400ms ease-in-out;
}
.oo-listobjectwrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transform: scale(1);
  transition: all 400ms ease-in-out;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
.oo-listobjectwrap:hover, .oo-listobjectwrap:focus, .oo-listobjectwrap:active {
  text-decoration: none;
}
.oo-listobject:hover .oo-listobjectwrap {
  box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  transition: all 400ms ease-in-out;
}
.oo-liststatus {
  background-color: #ffffff;
  padding: 10px;
  z-index: 999;
  font-size: 12px;
  line-height: 1;
  color: #222222;
  border-radius: 3px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}
.oo-listimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.oo-listimagebar {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 16px;
  left: 16px;
}
.oo-listimagewrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
.oo-listimagewrap ~ .image-overlay {
  display: none !important;
}
.oo-listinfos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -8px 16px -8px;
}
.oo-listinfos-v2 {
  margin: 0 -12px 16px -12px;
}
.oo-listinfos i {
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 10px;
  padding-left: 8px;
  color: var(--primary-color);
}
.oo-listinfo {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
}
.oo-listinfotable {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: baseline;
  min-height: auto;
  border: 1px solid #ffffff !important;
  font-size: 13px;
  padding: 0;
}
.oo-listinfoitem {
  margin-bottom: 24px;
  padding: 0px 12px;
}
.oo-listinfoitem:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.oo-listinfoitem .oo-listvalue {
  border: 0 none #e1e1e1;
  color: #222222;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26.4px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
.oo-listinfoitem .oo-listlabel {
  color: #555555;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-overflow: ellipsis;
  vertical-align: baseline;
  white-space: nowrap;
  word-break: break-word;
}
.oo-listinfoitem .oo-listlabel:first-letter {
  text-transform: uppercase;
}
.oo-listinfo-item {
  padding: 0 8px;
  line-height: 1;
  margin-bottom: 10px;
  color: #555555;
  font-family: "Source Sans Pro";
}
.oo-listinfo-item:not(:last-child) {
  border-right: 1px solid var(--primary-color) !important;
}
.oo-listitem {
  padding: 0px;
  text-align: center;
  border: 1px solid black;
  font-size: "Source Sans Pro";
  margin: -1px;
  font-size: 13px;
  text-align: center;
  border: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  z-index: -1;
}
.oo-listlabel {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 4px;
  color: #222222;
}
.oo-listvalue {
  line-height: 1;
  color: #555555;
}
.oo-listplace {
  margin-bottom: 0.33rem;
}
.oo-listplace i {
  font-size: 14px;
  color: var(--primary-color);
}
.oo-listplace span {
  color: #555555;
}
.oo-listtable {
  padding: 10px 0;
  font-size: 15px;
}
.oo-listtd {
  display: inline-block;
  width: 50%;
  border-bottom: 1px solid #efefef;
  padding: 2.5px 0;
}

.oo-detailsprice {
  display: flex;
  background-color: unset;
  align-items: baseline;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: auto;
}
.oo-detailsprice label {
  color: #222222 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 400 !important;
  font-size: 24px !important;
  text-transform: uppercase;
  margin-right: 16px;
}
.oo-detailsprice label:only-child {
  margin-right: unset;
}
.oo-detailsprice span {
  color: var(--primary-color);
  font-family: "Oswald", sans-serif;
  font-weight: 500 !important;
  font-size: 32px;
}
.oo-detailslink {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.oo-detailslink a {
  display: block;
  text-align: center;
  color: #ffffff !important;
  padding: 5px;
  background-color: #80acd3;
  transition: all 400ms;
  text-decoration: none;
}
.oo-detailslink a:hover {
  opacity: 0.8;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* responsive */
@media only screen and (max-width: 991px) {
  .oo-listobject, .oo-searchformfield {
    width: 50%;
  }

  .oo-details-main {
    width: 100%;
  }

  .oo-details-sidebar {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .oo-listobject, .oo-searchformfield, .oo-details-sidebar {
    width: 100%;
  }
}
#contact form input[type=submit]:hover {
  cursor: pointer;
}
#contact form input:not(input[type=checkbox]), #contact form input[type=text]:not(input[type=checkbox]), #contact form textarea:not(input[type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #222 !important;
  -o-border-image: none 100% 1 0 stretch;
     border-image: none 100% 1 0 stretch;
  -o-border-image: none 100% 1 0/1/0 stretch;
     border-image: none 100% 1 0/1/0 stretch;
  border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  color: black;
  cursor: text;
  display: inline;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 1em;
  font-size-adjust: none;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  min-width: 50px;
  margin-bottom: 16px;
  outline: medium none currentcolor;
  outline: currentcolor medium;
  padding: 13px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
#contact form input:not(input[type=checkbox]) ::-moz-placeholder, #contact form input[type=text]:not(input[type=checkbox]) ::-moz-placeholder, #contact form textarea:not(input[type=checkbox]) ::-moz-placeholder {
  color: #222222;
}
#contact form input:not(input[type=checkbox]) :-ms-input-placeholder, #contact form input[type=text]:not(input[type=checkbox]) :-ms-input-placeholder, #contact form textarea:not(input[type=checkbox]) :-ms-input-placeholder {
  color: #222222;
}
#contact form input:not(input[type=checkbox]) ::placeholder, #contact form input[type=text]:not(input[type=checkbox]) ::placeholder, #contact form textarea:not(input[type=checkbox]) ::placeholder {
  color: #222222;
}
#contact form input:not(input[type=checkbox]):focus, #contact form input[type=text]:not(input[type=checkbox]):focus, #contact form textarea:not(input[type=checkbox]):focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 0;
}
#contact form .dsgvo {
  margin-bottom: 16px;
}
#contact form .dsgvo label {
  border: 0 none #e1e1e1;
  -o-border-image: none 100% 1 0 stretch;
     border-image: none 100% 1 0 stretch;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  font-family: "Inter", sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  font-size-adjust: none;
  font-variant-alternates: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  line-height: 26.4px;
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
  vertical-align: baseline;
  margin-top: -22px;
}
#contact form .dsgvo label:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #222 !important;
  content: "";
  cursor: pointer;
  left: 12px;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
}
#contact form .dsgvo label:after {
  border-right: medium none currentcolor;
  border-top: medium none currentcolor;
  color: #fff;
  content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggaWQ9IlVuaW9uXzUtMiIgY2xhc3M9InN0MCIgZD0iTTYuNywxMmwtMS0xbDAsMEwzLDguNWwxLTFMNi43LDEwTDE0LDNsMSwxbC03LjMsN2wwLDBMNi43LDEyeiIvPgo8L3N2Zz4K);
  height: 20px;
  left: 5px;
  line-height: 0.8;
  opacity: 0;
  position: absolute;
  top: 7px;
  transition: all 0.2s;
  width: 20px;
}
#contact form .dsgvo label a {
  border: 0 none #e1e1e1;
  -o-border-image: none 100% 1 0 stretch;
     border-image: none 100% 1 0 stretch;
  box-sizing: border-box;
  color: var(--primary-color);
  font-family: inherit;
  font-feature-settings: inherit;
  font-kerning: inherit;
  font-language-override: inherit;
  font-optical-sizing: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant-alternates: inherit;
  font-variant-caps: inherit;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-numeric: inherit;
  font-variant-position: inherit;
  font-variation-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
  outline: 0 none currentcolor;
  padding: 0;
  -webkit-text-decoration: none currentcolor solid;
          text-decoration: none currentcolor solid;
  vertical-align: baseline;
  transition: all 300ms ease;
}
#contact form .dsgvo label a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--secondary-color);
  transition: all 300ms ease;
}
#contact form .dsgvo label a:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#contact form .dsgvo label a:visited {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
#contact form .dsgvo label br {
  box-sizing: border-box;
}
#contact form .dsgvo label {
  position: relative;
}
#contact form .dsgvo label::after {
  left: 2px;
  top: 4px;
}
#contact form .dsgvo input:checked ~ label::before {
  background-color: var(--primary-color);
}
#contact form .dsgvo input:checked ~ label::after {
  opacity: 1;
  color: red;
}

.selection .select2-selection {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  color: #666;
  display: block;
  font-size: 1em;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px;
  outline: medium none currentcolor;
  padding: 8px 6px;
  width: 100%;
  height: 46px;
}
.selection .select2-selection .select2-selection__arrow {
  height: 46px;
}
.selection .select2-selection:focus {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
}

.select2-dropdown {
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
  border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px;
}

/* Input */
.o-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 8px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #444444;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: none;
  resize: vertical;
  transition: border-color 0.3s ease;
  color: #444444;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  height: 40px;
}
.o-input[disabled] {
  border-color: #515151;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  cursor: not-allowed;
  color: #515151;
}
.o-input:focus {
  border-color: #777777;
}
.o-input::-moz-placeholder {
  color: tint(#444444, 50%);
  opacity: 1;
}
.o-input:-ms-input-placeholder {
  color: tint(#444444, 50%);
  opacity: 1;
}
.o-input::placeholder {
  color: tint(#444444, 50%);
  opacity: 1;
}
.o-input:-ms-input-placeholder {
  color: tint(#444444, 50%);
}
.o-input::-ms-input-placeholder {
  color: tint(#444444, 50%);
}

/* Select */
.o-select, #onofficeSortListSelector {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  margin: 8px 0 16px 0;
  padding: 8px;
  padding-right: calc(12px + 13px);
  width: 100%;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
  border: 1px solid #444444;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 0;
  outline: 0;
  transition: border-color 0.3s ease;
  color: #444444;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
.o-select[disabled], #onofficeSortListSelector[disabled] {
  border-color: #515151;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  cursor: not-allowed;
  color: #515151;
}
.o-select:focus, #onofficeSortListSelector:focus {
  border-color: #777777;
}
.o-select::-ms-expand, #onofficeSortListSelector::-ms-expand {
  display: none;
}

/* Control */
.o-control {
  position: relative;
  margin: 0 0 16px;
  box-sizing: border-box;
}
.o-control__input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  left: 12px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  pointer-events: none;
  height: 40px;
}
.o-control__label {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #444444;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.o-control__label::before, .o-control__label::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  margin-top: 0.25rem;
}
.o-control__label::before {
  flex-shrink: 0;
  transition: border-color 0.3s ease;
  margin-right: 8px;
  border-color: #444444;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  background: transparent;
}
.o-control__label::after {
  position: absolute;
  top: calc(50% - 10px - 1px);
  left: 12px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.o-control__input[type=radio] + .o-control__label::before {
  border-radius: 100%;
}
.o-control__input[type=radio] + .o-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M256%2C464c114.9%2C0%2C208-93.1%2C208-208c0-114.9-93.1-208-208-208C141.1%2C48%2C48%2C141.1%2C48%2C256C48%2C370.9%2C141.1%2C464%2C256%2C464z%22/%3E%3C/svg%3E");
}
.o-control__input[type=checkbox] + .o-control__label::after {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M461.6%2C109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4c-2.4%2C0-4.6%2C1-6.3%2C2.5L194.5%2C323c0%2C0-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9c-4.4%2C0-6.4%2C3.1-8.7%2C5.4c-1.7%2C1.8-29.7%2C31.2-43.5%2C45.8c-0.8%2C0.9-1.3%2C1.4-2%2C2.1c-1.2%2C1.7-2%2C3.6-2%2C5.7c0%2C2.2%2C0.8%2C4%2C2%2C5.7l2.8%2C2.6c0%2C0%2C139.3%2C133.8%2C141.6%2C136.1c2.3%2C2.3%2C5.1%2C5.2%2C9.2%2C5.2c4%2C0%2C7.3-4.3%2C9.2-6.2L462%2C121.8c1.2-1.7%2C2-3.6%2C2-5.8C464%2C113.5%2C463%2C111.4%2C461.6%2C109.6z%22/%3E%3C/svg%3E");
}
.o-control__input[type=radio][disabled] + .o-control__label, .o-control__input[type=checkbox][disabled] + .o-control__label {
  cursor: not-allowed;
  color: #515151;
}
.o-control__input[type=radio][disabled] + .o-control__label::before, .o-control__input[type=checkbox][disabled] + .o-control__label::before {
  border-color: #515151;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.o-control__input:focus + .o-control__label::before {
  border-color: #777777;
}
.o-control__input:checked + .o-control__label::after {
  transform: scale(1);
}

#contact form .dsgvo label:before {
  left: 0px;
  top: -1px;
}

input[value=Kontaktformular] ~ .form-items .dsgvo label {
  color: #222222 !important;
}

input[value=Kontaktformular] ~ .form-items .o-input {
  margin-bottom: 14px !important;
}

input[value=Eigentümerformular] ~ .form-items .o-input {
  margin-bottom: 20px !important;
}

input[value=Interessentenformular] ~ .form-items input[name$=von] {
  display: none !important;
}

/* Move Placeholder on Focus */
.o-placeholder-group {
  position: relative;
  margin: 16px 0 0 0;
}
.o-placeholder-group .o-input {
  margin-bottom: 28px !important;
}
.o-placeholder-group .o-label {
  position: absolute;
  top: 0;
  left: 8px;
  transition: 0.2s all ease-in-out;
  opacity: 0.5;
  padding: 0px;
  font-weight: 400 !important;
  line-height: 40px;
  pointer-events: none;
  color: #222222 !important;
}
.o-placeholder-group .o-input:-moz-placeholder-shown + .o-label {
  font-size: 100%;
  transform: translate3d(0, 0, 0);
}
.o-placeholder-group .o-input:-ms-input-placeholder + .o-label {
  font-size: 100%;
  transform: translate3d(0, 0, 0);
}
.o-placeholder-group .o-input:placeholder-shown + .o-label,
.o-placeholder-group .o-input:empty + .o-label {
  font-size: 100%;
  transform: translate3d(0, 0, 0);
}
.o-placeholder-group .o-input:not(:-moz-placeholder-shown) + .o-label {
  font-size: 80% !important;
  transform: translate3d(0, -85%, 0);
  left: 8px;
}
.o-placeholder-group .o-input:not(:-ms-input-placeholder) + .o-label {
  font-size: 80% !important;
  transform: translate3d(0, -85%, 0);
  left: 8px;
}
.o-placeholder-group .o-input:focus + .o-label,
.o-placeholder-group .o-input:not(:placeholder-shown) + .o-label {
  font-size: 80% !important;
  transform: translate3d(0, -85%, 0);
  left: 8px;
}

.o-placeholder-group > .o-label {
  font-size: 100%;
  transform: translate3d(0, 0, 0);
}

.o-placeholder-group > .o-input:focus ~ .o-label {
  font-size: 80%;
  transform: translate3d(0, -85%, 0);
}

.o-placeholder-group > .o-select ~ .o-label {
  font-size: 80%;
  transform: translate3d(0, -85%, 0);
}

#onofficeSortListSelector {
  border: 0;
  background-color: #eeeeee;
}

#object-tracking {
  font-weight: 400;
}

.oo-details-sidebar .form-item {
  width: calc(100% - 16px);
}
.oo-details-sidebar .form-item .o-input {
  margin-bottom: 16px !important;
}

/* onOffice Theme Styles */
/* quick css */
.hidden {
  display: none;
}

.responsive_map {
  height: 100vh;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}

.responsive_map iframe {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

#socket > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  #socket > .container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#socket .copyright {
  float: unset;
  order: 1;
}
#socket .sub_menu_socket {
  order: 2;
  margin-left: auto;
}
#socket .sub_menu_socket div {
  overflow: visible;
}
#socket .social_bookmarks {
  order: 3;
}
@media (min-width: 768px) {
  #socket .social_bookmarks {
    margin-left: auto;
  }
}
#socket .menu {
  display: flex;
  justify-content: center;
  margin: 1em 0px !important;
}
@media (min-width: 768px) {
  #socket .menu {
    margin: unset !important;
    justify-content: unset;
  }
}

.avia-menu.av_menu_icon_beside {
  border-right-style: none;
  padding-right: 25px;
  margin-right: unset !important;
}

/*----------------------------------------
// CSS - Progress bar custom
//--------------------------------------*/
#top .avia-progress-bar div.progress .bar {
  background-image: linear-gradient(to right, green, yellow, red);
  -webkit-animation: none;
          animation: none;
  background-size: 100% !important;
}

td {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 10px !important;
}

.bild-1 .av_font_icon a {
  background-image: url(https://one.onoffice-templates.com/wp-content/uploads/2020/04/icon_img_05.png);
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bild-1 .av_font_icon a:before {
  display: none;
}

.textblock-bg {
  background-color: var(--primary-color);
  padding: 5%;
}

@media only screen and (min-width: 1500px) {
  #top .av-flex-placeholder {
    display: table-cell;
    width: 3%;
  }
}
.topangebot {
  width: 40%;
  padding: 0 5%;
  margin: 5px auto;
  float: right;
}

.grid-entry {
  padding: 10px;
}

.main_color .container .av-inner-masonry-content {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.container {
  width: 95%;
}

.container .av-content-small.units {
  width: 75%;
}

.responsive .boxed#top,
.responsive.html_boxed.html_header_sticky #header,
.responsive.html_boxed.html_header_transparency #header {
  width: 1310px;
  max-width: 90%;
}

.responsive .container {
  max-width: 1310px;
}

#top #wrap_all .all_colors h5 {
  line-height: 1.4em;
}

#top #wrap_all .all_colors h6 {
  line-height: 1.4em;
}

#top #wrap_all .all_colors h3 {
  line-height: 1.4em;
}

#top #wrap_all .all_colors h2 {
  font-size: 36px;
}

#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#top #wrap_all #av-burger-menu-ul li {
  font-size: 15px;
}

.av-burger-overlay-active #top #wrap_all .av-hamburger-inner,
.av-burger-overlay-active #top #wrap_all .av-hamburger-inner::before,
.av-burger-overlay-active #top #wrap_all .av-hamburger-inner::after,
.html_av-overlay-side-classic #top div .av-burger-overlay li li .avia-bullet {
  background-color: #ffffff;
}

div.av-burger-overlay-bg {
  background-color: #111111;
}

.av-burger-overlay-active #top #wrap_all #header #menu-item-search a,
.av-burger-overlay-active #top #wrap_all #main #menu-item-search a,
.av-burger-overlay-active #top #wrap_all #menu-item-search a:hover {
  color: #ffffff;
}

#top #wrap_all .av-burger-overlay-scroll {
  background-color: #111111;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
  background-color: #383838;
}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
  border-color: #383838;
}

body#top #wrap_all .footer_color .widgettitle {
  border-color: #555555;
}

html #top .all_colors .widgettitle {
  border-style: solid;
  border-width: 1px;
  padding: 10px 0;
  border-left: none;
  border-right: none;
  margin-bottom: 15px;
}

#top .all_colors strong {
  color: var(--primary-color);
}

#top #header:hover_main_alternate {
  background-color: var(--primary-color);
}

#top #header .av-main-nav > li:hover > a {
  color: #ffffff;
  background-color: var(--primary-color);
}

#top #header .av-main-nav > li:hover > a .avia-menu-text,
#top #header .av-main-nav > li:hover > a .avia-menu-subtext {
  color: #ffffff;
}

#top #wrap_all .av-main-nav ul > li > a,
#top #wrap_all .avia_mega_div,
#top #wrap_all .avia_mega_div ul,
#top #wrap_all .av-main-nav ul ul {
  color: #ffffff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-size: 14px;
}

#top #wrap_all .av-main-nav ul > li:hover > a,
#top #wrap_all .avia_mega_div,
#top #wrap_all .avia_mega_div ul,
#top #wrap_all .av-main-nav ul ul {
  color: #ffffff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

#top #wrap_all .avia-slideshow-button,
#top .avia-button,
.html_elegant-blog .more-link,
.avia-slideshow-arrows a:before {
  border-radius: 0px;
}

#top #wrap_all .all_colors h1,
#top #wrap_all .all_colors h2,
#top #wrap_all .all_colors h3,
#top #wrap_all .all_colors h4,
#top #wrap_all .all_colors h5,
#top #wrap_all .all_colors h6 {
  text-transform: uppercase;
}

.main_color .button,
.main_color .ajax_controlls a,
.main_color #submit,
.main_color .big_button,
.main_color .contentSlideControlls a,
.main_color #submit,
.main_color input[type=submit] {
  transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

.main_color .button:hover,
.main_color .ajax_controlls a:hover,
.main_color #submit:hover,
.main_color .big_button:hover,
.main_color .contentSlideControlls a:hover,
.main_color #submit:hover,
.main_color input[type=submit]:hover {
  transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
}

#top #wrap_all .iconbox .iconbox_content_title {
  color: var(--primary-color);
}

.c-immodetail__facts {
  background-color: rgba(237, 218, 171, 0.16);
}

.c-immodetail__facts .o-container {
  margin-bottom: 48px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .c-immodetail__facts .o-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 32px;
    grid-gap: 5px;
  }
}
.c-immodetail__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C2C2C2;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-immodetail__background {
  background-color: rgba(237, 218, 171, 0.16);
  margin-bottom: 0px !important;
}

@media (min-width: 576px) {
  .c-immodetail__background {
    background-color: transparent;
  }
}
.c-immodetail__gallery {
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-immodetail__image {
  max-height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (min-width: 768px) {
  .c-immodetail__image {
    max-height: 600px;
  }
}
.c-immodetail__image--open {
  display: block;
  align-items: center;
  justify-content: center;
  display: flex !important;
  width: 100%;
  align-items: center;
  flex-direction: column;
  min-height: 30vh;
}

.c-immodetail__thumbs {
  text-align: center;
  margin: 0 auto;
}

.c-immodetail__thumbs img {
  max-height: 60px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 8px;
  cursor: pointer;
}

.c-immodetail__more {
  display: none;
}

.pagination_split_post {
  display: none;
  flex-direction: row;
  justify-content: center;
}
.pagination_split_post_show {
  display: flex;
}
.pagination_split_post .page-link-left::before {
  transform: rotate(-90deg);
  display: block;
  line-height: 24px;
  font-size: 20px;
}
.pagination_split_post .page-link-right::before {
  transform: rotate(90deg);
  display: block;
  line-height: 24px;
  font-size: 20px;
}
.pagination_split_post a.page-link:hover, .pagination_split_post a.page-link:focus {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  transform: scale(1.01);
  transition: all 300ms ease-in;
  text-decoration: none;
}
.pagination_split_post a.page-link:active {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  transform: scale(0.99);
  transition: all 300ms ease-in;
}
.pagination_split_post .page-link {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  transform: scale(1);
  background: #ffffff;
  padding: 8px 16px;
  margin: 0 4px;
  transition: all 300ms ease-in;
}

.slick-prev {
  left: 24px !important;
  z-index: 999;
}

.slick-next {
  right: 24px !important;
}
.slick-next::before {
  color: red;
}

.c-immodetail__thumbs {
  margin-bottom: 1em;
}
.c-immodetail__thumbs img {
  padding: 0px;
}

.slick-track {
  margin: 0 !important;
}

.oo-details-sidebar .oo-detailsform input[type=checkbox] {
  margin-bottom: 4px;
}

.form-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.form-status {
  padding: 24px 24px;
  color: #ffffff !important;
  font-size: 20px;
}
.form-status-success {
  background-color: #60A561;
}
.form-status-error {
  background-color: #E34A6F;
}
.form-status-spam {
  background-color: #258EA6;
}
.form-item {
  width: calc(100% - 16px);
  margin: 0 8px;
}
@media (min-width: 768px) {
  .form-item {
    width: calc(50% - 16px);
  }
}
.form-item:nth-last-child(1):nth-child(odd) {
  width: calc(100% - 16px);
}
.form-item-full {
  width: calc(100% - 16px);
}
.iconbox.iconbox_left .iconbox_icon {
  top: 2px;
  left: -4px;
  margin: 0;
}

.results {
  overflow-y: auto;
  min-height: 300px;
  max-height: 450px;
}
.results-count {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 1em;
}
.results-item {
  margin-bottom: 2em;
}
.results-customer {
  font-size: 20px;
  border-bottom: 1px solid #666666;
  padding-bottom: 0.35em;
  margin-bottom: 0.5em;
}
.results-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
@media (min-width: 400px) {
  .results-info {
    margin-bottom: 0;
  }
}
.results-info-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 400px) {
  .results-info-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.results-value {
  font-size: 16px;
  line-height: 16px;
}
.results-label {
  font-size: 12px;
}

.onoffice-logo {
  margin-right: 1.5em;
}

.selection .select2-selection,
.selection .select2-selection .select2-selection__arrow {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}

.av-main-nav-wrap {
  float: right;
}

.onoffice.favorize {
  line-height: 15px;
  width: 32px;
  z-index: 99;
  margin-right: 16px;
  border-radius: 3px;
  box-shadow: 0px 3px 9px #00000026;
  background-color: var(--primary-color) !important;
  border: unset;
  outline: unset;
  padding: 8px;
  display: flex;
}
.onoffice.favorize svg {
  overflow: visible;
  width: 100%;
  max-height: 32px;
}
.onoffice.favorize svg path {
  opacity: 1;
  fill: transparent;
  stroke: white;
  stroke-width: 32px;
  transition: all 300ms ease;
}
.onoffice.favorize:hover svg path {
  opacity: 0.6;
  transition: all 300ms ease;
}
.onoffice.favorize.active svg path {
  fill: white;
}

.c-immodetail__gallery .o-container--lg {
  position: relative;
}

.c-immodetail__thumbs .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-immodetail__gallery .slick-track picture {
  width: 100%;
}

.js_active .avia-animated-number-title {
  visibility: visible !important;
}

.js_active .avia-slideshow li:first-child {
  visibility: visible !important;
}

.av-horizontal-gallery-inner {
  opacity: 1 !important;
}

.avia-slideshow li {
  opacity: 1 !important;
}

/* typography */
/* -------------------------------- 
Typography
-------------------------------- */
html {
  font-size: 100%;
  /*16px*/
}

body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.618;
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
h1.avia-caption-title, h1 .av-special-heading-tag, h2.avia-caption-title, h2 .av-special-heading-tag, h3.avia-caption-title, h3 .av-special-heading-tag, h4.avia-caption-title, h4 .av-special-heading-tag, h5.avia-caption-title, h5 .av-special-heading-tag, h6.avia-caption-title, h6 .av-special-heading-tag {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Oswald", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 3rem 0 1.38rem;
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

small, .text_small {
  font-size: 0.8rem;
}

p, span, a {
  font-family: "Source Sans Pro", sans-serif;
}

/* fonts */
/* oswald-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/oswald/oswald-v40-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/oswald/oswald-v40-latin-300.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald/oswald-v40-latin-300.woff2") format("woff2"), url("./fonts/oswald/oswald-v40-latin-300.woff") format("woff"), url("./fonts/oswald/oswald-v40-latin-300.ttf") format("truetype"), url("./fonts/oswald/oswald-v40-latin-300.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/oswald/oswald-v40-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/oswald/oswald-v40-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald/oswald-v40-latin-regular.woff2") format("woff2"), url("./fonts/oswald/oswald-v40-latin-regular.woff") format("woff"), url("./fonts/oswald/oswald-v40-latin-regular.ttf") format("truetype"), url("./fonts/oswald/oswald-v40-latin-regular.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/oswald/oswald-v40-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/oswald/oswald-v40-latin-500.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald/oswald-v40-latin-500.woff2") format("woff2"), url("./fonts/oswald/oswald-v40-latin-500.woff") format("woff"), url("./fonts/oswald/oswald-v40-latin-500.ttf") format("truetype"), url("./fonts/oswald/oswald-v40-latin-500.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/oswald/oswald-v40-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/oswald/oswald-v40-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald/oswald-v40-latin-600.woff2") format("woff2"), url("./fonts/oswald/oswald-v40-latin-600.woff") format("woff"), url("./fonts/oswald/oswald-v40-latin-600.ttf") format("truetype"), url("./fonts/oswald/oswald-v40-latin-600.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/oswald/oswald-v40-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/oswald/oswald-v40-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/oswald/oswald-v40-latin-700.woff2") format("woff2"), url("./fonts/oswald/oswald-v40-latin-700.woff") format("woff"), url("./fonts/oswald/oswald-v40-latin-700.ttf") format("truetype"), url("./fonts/oswald/oswald-v40-latin-700.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-200italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-300italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-regular.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-regular.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-regular.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-italic.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-italic.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-italic.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-italic.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-600.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-600.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-600.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-600.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-600italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-700.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-700.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.eot?#iefix") format("embedded-opentype"), url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.woff2") format("woff2"), url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.woff") format("woff"), url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.ttf") format("truetype"), url("./fonts/source-sans/source-sans-pro-v14-latin-700italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}