h4 {
    font: Bold 20px/24px Roboto;
    margin-bottom: revert
}

h3 {
    font: Bold 30px/35px Roboto
}

h2 {
    font: Bold 40px/40px Roboto !important;
    text-align: center
}

h1 {
    font: Bold 40px/40px Roboto
}

.wlac-wrap,
.wlac-wrap-no-padding {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.align-center,
.block-title,
.block-title-sub,
.title-color {
    text-align: center
}

.wlac-main select,
.wlac-main-expose select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.wlac-wrap {
    max-width: 1250px;
    font-family: Raleway
}

.wlac-button,
.wlac-main h1,
.wlac-main h2 {
    font-family: Roboto, sans-serif
}

.wlac-wrap-no-padding {
    max-width: 1220px
}

.wlac-main {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wlac-main-overlay {
    background-color: var(--wlac-gray);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.wlac-main .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wlac-main h1,
.wlac-main h2 {
    color: var(--wlac-font-color);
    text-transform: uppercase;
    font-weight: 700
}

.wlac-main h2 {
    font-size: 25px
}

.wlac-main hr {
    height: 1px;
    background-color: #ccc;
    border: none
}

.wlac-main select {
    background: url("data:image/svg+xml;utf8,<svg fill='4b4b4b' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 6px
}

.block-title {
    color: var(--wlac-primary-color);
    padding-top: 41px
}

.wlac-button,
.wlac-button:active,
.wlac-button:focus,
.wlac-button:hover {
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 5px 15px;
    position: relative;
}

.block-title-sub {
    color: var(--wlac-font-color);
    font-size: 17px
}

.wlac-button {
    background-color: var(--wlac-primary-color) !important;
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border: 2.5px solid var(--wlac-primary-color) !important;
    border-radius: 4px !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important
}

.wlac-button:active,
.wlac-button:focus,
.wlac-button:hover {
    background-color: #fff !important;
    color: var(--wlac-primary-color) !important;
    border: 2.5px solid var(--wlac-primary-color) !important;
    border-radius: 4px !important
}

.wlac-button-with-svg {
    padding-left: 42px !important;
}

.wlac-button-with-svg > svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 12px;
}

/* WLAC button spinner */

.wlac-button-spinner > svg {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    left: 12px;
}

.wlac-button-spinner-show,
.wlac-button-spinner-show:hover,
.wlac-button-spinner-show:active,
.wlac-button-spinner-show:focus {
    padding-left: 40px !important;
}

.wlac-button-spinner-show > svg {
    display: block;
    -webkit-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.block-objectlistmap-map {
    width: 100%;
    height: 400px
}

@media (max-width: 1199px) {
    .block-objectlistmap-map {
        height: 350px
    }
}

.block-objectlistmap-map .maplibregl-popup {
    max-width: 400px !important
}

.block-objectlistmap-map .maplibregl-popup-content {
    font-family: inherit;
    padding: 10px
}

.block-objectlistmap-map .maplibregl-popup-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.block-objectlistmap-map .maplibregl-popup-link > img {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block-objectlistmap-map .maplibregl-popup-text {
    color: #888;
    font-size: 14px;
    padding-left: 15px
}

.block-objectlistmap-map .maplibregl-popup-text-title {
    color: var(--wlac-primary-color);
    font-size: 16px;
    padding-bottom: 3px
}

.block-objectlistmap-map .maplibregl-popup-text-price-label {
    padding-top: 3px
}

.block-objectlistmap-map .maplibregl-popup-text-price {
    color: var(--wlac-primary-color);
    font-size: 18px
}

.block-objectlist-unit,
.block-objectlist-unit:active,
.block-objectlist-unit:focus,
.block-objectlist-unit:hover {
    color: inherit;
    text-decoration: none
}

/* block searchfilter */

.block-searchfilter {
    padding-top: 32px;
}

.block-searchfilter-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.block-searchfilter-content > input,
.block-searchfilter-content > select,
.block-searchfilter-content > div {
    padding: 5px 10px;
    border: 2px solid var(--wlac-primary-color);
    border-radius: 4px;
    margin-right: 13px;
}

.block-searchfilter-content > select {
    padding: 7px 20px 5px 10px;
}

@media (max-width: 767px) {

    .block-searchfilter-content > input,
    .block-searchfilter-content > select {
        margin-right: 0;
        width: 100%;
    }
}

.block-searchfilter-content > * {
    min-height: 42px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .block-searchfilter-content > select:nth-child(1) {
        width: 200px;
    }

    .block-searchfilter-content.has-language-switcher > select:nth-child(1) {
        width: 190px;
    }

    .block-searchfilter-content > select:nth-child(2) {
        width: 140px;
    }

    .block-searchfilter-content.has-language-switcher > select:nth-child(2) {
        width: 138px;
    }

    .block-searchfilter-content > input:nth-child(3) {
        width: 210px;
    }

    .block-searchfilter-content.has-language-switcher > input:nth-child(3) {
        width: 188px;
    }

    .block-searchfilter-content > input:nth-child(4),
    .block-searchfilter-content > input:nth-child(5) {
        width: 140px;
    }

    .block-searchfilter-content > button:nth-child(6) {
        margin-right: auto;
    }

    .block-searchfilter-content > select:nth-child(7) {
        width: 170px;
        margin-right: 0;
    }
}

.searchfilter-language-switcher {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='4b4b4b' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 7px;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 13px !important;
}

.searchfilter-language-switcher-item {
    height: 100%;
    padding: 5px 25px 5px 10px;
}

.searchfilter-language-switcher-item.searchfilter-language-switcher-item-alt {
    cursor: pointer;
}

.searchfilter-language-switcher-item > img {
    width: 25px;
    height: 25px;
}

/* Block objectlist */

.block-objectlist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    padding-top: 60px
}

@media (max-width: 1099px) {
    .block-objectlist {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.block-objectlist-unit {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.block-objectlist-unit > img {
    width: 100%;
    height: 248px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-objectlist-banderole-left,
.block-objectlist-banderole-right {
    display: block;
    width: 250px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding-top: 9px;
    top: 27px;
    position: absolute;
    text-transform: uppercase;
    text-align: center
}

.block-objectlist-banderole-left {
    background-color: var(--wlac-secondary-color);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    left: -68px
}

.block-objectlist-banderole-right {
    background-color: var(--wlac-primary-color);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    right: -68px
}

.block-slider .splide,
.wlac-modal,
.wlac-modal__overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.block-objectlist-unit-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 248px);
    padding: 15px 20px 18px;
    border: 1px solid var(--wlac-primary-color);
    border-top: none
}

h2.block-objectlist-unit-title {
    font-size: 24px !important;
    text-align: left;
    padding-bottom: 0;
}

.block-objectlist-unit-meta {
    margin-top: auto
}

.block-objectlist-unit-meta span {
    display: inline-block;
    width: 136px
}

.block-objectlist-unit-meta-item-first {
    padding: 1px 0 18px
}

.unit-meta-label {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    color: #282828;
    font-size: 11px
}

.unit-meta-value {
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #282828;
    font-size: 15px
}

.block-objectlist-unit-pricing {
    min-height: 86px;
    color: var(--wlac-primary-color);
    padding-top: 10px
}

.block-objectlist-unit-pricing .pricing-value > span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px
}

.block-objectlist-unit-pricing .pricing-value.pricing-value-alert > span {
    color: var(--wlac-secondary-color);
    text-transform: uppercase
}

.block-objectlist-unit-courtage {
    font-family: Poppins;
    font-size: 13px;
    padding-top: 6px
}

.block-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px
}

.block-pagination-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33px;
    height: 34px;
    color: #000;
    cursor: pointer;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000
}

.block-goto,
.wlac-modal__overlay {
    display: -webkit-box;
    display: -ms-flexbox
}

.block-pagination-button:last-child {
    border-right: 1px solid #000
}

.block-pagination-button:hover {
    background-color: #333;
    color: #fff
}

.block-pagination-button.pageindex.active {
    background-color: #000;
    color: #fff
}

.wlac-modal__title {
    color: var(--wlac-primary-color)
}

.block-slider {
    padding-bottom: 20px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block-slider .block-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block-slider .block-slider-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.block-goto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 7px;
    padding-bottom: 15px
}

.block-goto-button {
    padding-top: 8px;
    padding-bottom: 8px
}

.block-goto-button > svg {
    -o-transition: margin .2s ease-in-out
}

/* Language switcher */

.block-goto-language-parent.is-open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.block-goto-language {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 8px 0;
}

.block-goto-language:hover {
    background-color: #f4f4f4;
}

.block-goto-language > img {
    margin-left: 20px;
}

.block-goto-button > img {
    width: 23px;
    margin-right: 10px;
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
}

a.block-goto-language {
    color: inherit;
    text-decoration: none;
    margin: 0;
}

.block-goto-language-parent {
    position: relative;
}

.block-goto-language-switcher {
    width: 100%;
    height: 40px;
    background-color: #c69500;
    position: absolute;
    top: 58px;
}

.block-goto-language-parent > .block-goto-language-switcher {
    display: none;
    -webkit-animation: showLanguageSwitcher 0.2s cubic-bezier(0, 0, 0.2, 1);
    animation: showLanguageSwitcher 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.block-goto-language-parent.is-open > .block-goto-language-switcher {
    display: block;
}

.block-goto-language-switcher > .block-goto-button {
    border-radius: 0;
}

.block-goto-language-switcher > .block-goto-button:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

svg.block-goto-language-caret {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 4px;
    top: 10px;
}

.block-goto-language-parent.is-open > svg.block-goto-language-caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 20px;
}

@-webkit-keyframes showLanguageSwitcher {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showLanguageSwitcher {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .block-objectlist {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .block-teaser-item {
        width: 100%
    }
}

.block-teaser-item-title {
    padding-bottom: 15px
}

.block-teaser-item-text {
    padding-bottom: 5px
}

.wlac-field-group-label {
    width: 200px
}

.block-data {
    background-color: var(--wlac-gray);
    padding-top: 50px;
    padding-bottom: 50px
}

.block-description {
    padding-top: 50px;
    padding-bottom: 50px
}

.block-description h3 {
    padding-top: 30px
}

.block-energy-energybar {
    padding-top: 37px
}

.block-location {
    padding-top: 50px
}

.block-gallery {
    padding-top: 80px
}

#expose-contact > h3 {
    text-transform: uppercase
}

.wlac-modal {
    position: relative;
    z-index: 3
}

.wlac-modal__overlay {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wlac-modal__overlay_pt {
    padding-top: 150px;
}

#modal-acceptance-check .wlac-modal__overlay_pt {
    padding-top: 300px;
}

.micromodal-slide.modal-is-opaque > .wlac-modal__overlay {
    background-color: var(--wlac-gray)
}

.wlac-modal__container {
    background-color: #fFFFff;
    padding: 30px;
    max-width: 650px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px
}

.micromodal-slide.modal-is-opaque .wlac-modal__container {
    padding-top: 90px;
    border-radius: 0;
}

.wlac-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wlac-modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wlac-modal__close {
    background: 0 0;
    border: 0
}

.wlac-modal__header .wlac-modal__close:before {
    content: "\2715"
}

.wlac-modal__content {
    margin-top: 25px;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8)
}

.wlac-modal__content_intro {
    margin-bottom: 30px
}

.wlac-modal .modal-legal-check-content-left a {
    text-decoration: underline;
    font-weight: 600;
}

.modal-timum .wlac-modal__container {
    max-width: unset
}

.modal-timum .wlac-modal__content {
    height: 60vh;
    width: 1000px;
    max-width: 100%
}

.modal-timum .wlac-modal__content > iframe {
    width: 100%;
    height: 100%
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.modal-is-opaque,
.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden=false] .wlac-modal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .wlac-modal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .wlac-modal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .wlac-modal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .wlac-modal__container,
.micromodal-slide .wlac-modal__overlay {
    will-change: transform
}

/* Modal legal check */

.wlac-modal-legal-check,
.wlac-modal-legal-check p {
    font-size: 15px;
}

.wlac-modal-legal-check .wlac-modal__container {
    max-width: 1220px;
    max-height: calc(100% - 15vh);
    margin-top: 15vh;
}

#modal-legal-check .wlac-modal__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

#modal-legal-check-title {
    margin-bottom: 22px;
}

.modal-commission-title-to,
.modal-commission-title-name {
    margin-right: 10px;
}

.modal-commission-title-email::before {
    content: '<';
}

.modal-commission-title-email::after {
    content: '>';
}

#modal-legal-check .wlac-modal__content {
    margin-top: 10px;
}

@media (min-width: 992px) {
    #modal-legal-check .wlac-modal__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 400px 50px 1fr;
        grid-template-columns: 400px 1fr;
        grid-gap: 50px;
    }
}

.modal-legal-check-content-iframe {
    width: 100%;
    padding-bottom: 57%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal-legal-check-content-iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal-legal-check-header-title {
    width: 100%;
    color: var(--wlac-primary-color);
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 14px;
}

.modal-legal-check-content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--wlac-primary-color);
    font-size: 21px;
    font-weight: normal;
    padding-bottom: 15px;
}

.modal-legal-check-content-title:not(:first-child) {
    padding-top: 28px;
}

.modal-legal-check-content-title > span {
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--wlac-primary-color);
    border-radius: 50%;
    margin-right: 15px;
}

.modal-legal-check-content-frame-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--wlac-primary-color);
    padding: 0 0 20px 0;
}

.modal-legal-check-content-frame-header:first-child {
    padding-bottom: 10px;
}

.modal-legal-check-content-frame-header > svg {
    width: 21px;
    margin-right: 10px;
}

.modal-legal-check-content-frame {
    background-color: #F3F7F9;
    padding: 21px;
}

@media (max-width: 767px) {
    .modal-legal-check-content-frame {
        padding: 15px;
    }
}

.modal-legal-check-content hr {
    border: none;
    border-top: 1px solid var(--wlac-font-color);
}

.modal-legal-check-content-frame-scrollable {
    max-height: 15vh;
    overflow-y: scroll;
    padding-bottom: 20px;
}

#modal-legal-check .wlac-checkbox-group {
    padding-bottom: 0;
    margin-top: 14px;
}

.modal-legal-check-signature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.modal-legal-check-signature > div,
.modal-legal-check-signature > input {
    height: 26px !important;
    padding: 0 !important;
}

.modal-legal-check-signature > input {
    min-width: 0;
    max-width: 300px;
    min-height: unset !important;
    font-size: inherit !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 2px solid var(--wlac-font-color) !important;
    margin-left: 5px;
}

#modal-legal-check-text-success {
    color: var(--wlac-primary-color);
    font-weight: 500;
    padding: 15px 0;
}

.modal-legal-check-disclaimer {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media (max-width: 560px) {
    .modal-legal-check-disclaimer {
        margin-bottom: 30px;
    }
}

/* PDF exposé */

#modal-pdf-expose .modal-pdf-expose-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#modal-pdf-expose.is-open .modal-pdf-expose-content-wrap > svg {
    display: block;
    width: 40px;
    height: 40px;
    color: var(--wlac-primary-color);
    -webkit-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

#modal-pdf-expose .wlac-modal__container {
    width: 100%;
    max-width: 991px;
}

#modal-pdf-expose-content {
    width: 100%;
    margin-top: 0;
}

#embed-pdf-expose {
    width: 100%;
    height: 1160px;
}

#modal-pdf-expose:not(.expose-loaded) #embed-pdf-expose {
    display: none;
}

#modal-pdf-expose.expose-loaded .wlac-modal__header,
#modal-pdf-expose.expose-loaded .modal-pdf-expose-content-wrap {
    display: none;
}

#modal-pdf-expose.expose-loaded .wlac-modal__container {
    margin-top: 340px;
}

/*===================================================================
  >> Search order
================================================================== */

.block-searchorder {
    padding-top: 30px;
}

.block-searchorder-wrapper-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 38px;
}

.block-searchorder-wrapper-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 38px;
}

.block-searchselect {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-searchorder-wrapper-full {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 38px;
}

.block-searchorder-wrapper-section-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding-bottom: 38px;
}

.block-searchorder-wrapper-inner-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 38px;
}

.block-searchorder-wrapper-inner-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 0fr 15px 1fr;
    grid-template-columns: 1fr 0fr 1fr;
    grid-gap: 15px;
    padding-bottom: 38px;
}

@media (max-width: 991px) {

    .block-searchorder-wrapper-3,
    .block-searchorder-wrapper-4 {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .block-searchorder-wrapper-inner-2,
    .block-searchorder-wrapper-inner-3 {
        padding-bottom: 0;
    }

    .block-searchorder-wrapper-full,
    .block-searchorder-wrapper-section-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .block-searchorder-wrapper-inner-2 {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
}

@media (max-width: 767px) {

    .block-searchorder-wrapper-inner-2,
    .block-searchorder-wrapper-inner-3,
    .block-searchorder-wrapper-3,
    .block-searchorder-wrapper-4 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .block-searchorder-wrapper-sliders {
        width: 86%;
        margin-left: 7%;
    }
}

/* Multiselect */

.multiselect__tags {
    width: 100% !important;
    min-height: 47px !important;
    font-size: inherit !important;
    border: 1px solid var(--wlac-primary-color) !important;
    border-radius: 3px;
}

.multiselect__tags.multiselect-no-padding-top {
    padding-top: 0 !important;
}

.multiselect__tag {
    background-color: var(--wlac-primary-color) !important;
    font-size: 16px !important;
    margin-bottom: 2px !important;
    padding: 5px 26px 6px 10px !important;
}

.multiselect__tag-icon {
    color: #ffffff !important;
    width: 22px;
    font-size: inherit;
    border: 2px solid var(--wlac-primary-color);
}

.multiselect__tags.multiselect-no-padding-top {
    padding-top: 0;
}

.multiselect__tag {
    background-color: var(--wlac-primary-color);
    font-size: 16px;
    margin-bottom: 2px;
    padding: 5px 26px 6px 10px;
}

.multiselect__tag-icon {
    color: #ffffff;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.multiselect__tag-icon::after {
    color: rgba(255, 255, 255, 0.4);
}

.multiselect__option--highlight {
    background-color: var(--wlac-primary-color) !important;
}

.multiselect__option--highlight::after {
    background: none !important;
}

.multiselect__option--selected.multiselect__option--highlight::after {
    background: none !important;
}

.block-searchorder-moreoptions {
    border-color: var(--wlac-primary-color) !important;
    padding: 10px 43px 10px 8px !important;

}

.multiselect__placeholder,
.multiselect__single {
    color: var(--wlac-font-color) !important;
    margin-bottom: 9px !important;
}

.multiselect__select {
    top: 6px;
}

.multiselect__input,
.multiselect__single {
    margin-top: 4px !important;
}

.multiselect__spinner {
    top: 4px;
}

.multiselect__spinner::after,
.multiselect__spinner::before {
    width: 19px;
    height: 19px;
    border-color: var(--wlac-primary-color) transparent transparent;
}

/* Slider group */

.block-searchorder-slidergroup {
    padding-bottom: 20px;
}

.block-searchorder-slidergroup-label {
    color: var(--wlac-primary-color);
    font-size: 20px;
    padding-bottom: 10px;
}

.block-searchorder-slidergroup-value {
    color: var(--wlac-primary-color);
    font-size: 20px;
    padding-bottom: 7px;
}

.vue-slider {
    padding: 0;
}

/* Range slider component style */

.vue-slider-disabled .vue-slider-rail {
    background-color: #ccc;
}

.vue-slider-disabled .vue-slider-dot-handle {
    background-color: #666;
}

.vue-slider-disabled .vue-slider-process {
    background-color: #666;
}

.vue-slider-disabled .vue-slider-mark-step {
    background-color: #666;
}

.vue-slider-disabled .vue-slider-mark-step-active {
    background-color: #ccc;
}

/* Range slider rail style */

.vue-slider-rail {
    height: 16px !important;
    background-color: #e4e4e4;
}

.vue-slider-rail::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #e4e4e4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -8px;
    z-index: -1;
}

.vue-slider-rail::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #e4e4e4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -8px;
    z-index: -1;
}

/* Range slider process style */

.vue-slider-process {
    background-color: var(--wlac-primary-color);
    z-index: 0 !important;
}

/* Range slider mark style */

.vue-slider-mark {
    z-index: 4;
}

.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #6200ee;
}

.vue-slider-mark-step-active {
    background-color: #bda1f3;
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap;
}

/* Range slider dot style */

.vue-slider-dot {
    z-index: 0 !important;
}

.vue-slider-dot-handle {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid var(--wlac-primary-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.vue-slider-dot-handle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300%;
    height: 300%;
    background-color: var(--wlac-primary-color);
    opacity: 0.35;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.vue-slider-dot-handle-focus::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #666 !important;
}

/* Range slider dot tooltip */

.vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #000000;
    background-color: #000000;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.vue-slider-dot-tooltip-inner::after {
    content: "";
    position: absolute;
}

.vue-slider-dot-tooltip-inner-top::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: inherit;
}

.vue-slider-dot-tooltip-inner-bottom::after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1;
}

/* Contact form */

.block-searchorder .block-contactform-form-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    max-width: unset;
    padding-top: 8px;
}

@media (max-width: 767px) {
    .block-searchorder .block-contactform-form-content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.block-searchorder .block-contactform-form-content-right input {
    display: none;
}

/* Search order Contact */

.block-searchorder-contact {
    padding-top: 15px;
}

.block-searchorder-contact-intro {
    color: var(--wlac-primary-color);
    font-size: 18px;
    margin-bottom: 25px;
    padding-top: 10px;
}

/* 2 Columns into 1 on top of the other in mobile view*/
@media (max-width: 767px) {
    .searchorder-responsive {
        display: block;
    }
}

/* Validation error list */

.block-searchorder-validation-errors {
    padding-top: 15px;
}

.block-searchorder-validation-errors > .block-searchorder-validation-errors-intro,
.block-searchorder-validation-errors li {
    font-family: inherit;
    color: #eb3b5a;
}

.block-searchorder-validation-errors > .block-searchorder-validation-errors-intro {
    padding-bottom: 22px;
}

.horisontalline {
    border-bottom: 2px solid #E4E4E4 !important;
}

.container {
    max-width: 1250px;
}

.align-center-überschrift {
    text-align: center;
    font: inherit
}

.unterschrift-group-label {
    font: Regular 20px/40px Raleway;
    font: inherit
}

.sec-title .sec-title-text,
.wlac-main-expose h1,
.wlac-main-expose h2 {
    font-family: Roboto, sans-serif;
    text-align: center;
    text-transform: uppercase
}

#expose-data-main {
    margin: auto;
    width: 65%;
    position: -webkit-sticky;
    position: sticky
}

@media (max-width: 809px) {
    #expose-data-main {
        width: 85%
    }

    #expose-data-main .block-data-main .wlac-field {
        margin-left: 10%;
        text-align: center
    }

    #expose-data-main .Obj-data h3 {
        font-size: 20px
    }

    #expose-data-main .Obj-data .wlac-field-group-value {
        font-weight: 500;
        color: #000;
        min-width: 150px;
    }
}

.lage-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lage-data .data-item .wlac-field-group-label {
    font-weight: 300 !important
}

.Obj-data {
    margin-left: 5%;
    margin-right: 5%
}

@media (max-width: 1360px) {
    .lage-data {
        display: block;
        margin-left: 15vw
    }
}

@media (max-width: 720px) {
    .lage-data {
        margin-left: 0
    }

    .wlac-field-group-label {
        min-width: 200px
    }
}

.block-image {
    position: relative
}

.block-image > img {
    width: 100%;
    min-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0
}

.wlac-main-expose .flexbox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wlac-main-expose h1 {
    color: #000;
    font-weight: 700
}

.black-color > h1 {
    color: #000 !important
}

.wlac-main-expose h2 {
    color: var(--wlac-primary-color);
    font-weight: 700;
    font-size: 30px
}

.wlac-main-expose hr {
    height: 1px;
    background-color: #ccc;
    border: none
}

.wlac-main-expose select {
    background: url("data:image/svg+xml;utf8,<svg fill='4b4b4b' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
    background-position-x: 100%;
    background-position-y: 6px
}

.block-title-expose > div > h1 {
    color: #fff !important;
    display: -ms-grid;
    display: grid
}

.block-title-expose > div {
    position: absolute;
    width: 100%;
    bottom: 10px;
    display: table !important
}

.title-text > div {
    bottom: unset !important
}

.title-color > *,
.title-color > h1 {
    color: #fff;
    text-align: center
}

.title-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 668px;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 30px
}

.block-title-expose {
    color: #fff !important;
    text-align: center;
    -webkit-box-pack: center;
    position: relative;
    z-index: 1;
    margin-top: -10%;
    margin-bottom: 15%
}

.sec-title {
    display: block;
    position: relative;
    padding-top: 130px;
    padding-bottom: 137px
}

.sec-title .sec-title-text {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    word-wrap: break-word
}

@media (max-width: 809px) {
    .sec-title-text {
        font-size: 30px !important
    }
}

.block-title-sub-expose {
    display: block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    z-index: 1
}

.title-text div h1,
.title-text > div {
    color: #fff
}

@media (max-width: 1099px) {
    .title-text div h1 {
        padding-bottom: 0;
        position: relative;
        top: -10vw
    }
}

@media (max-width: 790px) {
    #top-slider .title-elements .block-goto {
        padding-top: 30px
    }

    .title-elements .block-goto .title-color {
        padding-bottom: 50px
    }
}

.block-slider h1 {
    max-width: 1200px
}

.block-goto {
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-goto-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wlac-gray);
    color: var(--wlac-primary-color);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 8px;
    font: Bold 20px/24px Roboto;
    width: 220px;
    height: 58px;
    border-radius: 5px
}

.block-teaser-2-item > svg,
.block-teaser-item > svg {
    height: 55px
}

@media (max-width: 767px) {
    .block-searchorder-contact-form {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .title-elements {
        padding-top: 100px
    }

    .block-goto {
        padding-bottom: 50px
    }

    .block-slider h1 {
        padding-right: 10px;
        padding-left: 10px
    }

    .block-goto-button {
        width: 100%
    }

    .block-goto-button:not(:last-child) {
        margin-bottom: 28px
    }
}

.block-goto-button > svg {
    width: 15px;
    margin-right: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out
}

.block-goto-button:hover > svg {
    margin-right: 15px
}

.block-teaser {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 0;
    padding-top: 44px;
    padding-bottom: 30px
}

.block-teaser-2-item,
.block-teaser-item {
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #A78559;
    border-radius: 5px;
    margin: 5px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.block-teaser-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    color: #fff;
    padding-top: 27px;
    padding-bottom: 27px
}

.block-teaser-item-text,
.block-teaser-item-title {
    text-align: center;
    letter-spacing: 0;
    color: #FFF;
    opacity: 1
}

@media (max-width: 1100px) {
    .block-teaser-item {
        width: 25%
    }
}

@media (max-width: 767px) {
    .block-teaser-item {
        width: 87%
    }
}

.block-teaser-item-title {
    text-transform: uppercase;
    padding-top: 6px;
    font: Bold 23px/33px Roboto
}

.block-teaser-item-text {
    font-family: Raleway
}

.block-teaser-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -150px;
    padding-bottom: 30px
}

.block-teaser-2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    color: #fff;
    padding-top: 27px;
    padding-bottom: 27px
}

.wlac-field,
.wlac-field-group {
    display: -webkit-box;
    display: -ms-flexbox
}

.block-teaser-2-item-text,
.block-teaser-2-item-title {
    color: #FFF;
    letter-spacing: 0;
    opacity: 1;
    text-align: center
}

@media (max-width: 767px) {
    .block-teaser-2-item {
        width: 100%
    }
}

.block-teaser-2-item-title {
    text-transform: uppercase;
    padding-top: 6px;
    font: Bold 28px/33px Roboto
}

.block-teaser-2-item-text {
    padding-bottom: 5px;
    font-family: Raleway
}

.wlac-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 5%;
    margin-right: 5%
}

.wlac-field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wlac-field-group-inline {
    color: var(--wlac-primary-color);
}

#wlac-field-group-block-data-main {
    width: 25%;
}

@media (max-width: 991px) {
    #wlac-field-group-block-data-main {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #wlac-field-group-block-data-main {
        width: 50%;
    }
}

@media (max-width: 450px) {
    #wlac-field-group-block-data-main {
        width: 100%;
    }
}

.wlac-field-group-label {
    color: #000000;
}

.wlac-field-group.wlac-field-group-inline .wlac-field-group-label {
    min-width: 250px;
}

.wlac-field-group:not(.wlac-field-group-inline) .wlac-field-group-label {
    width: 100%;
}

.wlac-field-group:not(.wlac-field-group-inline) .wlac-field-group-label {
    font-size: 20px;
}

.wlac-field-group:not(.wlac-field-group-inline) .wlac-field-group-value {
    padding-top: 7px;
}

.block-costs-value {
    padding-bottom: 5px;
    letter-spacing: 0;
    color: #000;
    font: Bold 20px/40px Raleway
}

.wlac-field-group-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    width: auto;
    padding: 27px
}

.wlac-field-group-label-2 {
    text-transform: uppercase;
    padding-top: 6px;
    text-align: center;
    font: Bold 28px/33px Roboto;
    letter-spacing: 0;
    color: var(--wlac-primary-color);
    opacity: 1
}

.wlac-field-group-value-2 {
    padding-bottom: 5px;
    text-align: center;
    font-family: Raleway;
    letter-spacing: 0;
    color: var(--wlac-primary-color);
    opacity: 1
}

@media (min-width: 768px) {
    .block-data-equipment {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .wlac-field-group-label {
        font-size: 18px !important
    }

    .block-data-equipment,
    .block-data-main {
        width: 100%
    }

    .block-data-equipment {
        padding-top: 30px
    }
}

.block-data-equipment-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.block-data-equipment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: inherit;
    padding: 5px 13px;
    border-radius: 6px
}

.block-data-equipment-item:last-child {
    margin-bottom: 30px
}

.block-data-equipment-item.goto-langexpose {
    margin-top: 15px;
    cursor: pointer
}

.block-data-equipment-item > svg {
    height: 14px;
    color: var(--wlac-primary-color);
    margin-right: 8px
}

.finanzierungsrechner {
    border: 1px solid var(--wlac-primary-color);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 8px 8px;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.finanzierungsrechner-svg > svg {
    height: 30px;
    color: var(--wlac-primary-color);
    margin-right: 10px
}

.block-costs-content,
.block-energy {
    margin-left: auto;
    margin-right: auto
}

.finanzierungsrechner > h2 {
    font-size: 20px
}

@media (min-width: 992px) {
    .block-description {
        padding-left: 10%;
        padding-right: 10%
    }
}

.block-description h3 {
    font-weight: 400;
    padding-bottom: 30px !important
}

.block-costs,
.block-energy {
    padding-top: 60px;
    padding-bottom: 60px
}

.block-costs {
    background-color: #fff
}

.block-costs-content {
    width: 100%;
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 992px) {
    .block-costs-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block-costs-content > .wlac-field-group {
        width: 50%
    }

    .block-costs-content > .wlac-field-group > .wlac-field-group-label,
    .block-costs-content > .wlac-field-group > .wlac-field-group-value {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 767px) {
    .block-costs-content > .wlac-field-group {
        width: 100%
    }
}

.block-energy {
    max-width: 500px
}

.block-energy-energybar {
    margin: 10px
}

.block-energy-energybar-gradient {
    height: 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(52, 141, 40, 1)), color-stop(50%, rgba(219, 196, 40, 1)), to(rgba(169, 27, 31, 1)));
    background: -o-linear-gradient(left, rgba(52, 141, 40, 1) 0, rgba(219, 196, 40, 1) 50%, rgba(169, 27, 31, 1) 100%);
    background: linear-gradient(to right, rgba(52, 141, 40, 1) 0, rgba(219, 196, 40, 1) 50%, rgba(169, 27, 31, 1) 100%);
    position: relative;
    top: 0;
    left: 0
}

.block-energy-energybar-pointer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 27px;
    height: 23px;
    background: #4c4c4c;
    color: #fff;
    padding: 1px 0;
    position: absolute;
    top: -33px
}

.block-energy-energybar-pointer::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 48, 100, 0);
    border-top-color: #4c4c4c;
    border-width: 5px;
    margin-left: -5px
}

.energy-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    padding-bottom: unset
}

.data-item {
    padding-top: 10vh
}

.energy-data > div.wlac-field-group-value {
    font-weight: 700;
    min-width: 200px
}

@media (max-width: 750px) {
    .block-energy .wlac-field-group .wlac-field-group-label {
        margin-left: 10px;
        font-size: 18px !important;
        min-width: 225px
    }

    .block-energy .wlac-field-group .wlac-field-group-value {
        font-weight: 500
    }
}

.block-location {
    display: none
}

@media (min-width: 992px) {
    .block-location {
        padding-left: 10%;
        padding-right: 10%
    }
}

.block-location-content {
    padding-bottom: 50px
}

.block-3d {
    padding-top: 100px;
    padding-bottom: 20px
}

.block-embed-content {
    width: 100%;
    padding-bottom: 57%;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.block-embed-content > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.band-immobilienbewertung {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10%
}

.Haus-svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.band-immobilienbewertung > div > svg {
    height: 150px;
    color: #fff
}

.band-immobilienbewertung div h3 {
    color: #fff
}

a.btn-immobilienbewertung {
    display: inline-block;
    text-transform: uppercase;
    background-color: #fff;
    color: #A78559;
    border-radius: 5px;
    padding: 10px 0;
    text-align: center;
    width: 50%;
    height: 40px;
    margin-top: 14px;
    font: Bold 19px/22px Roboto
}

a.btn-immobilienbewertung:active,
a.btn-immobilienbewertung:hover {
    background-color: #A78559;
    color: #fff;
    text-decoration: none
}

.band-immobilienbewertung div .btn-immobilienbewertung {
    width: 265px !important
}

.band-immobilienbewertung {
    width: 600px;
    min-width: 600px;
    position: absolute;
    margin-top: 50px
}

.image-band > img {
    height: 268px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 992px) {
    .band-immobilienbewertung div .btn-immobilienbewertung {
        max-width: 234px
    }

    .band-immobilienbewertung .Haus-svg .fa-home {
        width: 120px
    }

    .band-immobilienbewertung {
        width: 60%;
        min-width: unset;
        margin-left: 3vw
    }

    h2 {
        font: Bold 30px/30px Roboto !important
    }

    .block-slider .wlac-wrap h3 {
        font-size: 20px;
        color: #000
    }

    .block-slider .wlac-wrap .align-center-überschrift {
        position: relative;
        left: 0
    }

    h1 {
        font-size: 30px !important
    }

    .block-teaser-item-title,
    h3 {
        font-size: 20px !important
    }

    h4 {
        font-size: 15px !important
    }

    .block-costs-value {
        font-size: 30px !important
    }
}

.block-slider .block-title-expose h2,
.text-immobilien > h2 {
    color: #fff
}

.wlac-checkbox-group > label > div > a,
.wlac-checkbox-group > label > svg {
    color: var(--wlac-secondary-color);
}

#expose-map {
    height: 400px
}

.block-map-content {
    width: 100%;
    height: 753px
}

.block-map-content .marker {
    width: 150px;
    height: 150px;
    background-color: var(--wlac-primary-faded-color);
    border: 2px solid var(--wlac-primary-color);
    border-radius: 50%
}

.block-gallery {
    padding: 60px;
    width: 100%;
    background: #EFEFEF
}

.liner-block,
.markler {
    background-color: #EEE
}

/* Block gallery */

.block-gallery {
    padding-top: 80px;
}

.block-gallery h2 {
    padding-bottom: 80px;
}

.block-gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .block-gallery-grid {
        -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .block-gallery-grid {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .block-gallery-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.block-gallery-grid-item {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block-gallery-grid-item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.block-gallery-grid-item > img:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
}

.block-markler {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

.liner-block {
    height: 3px;
    width: 100%
}

.markler {
    height: 100%;
    width: 750px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 170px 0 0 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 26px
}

.markler-foto-wrap {
    width: 250px
}

.markler-foto,
.markler-foto > img {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.markler-foto {
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.markler-foto > img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.markler-info {
    height: 200px;
    padding-left: 26px
}

.markler-info > div > p {
    margin-top: -10px
}

#only-phone {
    display: none
}

@media (max-width: 650px) {

    .block-markler,
    .markler {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .block-markler {
        height: unset;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        margin-top: 0
    }

    .liner-block {
        width: 3px;
        height: 50px
    }

    .markler {
        height: unset;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 300px;
        border-radius: 170px 170px 0 0
    }

    .markler-info {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    #only-phone {
        display: block
    }
}

.block-contactform {
    padding-top: 0;
    padding-bottom: 50px;
    margin: 80px 10px 10px
}

.block-contactform-form-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 4vw;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

.block-contactform-form-content-left input,
.block-contactform-form-content-left select {
    width: 100%;
    height: 49px;
    font-size: 20px !important;
    padding: 6px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    margin-bottom: 17px
}

.block-contactform-form-content-left select {
    background-position-y: 12px
}

.block-contactform-form-content-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.block-contactform-form-content-place-plz {
    width: 120px !important;
    margin-right: 17px
}

.wlac-checkbox-group {
    min-height: 60px;
    padding-bottom: 17px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wlac-checkbox-group:not(.wlac-checkbox-group-readonly) {
    min-height: 60px;
}

.wlac-checkbox-group-readonly.checked {
    -webkit-animation: wlacFadeIn 1s;
    animation: wlacFadeIn 1s;
}

.wlac-checkbox-group-readonly:not(.checked) {
    display: none;
}

.wlac-checkbox-group-readonly-text {
    width: calc(100% - 30px);
    position: relative;
    top: 0;
    left: 30px;
}

.wlac-checkbox-group-readonly-check {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 2;
}

.wlac-checkbox-group > input {
    display: none;
}

@-webkit-keyframes wlacFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes wlacFadeIn {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.wlac-checkbox-group > input {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 0
}

.wlac-checkbox-group > label {
    width: 100%
}

.wlac-checkbox-group > label::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #ccc !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.wlac-checkbox-group > label > div {
    width: calc(100% - 60px);
    font-size: 20px;
    position: relative;
    top: -6px;
    left: 60px
}

.wlac-checkbox-group > label > svg {
    display: none;
    width: 33px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2
}

.wlac-checkbox-group > input:checked + label > svg {
    display: block
}

.wlac-searchorder-propertyowner-separator {
    color: var(--wlac-primary-color);
    border-top: 1px solid var(--wlac-primary-color);
    padding-top: 14px;
    margin-bottom: 39px;
}

.block-contactform-form-content-right > button {
    margin-top: 30px
}

.block-contactform-form-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px
}

.block-contactform-form-trust > svg {
    width: 20px;
    height: 20px
}

.block-contactform-form-trust-text {
    padding-left: 10px
}

#top-slider .wlac-wrap .block-teaser {
    top: 52px;
    position: relative;
    bottom: -65px;
    left: 0
}

#top-slider .horisontalline .wlac-wrap {
    position: relative;
    top: -65px
}

#top-slider .horisontalline {
    position: relative;
    top: -48px;
    left: 0
}

/*===================================================================
  >> Guidebook
================================================================== */

.block-guidebook {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    width: 100%;
    max-width: 600px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.block-guidebook-separator {
    height: 10px;
}

.block-guidebook-person-name {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 15px 1fr 15px 1fr;
    grid-template-columns: 150px 1fr 1fr;
    grid-gap: 15px;
}

.block-guidebook-person-location {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 15px 1fr;
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
}

@media (max-width: 991px) {

    .block-guidebook-person-name,
    .block-guidebook-person-location {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.block-guidebook button {
    -ms-grid-column-align: start;
    justify-self: start;
    margin-top: 0;
}

@media (max-width: 768px) {
    .block-guidebook .multiselect__element .multiselect__option[data-selected]::after {
        display: none;
    }
}

/*===================================================================
  >> /End Guidebook
================================================================== */

.block-description h3 {
    color: #000
}

.block-slider .horisontalline .block-costs {
    left: 0;
    height: 364px;
    padding-bottom: 0;
    position: relative;
    top: -48px
}

@media (max-width: 700px) {
    #top-slider .wlac-wrap .block-teaser {
        top: -222px;
        left: 131px;
        width: 62%;
        min-height: 562px;
        padding-top: 73px
    }

    #top-slider .horisontalline .wlac-wrap {
        height: 378px;
        padding-bottom: 69px
    }
}

#expose-data-main .Obj-data h2 {
    padding-bottom: 30px !important;
    text-transform: uppercase
}

.makler-info-name,
.makler-info-title,
.termin-button {
    color: var(--wlac-primary-color)
}

.makler-info-title {
    font: Bold 30px/35px Roboto;
    padding-bottom: 19px;
    text-transform: uppercase;
}

.makler-info-name {
    font: Bold 20px/24px Roboto;
    margin-bottom: revert;
    text-transform: uppercase;
    padding-bottom: 25px
}

.termin-button {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 340px;
    padding: 1px 0;
    font: Bold 30px/35px Roboto;
    border: none;
    cursor: pointer;
    margin-top: 15px
}

@media (max-width: 700px) {
    .termin-button {
        width: 100%
    }
}

.termin-button:active,
.termin-button:hover {
    background-color: var(--wlac-primary-color);
    color: #fff;
    border: none
}

.wlac-unit-template-default .standard-site-footer {
    margin-top: 100px;
}

#modal-acceptance-check-content {
    padding-bottom: 200px;
}

/* Expose in preparation */

#modal-expose-in-preparation .modal-expose-in-preparation-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#modal-expose-in-preparation.is-open .modal-expose-in-preparation-content-wrap > svg {
    display: block;
    width: 40px;
    height: 40px;
    color: var(--wlac-primary-color);
    -webkit-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

/* PDF exposé */

#modal-expose-in-preparation-title {
    font: Bold 30px/40px Roboto !important;
}

#modal-pdf-expose .modal-pdf-expose-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

#modal-pdf-expose.is-open .modal-pdf-expose-content-wrap > svg {
    display: block;
    width: 40px;
    height: 40px;
    color: var(--wlac-primary-color);
    -webkit-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
}

#modal-pdf-expose .wlac-modal__container {
    width: 100%;
    max-width: 991px;
}

#modal-pdf-expose-content {
    width: 100%;
    margin-top: 0;
}

#embed-pdf-expose {
    width: 100%;
    height: 1160px;
}

#modal-pdf-expose:not(.expose-loaded) #embed-pdf-expose {
    display: none;
}

#modal-pdf-expose.expose-loaded .wlac-modal__header,
#modal-pdf-expose.expose-loaded .modal-pdf-expose-content-wrap {
    display: none;
}

#modal-pdf-expose.expose-loaded .wlac-modal__container {
    margin-top: 400px;
}

/* Block contactlongexpose */

.block-contactlongexpose {
    padding-top: 90px;
}

.block-contactlongexpose h2 {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.block-contactlongexpose button {
    font: normal normal bold 20px/24px Roboto;
    text-transform: uppercase;
}

/* ===============================================
================ ALBERT DEBUGGING ================
=============================================== */
.block-objectlist h2.block-objectlist-unit-title {
    font-size: 22px !important;
    line-height: 30px !important;
}

#expose-data-main .wlac-field-group:not(.wlac-field-group-inline) .wlac-field-group-label {
    font-weight: 600;
}

.band-immobilienbewertung {
    margin: auto !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 268px;
}


.band-immobilienbewertung > .Haus-svg {
    margin-right: 40px;
}

.band-immobilienbewertung > div > svg {
    height: 120px;
}

a.btn-immobilienbewertung {
    font-size: 18px;
}


/* ===============================================
================ FOOTER PRINTER ================
=============================================== */
#sw-footer-kontakt {
    -webkit-box-shadow: -1px 1px 9px 1px #00000029;
    box-shadow: -1px 1px 9px 1px #00000029;
    max-width: 900px;
    margin: 0 auto 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-radius: 3px;
}

.block-contactlongexpose h2.sw-footer-title {
    padding-bottom: 6px;
}

.sw-footer-subtitle {
    margin-bottom: 60px;
}

#sw-footer-kontakt .sw-office-map {
    padding: 30px 0;
}

#sw-footer-kontakt .sw-name {
    font-size: 22px;
}

#sw-footer-kontakt .buro-city {
    text-align: left;
    padding-left: 122px;
}

#sw-footer-kontakt .fa-ul {
    text-align: left;
    padding-left: 83px;
}

#sw-footer-kontakt .fa-ul > li {
    line-height: 33px;
}

#sw-footer-kontakt .fa-ul > li > span > i, #sw-footer-kontakt .fa-ul > li > a > span > i {
    color: var(--wlac-primary-color);
}

#sw-footer-kontakt .sw-footer-details a {
    text-decoration: none;
    color: #000;
}

.sw-footer-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sw-footer-btns-wrapper button {
    margin: 0 10px;
    width: 280px;
}

.sw-footer-btns-wrapper .wlac-button-with-svg svg {
    left: 50px;
}

@media (max-width: 850px) {
    #sw-footer-kontakt {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    #sw-footer-kontakt .buro-city {
        text-align: center;
        padding: 0;
    }

    #sw-footer-kontakt .sw-footer-details {
        display: -ms-grid;
        display: grid;
        justify-items: center;
    }

    #sw-footer-kontakt .fa-ul {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .sw-footer-btns-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sw-footer-btns-wrapper button {
        margin: 15px;
    }
}