@charset "UTF-8";
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ::-ms-clear {
    display: none;
  }
}
.hero--module {
  background-size: cover;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  position: relative;
}
@media (min-width: 992px) {
  .hero--module .button .text-layer {
    justify-content: initial;
  }
  .hero--module .dot-wrapper {
    position: relative;
    bottom: 40px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .hero--module .dot-wrapper {
    bottom: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hero--module .dot-wrapper {
    bottom: 75px;
  }
}
@media (max-width: 768px) {
  .hero--module .image-wrapper {
    padding-top: 6rem;
  }
  .hero--module .tile {
    top: 0;
    position: relative;
    left: 10%;
  }
  .hero--module .slick-track, .hero--module .slick-slide {
    min-height: 100vh !important;
  }
  .hero--module .slick-slide {
    display: flex !important;
    flex-direction: column;
  }
  .hero--module .cta {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    bottom: 25px;
  }
}
@media (min-width: 992px) {
  .hero--module .image-wrapper {
    max-width: 80%;
    margin-left: auto;
  }
  .hero--module .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero--module .image-wrapper {
    max-width: 75%;
    margin-left: auto;
  }
  .hero--module .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .hero--module .image-wrapper {
    margin-left: initial;
  }
  .hero--module .image-wrapper img {
    width: 50%;
  }
}
.hero--module.with-space .cta {
  bottom: 100px;
}
.hero--module.with-space .slick-slide {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .hero--module.with-space .slick-slide {
    padding-bottom: 0;
  }
}
.hero--module.with-space .slick-dots.custom {
  display: none;
}
@media (min-width: 376px) {
  .hero--module.with-space .slick-dots.custom {
    display: block;
  }
}
.hero--module.with-space .slick-dots.custom .old {
  bottom: 170px;
}
@media (min-width: 768px) {
  .hero--module.with-space .slick-dots.custom .old {
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  .hero--module.with-space .slick-dots.custom .old {
    bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .hero--module.with-space .slick-dots.custom .old {
    bottom: 75px;
  }
}
.hero--module .slick-slide {
  height: -moz-fit-content;
  height: fit-content;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 992px) {
  .hero--module .slick-slide {
    padding-bottom: 0;
  }
}
.hero--module .slick-dots {
  display: none !important;
}
.hero--module .slick-dots.custom {
  z-index: 100;
  display: block !important;
}
@media (min-width: 376px) {
  .hero--module .slick-dots.custom {
    display: block !important;
  }
}
.hero--module .slick-dots.custom .old {
  bottom: 100px;
}
@media (min-width: 992px) {
  .hero--module .slick-dots.custom .old {
    bottom: 70px;
  }
}
.hero--module .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #2DCC25;
}
.hero--module .background-img {
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero--module .background-img .tile-mobile {
  max-width: 100%;
}
@media (min-width: 992px) {
  .hero--module .background-img {
    height: 100vh;
  }
  .hero--module .background-img .tile {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 75%;
  }
}
.hero--module .slider .text p {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .hero--module .slider .text p {
    width: 60%;
  }
}
.hero--module .inner-wrapper h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 0.25rem;
}
@media (min-width: 768px) {
  .hero--module .inner-wrapper h2 {
    word-spacing: 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .hero--module .inner-wrapper h2 {
    word-spacing: 1rem;
  }
}
.hero--module .inner-wrapper .chevron-down {
  fill: white;
}
.hero--module .typo-container {
  position: relative;
  z-index: 2;
  margin: auto;
  height: auto;
  top: -50px;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero--module .typo-container {
    position: absolute;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 768px) {
  .hero--module .typo-container .slogan-wrapper {
    padding: 0 15px;
  }
  .hero--module .typo-container .slogan-wrapper .slogan-text {
    padding-left: 0;
  }
}
.hero--module .form-panel-wrapper {
  position: relative;
  bottom: 109px !important;
}
@media (max-width: 768px) {
  .hero--module .form-panel-wrapper {
    bottom: 0 !important;
  }
}
.hero--module .form-panel-wrapper .form-panel {
  width: 100%;
  position: relative;
  filter: drop-shadow(3px 5px 3px rgba(0, 0, 0, 0.3));
  background: black;
  color: white;
  border-radius: 8px;
}
.hero--module .form-panel-wrapper .form-panel:after {
  content: "";
  width: 100%;
  border-bottom: solid 8px #338F99;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.hero--module .form-panel-wrapper .form-panel:before {
  content: "";
  width: 100%;
  border-bottom: solid 8px #338F99;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 768px) {
  .hero--module .form-panel-wrapper .form-panel .green-lines .title {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .hero--module .form-panel-wrapper .form-panel {
    width: auto;
  }
}
.hero--module .form-panel-wrapper .form-panel .title {
  text-align: center;
}
.hero--module .form-panel-wrapper .form-panel .object-type-button {
  border-radius: 8px;
  border: 1px solid #696969;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 47%;
  height: 100px;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .hero--module .form-panel-wrapper .form-panel .object-type-button {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .hero--module .form-panel-wrapper .form-panel .object-type-button {
    width: 150px;
    height: 130px;
    font-size: 1rem;
  }
}
.hero--module .form-panel-wrapper .form-panel .object-type-button .illustration {
  flex: 1;
}
.hero--module .form-panel-wrapper .form-panel .object-type-button .illustration svg {
  width: 65px;
  height: 65px;
  fill: white;
}
@media (min-width: 768px) {
  .hero--module .form-panel-wrapper .form-panel .object-type-button .illustration svg {
    width: 85px;
    height: 85px;
    fill: white;
  }
}
@media (min-width: 576px) {
  .hero--module .form-panel-wrapper .form-panel .object-type-button .illustration {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.hero--module .form-panel-wrapper .form-panel .object-type-button:hover {
  border-color: white;
  background: #338F99;
  cursor: pointer;
}

.description--module {
  background-color: #ffffff;
  color: #0B0B0C;
}
.description--module .magic-slider {
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.description--module .magic-slider .magic-slider-item {
  position: absolute;
  padding: 16px;
  height: 100%;
  width: 100%;
}
.description--module .magic-slider #slider-item-1 {
  transform: translate(-100%, 0);
  opacity: 0.25;
}
.description--module .magic-slider .image-dummy {
  background-color: green;
  height: 100%;
  width: 100%;
}

.icons--module.is-feature {
  background: #191B1F;
}
.icons--module.is-feature .description {
  opacity: 0.7;
  letter-spacing: -0.5px;
}
.icons--module .title {
  font-weight: bold;
}
@media (min-width: 992px) {
  .icons--module .title {
    font-size: 20px;
  }
}

.box {
  width: 150px;
  height: 150px;
}
@media (min-width: 1800px) {
  .parallax--module {
    min-height: 80vh;
  }
}
.parallax--module .wrapper {
  position: relative;
}
.parallax--module .icons .title {
  font-weight: bold;
}
@media (min-width: 992px) {
  .parallax--module .icons .title {
    font-size: 20px;
  }
}
.parallax--module:after {
  content: " ";
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: -1;
}
@media (min-width: 768px) {
  .parallax--module:after {
    content: unset;
  }
}
.parallax--module .parallax-image {
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .parallax--module .parallax-image {
    top: 0;
    width: 50%;
    bottom: unset;
    left: unset;
  }
}
.parallax--module .parallax-image-wrapper {
  opacity: 0;
}

.slider--module {
  background: white;
  color: #0B0B0C;
}
.slider--module .logo {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 150px;
}
.slider--module .slick-slide {
  height: -moz-fit-content;
  height: fit-content;
}
.slider--module .slick-dots li button:before {
  background: url(https://raumkauf.de/pagination-dark.svg);
}

.price--module .old-price {
  text-decoration: line-through;
  text-decoration-color: #2DCC25;
}
.price--module .big-spacing {
  letter-spacing: 2.3px;
}
.price--module .label-wrapper {
  width: 95%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .price--module .label-wrapper {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .price--module .label-wrapper {
    width: 65%;
  }
}
.price--module .label-wrapper .button {
  cursor: default;
  position: initial;
}
.price--module .label-wrapper .button .background.price-new-label {
  position: relative;
  left: -10px;
}
@media (min-width: 576px) {
  .price--module .label-wrapper .button .background.price-new-label {
    padding: 4px 10px;
  }
}
.price--module .label-wrapper .button .text-layer {
  color: #093706 !important;
  font-weight: bold;
}
@media (min-width: 992px) {
  .price--module .label-wrapper .button .text-layer {
    letter-spacing: -0.5px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .price--module.with-space {
    padding-bottom: 10rem !important;
  }
  .price--module.padding_top {
    padding-top: 10rem !important;
  }
}
.price--module .title-wrapper {
  text-align: center;
}
.price--module .title-wrapper .pre-title {
  color: #2DCC25;
  font-style: italic;
  font-weight: bold;
}
.price--module a:hover {
  opacity: 1;
}
.price--module .model-col .price-box {
  background: #191B1F;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.price--module .model-col .glow {
  background: linear-gradient(165.63deg, #2DCC25 -12.27%, rgba(45, 204, 37, 0) 43.02%, rgba(45, 204, 37, 0) 71.75%), linear-gradient(0deg, rgba(23, 112, 19, 0.08), rgba(23, 112, 19, 0.08)), linear-gradient(0deg, #23272F, #23272F), #23272F !important;
}
@media (min-width: 992px) {
  .price--module .model-col .glow {
    background: linear-gradient(171.11deg, #2DCC25 -58.74%, rgba(45, 204, 37, 0) 28.88%, rgba(45, 204, 37, 0) 74.41%), linear-gradient(0deg, rgba(23, 112, 19, 0.08), rgba(23, 112, 19, 0.08)), #23272F !important;
  }
}
.price--module .model-col:nth-child(even) .price-box {
  background: #23272F;
  border-top: 5px solid #2DCC25;
}
.price--module .toggler {
  display: flex;
}
@media (min-width: 576px) {
  .price--module .icon, .price--module .icon img {
    width: 100%;
  }
  .price--module .wrapper {
    padding: 0;
  }
}
.price--module .price-box .gradient {
  font-weight: bold;
  background: -webkit-linear-gradient(#FDFF84, #2DCC25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 576px) {
  .price--module .price-box .gradient {
    letter-spacing: 2.30769px;
    text-transform: uppercase;
    font-weight: 900;
  }
}
.price--module .price-box .title {
  font-style: normal;
}
.price--module .price-box .monthly {
  opacity: 0.5;
}
.price--module .price-box .monthly.small {
  font-weight: 500 !important;
  font-size: 13px;
}
.price--module .price-box .description {
  opacity: 0.8;
}
.price--module .bullets {
  font-size: 13px;
}
@media (min-width: 992px) {
  .price--module .bullets {
    font-size: 16px;
  }
}
.price--module .bullets svg {
  max-width: 100%;
}
.price--module ul {
  padding-inline-start: 0;
  list-style: none;
}
.price--module ul li {
  min-height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
}
.price--module ul li:first-child {
  border-top: 1px solid rgba(77, 77, 77, 0.5);
}
.price--module ul li span {
  opacity: 0.5;
}
.price--module select {
  opacity: 0;
  cursor: pointer;
}
.price--module .form-control {
  padding: 0.75rem;
}
.price--module .button {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  max-width: 100%;
}
.price--module .button, .price--module .button svg {
  max-width: 100%;
}
.price--module .button.active .text-layer {
  font-weight: 800;
  color: #093706;
}
.price--module .button .text-layer {
  color: white;
  padding: 1rem 0.5rem;
  font-size: 13px;
  font-weight: bold;
}
@media (min-width: 376px) {
  .price--module .button .text-layer {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .price--module .button .text-layer {
    padding: 1rem 2rem;
  }
}
.price--module .button .text-layer .price {
  display: flex;
  align-items: center;
  opacity: 0.8;
  font-weight: normal;
}
.price--module .button .text-layer .price img {
  margin-left: 0.5rem;
}
.price--module .button .text-layer span {
  float: right;
}
.price--module .select-box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.price--module .select-box .button .background {
  max-height: 50px;
}
.price--module .select-box .button .text-layer {
  justify-content: space-between;
}
.price--module .available-selector {
  text-align: center;
}
.price--module .available-selector .label {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .price--module .available-selector .label {
    font-size: inherit;
  }
}
.price--module .available-selector .label svg {
  margin-right: 0.5rem;
}
.price--module .available-selector .form-control {
  position: absolute;
  top: 0;
}

.ticket--module {
  background: #191B1F;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.ticket--module .warning {
  height: -moz-fit-content;
  height: fit-content;
}
.ticket--module .ticket-title {
  font-size: 24px;
}
.ticket--module .with-space {
  padding-bottom: 10rem !important;
}
@media (min-width: 992px) {
  .ticket--module .feature:nth-child(even) {
    padding-left: 0 !important;
  }
  .ticket--module .feature:nth-child(odd) {
    padding-right: 0 !important;
  }
}
.ticket--module .bg-layer {
  background: black;
  width: 100%;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
}
.ticket--module .label {
  color: #FFFFFF;
  opacity: 0.5;
}
.ticket--module .background {
  padding: 12px 26px !important;
}
.ticket--module .wrapper-selector {
  position: relative;
  left: -10px;
}
.ticket--module .wrapper-selector label {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.ticket--module .wrapper-selector label.active .background {
  border: 1px solid #343943;
  background: #343943;
}
.ticket--module .wrapper-selector label #ticket-submit {
  border-width: 0;
  padding: 0;
}
.ticket--module .wrapper-selector label .text-layer {
  pointer-events: none;
}
.ticket--module .wrapper-selector label.btn {
  border: 0;
  padding: 0;
}
.ticket--module .wrapper-selector label.btn:focus, .ticket--module .wrapper-selector label.btn.focus {
  outline: 0 !important;
  box-shadow: none;
}
.ticket--module .toggler[aria-expanded=false] .layer-row {
  min-height: 100%;
}
.ticket--module .collapse-container {
  background: #23272F;
}
.ticket--module .active-wrapper .tile .warning {
  border-top: 4px solid #2DCC25;
}
.ticket--module .tile {
  height: 150px;
}
.ticket--module .tile .h-5 {
  font-style: normal;
}
.ticket--module .tile.fit-content {
  height: -moz-fit-content;
  height: fit-content;
}
.ticket--module .tile.ticket {
  height: initial !important;
}
.ticket--module .tile.ticket .ticket-box {
  border-top: 2px #343943 solid;
}
.ticket--module .tile .warning {
  border-top: 4px solid #EFEC0D;
}
.ticket--module .tile .warning .warning-description p {
  opacity: 1;
}
.ticket--module .tile .warning .warning-description a {
  color: #EFEC0D;
}
.ticket--module .tile svg {
  max-width: 100%;
}
.ticket--module .tile .description {
  opacity: 0.7;
}
.ticket--module .tile .subtitle {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.5;
}
.ticket--module .tile, .ticket--module .tile #collapseTicket {
  background: #23272F;
}
@media (min-width: 992px) {
  .ticket--module .tile {
    height: initial;
  }
}
@media (min-width: 576px) {
  .ticket--module .tile {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.ticket--module .tile .icon, .ticket--module .tile .icon img {
  width: 100px;
}
@media (min-width: 992px) {
  .ticket--module .tile .icon, .ticket--module .tile .icon img {
    width: 125px;
  }
}
@media (min-width: 992px) {
  .ticket--module .tile .icon.ticket-icon, .ticket--module .tile .icon.ticket-icon img {
    width: 150px;
  }
}
.ticket--module .tile p {
  opacity: 0.8;
  margin-bottom: 0;
}

.collapse--module, .zendesk--module {
  background: white;
  color: #0B0B0C;
}
.collapse--module .button .text-layer img.icon, .zendesk--module .button .text-layer img.icon {
  left: initial !important;
  height: 20px;
  width: 20px;
  font-size: 13px;
  line-height: 100%;
  /* identical to box height, or 13px */
  color: #131416;
  letter-spacing: 0.1em;
}
.collapse--module .icon-wrapper, .zendesk--module .icon-wrapper {
  min-width: 70px;
}
.collapse--module .button .text-layer.social, .collapse--module .button .background.social, .zendesk--module .button .text-layer.social, .zendesk--module .button .background.social {
  padding: 0 1.5rem;
}
.collapse--module .card-body, .zendesk--module .card-body {
  padding: 0.5rem 0.75rem;
  letter-spacing: -0.5px;
}
.collapse--module .card-body .subtitle, .zendesk--module .card-body .subtitle {
  opacity: 0.5;
}
.collapse--module .card-body .features .feature:last-child, .zendesk--module .card-body .features .feature:last-child {
  margin-left: auto;
}
.collapse--module.dark, .zendesk--module.dark {
  background: #E8E8E8;
}
.collapse--module.dark .toggler, .zendesk--module.dark .toggler {
  height: 70px;
}
.collapse--module.dark #accordion .wrapper, .zendesk--module.dark #accordion .wrapper {
  background: white;
}
.collapse--module.dark .close, .collapse--module.dark .open, .zendesk--module.dark .close, .zendesk--module.dark .open {
  margin-left: auto;
}
.collapse--module .close, .collapse--module .open, .zendesk--module .close, .zendesk--module .open {
  opacity: 1;
}
.collapse--module #accordion .wrapper, .zendesk--module #accordion .wrapper {
  background: rgba(35, 39, 47, 0.05);
  border-radius: 4px;
}
.collapse--module #accordion .wrapper .card-body, .collapse--module #accordion .wrapper .card-body p, .zendesk--module #accordion .wrapper .card-body, .zendesk--module #accordion .wrapper .card-body p {
  color: #191B1F;
}
.collapse--module .description, .zendesk--module .description {
  color: #838383;
}
.collapse--module .description a, .zendesk--module .description a {
  text-decoration: underline;
  color: #2DCC25;
}

.banner--module {
  position: relative;
}
.banner--module .secondary-button {
  margin-right: -3rem;
  margin-left: 2rem;
}
.banner--module.is-course .title {
  font-weight: 900 !important;
}
.banner--module .search-wrapper {
  margin: auto;
}
.banner--module.tint {
  padding-top: 15rem !important;
}
@media (min-width: 768px) {
  .banner--module.tint {
    padding-top: 20rem !important;
  }
}
@media (min-width: 992px) {
  .banner--module.tint {
    padding-top: 25rem !important;
  }
}
.banner--module .banner-cta a, .banner--module .banner-cta a img {
  max-width: 100%;
}
.banner--module .banner-cta .button {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.banner--module .banner-cta .button .text-layer {
  color: white;
  font-weight: bold;
  font-size: 13px;
}
.banner--module .banner-cta .button .text-layer, .banner--module .banner-cta .button .background {
  padding: 16px 32px !important;
  letter-spacing: 0.1em;
}
.banner--module .subtitle {
  font-weight: bold;
  font-style: italic;
}
.banner--module .bg {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-size: auto !important;
}
@media (min-width: 992px) {
  .banner--module .bg {
    background-size: contain !important;
  }
}
@media (min-width: 576px) {
  .banner--module .bg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.banner--module .bg.fp {
  background-size: cover !important;
}
@media (max-width: 768px) {
  .banner--module .bg.fp img {
    height: 100%;
  }
}
.banner--module .bg:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(13, 27, 24) 0%, rgba(13, 27, 24, 0) 30%);
}
.banner--module .button.submit {
  flex: 0.3;
}
.banner--module .cta {
  color: #2DCC25;
  font-weight: bold;
  font-style: italic;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.banner--module .img-wrapper:hover .overlay {
  opacity: 1;
}
.banner--module .img-wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(26, 43, 39, 0.8) 31.73%, rgba(0, 0, 0, 0) 73.56%);
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.banner--module .img-wrapper .overlay .text {
  opacity: 0.8;
  color: white;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.gallery--module {
  background: white;
}
.gallery--module .slick-list {
  position: relative;
  height: 30%;
}
@media (min-width: 768px) {
  .gallery--module .slick-list {
    height: 50%;
  }
}
@media (min-width: 992px) {
  .gallery--module .slick-list {
    height: 60%;
  }
}
@media (min-width: 1200px) {
  .gallery--module .slick-list {
    height: 70%;
  }
}
.gallery--module .slick-dots {
  padding-bottom: 5rem;
}
.gallery--module .slide {
  transition: 1s;
  padding: 1rem;
  opacity: 0.6;
}
.gallery--module .slick-current {
  opacity: 1;
}
.gallery--module img {
  max-width: 900px;
}
.gallery--module .slick-arrow {
  bottom: 4rem;
  top: initial;
  z-index: 100;
  transform: none;
  width: initial;
  height: initial;
  display: none !important;
}
@media (min-width: 768px) {
  .gallery--module .slick-arrow {
    display: inline-block !important;
  }
}
.gallery--module .slick-arrow:before {
  content: none;
}
.gallery--module .slick-arrow.slick-next {
  right: 20%;
}
@media (min-width: 992px) {
  .gallery--module .slick-arrow.slick-next {
    right: 30%;
  }
}
.gallery--module .slick-arrow.slick-prev {
  left: 20%;
}
@media (min-width: 992px) {
  .gallery--module .slick-arrow.slick-prev {
    left: 30%;
  }
}
.gallery--module .slick-dots li button:before {
  background: url(https://raumkauf.de/pagination-dark.svg);
}

.pair--module {
  background: #f8f8f8;
  color: #131416;
}
.pair--module p {
  margin-bottom: 0;
}
.pair--module p.description {
  opacity: 0.75;
  padding-right: 1.5rem;
}
.pair--module .cta-glow .button:hover .background.dark {
  box-shadow: 0 0 10px rgba(45, 204, 37, 0.25);
}
@media (min-width: 576px) {
  .pair--module .tile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pair--module .tile img {
    width: 75%;
  }
}
.pair--module .button {
  width: 275px;
}

.locations--module {
  background: #fff;
  color: #0B0B0C;
  padding-top: 400px;
}
@media (min-width: 376px) {
  .locations--module {
    padding-top: 350px;
  }
}
@media (min-width: 768px) {
  .locations--module {
    padding-top: 375px;
  }
}
@media (min-width: 992px) {
  .locations--module {
    padding-top: 150px;
  }
}
.locations--module .location-title {
  font-style: normal;
  font-weight: 800;
}
.locations--module .img-wrapper .new-label {
  position: absolute;
  top: 20px;
  font-size: 13px;
}
.locations--module .img-wrapper .new-label:after {
  content: " ";
  width: 0;
  top: 0;
  height: 0;
  position: absolute;
  right: -35px;
  border-top: 35px #2DCC25 solid;
  border-right: 35px transparent solid;
}

.gm-style .gm-style-iw {
  border-radius: 4px;
}
.gm-style .gm-style-iw .info-window {
  color: #0B0B0C;
}

#mapModal .g-wrapper {
  height: 95vh;
  width: 95vw;
  position: relative;
}
@media (min-width: 992px) {
  #mapModal .g-wrapper {
    height: 80vh;
    width: 80vw;
  }
}
#mapModal .g-maps {
  height: 100%;
  width: 100%;
}
#mapModal .modal-dialog {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
}
#mapModal .modal-dialog button {
  pointer-events: all;
}
#mapModal .legend-container {
  position: absolute;
  bottom: 50px;
}
#mapModal .legend-container .legend {
  background: white;
}
@media (min-width: 768px) {
  #mapModal .legend-container .legend:after {
    content: " ";
    width: 0;
    top: 0;
    height: 0;
    position: absolute;
    right: -56px;
    border-top: 56px white solid;
    border-right: 56px transparent solid;
  }
}

.map--module {
  position: relative;
  width: 100%;
  z-index: 1;
  isolation: isolate;
}
.map--module .row .g-maps {
  height: 200px;
}
@media (min-width: 992px) {
  .map--module .row .g-maps {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .map--module .row .legend-container {
    font-size: 13px;
    color: black;
    font-weight: bold;
  }
}
.map--module .row .column {
  position: relative;
  top: -50px;
}
@media (min-width: 992px) {
  .map--module .row .column {
    top: -50px;
  }
}
.map--module .row .column .legend-container {
  background: #191B1F;
}
@media (min-width: 992px) {
  .map--module .row .column .legend-container {
    background: white;
  }
}
.map--module .row .column .legend-container .legend .legend-item {
  letter-spacing: -0.5px;
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .map--module .row .column.info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #23272F;
  }
  .map--module .row .column.info:after {
    content: " ";
    width: 0;
    top: 0;
    height: 0;
    position: absolute;
    right: -200px;
    border-top: 200px #23272F solid;
    border-right: 200px transparent solid;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .map--module .row .column.info:after {
    right: -250px;
    border-top: 250px #23272F solid;
    border-right: 250px transparent solid;
  }
}
.map--module .row .info-box {
  background: #23272F;
}
.map--module .row .info-box .description {
  opacity: 0.7;
}
.map--module .row .info-box .active {
  color: #2DCC25;
  font-weight: bold;
  cursor: pointer;
}

.tooltipster-base {
  display: none !important;
}

@media only screen and (min-width: 3000px) {
  html {
    zoom: 200%;
  }
}
html.kiosk-view {
  font-size: 26px;
}

.calender--module {
  background: white;
  color: #0B0B0C;
}
.calender--module.with-space {
  padding-top: 10rem !important;
}
.calender--module .tribe-common a {
  cursor: initial !important;
}
.calender--module.kiosk-view .tribe-events-pro {
  max-height: 100vh;
}
.calender--module.kiosk-view .tribe-events-pro:before {
  height: 100vh;
}
@media (min-width: 768px) {
  .calender--module.kiosk-view .tribe-events-pro:before {
    height: 100%;
    bottom: 0;
  }
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-l-container {
  padding: 25px 0;
  height: 100%;
  max-width: 95%;
  flex-direction: column;
  justify-content: center;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body {
  flex: 1;
  display: flex;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-row {
  min-height: initial;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__event {
  min-height: 115px !important;
  width: 95% !important;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__event .tribe-events-pro-week-grid__event-link-inner {
  padding: 0.5rem;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-wrapper.tribe-events-pro-week-grid__events-row-wrapper--active, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-outer-wrapper, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-outer-wrapper .tribe-events-pro-week-grid__events-row-wrapper.tribe-events-pro-week-grid__events-row-wrapper--active {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-wrapper.tribe-events-pro-week-grid__events-row-wrapper--active .tribe-events-pro-week-grid__events-row, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-outer-wrapper .tribe-events-pro-week-grid__events-row, .calender--module.kiosk-view .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__events-scroll-wrapper .tribe-events-pro-week-grid__events-row-outer-wrapper .tribe-events-pro-week-grid__events-row-wrapper.tribe-events-pro-week-grid__events-row-wrapper--active .tribe-events-pro-week-grid__events-row {
  flex: 1;
}
.calender--module.kiosk-view header.tribe-events-header {
  display: none;
}
.calender--module.kiosk-view.trim .tribe-events-pro .tribe-events-pro-week-grid.tribe-common-a11y-hidden .tribe-events-pro-week-grid__body .tribe-events-pro-week-grid__event {
  min-height: 105px !important;
  margin: 5px auto;
}
@media (min-width: 576px) {
  .calender--module .tribe-events-pro-week-day-selector {
    background: white;
    left: -20px;
    width: 100vw;
    padding-bottom: 0;
  }
  .calender--module .tribe-events-pro-week-day-selector__day-daynum.tribe-common-h4, .calender--module .tribe-events-pro-week-day-selector__events-icon {
    display: none;
  }
  .calender--module .tribe-events-pro .tribe-events-l-container {
    padding-bottom: 0;
  }
  .calender--module .tribe-events-pro .tribe-events-pro-week-day-selector__day {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
  .calender--module .tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
    border: 0;
    border-radius: 0;
    border-bottom: 4px #2DCC25 solid;
  }
  .calender--module .tribe-events-pro .tribe-events-pro-week-day-selector__day--active .tribe-events-pro-week-day-selector__day-weekday.tribe-common-b3 {
    color: #2DCC25;
  }
}
.calender--module * {
  font-family: "Inter", sans-serif !important;
}
.calender--module .tribe-events-c-top-bar.tribe-events-header__top-bar,
.calender--module button.tribe-common-c-btn.tribe-events-c-search__button,
.calender--module .tribe-events-c-events-bar__views,
.calender--module .tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium,
.calender--module nav.tribe-events-pro-week-nav.tribe-events-c-nav,
.calender--module .tribe-events-pro-week-mobile-events__event-time-separator,
.calender--module .tribe-events-pro-week-mobile-events__event-datetime-recurring-link,
.calender--module ul.tribe-events-pro-week-day-selector__nav-list,
.calender--module .tribe-events-pro-week-grid__events-row-scroll-pane,
.calender--module button.tribe-events-c-events-bar__search-button {
  display: none !important;
}
.calender--module .tribe-events-header.tribe-events-header--has-event-search {
  justify-content: center;
  padding-bottom: 1.5rem;
}
.calender--module .tribe-events-pro-week-mobile-events__event-details.tribe-common-g-col {
  background: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #0B0B0C;
}
.calender--module .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  border: 0;
  position: relative;
}
@media (min-width: 768px) {
  .calender--module .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
    width: 40%;
  }
  .calender--module .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border .skewed-background {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px rgba(52, 57, 67, 0.15) solid;
    transform: skew(-25deg);
    pointer-events: none;
  }
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-day, .calender--module .tribe-events-pro .tribe-events-pro-week-grid__multiday-events-day {
  border-left: none;
}
.calender--module .tribe-events-pro {
  position: relative;
}
.calender--module .tribe-events-pro:before {
  content: " ";
  background: #EFEFEF;
  position: absolute;
  width: 100%;
  bottom: 160px;
  left: 0;
  z-index: 0;
  height: 375px;
}
@media (min-width: 768px) {
  .calender--module .tribe-events-pro:before {
    height: calc(100% - 360px);
  }
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper--active {
  overflow: hidden !important;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-scroll-wrapper,
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__header-column,
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-row-outer-wrapper,
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__header-row {
  border: none;
}
@media (min-width: 992px) {
  .calender--module .tribe-events-pro .tribe-events-pro-week-grid__event {
    width: 85%;
    margin: 10px auto;
    left: 0;
    right: 0;
    min-height: 96px !important;
    top: unset !important;
    position: relative !important;
  }
  .calender--module .tribe-events-pro .tribe-events-pro-week-grid__event .tribe-common-svgicon--recurring {
    display: none;
  }
}
.calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current, .calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current * {
  background: #23272F;
  color: white;
}
.calender--module .tribe-events-pro-week-grid__header-column-datetime span {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.5;
  color: #343943;
  font-style: normal;
}
.calender--module .tribe-events-pro-week-grid__header-column-daynum {
  opacity: 0 !important;
}
.calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title {
  position: relative;
}
.calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-title:before {
  content: " ";
  background: #23272F;
  width: 100%;
  position: absolute;
  height: 20px;
  top: -20px;
  border-top: 5px #2DCC25 solid;
}
.calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current, .calender--module .tribe-events-pro-week-grid__header-column.tribe-events-pro-week-grid__header-column--current span {
  opacity: 1;
  background: #23272F;
  color: white;
  font-weight: bold;
}
.calender--module .tribe-events-pro-week-grid__events-row-header time {
  opacity: 0;
}
.calender--module .tribe-events-pro-week-grid__events-day.flex-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.calender--module .tribe-events-pro-week-grid__events-day .tribe-events-pro-week-grid__event-link {
  border-radius: 4px;
  border: 0;
}
.calender--module .tribe-events-pro-week-grid__events-day.current {
  background: #23272F;
  border-bottom: 4px #2DCC25 solid;
}
.calender--module .tribe-events-pro-week-grid__events-day.current .tribe-events-pro-week-grid__event-link:focus .tribe-events-pro-week-grid__event-link-inner {
  background-color: #343943;
}
.calender--module .tribe-events-pro-week-grid__events-day.current .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-link-inner {
  background-color: #343943;
}
.calender--module .tribe-events-pro-week-grid__events-day.current .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-link-inner:hover {
  background-color: #343943 !important;
}
.calender--module .tribe-events-pro-week-grid__events-day.current .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-link-inner * {
  color: white;
}
.calender--module .tribe-events-pro-week-mobile-events {
  position: relative;
  z-index: 10;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-row-header {
  height: 1px;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-row {
  height: -moz-fit-content;
  height: fit-content;
  min-height: 900px;
}
.calender--module .tribe-events-pro [class*=tribe-events-pro-week-grid__event--h-0] .tribe-events-pro-week-grid__event-datetime {
  height: initial;
  width: initial;
  position: relative;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link {
  letter-spacing: -0.5px;
  color: #23272F;
  opacity: 1 !important;
  cursor: initial !important;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-datetime {
  color: #23272F;
  font-size: 0.8rem;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link .tribe-events-pro-week-grid__event-title {
  font-weight: 600;
  color: #23272F;
  font-style: normal;
  font-size: 1rem;
  line-height: normal !important;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link:focus .tribe-events-pro-week-grid__event-link-inner {
  background-color: #fff;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link-inner {
  background-color: #fff;
  padding: 1rem 0.5rem;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__event-link-inner:hover {
  background-color: #fff !important;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-mobile-events__event-datetime-wrapper, .calender--module .tribe-events-pro .tribe-events-pro-week-mobile-events__event-title {
  margin: 0;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-mobile-events__event {
  padding-right: 84px;
  padding-left: 84px;
}
.calender--module .tribe-events-pro .tribe-events-pro-week-grid__events-row-wrapper {
  margin-right: 0 !important;
  height: -moz-min-content;
  height: min-content;
}
.calender--module .tribe-common-l-container.tribe-events-l-container {
  padding-top: 20px;
}
.calender--module .tribe-events-pro-week-mobile-events__event-venue-title {
  font-weight: 500;
  opacity: 0.5;
  color: #23272F;
}
@media (min-width: 576px) {
  .calender--module .tribe-events-header__messages.tribe-events-c-messages.tribe-common-b2 {
    display: none;
  }
  .calender--module .tribe-common-l-container.tribe-events-l-container {
    position: relative;
  }
  .calender--module .tribe-common-l-container.tribe-events-l-container:after {
    position: absolute;
    content: " ";
    background: url(https://raumkauf.de/timeline.png);
    top: 150px;
    left: 0;
    width: 70px;
    background-repeat: no-repeat !important;
    background-size: contain;
    background-position: center;
    height: 510px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .calender--module .tribe-common-l-container.tribe-events-l-container:after {
    bottom: -40px;
    top: initial;
    height: 686px;
  }
}
@media (min-width: 576px) {
  .calender--module .tribe-common-l-container.tribe-events-l-container:before {
    content: " ";
    background: #EFEFEF;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 64px;
    left: 0;
    z-index: 0;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .calender--module .tribe-common-l-container.tribe-events-l-container:before {
    left: -50px;
    top: 35px;
  }
}

.boxes--module {
  background: #191B1F;
}
.boxes--module .title {
  font-style: normal;
  min-height: 100px;
}
.boxes--module .subtitle {
  font-size: 32px;
}
.boxes--module .options {
  height: -moz-fit-content;
  height: fit-content;
}
.boxes--module .options .bullets {
  color: white;
  background: #23272F;
  font-size: 13px;
  flex: 1;
}
@media (min-width: 992px) {
  .boxes--module .options .bullets {
    font-size: 16px;
  }
}
.boxes--module .options .bullets svg {
  max-width: 100%;
}
.boxes--module .button .text-layer.active {
  color: white;
}
.boxes--module ul {
  padding-inline-start: 0;
  list-style: none;
  min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .boxes--module ul {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
}
.boxes--module ul li span {
  opacity: 0.5;
}

.grid--module {
  background: white;
  color: #0B0B0C;
}
.grid--module .icon {
  max-width: 125px;
}
.grid--module .icon img {
  width: 100%;
}

.course-info--module {
  overflow: auto;
  background: white;
  color: #0B0B0C;
}
.course-info--module .subtitle {
  opacity: 0.5;
}
.course-info--module .line {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: skew(-33deg);
  border-right: 3px #2DCC25 solid;
  top: 0;
}
.course-info--module .triangle-line {
  top: -30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.course-info--module .image-wrapper {
  width: 100px;
}
.course-info--module .image-wrapper img {
  width: 100%;
}
.course-info--module .horizontal {
  max-width: 100%;
  overflow: auto;
}

.zendesk--module {
  background: white;
}
.zendesk--module, .zendesk--module pre {
  color: #0B0B0C;
}
.zendesk--module .category {
  border-left: #C4C4C4 4px solid;
}
.zendesk--module .category.active-border {
  border-color: #2DCC25;
}
.zendesk--module .background.flat {
  background-color: #eafae9;
  border-color: #2DCC25;
  padding: 12px 24px !important;
}
.zendesk--module .dropdown-menu {
  max-width: 100%;
}
.zendesk--module .dropdown-menu .dropdown-item {
  white-space: normal;
}
@media (min-width: 376px) {
  .zendesk--module .dropdown-menu .dropdown-item {
    white-space: nowrap;
  }
}
.zendesk--module .btn {
  padding: 0;
}
.zendesk--module .dropdown-toggle:after {
  position: absolute;
  bottom: 0;
  right: 20px;
  margin: auto;
  top: 0;
  border: 0;
  background: url(https://raumkauf.de/trans-close.png);
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
}

.soundcloud--module {
  background: white;
  color: #0B0B0C;
}
.soundcloud--module .row.content {
  padding-bottom: 10rem;
}

.compliance--module {
  background: white;
  color: black;
}
.compliance--module strong, .compliance--module .wp-block-group, .compliance--module h3, .compliance--module .h-3, .compliance--module h4, .compliance--module .h-4, .compliance--module .h-5, .compliance--module h5, .compliance--module h6, .compliance--module .h-6 {
  padding-top: 2rem;
}
.compliance--module h3, .compliance--module .h-3, .compliance--module h4, .compliance--module .h-4, .compliance--module .h-5, .compliance--module h5, .compliance--module h6, .compliance--module .h-6 {
  font-style: normal;
}
.compliance--module ul {
  list-style-image: url(https://raumkauf.de/pagination-active.svg);
}
.compliance--module ul li {
  padding: 0.5rem 0;
}

.step--module {
  z-index: 1;
}
.step--module .step-wrapper {
  background-color: black;
  color: white;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 512px) {
  .step--module .step-wrapper .step-wrapper-inner {
    padding: 0;
  }
}
.step--module .step-wrapper .step-icon-text .step-index {
  font-size: 40px;
  font-weight: 900;
  color: #338F99;
  height: 50px;
}
.step--module .step-wrapper .step-icon-text .step-line {
  width: 100%;
  height: 100%;
  position: relative;
}
.step--module .step-wrapper .step-icon-text .step-line:after {
  content: "";
  width: 4px;
  background-color: white;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 512px) {
  .step--module .step-wrapper .step-icon-responsive img {
    width: 90px !important;
  }
}
.step--module .mw-55 {
  min-width: 55px;
}

.background-blue {
  height: 100%;
  width: 100vw;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to bottom, white, #338F99);
  left: 0;
  bottom: 2rem;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.google-map {
  padding: 0 !important;
  margin: 0 !important;
  height: 600px;
  min-height: 600px;
  position: relative;
  z-index: 3;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
}

.google-map .cmplz-placeholder-parent,
.google-map .cmplz-blocked-content-container {
  min-height: 600px;
  height: 100%;
  box-sizing: border-box;
}

.google-map iframe {
  width: 100% !important;
  min-height: 600px;
  height: 600px !important;
  max-width: 100%;
  box-sizing: border-box;
}

.blog-rk .post-type-post .post-wrapper {
  border: 1px solid black;
  border-radius: 10px;
  padding: 0 !important;
  min-height: 690px;
}
.blog-rk .post-type-post .post-wrapper img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-rk .post-type-post .post-wrapper .article-content {
  padding: 0 12px;
}
.blog-rk .post-type-post .post-wrapper .article-content .article-h1 {
  font-size: 27px;
  font-weight: 600;
  letter-spacing: unset;
}
.blog-rk .post-type-post .post-wrapper .article-content .article-h1:hover {
  opacity: 0.7;
}
.blog-rk .tool-pagination a.page-number {
  opacity: 0.7;
}
.blog-rk .tool-pagination .page-number {
  padding: 0 5px;
}
.blog-rk .tool-pagination .prev, .blog-rk .tool-pagination .next {
  position: absolute;
}
.blog-rk .tool-pagination .prev {
  left: -20px;
  top: -2px;
}
.blog-rk .tool-pagination .next {
  right: -20px;
  top: -2px;
}

.content--module .Cta__Wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Media {
    display: flex;
    justify-content: center;
  }
  .Media .Media__Content {
    width: 70% !important;
  }
}
.content-width--module .container-fluid {
  padding: 0;
}
.content-width--module .Media__Wrapper {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .content-width--module .Media__Wrapper {
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-width--module .Media__Wrapper {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.content-width--module .Media__Wrapper.right {
  left: initial;
  right: 0;
}
.content-width--module .Media__Wrapper video, .content-width--module .Media__Wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-width--module .Cta__Wrapper {
  text-align: center;
}

.contact-form--module .background-wrapper .background-1 {
  height: 20%;
  background: white;
}
.contact-form--module .background-wrapper .background-2 {
  height: 80%;
  background: #fbf8f8;
}
.contact-form--module .next-button,
.contact-form--module .back-button {
  width: 20px;
  height: auto;
  fill: white;
}
.contact-form--module .toast-error-wrapper {
  position: fixed;
  bottom: 8%;
  left: 0;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .contact-form--module .toast-error-wrapper {
    width: auto;
    padding: 1rem;
    bottom: 0;
  }
}

.modal-content {
  background: #EDEDED;
}
.modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content .modal-body .contact-form {
  margin-top: 420px;
}
.modal-content .modal-body .contact-form .header-content .title {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .modal-content .modal-body .contact-form {
    margin-top: 0;
  }
}

.contact-form {
  width: 100%;
  height: 125vh;
  filter: drop-shadow(3px 5px 3px rgba(0, 0, 0, 0.3));
}
@media (min-width: 768px) {
  .contact-form {
    height: 95vh;
  }
}
@media (min-width: 992px) {
  .contact-form {
    width: 900px;
    height: 600px;
  }
}
.contact-form.loading .loader {
  display: flex;
}
.contact-form .loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(105, 105, 105, 0.25);
}
.contact-form .loader .spinner-border {
  color: #338F99;
}
.contact-form .contact-form-mask {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8%), calc(100% - 15%) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8%), calc(100% - 15%) 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 10px 5px 5px black;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10%), calc(100% - 10%) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10%), calc(100% - 10%) 100%, 0 100%);
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15%), calc(100% - 15%) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15%), calc(100% - 15%) 100%, 0 100%);
  }
}
.contact-form .contact-form-mask .contact-form-header {
  padding: 10px 20px 10px 20px;
  color: white;
  background: black;
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-header {
    padding: 20px 50px 20px 50px;
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-header {
    padding: 20px 50px calc(20px + 3rem) 50px;
  }
}
.contact-form .contact-form-mask .contact-form-header .header-content {
  height: 2rem;
  display: flex;
}
.contact-form .contact-form-mask .contact-form-header .header-content .title {
  color: inherit;
  flex: 1;
  text-align: center;
}
.contact-form .contact-form-mask .contact-form-header .progress {
  height: 0.2rem;
  background: transparent;
}
.contact-form .contact-form-mask .contact-form-header .progress .progress-bar {
  background: #338F99;
  transition: width 1s;
}
.contact-form .contact-form-mask .contact-form-content {
  background: white;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] {
  height: 100%;
  position: relative;
  top: 0;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] {
    top: -3rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form {
  width: 100%;
  height: 100%;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .carousel-inner,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .carousel-item,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .wpcf7-form-control-wrap,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .wpcf7-form-control {
  height: 100%;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .carousel-inner {
  overflow: visible;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form .wpcf7-response-output {
  display: none !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item .wpcf7-form-control-wrap {
  display: block;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  justify-content: center;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  align-items: stretch;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
    flex-direction: row;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  flex: 1;
  max-height: 20%;
  margin: 0.2rem 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 8px;
  border: 1px solid #696969;
  background: black;
  transition: background-color 0.25s, border-color 0.25s;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    max-width: 130px;
    max-height: none;
    margin: 0 0.5rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover {
  border-color: white;
  background: #338F99;
  cursor: pointer;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration {
  flex: 1;
  display: flex;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration {
    max-width: none;
    display: block;
    flex: 0;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration svg {
  height: 100%;
  fill: white !important;
}
@media (max-width: 576px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration svg {
    min-width: 72px;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration svg * {
  fill: white;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .illustration svg {
    height: auto;
    width: 100%;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .slide-radio-content .title {
  flex: 0;
  color: white;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range {
    padding-top: 1rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap {
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-range {
  display: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range {
  -webkit-appearance: none !important;
  /* WebKit/Blink */
  /* Safari */
  /* Firefox */
  /* IE */
  position: relative;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
          appearance: none !important;
  background: #338F99;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  /* alignment fix for Chrome */
  transform: translate(0, -50%);
  margin-top: 0.25rem;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range::-webkit-media-slider-thumb {
  -webkit-appearance: none !important;
          appearance: none !important;
  background: #338F99;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  /* alignment fix for Chrome */
  transform: translate(0, -50%);
  margin-top: 0.25rem;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range::-moz-range-thumb {
  background: #338F99;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range::-ms-thumb {
  background: #338F99;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  margin: 0; /* Reset margin in Edge since it supports -webkit-slider-thumb as well */
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range:focus {
  outline: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(51, 143, 153, 0.25);
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range:before {
  content: attr(minTool);
  color: #696969;
  position: absolute;
  left: 0;
  top: calc(1.5rem + 0.5rem);
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .range-wrapper input[type=range].form-range:after {
  content: attr(maxTool);
  color: #696969;
  position: absolute;
  right: 0;
  top: calc(1.5rem + 0.5rem);
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .illustration {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .illustration {
    max-width: none;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .illustration svg {
  fill: #338F99;
  width: 100%;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .illustration svg * {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .input-wrapper {
  color: #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .input-wrapper input {
  border-right: 0;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .input-wrapper input:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 143, 153, 0.25) !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .input-wrapper label {
  border-left: 0;
  background: white;
  color: inherit;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .next-wrapper .next {
  position: relative;
  text-align: center;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.range .wpcf7-form-control-wrap .slide-range-content .next-wrapper .next .next-button-wrapper {
  padding: 0.375rem 0.75rem 0.375rem 0;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating {
    padding-top: 1rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap {
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .wpcf7-form-control {
  display: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper .star {
  display: flex;
  font-size: 1rem;
  width: 5em;
  height: 5em;
  cursor: pointer;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper .star svg {
  width: 100%;
  height: 100%;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-1 .star-1 svg path {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-2 .star-1 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-2 .star-2 svg path {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-3 .star-1 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-3 .star-2 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-3 .star-3 svg path {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-4 .star-1 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-4 .star-2 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-4 .star-3 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-4 .star-4 svg path {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-5 .star-1 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-5 .star-2 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-5 .star-3 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-5 .star-4 svg path,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.quality-rating .wpcf7-form-control-wrap .slide-quality-rating .rating-wrapper.stars-highlight-5 .star-5 svg path {
  fill: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code {
  padding-top: 0.25rem;
  margin-bottom: -0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code {
    padding-top: 1rem;
    margin-bottom: 0;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap {
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number {
  display: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .illustration svg {
  height: 100%;
  fill: #9f9f9f;
  max-height: 260px;
}
@media (max-width: 576px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .illustration svg {
    min-width: 72px;
  }
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .illustration svg {
    height: auto;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper input:focus, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 143, 153, 0.25) !important;
  border-color: #338F99 !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper label {
  border-left: 0;
  background: white;
  color: #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper .info {
  line-height: 1.2;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper .info {
    font-size: 1rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper .next {
  position: relative;
  text-align: center;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.postal-code .wpcf7-form-control-wrap .slide-postal-code .input-wrapper .next .next-button-wrapper {
  padding: 0.375rem 0.75rem 0.375rem 0;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact {
  padding-top: 0.25rem;
  margin-bottom: -0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact {
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .acceptance-wrapper .input-group input.form-control:focus, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group input.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 143, 153, 0.25) !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .acceptance-wrapper .input-group .form-check input.form-check-input:checked, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group .form-check input.form-check-input:checked {
  background-color: #338F99 !important;
  border-color: #338F99 !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .acceptance-wrapper .input-group .form-check input.form-check-input:focus, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group .form-check input.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 143, 153, 0.25) !important;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .general-label {
  font-weight: bold;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group .form-check {
  font-size: 1.2rem;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group .form-check .form-check-label {
  margin-top: 0.25em;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group.gender .form-check {
  font-size: 1.5rem;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group.gender .form-check .form-check-label {
  font-size: 1rem;
  margin-top: 0.1em;
  font-weight: bold;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .next-wrapper .illustration svg {
  height: 200px;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .wpcf7-form-control-wrap, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .wpcf7-form-control, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .ajax-loader, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact > br {
  display: none;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .small-text {
  font-size: 0.7rem;
  line-height: 1.2;
  color: #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact a {
  color: #338F99;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .next {
  position: relative;
  text-align: center;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .next .next-button-wrapper {
  padding: 0.375rem 0.75rem 0.375rem 0;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .next .primary {
  font-size: 1.4rem;
  line-height: 1;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .next .secondary {
  font-size: 0.7rem;
  line-height: 1;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.success, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.fail {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.success, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.fail {
    padding-top: 1rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.success .frame, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.fail .frame {
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.success .frame .message, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.fail .frame .message {
  color: black;
  display: inline-block;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.text, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.number {
  padding-top: 0.25rem;
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.text, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.number {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.text .wpcf7-form-control-wrap, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.number .wpcf7-form-control-wrap {
  background: white;
  border-radius: 8px;
  border: 1px solid #696969;
}
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text, .contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.number .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number,
.contact-form .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.number .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
  display: none;
}
.contact-form .contact-form-mask .contact-form-footer {
  padding: 10px 20px 10px 20px;
  padding-right: 15%;
  background: white;
  display: flex;
}
@media (min-width: 768px) {
  .contact-form .contact-form-mask .contact-form-footer {
    padding: 10px 50px 10px 50px;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-footer {
    padding: 0 50px 20px 50px;
    padding-right: 15%;
  }
}
.contact-form .contact-form-mask .contact-form-footer .property {
  display: flex;
  align-items: center;
  color: #696969;
  font-size: 0.8rem;
  width: 100%;
}
@media (min-width: 576px) {
  .contact-form .contact-form-mask .contact-form-footer .property {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-form .contact-form-mask .contact-form-footer .property {
    width: auto;
  }
}
.contact-form .contact-form-mask .contact-form-footer .property svg.check {
  flex: 0 0 24px;
  height: auto;
  stroke: #696969;
  margin-right: 0.5rem;
}
.contact-form .contact-form-mask .contact-form-footer .property span {
  max-width: 180px;
}
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot {
  width: 120px;
}
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg {
  width: 100%;
  height: auto;
}
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg .signet-text,
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg .signet-star,
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg .signet-star-highlight,
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg .rating-star-background {
  fill: #9f9f9f;
}
.contact-form .contact-form-mask .contact-form-footer .property.signet .trustpilot svg .rating-star {
  fill: white;
}
.contact-form#contact-form-finance, .contact-form#contact-form-insurance {
  height: 95vh;
  min-height: 850px;
}
@media (min-width: 992px) {
  .contact-form#contact-form-finance, .contact-form#contact-form-insurance {
    min-height: 0;
    height: 450px;
  }
}
.contact-form#contact-form-finance .contact-form-mask .contact-form-header, .contact-form#contact-form-insurance .contact-form-mask .contact-form-header {
  padding: 20px 20px calc(20px + 0rem) 20px;
}
@media (min-width: 768px) {
  .contact-form#contact-form-finance .contact-form-mask .contact-form-header, .contact-form#contact-form-insurance .contact-form-mask .contact-form-header {
    padding: 20px 50px calc(20px + 0rem) 50px;
  }
}
@media (min-width: 992px) {
  .contact-form#contact-form-finance .contact-form-mask .contact-form-header, .contact-form#contact-form-insurance .contact-form-mask .contact-form-header {
    padding: 20px 50px calc(20px + 0rem) 50px;
  }
}
.contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form], .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] {
  top: 0rem;
}
@media (min-width: 992px) {
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio {
    padding-top: 1rem;
  }
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap {
    display: flex;
    align-items: center;
  }
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    flex: 0 0 45%;
    max-width: none;
    max-height: none;
    height: 50px;
    margin: 0.5rem;
    background: white;
    color: black;
    transition: background-color 0.25s, color 0.25s;
  }
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.radio .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:hover {
    background: black;
    color: white;
  }
}
.contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact {
  height: 0;
}
@media (min-width: 992px) {
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact {
    padding-top: 1rem;
  }
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group,
  .contact-form#contact-form-finance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .next-wrapper, .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .input-group,
  .contact-form#contact-form-insurance .contact-form-mask .contact-form-content > div[role=form] form #contact-form-slider .carousel-item.contact .slide-contact .input-wrapper .next-wrapper {
    width: 49%;
  }
}
@media (min-width: 992px) {
  .contact-form#contact-form-finance .contact-form-mask .contact-form-footer .property, .contact-form#contact-form-insurance .contact-form-mask .contact-form-footer .property {
    width: 50%;
  }
}

.module-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

@media screen and (min-width: 0px) and (max-width: 1023px) {
  .px-sl-raumkauf {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.top-info {
  background: black;
  color: white;
  height: 30px;
  display: flex;
}
.top-info a img {
  margin-right: 5px;
  filter: invert(100%) sepia(11%) saturate(7500%) hue-rotate(189deg) brightness(114%) contrast(109%);
}
.top-info a:nth-child(2) {
  margin-left: 20px;
}

.sm-icons {
  opacity: 0.3;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px !important;
}

.logo-image-desktop {
  width: 200px;
}

.zindex2 {
  z-index: 2;
}

.navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown .dropdown-menu .dropdown-item {
  color: rgba(0, 0, 0, 0.55);
}

@media screen and (min-width: 0px) and (max-width: 991px) {
  .navbar-wrapper {
    height: calc(100vh - 110px);
    flex-direction: column;
    justify-content: unset;
    padding-top: 40px;
  }
  .navbar-nav {
    padding-top: 0px;
  }
  .nav-item {
    padding-top: 8px;
    padding-bottom: 35px;
  }
  .sm-icons {
    padding-top: 40px;
  }
  .nav-link {
    text-align: center;
  }
  .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
  }
  .dropdown .dropdown-menu li {
    text-align: center;
  }
  .dropdown .dropdown-menu .dropdown-item {
    color: rgba(0, 0, 0, 0.55);
  }
}
h1, .h-1 {
  font-size: 48px;
  letter-spacing: -0.833333px;
  font-weight: bold;
  font-style: italic;
  line-height: 110%;
}
@media (min-width: 768px) {
  h1, .h-1 {
    font-size: 92px;
    letter-spacing: -2.7px;
  }
}

h2, .h-2, .h2 {
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  h2, .h-2, .h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h2, .h-2, .h2 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  h2, .h-2, .h2 {
    font-size: 60px;
  }
}

h3, .h-3, .h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  h3, .h-3, .h3 {
    font-size: 48px;
  }
}

h4, .h-4 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  h4, .h-4 {
    font-size: 28px;
  }
}

h5, .h-5 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
@media (min-width: 768px) {
  h5, .h-5 {
    font-size: 24px;
  }
}

h6, .h-6 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

footer {
  position: relative;
  z-index: 2;
}

footer .footer-top {
  padding: 70px 0;
  background: black;
  color: white;
}
@media (max-width: 768px) {
  footer .footer-top .footer-logo {
    justify-content: center;
    display: flex;
  }
}
footer .footer-top .logo-image-desktop {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer .footer-top .logo-image-desktop {
    margin-top: 20px;
  }
}
footer .footer-top .sm-icons {
  filter: invert(100%) sepia(11%) saturate(7500%) hue-rotate(189deg) brightness(114%) contrast(109%);
  opacity: 1;
}
footer .footer-top .sm-icons a:nth-child(2) {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  footer .footer-top .sm-icons {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-1 div, footer .footer-top .footer-top-1 a, footer .footer-top .footer-top-2 div, footer .footer-top .footer-top-2 a {
    text-align: center;
  }
}
footer .footer-bottom {
  background: white;
  color: #575756;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  footer .footer-bottom {
    padding-top: 15px;
  }
}
footer .footer-bottom .nav-link-footer {
  position: relative;
  color: black;
}
footer .footer-bottom .nav-link-footer:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #575756;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 1rem;
}
footer .footer-bottom .nav-link-footer:last-child {
  padding-right: 0;
}
footer .footer-bottom .nav-link-footer:last-child:after {
  display: none;
}

.text-container {
  padding: 2rem 0;
  max-width: 450px;
}
@media (min-width: 992px) {
  .text-container {
    padding: 3rem;
  }
}
.text-container .pre-title {
  color: #1DC715;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.833333px;
  margin: 0.25rem;
}
.text-container .cta {
  margin-left: 2rem;
  width: 100%;
  color: #2DCC25;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
}

.pagination--module ul li {
  border-top: 1px solid #BCC1CB;
  border-bottom: 1px solid #BCC1CB;
}
.pagination--module ul li.dummy-front {
  border-right: 1px solid #BCC1CB;
}
.pagination--module ul li.dummy-back {
  border-left: 1px solid #BCC1CB;
}
.pagination--module ul li.current {
  border-bottom: 3px solid #2DCC25;
}
.pagination--module ul li:first-child {
  border-top: none;
}
.pagination--module ul li:last-child {
  border-bottom: none;
}
.pagination--module .page-item {
  display: flex;
  align-items: center;
}

.modal {
  color: black;
  letter-spacing: -0.5px;
}
.modal .modal-header {
  border: 0;
}
.modal .modal-title {
  font-size: 32px;
  letter-spacing: -0.833333px;
}
.modal .modal-description {
  color: #0B0B0C;
  letter-spacing: -0.5px;
}
.modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
}
.modal .close {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
}

.search-box {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.search-box img {
  max-width: 100%;
}
.search-box .button.search {
  flex: 1;
}
.search-box .button.submit {
  max-width: 100px;
  flex: 0.3;
}
.search-box .search-form {
  margin-block-end: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .search-box .search-form {
    width: 100%;
  }
}
.search-box .submit .text-layer {
  pointer-events: none;
}
.search-box .submit input {
  cursor: pointer;
}
.search-box .search-field {
  background-color: transparent;
}
.search-box .search-field:focus {
  outline: 0 !important;
  box-shadow: none;
}
.search-box .form-control {
  padding: 0;
}
.search-box .background {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.button {
  position: relative;
}
.button:hover .background.active {
  filter: drop-shadow(0 0 10px rgba(45, 204, 37, 0.25));
}
.button:hover .background.default {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.125));
}
.button:not(.submit) {
  height: -moz-fit-content;
  height: fit-content;
}
.button .background {
  transform: skew(-20deg);
  color: transparent;
  font-weight: 800;
  font-size: 13px;
  padding: 16px 10px;
}
.button .background img.icon {
  position: relative;
  left: -30px;
}
.button .background * {
  opacity: 0 !important;
}
.button .background.flat {
  padding: 8px 10px;
}
.button .background.medium {
  padding: 12px 10px;
}
.button .background.active {
  background: #2DCC25;
  border: 1px solid #2DCC25;
}
.button .background.default {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.button .background.dark {
  border: 1px solid rgba(19, 20, 22, 0.15);
}
.button .background.border-gray {
  border: 1px solid #343943;
}
.button .background.gray {
  border: 1px solid #343943;
  background: #343943;
}
.button .text-layer {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 16px 10px;
  font-weight: 800;
  font-size: 13px;
  border-radius: 0;
}
.button .text-layer img.icon {
  position: relative;
  left: -30px;
}
.button .text-layer.active {
  color: #093706;
}
.button.einwerten {
  background-color: #338F99;
  color: white !important;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 100px;
}
.button.suchprofil {
  background-color: #000000;
  color: white !important;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  width: 100px;
}

.step-einwerten-btn {
  color: white !important;
  text-align: center !important;
  width: auto !important;
  background-color: #338F99 !important;
}

.btn-cta {
  color: white !important;
  text-align: center !important;
  width: auto !important;
  background-color: #338F99 !important;
}

.btn-cta-black {
  color: white !important;
  text-align: center !important;
  width: auto !important;
  background-color: black !important;
}

.locationsModal .modal-dialog {
  width: 100%;
  margin: auto !important;
}
@media (min-width: 376px) {
  .locationsModal .modal-dialog {
    width: 395px;
  }
}
.locationsModal .studio {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

.shift {
  top: -80px;
}

.no-shift {
  top: 0;
}

@media (min-width: 768px) {
  .shift-md {
    top: -80px;
  }
  .no-shift-md {
    top: 0;
  }
}
@media (min-width: 992px) {
  .shift-lg {
    top: -80px;
  }
  .no-shift-lg {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .shift-xl {
    top: -80px;
  }
  .no-shift-xl {
    top: 0;
  }
}
.img-wrapper {
  position: relative;
  height: 280px;
}
@media (min-width: 992px) {
  .img-wrapper {
    height: 420px;
  }
}

@media (min-width: 992px) {
  .area .img-wrapper {
    height: 480px;
  }
}

@media (min-width: 992px) {
  .course .img-wrapper {
    height: 330px;
  }
}

.location .img-wrapper {
  height: 233px;
}
@media (min-width: 992px) {
  .location .img-wrapper {
    height: 416px;
  }
}

.raumkauf-contactform .raumkauf-contactform-required {
  font-size: 11px;
}
.raumkauf-contactform .raumkauf-contactform-wrapper .wpcf7-form-control {
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px 12px;
  width: 100%;
}
.raumkauf-contactform .raumkauf-contactform-wrapper-submit .raumkauf-contactform-wrapper-inner-submit {
  justify-content: space-between;
}
.raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-dsgvo {
  width: 40%;
}
@media (max-width: 768px) {
  .raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-dsgvo {
    width: 100%;
  }
}
.raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-dsgvo .wpcf7-list-item {
  margin: 0;
  font-size: 12px;
}
.raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-send {
  width: 20%;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-send {
    width: 100%;
  }
}
.raumkauf-contactform .raumkauf-contactform-wrapper-submit .submit-send .wpcf7-submit {
  order: 2;
  color: white !important;
  text-align: center !important;
  width: auto !important;
  background-color: #338F99 !important;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
}
.raumkauf-contactform .raumkauf-contactform-cv span.file-738, .raumkauf-contactform .raumkauf-contactform-cv span.file-739, .raumkauf-contactform .raumkauf-contactform-doc span.file-738, .raumkauf-contactform .raumkauf-contactform-doc span.file-739 {
  position: relative;
}
.raumkauf-contactform .raumkauf-contactform-cv span.file-738:before, .raumkauf-contactform .raumkauf-contactform-cv span.file-739:before, .raumkauf-contactform .raumkauf-contactform-doc span.file-738:before, .raumkauf-contactform .raumkauf-contactform-doc span.file-739:before {
  position: absolute;
  left: 0;
  background: #338F99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid black;
  border-radius: 10px;
  padding: 5px 12px;
  width: 100%;
}
.raumkauf-contactform .raumkauf-contactform-cv span.file-738:before, .raumkauf-contactform .raumkauf-contactform-doc span.file-738:before {
  content: "Lebenslauf anhängen*";
}
.raumkauf-contactform .raumkauf-contactform-cv span.file-739:before, .raumkauf-contactform .raumkauf-contactform-doc span.file-739:before {
  content: "weitere Dokumente anhängen";
}
.raumkauf-contactform .raumkauf-contactform-cv span.file-738 > input, .raumkauf-contactform .raumkauf-contactform-cv span.file-739 > input, .raumkauf-contactform .raumkauf-contactform-doc span.file-738 > input, .raumkauf-contactform .raumkauf-contactform-doc span.file-739 > input {
  visibility: hidden;
}

input[type=checkbox]:checked {
  background-color: #338F99;
}

.wpcf7-list-item label {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.wpcf7-list-item label > span {
  color: black;
  padding: 0.5rem 0.25rem;
  padding-top: 0;
}

.wpcf7-list-item label > input[type=checkbox] {
  height: 25px;
  width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid black;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: transparent;
  cursor: pointer;
  margin: unset;
  padding: 13px;
}

.wpcf7-list-item label > input[type=checkbox]:checked {
  border: 1px solid black;
  background-color: #338F99;
}

.wpcf7-list-item label > input[type=checkbox]:checked + span::before {
  content: "✓";
  display: block;
  text-align: center;
  color: white;
  position: absolute;
  left: 0.7rem;
  top: 0.4rem;
}

.wpcf7-list-item label > input[type=checkbox]:active {
  border: 2px solid #34495E;
}

.google-business-reviews-rating {
  border: 1px solid black;
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 768px) {
  .google-business-reviews-rating {
    width: 100%;
  }
}
.google-business-reviews-rating .heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .google-business-reviews-rating .heading {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}
.google-business-reviews-rating .heading .icon {
  order: 2;
  max-width: 400px;
  max-height: none;
}
@media (max-width: 768px) {
  .google-business-reviews-rating .heading .icon {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@font-face {
  font-family: JosefinSans;
  font-weight: 100;
  src: url("../fonts/JosefinSans-Thin.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/JosefinSans-Thin.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 200;
  src: url("../fonts/JosefinSans-ExtraLight.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/JosefinSans-ExtraLight.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 300;
  src: url("../fonts/JosefinSans-Light.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/JosefinSans-Light.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 400;
  src: url("../fonts/JosefinSans-Regular.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/JosefinSans-Regular.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 500;
  src: url("../fonts/JosefinSans-Medium.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/JosefinSans-Medium.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 600;
  src: url("../fonts/JosefinSans-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/JosefinSans-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 700;
  src: url("../fonts/JosefinSans-Bold.ttf") format("opentype");
}
@font-face {
  font-family: JosefinSans;
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/JosefinSans-Bold.ttf") format("opentype");
}
code {
  font-family: JosefinSans !important;
}

.immo-svg {
  position: absolute;
  top: -90px;
  width: 60px;
  right: 10px;
  background-color: #338F99;
  border-radius: 30px;
  padding: 5px;
}

.immo-svg-slider {
  position: absolute;
  top: -47px;
  width: 60px !important;
  right: 10px;
  background-color: #338F99;
  border-radius: 30px;
  padding: 5px;
}

.immo-svg-single {
  position: absolute;
  top: 5px;
  width: 80px !important;
  height: 80px;
  background-color: #338F99;
  border-radius: 50px;
  padding: 5px !important;
  left: 5px;
}

.immomakler-search-range-slider {
  padding-right: 10px;
  background-color: #DEE2E6;
  /* height: 10px; */
  border-color: transparent !important;
  border: 0;
  border-radius: 10px !important;
  background: #DEE2E6;
}

/**
 * Styles for the error pages
 */
.error-page-content .illustration-wrapper svg {
  max-height: 100vh;
}

.facebook_rating_plugin {
  display: flex;
  align-items: center;
}
.facebook_rating_plugin .ti-widget.ti-face {
  direction: unset !important;
  display: flex;
  justify-content: center;
}
.facebook_rating_plugin .ti-widget.ti-face .ti-widget-container {
  display: flex;
  align-items: flex-end;
}
.facebook_rating_plugin .ti-widget.ti-face .ti-widget-container .ti-header.source-Facebook {
  border: none;
}

.google_rating_plugin-wrapper p {
  display: none;
}

.facebook_rating_plugin-wrapper p {
  display: none;
}

.custom-badges-wrapper p {
  display: none;
}

.custom-picture-text-wrapper p {
  display: none;
}

.ekomi-badge-picture {
  width: 90%;
}
@media (max-width: 768px) {
  .ekomi-badge-picture {
    width: 100%;
  }
}

.trustpilot-badge-picture {
  width: 75%;
}
@media (max-width: 768px) {
  .trustpilot-badge-picture {
    width: 100%;
  }
}

.google_rating_plugin {
  display: flex;
  justify-content: center;
}
.google_rating_plugin .google-business-reviews-rating.badge.link {
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: unset;
  margin-top: 12px;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .attribution {
  display: block !important;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .heading {
  display: none;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .rating {
  margin-bottom: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .rating .number {
  margin-right: 7px;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .rating .all-stars.animate {
  top: 2px;
  margin-left: unset;
  animation: unset;
  transition: unset;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .rating .all-stars.animate .star {
  animation: unset;
  animation-fill-mode: unset;
  animation-duration: unset;
  animation-delay: unset;
  transform: unset;
}
.google_rating_plugin .google-business-reviews-rating.badge.link .rating .all-stars.backdrop {
  display: none;
}

html,
body {
  overflow-x: hidden;
  font-family: "JosefinSans", sans-serif !important;
  font-size: 16px;
  background: #000;
}
html .flex-1,
body .flex-1 {
  flex: 1;
}
@media (min-width: 992px) {
  html .h-lg-100,
  body .h-lg-100 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  html .h-md-100,
  body .h-md-100 {
    height: 100%;
  }
}
html .dark-line,
body .dark-line {
  max-width: 100%;
}
html .btn:focus,
body .btn:focus {
  box-shadow: none;
}
html .logo,
body .logo {
  max-width: 50vw;
}
@media (min-width: 768px) {
  html .logo,
  body .logo {
    max-width: 350px;
  }
}
html .bg-active,
body .bg-active {
  color: white;
  background: #2DCC25;
}
html .active,
body .active {
  color: #2DCC25;
}
html p,
body p {
  margin-bottom: initial;
}
html .miw-100,
body .miw-100 {
  min-width: 100%;
}
html .mw-100,
body .mw-100 {
  max-width: 100%;
}
html .w-90,
body .w-90 {
  width: 90% !important;
}
html .w-75,
body .w-75 {
  width: 75% !important;
}
html .toggler:hover,
body .toggler:hover {
  opacity: 1;
}
html .toggler .open,
html .toggler .close,
body .toggler .open,
body .toggler .close {
  opacity: 1;
}
html .toggler .open,
body .toggler .open {
  display: none;
}
html .toggler[aria-expanded=true] .close,
body .toggler[aria-expanded=true] .close {
  display: none;
}
html .toggler[aria-expanded=true] .open,
body .toggler[aria-expanded=true] .open {
  display: block;
}
html .tribe-events,
body .tribe-events {
  background: white;
}
html,
html pre,
body,
body pre {
  color: #fff;
}
html *:focus,
body *:focus {
  outline: 0 !important;
}
html a,
body a {
  color: inherit;
  text-decoration: none;
}
html a:hover,
body a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}
html .slick-dotted.slick-slider,
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}
html .slick-dots,
body .slick-dots {
  position: relative;
  bottom: unset;
  padding: 1rem 0;
}
html .slick-dots li.slick-active button:before,
body .slick-dots li.slick-active button:before {
  opacity: 1;
  content: "";
  background: url(https://raumkauf.de/pagination-active.svg);
}
html .slick-dots li button:before,
body .slick-dots li button:before {
  opacity: 1;
  content: "";
  background: url(https://raumkauf.de/pagination.svg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
html .text-dark-green,
body .text-dark-green {
  color: #093706;
}
html .background-lightgrey,
body .background-lightgrey {
  background-color: #fbf8f8;
  border-top: 4rem solid #fbf8f8;
  border-bottom: 4rem solid #fbf8f8;
}
html .background-lightgrey-t,
body .background-lightgrey-t {
  background-color: #fbf8f8;
  border-top: 1rem solid #fbf8f8;
  border-bottom: 4rem solid #fbf8f8;
}
html .background-lightgrey-b,
body .background-lightgrey-b {
  background-color: #fbf8f8;
  border-top: 4rem solid #fbf8f8;
  border-bottom: 1rem solid #fbf8f8;
}
html .background-lightgrey-tb,
body .background-lightgrey-tb {
  background-color: #fbf8f8;
  border-top: 1rem solid #fbf8f8;
  border-bottom: 1rem solid #fbf8f8;
}
html #btn-back-to-top,
body #btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #338F99;
  display: none;
  z-index: 3;
}
html .zindex1,
body .zindex1 {
  z-index: 1;
}

.article-blog-image {
  width: 100%;
}
@media (min-width: 768px) {
  .article-blog-image {
    width: 70% !important;
  }
}

#searchprofile-module {
  display: none;
}/*# sourceMappingURL=theme.css.map */