:root { --purple-100: rgba(149, 27, 129, 0.05);
--purple-500: rgba(149, 27, 129, 0.9);
--purple-600: #951b81;
--grey-100: #ffffff;
--grey-200: #f6f6f7;
--grey-300: #d3d5d9;
--grey-400: #6c757d;
--grey-500: #4c5769;
--grey-600: #000000;
--green-600: #00b068;
--orange-600: #ff7f50;
--red-600: #ff1e56;
--yellow-600: #f9b02d;
--blue-600: #1e90ff; --h1-font-size: 48px;
--h2-font-size: 36px;
--h3-font-size: 24px;
--h4-font-size: 22px;
--h5-font-size: 20px;
--h6-font-size: 18px;
--body1-font-size: 20px;
--body2-font-size: 18px;
--body3-font-size: 16px;
--body4-font-size: 14px;
--body5-font-size: 12px; --light-weight: 400;
--regular-weight: 500;
--bold-weight: 700; --border-radius: 0;
--border-radius-min: 15px;
--border-radius-max: 25px;
--border-size: 2px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
*,
::before,
::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
height: 100%;
position: relative;
}
body {
margin: 0 auto;
padding: 0;
background-color: var(--grey-100);
font-family: 'Hanken Grotesk', 'Helvetica', arial, sans-serif;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
overflow-y: auto;
overflow-x: hidden;
}
body.menu-opened {
overflow: hidden;
} h1,
.h1 {
margin-bottom: 40px;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
line-height: 1.25;
letter-spacing: 1px;
text-transform: none;
}
h2,
.h2 {
margin-bottom: 30px;
font-size: var(--h2-font-size);
font-weight: var(--regular-weight);
color: var(--purple-600);
line-height: 1.25;
letter-spacing: 1px;
text-decoration: none;
text-transform: none;
position: relative;
display: block;
}
h3,
.h3 {
margin-bottom: 20px;
font-size: var(--h3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h4,
.h4 {
margin-bottom: 20px;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h5,
.h5 {
margin-bottom: 20px;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h6,
.h6 {
margin-bottom: 20px;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
line-height: 1.25;
letter-spacing: 1px;
text-transform: uppercase;
}
p, 
address, 
.p {
margin-bottom: 40px;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
letter-spacing: 0;
line-height: 1.5;
}
p:last-child, 
address:last-child {
margin: 0;
}
p.small,
p.small a {
font-size: var(--body2-font-size) !important;
}
strong,
.bold {
font-weight: var(--bold-weight);
}
p mark {
background-color: var(--grey-500);
padding: 10px 20px;
font-weight: var(--regular-weight);
color: var(--grey-100);
line-height: 200%;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
p mark:hover {
background-color: var(--purple-600);
color: var(--grey-100);
}
@media only screen and (max-width: 768px) {
h1, .h1 {
font-size: var(--h2-font-size);
}
h2, .h2 {
font-size: var(--h3-font-size);
}
h3, .h3 {
font-size: var(--h4-font-size);
}
h4, .h4 {
font-size: var(--h5-font-size);
}
p, address {
font-size: var(--body1-font-size);
}
}
@media only screen and (max-width: 575px) {
p, address {
font-size: var(--body2-font-size);
}
} a,
a:link,
a:active,
a:visited {
font-weight: var(--light-weight);
color: var(--purple-600);
text-decoration: none;
outline: 0;
-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
transition: all 0.2s ease-in-out;
transition-duration: 0.5s;
}
a:hover {
color: var(--grey-500);
text-decoration: none;
}
.wpcf7-list-item-label a {
padding-bottom: 6px;
color: var(--purple-600);
}
.wpcf7-list-item-label a:hover {
color: var(--purple-600);
}
[data-bs-toggle="modal"] {
cursor: pointer;
}
a.ext::before {
content: '';
width: 16px;
height: 16px;
margin-right: 6px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
text-decoration: none;
border: 0 !important;
}
a img {
vertical-align: top;
}
p a img {
border: none !important;
}
@media only screen and (max-width: 768px) {
p a:hover,
address a:hover {
color: var(--grey-500) !important;
}
} img, picture {
width: 100%;
height: auto;
display: block;
}
.element {
position: relative;
}
.zoom {
overflow: hidden;
display: inline-block;
width: 100%;
}
.zoom a {
width: 100%;
vertical-align: bottom;
}
.zoom img,
.zoom picture {
width: 100%;
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
}
.zoom:hover img,
.zoom:hover picture {
transform: scale(1.2);
}
.overlay-caption {
position: absolute;
background-color: var(--purple-600);
font-size: 14px;
font-weight: var(--bold-weight);
color: var(--grey-100);
text-transform: uppercase;
top: 0;
right: 0;
padding: 10px;
z-index: 1000;
}
header {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1001;
width: 100%;
height: 140px;
padding: 0;
background-color: var(--grey-100);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: transform .25s .1s ease-in-out;
}
.menu-opened header {
height: 80px;
}
.menu-opened .head-desktop .logo img, 
.menu-opened .head-mobile .logo img {
display: none !important;
}
.logo-mobile-menu {
margin-bottom: 60px;
}
.logo-mobile-menu img {
height: 80px;
}
@media only screen and (max-width: 992px) {
#main {
padding-top: 68px !important;
}
header,
.scrolled header {
height: 68px !important;
padding: 10px 0 !important;
}
header .socialmedia {
display: none;
}
header .nav-contact li span {
display: none;
}
.head-desktop {
display: none !important;
}
.head-mobile {
display: flex !important;
align-items: center;
justify-content: space-between;
}
.head-mobile .logo {
margin-left: 20px !important;
margin-top: 0 !important;
}
.head-mobile .logo img {
height: 48px;
}
.head-mobile .nav-mobile {
margin-right: 20px !important;
margin-top: 0 !important;
}
.down:not(.menu-opened) header {
transform: translate3d(0, -68px, 0);
}
.logo-mobile-menu img {
height: 60px;
}
}
.down:not(.menu-opened) header {
transform: translate3d(0, -140px, 0);
}
.menu-opened header {
background-color: var(--grey-200);
box-shadow: none;
}
.header-inner {
position: relative;
height: 100%;
}
.menu-toggle {
display: flex;
align-items: center;
justify-content: flex-end;
}
.menu-toggle .menu {
margin-right: 20px;
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
text-transform: uppercase;
}
.hamburger {
position: relative;
display: block;
width: 32px;
height: 24px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
cursor: pointer;
}
.menu-toggle .hamburger:hover span:after {
background-color: var(--grey-500);
}
.menu-toggle.open .hamburger span:after {
background-color: var(--grey-500);
}
.menu-toggle.open .hamburger:hover span:after {
background-color: var(--purple-600);
}
@media only screen and (min-width: 992px) {
.hamburger {
width: 32px;
height: 24px;
}
}
.hamburger span {
display: block;
width: 32px;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span:after {
content: "";
width: 100%;
height: 2px;
display: flex;
justify-content: flex-end;
align-items: center;
background-color: var(--grey-500);
border-radius: 0;
-webkit-border-radius: 0;
-webkit-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.hamburger span.line-top:after {
-webkit-transform: translate(0, -8px);
-ms-transform: translate(0, -8px);
transform: translate(0, -8px);
}
.hamburger span.line-bottom:after {
-webkit-transform: translate(0, 8px);
-ms-transform: translate(0, 8px);
transform: translate(0, 8px);
}
.menu-toggle.open .hamburger span.line-bottom {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.menu-toggle.open .hamburger span.line-middle {
opacity: 0;
}
.menu-toggle.open .hamburger span.line-top {
-webkit-transform: rotate(225deg);
-ms-transform: rotate(225deg);
transform: rotate(225deg);
}
.menu-toggle.open .hamburger span.line-top:after {
-webkit-transform: translate(-1px, -1px);
-ms-transform: translate(-1px, -1px);
transform: translate(-1px, -1px);
}
.menu-toggle.open .hamburger span.line-bottom:after {
-webkit-transform: translate(-2px, 2px);
-ms-transform: translate(-2px, 2px);
transform: translate(-2px, 2px);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100vh;
padding: 120px 20px 120px 20px;
background-color: var(--grey-200);
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 1000;
transform: translateY(100%);
transition: transform 0.5s ease, opacity 0.5s ease;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
overflow: auto !important;
opacity: 0.5;
}
.menu-opened .menu-container {
transform: translateY(0);
opacity: 1;
}
.menu-container .container {
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column;
}
.head-desktop {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
}
.head-desktop .divider {
display: none;
}
.head-desktop .logo {
margin-top: 0;
margin-left: 40px;
margin-right: 0;
margin-bottom: 0;
z-index: 10000;
}
.head-desktop .logo img {
display: none;
}
.scrolled .head-desktop .logo img {
width: auto;
height: 32px;
transition: all 0.5s;
display: block;
}
.head-desktop .tooltip {
visibility: hidden;
z-index: 1;
top: 16px;
left: 50%;
width: 200px;
margin-left: -100px;
opacity: 0;
transition: opacity 0.3s;
padding: 5px 10px;
background-color: var(--grey-500);
font-size: 16px;
color: var(--grey-100);
text-align: center;
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
position: relative;
border-radius: 8px;
}
.head-desktop .tooltip:after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent var(--grey-500) transparent;
}
.head-desktop .icon:hover .tooltip {
visibility: visible;
opacity: 1;
}
.head-desktop .icon {
width: 32px;
height: 32px;
margin-right: 16px;
position: relative;
display: inline-block;
}
.head-desktop .icon svg {
fill: var(--grey-100);
}
.head-desktop .nav-container {
width: 100%;
height: 100%;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop .nav-mobile {
margin-right: 20px;
}
.head-mobile {
display: none;
}
.scrolled header {
height: 80px;
padding: 10px 0;
transition: 0.25s all ease-in;
}
header {
height: 80px;
}
@media only screen and (min-width: 1200px) {
.head-desktop .logo img {
display: none;
}
}
@media only screen and (min-width: 992px) {
header {
height: 140px;
}
.head-desktop {
}
.head-desktop .nav-container {
width: auto;
padding: 0 40px;
}
.head-desktop .logo {
}
.scrolled .head-desktop .logo {
margin-top: 0;
}
.head-desktop .icon {
margin-right: 24px;
}
.head-desktop .nav-mobile {
margin-right: 40px;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger span {
width: 32px;
}
}
#main {
padding-top: 80px;
}
.scrolled #main {
padding-top: 80px;
}
.container {
width: 100%;
max-width: 1320px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 140px;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (min-width: 1200px) {
.container {
padding-left: 20px;
padding-right: 20px;
}
}
.content-text {
max-width: 43.75rem;
margin: 0 auto;
} .has-parallax .h2 {
background-color: var(--purple-600);
position: absolute;
top: 0;
left: 0;
padding: 1em;
text-align: left;
width: 480px;
}
.has-parallax .h1 mark {
background-color: var(--purple-500) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--purple-500);
}
.wp-block-cover.has-parallax {
min-height: 75vh;
}
@media only screen and (max-width: 1200px) {
.wp-block-cover.has-parallax {
min-height: 60vh;
}
}
@media only screen and (max-width: 992px) {
.wp-block-cover.has-parallax {
min-height: 50vh;
}
}
@media only screen and (max-width: 768px) {
.head-mobile {
height: 48px;
}
.menu-container {
padding: 80px 40px 80px 40px;
}
.wp-block-cover.has-parallax {
min-height: 35vh;
}
.has-parallax .h1 {
font-size: var(--h4-font-size);
}
.has-parallax .h2 {
font-size: var(--h3-font-size);
width: 360px;
}
}
@media only screen and (max-width: 575px) {
.has-parallax .h2 {
background-color: var(--purple-500); 
}
} .slide-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
#hero {
width: 100%;
height: 50vh;
}
.scrolled #hero {
height: 50vh;
}
.home #hero {
width: 100%;
height: calc(90vh - 140px);
}
.home.scrolled #hero {
height: calc(90vh - 80px);
}
.hero .title,
.hero2 .title {
margin: 0;
padding: 0;
font-weight: var(--regular-weight);
color: var(--grey-100);
line-height: 1;
text-align: left;
letter-spacing: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
position: relative;
bottom: 0;
z-index: 100;
}
.home .hero .title {
bottom: -15vh;
}
.hero .h1 {
font-size: var(--h1-font-size);
}
.hero2 .h1 {
font-size: var(--h1-font-size);
}
.hero .title span:not(.h1),
.hero2 .title span:not(.h1) {
margin: 0 0 10px 0;
font-size: var(--h4-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
display: block;
text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.hero .title span.h1,
.hero2 .title span.h1 {
margin-bottom: 10px;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.hero .title span.h1 mark {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
background-color: transparent !important;
padding: 0;
line-height: 1;
-webkit-box-decoration-break: none;
box-decoration-break: none;
outline: none;
}
.hero2 .title span.h1 mark {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
}
.hero .title .button,
.hero2 .title .button {
margin: 30px 0 0 0;
background-color: transparent;
border-radius: var(--border-radius-max);
-moz-border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
line-height: 1.5;
letter-spacing: 1px;
text-transform: uppercase;
border: var(--border-size) solid var(--grey-100);
display: inline-block;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
}
.hero .title .button:hover,
.hero2 .title .button:hover {
background-color: var(--grey-100);
color: var(--purple-600);
border: var(--border-size) solid var(--grey-100);
text-shadow: none;
}
.hero .overlay,
.hero2 .overlay {
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.008) 8.07%, rgba(0, 0, 0, 0.024) 15.54%, rgba(0, 0, 0, 0.05) 22.5%, rgba(0, 0, 0, 0.086) 29.04%, rgba(0, 0, 0, 0.13) 35.26%, rgba(0, 0, 0, 0.176) 41.25%, rgba(0, 0, 0, 0.224) 47.1%, rgba(0, 0, 0, 0.275) 52.9%, rgba(0, 0, 0, 0.325) 58.75%, rgba(0, 0, 0, 0.37) 64.74%, rgba(0, 0, 0, 0.41) 70.96%, rgba(0, 0, 0, 0.447) 77.5%, rgba(0, 0, 0, 0.475) 84.46%, rgba(0, 0, 0, 0.494) 91.93%, rgba(0, 0, 0, 0.5) 100%);
position: absolute;
left: 0;
bottom: 0;
z-index: 2;
}
@media only screen and (max-width: 992px) {
#hero {
height: 40vh;
}
.scrolled #hero {
height: 40vh;
}
.home #hero {
height: 50vh;
}
.home.scrolled #hero {
height: 50vh;
}
.home .hero .title, 
.hero .title,
.hero2 .title {
max-width: 80vw;
left: auto;
right: auto;
bottom: -80px;
}
.hero .overlay,
.hero2 .overlay {
}
}
@media only screen and (max-width: 768px) {
.hero .title span.h1, 
.hero2 .title span.h1,
.hero .title span.h1 mark,
.hero2 .title span.h1 mark {
font-size: var(--h2-font-size); 
}
.hero .title span:not(.h1), 
.hero2 .title span:not(.h1) {
font-size: var(--body1-font-size);
}
.hero .title .button,
.hero2 .title .button {
padding: 5px 10px;
margin: 10px 0 0 0;
font-size: var(--body4-font-size);
}
}
@media only screen and (max-width: 575px) {
#hero {
height: 30vh;
}
.scrolled #hero {
height: 30vh;
}
.home #hero {
height: 40vh;
}
.home.scrolled #hero {
height: 40vh;
}
.hero .title span.h1, 
.hero2 .title span.h1,
.hero .title span.h1 mark,
.hero2 .title span.h1 mark {
font-size: var(--h4-font-size); 
}
} .swiper.hero .swiper-slide img, 
.swiper.hero .swiper-slide picture,
.swiper.hero2 .swiper-slide img, 
.swiper.hero2 .swiper-slide picture {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
opacity: 1;
transition: opacity 1s ease, transform 1s ease;
-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
}
.swiper.hero .swiper-slide.swiper-slide-active img, 
.swiper.hero .swiper-slide.swiper-slide-active picture,
.swiper.hero2 .swiper-slide.swiper-slide-active img, 
.swiper.hero2 .swiper-slide.swiper-slide-active picture {
opacity: 1;
}
.swiper.hero .swiper-button-prev {
left: 40px;
}
.swiper.hero .swiper-button-next {
right: 40px;
}
.swiper.hero .swiper-button-prev {
top: calc(50% - 20px)
}
.swiper.hero .swiper-button-next {
top: calc(50% + 20px)
}
@media only screen and (max-width: 992px) { }
@media only screen and (max-width: 575px) { } .head-nav-info {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 40px;
}
.nav-contact {
margin: 0;
padding: 0;
display: flex;
}
.nav-contact li {
margin: 0 20px 0 0;
list-style: none;
}
.nav-contact li:last-child {
margin: 0;
}
.nav-contact li a {
font-size: var(--body2-font-size);
color: var(--grey-500);
display: flex;
}
.nav-contact li a:hover {
}
.nav-contact li a i {
color: var(--purple-600);
margin-right: 8px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.nav-contact li a:hover i {
color: var(--grey-500);
} .polylang_langswitcher {
list-style: none;
margin: 0 0 0 40px;
padding: 0;
position: relative;
display: inline-block;
}
.polylang_langswitcher > li {
display: none;
min-width: 64px;
}
.polylang_langswitcher a::after {
margin-left: 10px;
content: '';
width: 16px;
height: 16px;
background-color: transparent;
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-down.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-down.svg);
mask-repeat: no-repeat;
}
.polylang_langswitcher > .current-lang {
display: inline-block;
position: relative;
cursor: pointer;
}
.polylang_langswitcher .current-lang > a::after {
margin-left: 10px;
content: '';
background-color: var(--purple-600);
}
.polylang_langswitcher:hover > li:not(.current-lang) {
display: block;
position: absolute;
top: 100%;
left: 0;
background-color: var(--grey-100);
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1000;
}
.polylang_langswitcher a {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
text-transform: uppercase;
text-decoration: none;
display: flex;
align-items: center;
justify-content: flex-start;
padding: 5px 10px;
}
.polylang_langswitcher li.current-lang a {
font-weight: var(--bold-weight);
}
.polylang_langswitcher li a:hover {
background-color: var(--grey-200);
} .head-nav-main,
.menu-opened .head-nav-main {
display: none;
}
.menu-main {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu-main li {
height: 100%;
margin: 0 10px;
padding: 0;
list-style: none;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
text-align: center;
display: flex;
align-items: center;
}
.menu-main li.menu-logo a {
width: 164px;
height: 120px;
background: url(//www.bs-immobilien.de/wp-content/uploads/logo-bs-immobilien.svg) no-repeat;
text-indent: -9999px;
}
.scrolled .menu-main li.menu-logo a {
width: 48px;
height: 48px;
background: url(//www.bs-immobilien.de/wp-content/uploads/icon.svg) no-repeat;
transition: all 0.5s;
}
.menu-main li a {
height: 100%;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
text-decoration: none;
line-height: 1.8;
display: block;
}
.menu-main li a:hover {
color: var(--purple-600);
}
.menu-main li.current-menu-item a[aria-current='page'],
.menu-main li.current-menu-parent a {
font-weight: var(--bold-weight);
color: var(--purple-600);
}
.menu-main .sub-menu-holder {
width: 100%;
padding: 2em 0;
background-color: var(--purple-600);
border-radius: 0;
text-align: left;
position: absolute;
top: 140px;
left: 0;
z-index: 1000;
box-shadow: 10px 10px 25px 5px rgba(0, 0, 0, 0.2);
height: 0;
opacity: 0;
visibility: hidden;
overflow: hidden;
transition: height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.menu-main li:hover .sub-menu-holder {
transform: translateY(0);
height: auto;
opacity: 1;
visibility: visible;
}
.menu-main .sub-menu-holder ul {
width: 50%;
padding: 0;
margin: 0 auto;
}
.menu-main .sub-menu-holder li,
.menu-main .sub-menu-holder li a {
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: left;
display: inline-block;
transition: opacity 0.25s ease, visibility 0.25s ease;
}
.menu-main .sub-menu-holder li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
.menu-main .sub-menu-holder li {
width: 100%;
margin: 0;
padding: 0 10px;
}
.menu-main .sub-menu-holder li a {
padding: 5px 0;
border-bottom: var(--border-size) solid transparent;
}
.menu-main .sub-menu-holder li:hover a {
border-bottom: var(--border-size) solid var(--grey-100);
}
.menu-main .lang-item,
.menu-main .lang-item a {
font-weight: var(--regular-weight);
color: var(--grey-100);
text-transform: uppercase;
}
.menu-main .lang-item.current-lang,
.menu-main .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
#nav-main-mobile {
margin: 0;
padding: 0;
display: flex;
justify-content: flex-start;
width: 100%;
align-items: flex-start;
flex-direction: column;
}
#nav-main-mobile li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
text-align: left;
display: block;
}
#nav-main-mobile li.menu-logo {
display: none;
}
#nav-main-mobile > li {
width: 50%;
margin: 0 0 40px 0;
}
#nav-main-mobile li a {
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
text-decoration: none;
line-height: 1.8;
display: block;
}
#nav-main-mobile li a[aria-current='page'],
#nav-main-mobile li.current-menu-parent a,
#nav-main-mobile li.current-menu-ancestor > a {
color: var(--purple-600);
}
#nav-main-mobile li a:hover {
color: var(--purple-600);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--h6-font-size);
font-weight: var(--regular-weight);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a {
color: var(--grey-500);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a[aria-current='page'] {
color: var(--purple-600);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: 32px;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-transform: uppercase;
}
#nav-main-mobile .lang-item.current-lang,
#nav-main-mobile .lang-item.current-lang a {
font-weight: var(--bold-weight);
color: var(--purple-600);
}
@media only screen and (min-width: 992px) {
.head-nav-main {
display: inline-block;
}
} #nav-main-mobile .menu-item-has-children > a {
cursor: pointer;
position: relative;
} #nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
@media only screen and (max-width: 768px) {
.menu-container {
display: inline;
}
.menu-container .container {
padding: 0;
}
#nav-main-mobile > li {
width: 100%;
margin: 0 0 20px 0;
}
}
@media only screen and (max-width: 575px) {
#nav-main-mobile li, 
#nav-main-mobile li a {
font-size: var(--h3-font-size);
}
#nav-main-mobile .lang-item,
#nav-main-mobile .lang-item a {
font-size: var(--body1-font-size);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--body1-font-size);
} } .nav-main {
margin: 0;
padding: 0;
}
.nav-main li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
line-height: 150%;
text-transform: uppercase;
display: block;
}
.nav-main li a {
color: var(--grey-100);
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
text-decoration: none;
line-height: 150%;
text-transform: uppercase;
position: relative;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']) {
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):before {
content: '';
width: 100%;
height: 1px;
background-color: var(--purple-600);
position: absolute;
bottom: -5px;
left: 0;
transform-origin: right;
transform: scaleX(0);
transition: transform 0.4s ease-in-out;
}
.nav-main li:not(.current-menu-item):hover a:not([aria-current='page']):before {
transform-origin: left;
transform: scaleX(1);
}
.nav-main li a[aria-current='page'],
.nav-main li.current-menu-item a {
font-weight: var(--bold-weight);
color: var(--grey-100);
}
.nav-main li:not(.current-menu-item) a:not([aria-current='page']):hover {
color: var(--grey-100);
}
.nav-main .lang-item {
display: none;
} .menu {
margin: 0;
padding: 0;
display: flex;
}
.menu li {
list-style: none;
margin-right: 20px;
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
line-height: 150%;
text-transform: uppercase;
letter-spacing: 0;
}
.menu li:last-child {
margin-right: 0;
}
.menu li a {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
color: var(--grey-500);
line-height: 150%;
text-transform: uppercase;
letter-spacing: 0;
position: relative;
}
.menu li a:hover {
color: var(--purple-600);
}
.menu li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--purple-600);
}
@media only screen and (min-width: 1200px) {
.menu li {
}
}
@media only screen and (max-width: 768px) {
.menu {
display: block;
}
.menu li {
margin: 0 0 10px 0;
text-align: left;
display: block;
}
} .svg-icon {
width: 1em;
height: 1em;
}
.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
fill: var(--purple-600);
}
.svg-icon circle {
stroke: var(--purple-600);
stroke-width: 1;
}
footer {
}
footer p, footer address, footer p a {
font-size: var(--body2-font-size) !important;
line-height: 1.75;
}
footer h4, footer p, footer p a, footer address {
color: var(--grey-500) !important;
}
footer h4 span {
font-weight: var(--regular-weight);
}
footer .company-address {
margin-bottom: 20px;
}
footer .copyright {
font-size: var(--body2-font-size);
}
#footer-bottom .menu {
justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
#footer-bottom .menu {
justify-content: center;
}
} .pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 4rem !important; }
.pb-4 { padding-bottom: 6rem !important; }
.pb-5 { padding-bottom: 8rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 4rem !important; }
.pt-4 { padding-top: 6rem !important; }
.pt-5 { padding-top: 8rem !important; }
@media (min-width:576px) {
.pb-sm-0 { padding-bottom: 0 !important; }
.pb-sm-1 { padding-bottom: 1rem !important; }
.pb-sm-2 { padding-bottom: 2rem !important; }
.pb-sm-3 { padding-bottom: 4rem !important; }
.pb-sm-4 { padding-bottom: 6rem !important; }
.pb-sm-5 { padding-bottom: 8rem !important; }
.pt-sm-0 { padding-top: 0 !important; }
.pt-sm-1 { padding-top: 1rem !important; }
.pt-sm-2 { padding-top: 2rem !important; }
.pt-sm-3 { padding-top: 4rem !important; }
.pt-sm-4 { padding-top: 6rem !important; }
.pt-sm-5 { padding-top: 8rem !important; }
}
@media (min-width:768px) {
.pb-md-0 { padding-bottom: 0 !important; }
.pb-md-1 { padding-bottom: 1rem !important; }
.pb-md-2 { padding-bottom: 2rem !important; }
.pb-md-3 { padding-bottom: 4rem !important; }
.pb-md-4 { padding-bottom: 6rem !important; }
.pb-md-5 { padding-bottom: 8rem !important; }
.pt-md-0 { padding-top: 0 !important; }
.pt-md-1 { padding-top: 1rem !important; }
.pt-md-2 { padding-top: 2rem !important; }
.pt-md-3 { padding-top: 4rem !important; }
.pt-md-4 { padding-top: 6rem !important; }
.pt-md-5 { padding-top: 8rem !important; }
}
@media (min-width:992px) {
.pb-lg-0 { padding-bottom: 0 !important; }
.pb-lg-1 { padding-bottom: 1rem !important; }
.pb-lg-2 { padding-bottom: 2rem !important; }
.pb-lg-3 { padding-bottom: 4rem !important; }
.pb-lg-4 { padding-bottom: 6rem !important; }
.pb-lg-5 { padding-bottom: 8rem !important; }
.pt-lg-0 { padding-top: 0 !important; }
.pt-lg-1 { padding-top: 1rem !important; }
.pt-lg-2 { padding-top: 2rem !important; }
.pt-lg-3 { padding-top: 4rem !important; }
.pt-lg-4 { padding-top: 6rem !important; }
.pt-lg-5 { padding-top: 8rem !important; }
}
@media (min-width:1200px) {
.pb-xl-0 { padding-bottom: 0 !important; }
.pb-xl-1 { padding-bottom: 1rem !important; }
.pb-xl-2 { padding-bottom: 2rem !important; }
.pb-xl-3 { padding-bottom: 4rem !important; }
.pb-xl-4 { padding-bottom: 6rem !important; }
.pb-xl-5 { padding-bottom: 8rem !important; }
.pt-xl-0 { padding-top: 0 !important; }
.pt-xl-1 { padding-top: 1rem !important; }
.pt-xl-2 { padding-top: 2rem !important; }
.pt-xl-3 { padding-top: 4rem !important; }
.pt-xl-4 { padding-top: 6rem !important; }
.pt-xl-5 { padding-top: 8rem !important; }
} .mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 4rem !important; }
.mb-4 { margin-bottom: 6rem !important; }
.mb-5 { margin-bottom: 8rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 4rem !important; }
.mt-4 { margin-top: 6rem !important; }
.mt-5 { margin-top: 8rem !important; }
@media (min-width:576px) {
.mb-sm-0 { margin-bottom: 0 !important; }
.mb-sm-1 { margin-bottom: 1rem !important; }
.mb-sm-2 { margin-bottom: 2rem !important; }
.mb-sm-3 { margin-bottom: 4rem !important; }
.mb-sm-4 { margin-bottom: 6rem !important; }
.mb-sm-5 { margin-bottom: 8rem !important; }
.mt-sm-0 { margin-top: 0 !important; }
.mt-sm-1 { margin-top: 1rem !important; }
.mt-sm-2 { margin-top: 2rem !important; }
.mt-sm-3 { margin-top: 4rem !important; }
.mt-sm-4 { margin-top: 6rem !important; }
.mt-sm-5 { margin-top: 8rem !important; }
}
@media (min-width:768px) {
.mb-md-0 { margin-bottom: 0 !important; }
.mb-md-1 { margin-bottom: 1rem !important; }
.mb-md-2 { margin-bottom: 2rem !important; }
.mb-md-3 { margin-bottom: 4rem !important; }
.mb-md-4 { margin-bottom: 6rem !important; }
.mb-md-5 { margin-bottom: 8rem !important; }
.mt-md-0 { margin-top: 0 !important; }
.mt-md-1 { margin-top: 1rem !important; }
.mt-md-2 { margin-top: 2rem !important; }
.mt-md-3 { margin-top: 4rem !important; }
.mt-md-4 { margin-top: 6rem !important; }
.mt-md-5 { margin-top: 8rem !important; }
}
@media (min-width:992px) {
.mb-lg-0 { margin-bottom: 0 !important; }
.mb-lg-1 { margin-bottom: 1rem !important; }
.mb-lg-2 { margin-bottom: 2rem !important; }
.mb-lg-3 { margin-bottom: 4rem !important; }
.mb-lg-4 { margin-bottom: 6rem !important; }
.mb-lg-5 { margin-bottom: 8rem !important; }
.mt-lg-0 { margin-top: 0 !important; }
.mt-lg-1 { margin-top: 1rem !important; }
.mt-lg-2 { margin-top: 2rem !important; }
.mt-lg-3 { margin-top: 4rem !important; }
.mt-lg-4 { margin-top: 6rem !important; }
.mt-lg-5 { margin-top: 8rem !important; }
}
@media (min-width:1200px) {
.mb-xl-0 { margin-bottom: 0 !important; }
.mb-xl-1 { margin-bottom: 1rem !important; }
.mb-xl-2 { margin-bottom: 2rem !important; }
.mb-xl-3 { margin-bottom: 4rem !important; }
.mb-xl-4 { margin-bottom: 6rem !important; }
.mb-xl-5 { margin-bottom: 8rem !important; }
.mt-xl-0 { margin-top: 0 !important; }
.mt-xl-1 { margin-top: 1rem !important; }
.mt-xl-2 { margin-top: 2rem !important; }
.mt-xl-3 { margin-top: 4rem !important; }
.mt-xl-4 { margin-top: 6rem !important; }
.mt-xl-5 { margin-top: 8rem !important; }
} .opening-hours {
width: 100%;
} .projects-item-container {
margin: 0 -20px;
}
.projects-item {
margin: 0 0 0 0;
padding: 20px 20px;
position: relative;
z-index: 0;
}
.projects-item img {
width: 100%;
height: auto;
}
.projects-item a .overlay {
visibility: hidden;
opacity: 0;
transition: all .3s;
display: flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
font-size: 32px;
font-weight: var(--bold-weight);
color: var(--grey-100);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
.projects-item a:hover .overlay {
visibility: visible;
opacity: 1;
transform: scale(0.9);
}
.projects-item .desc {
position: relative;
z-index: 1;
padding: 5px 20px;
color: var(--grey-500);
display: block;
}
.projects-item a:hover .desc {
color: var(--purple-600);
}
.projects-images {
}
@media only screen and (max-width: 992px) {
.projects-item-container {
margin: 0;
}
.projects-item {
margin: 0 0 40px 0;
padding: 0;
}
.projects-item a .overlay {
font-size: 24px; 
}
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: var(--grey-100) !important;
}
.arrow:hover {
color: var(--purple-600) !important;
}
.arrow::before {
border-style: solid;
border-width: 2px 2px 0 0;
content: '';
display: inline-block;
width: 20px;
height: 20px;
position: relative;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align: top;
}
.arrow.bottom:before {
top: 0;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
} @keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);
}
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
} #newsletter {
}
#newsletter .wpcf7-email {
min-width: 320px;
}
#newsletter .wpcf7-submit {
font-size: var(--body2-font-size);
}
#newsletter .wpcf7-not-valid-tip, 
#newsletter .wpcf7-response-output {
display: none;
}
#newsletter .wpcf7-not-valid {
border-bottom: none;
}
#newsletter .wpcf7-form-control-wrap, .wpcf7-quiz-label {
margin: 0;
}
@media only screen and (min-width: 48em) {
#newsletter .wps-form-column:nth-child(odd) {
padding: 0 10px 0 0;
}
#newsletter .wps-form-column {
padding: 0 10px;
}
}
@media only screen and (max-width: 575px) {
#newsletter .wpcf7-email {
min-width: 100%;
}
#newsletter .wpcf7-submit {
margin-top: 10px;
}
} blockquote p {
margin-bottom: 1em;
font-size: 32px;
font-weight: var(--regular-weight);
font-style: normal;
line-height: 1.6em;
}
blockquote footer {
font-size: 12px;
font-weight: var(--regular-weight);
text-transform: uppercase;
letter-spacing: 2px;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.4em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 5px;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 0.5rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 0.5rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 0.5rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 0.5rem 1rem 0.5rem 0;
}
.wps-form-column:nth-child(even) {
padding: 0.5rem 0 0.5rem 1rem;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 0 0 20px 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: var(--body1-font-size);
color: var(--grey-500);
font-weight: var(--regular-weight);
letter-spacing: 0;
line-height: 24px;
display: block;
}
.wpcf7-form label a {
text-decoration: none;
}
.wpcf7-select,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-date,
.wpcf7-email,
.wpcf7-number {
width: 100%;
padding: 12px 20px !important;
background-color: var(--grey-100) !important;
font-size: var(--body2-font-size);
letter-spacing: 0;
color: var(--grey-500) !important;
line-height: 24px;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
-moz-border-radius: var(--border-radius-max);
border: 1px solid var(--grey-300);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.wpcf7-select:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-date:focus,
.wpcf7-email:focus,
.wpcf7-number:focus,
.wpcf7-select:hover,
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-date:hover,
.wpcf7-email:hover,
.wpcf7-number:hover {
border: 1px solid var(--grey-400);
outline: 0;
}
.wpcf7-select {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%;
overflow: hidden;
word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
}
.wpcf7-submit {
width: auto !important;
padding: 12px 20px;
min-width: 160px;
background-color: var(--purple-600);
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.25;
border: var(--border-size) solid var(--purple-600);
border-radius: var(--border-radius);
-moz-border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
-webkit-appearance: none;
display: inline-block;
transition: all 0.25s;
overflow: hidden;
}
.wpcf7-submit:hover {
background-color: var(--grey-500);
border: var(--border-size) solid var(--grey-500);
color: var(--grey-100);
box-shadow: 0 0 30px -17px rgba(0, 0, 0, .58);
}
.wpcf7-submit:focus,
.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
outline: 0 !important;
box-shadow: none !important;
}
.wpcf7-submit:disabled {
opacity: 0.5;
}
.wpcf7-spinner {
display: none;
width: 0;
height: 0;
}
.wpcf7-submitting .wpcf7-spinner {
display: inline-block;
width: 16px;
height: 16px;
margin-left: 10px;
vertical-align: middle;
}
.required {
color: var(--purple-600);
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
.wpcf7-not-valid {
border: var(--border-size) solid var(--red-600) !important;
}
.wpcf7-not-valid-tip {
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--red-600) !important;
}
.wpcf7-list-item {
margin: 0 !important;
}
.wpcf7-form span.wpcf7-list-item {
display: block;
}
.wpcf7-list-item-label {
margin-left: 16px;
}
.wpcf7-form .wpcf7-checkbox label,
.wpcf7-form .wpcf7-acceptance label {
position: relative;
font-size: var(--body2-font-size) !important;
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-checkbox label a,
.wpcf7-form .wpcf7-acceptance label a {
font-size: var(--body2-font-size) !important;
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
position: relative;
visibility: hidden;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span {
display: inline-block;
margin: -24px 0 0 44px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
content: '';
width: 24px;
height: 24px;
border-radius: 50%;
border: var(--border-size) solid var(--grey-100);
background-color: var(--grey-100);
transition: background-color 0.3s ease, border-color 0.3s ease;
outline: 1px solid var(--grey-300);
position: absolute;
top: 0;
left: 0;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:hover+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:hover+span:before {
background-color: var(--grey-300);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked+span:before {
background-color: var(--purple-600);
outline-color: var(--purple-600);
}
::placeholder {
color: var(--grey-400) !important;
opacity: 1;
}
.wpcf7-form .wpcf7-select option:first-child {
color: var(--grey-400) !important;
} .wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 10px 0 !important;
padding: 0 !important;
font-size: 18px;
font-weight: var(--regular-weight);
color: var(--red-600);
background-color: transparent;
border: 0 !important;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
-moz-border-radius: var(--border-radius-max);
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7-mail-sent-ok {
color: var(--grey-100) !important;
} .cf7-modal {
position: fixed;
z-index: 1001;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
padding: 0;
box-sizing: border-box;
}
.cf7-modal-content {
background-color: var(--grey-100);
padding: 10px 20px;
border-radius: var(--border-radius-max);
text-align: center;
max-width: 400px;
width: 100%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
transition: 0.5s ease-in-out;
font-size: 18px;
}
.cf7-modal-success .cf7-modal-content {
background-color: var(--green-600);
color: var(--grey-100);
}
.cf7-modal-error .cf7-modal-content {
background-color: var(--red-600);
color: var(--grey-100);
}
@media (max-width: 575px) {
.cf7-modal-content {
max-width: 90%;
}
}
.form form fieldset input.field.error:focus,
.form form fieldset select.error:focus,
.form form fieldset textarea.error:focus,
.formTab form fieldset input.field.error:focus,
.formTab form fieldset select.error:focus,
.formTab form fieldset textarea.error:focus,
.form form fieldset input[type="checkbox"].error:focus+label:before {
border: var(--border-size) solid var(--red-600);
}
p.error {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--grey-100);
text-align: left;
line-height: 125%;
background-color: var(--red-600);
}
p.success {
width: auto;
max-width: 640px;
margin: 0 auto 25px auto;
padding: 10px;
font-size: 32px;
color: var(--grey-100);
text-align: left;
line-height: 125%;
background-color: var(--green-600);
}
p.error i,
p.success i {
margin-right: 10px;
}
span.error {
font-weight: var(--bold-weight);
color: var(--red-600);
}
span.required {
color: var(--purple-600);
} input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border-color: var(--grey-500);
-webkit-text-fill-color: var(--grey-500);
-webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0.05) inset;
transition: background-color 5000s ease-in-out 0s;
} .breadcrumb {
color: var(--grey-500);
align-items: center;
}
.breadcrumb a {
color: var(--grey-500);
}
.breadcrumb .current-page {
font-weight: var(--bold-weight);
color: var(--grey-500);
}
.breadcrumb .delimiter:after {
content: '';
width: 16px;
height: 16px;
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-right.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-right.svg);
mask-repeat: no-repeat;
background-color: var(--grey-400);
position: relative;
margin: 0 8px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 768px) {
#breadcrumb {
display: none;
}
} ul.files {
margin: 0 auto;
padding: 0;
}
ul.files li {
list-style: none;
font-weight: var(--regular-weight);
border-right: 1px solid var(--grey-500);
padding-right: 10px;
margin-right: 10px;
display: inline-block;
}
ul.files li:last-child {
border-right: 0;
padding-right: 0;
margin-right: 0;
}
hr {
margin: 30px 0;
border: 0;
height: 1px;
background: rgba(0, 0, 0, 0.2);
} ol.list {
list-style: none;
counter-reset: my-awesome-counter;
margin: 0;
padding: 20px 0 0 0;
border-top: var(--border-size) solid var(--grey-500);
}
ol.list li {
counter-increment: my-awesome-counter;
margin: 0 0 20px 0;
padding: 0 0 20px 2.5em;
border-bottom: var(--border-size) solid var(--grey-500);
font-size: 20px;
}
ol.list li::before {
content: counter(my-awesome-counter);
font-weight: var(--bold-weight);
font-size: 32px;
color: var(--grey-500);
width: 1em;
margin-left: -1.5em;
margin-right: 0.5em;
font-family: 'Hanken Grotesk', sans-serif;
line-height: 1;
display: inline-block;
} ul.list {
margin: 40px 0;
padding: 0;
text-align: left;
list-style: none;
}
ul.list li {
margin: 0 0 10px 0;
padding: 0 0 0 27px;
font-size: var(--body1-font-size);
font-weight: var(--bold-weight);
font-style: normal;
line-height: 150%;
list-style-position: outside;
display: block;
position: relative;
}
ul.list li::before {
margin: 0 0 0 0;
padding: 0 0 0 0;
content: '';
display: inline-block;
width: 9px;
height: 9px;
border-top: var(--border-size) solid var(--grey-500);
border-right: var(--border-size) solid var(--grey-500);
transform: rotate(45deg);
position: absolute;
top: 9px;
left: 0;
} .box {
min-height: 200px;
margin: 10px 5px;
padding: 20px 30px 10px;
border-radius: 9px;
background-color: var(--grey-100);
box-shadow: 1px 1px 15px -12px var(--grey-500);
position: relative;
animation-duration: 1000ms;
animation-delay: 0ms;
opacity: 0;
animation-timing-function: ease-in-out;
transform: scale3d(0.96, 0.96, 0.96);
}
.box:hover {
-webkit-transform: translate(0px, -2px);
-ms-transform: translate(0px, -2px);
transform: translate(0px, -2px);
}
.box-content {
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
.box {
margin: 0 0 60px 0;
}
.box.white,
.box.black {
box-shadow: 0 15px 20px -15px rgba(0, 0, 0, .1), 0 35px 50px -25px rgba(0, 0, 0, .1), 0 85px 60px -25px rgba(0, 0, 0, 0);
}
.box.white {
background-color: var(--grey-100);
color: var(--grey-500);
}
.box.black {
background-color: var(--grey-500);
color: var(--grey-100);
}
.box .content {
padding: 40px 40px;
}
.box.black p a {
color: var(--grey-100);
border-bottom: var(--border-size) solid var(--grey-100);
}
.box.black p a:hover {
border-bottom: var(--border-size) solid transparent;
}
.box.black .animated-arrow,
.box.black .animated-arrow:hover {
color: var(--grey-100) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:before,
.box.black .animated-arrow:hover>.the-arrow.-left>.shaft:after {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow>.shaft:before,
.box.black .the-arrow>.shaft:after {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow.-left>.shaft {
background-color: var(--grey-100) !important;
}
.box.black .the-arrow.-left>.shaft:before,
.box.black .the-arrow.-left>.shaft:after {
background-color: var(--grey-100) !important;
} .more-link {
padding: 0 0 0 0;
}
.nav-prev .more-link,
.nav-next .more-link {
padding: 0;
margin: 0;
}
.nav-prev .more-link {
text-align: left;
}
.more-link a {
padding: 0 32px 0 0;
font-size: var(--body2-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
border: 0;
position: relative;
}
.nav-prev .more-link a {
padding: 0 0 0 32px;
}
.more-link a:hover,
.more-link a:hover span {
color: var(--purple-600);
border: 0;
}
.more-link a:after,
.nav-prev .more-link a:before, 
.nav-next .more-link a:after {
position: absolute;
width: 24px;
height: 24px;
background-color: var(--grey-500);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
transform-origin: unset;
}
.more-link a:after,
.nav-next .more-link a:after {
content: "";
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-long-right.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-long-right.svg);
mask-repeat: no-repeat;
}
.nav-prev .more-link a:before {
content: "";
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-long-left.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-long-left.svg);
mask-repeat: no-repeat;
}
.more-link a:hover:after,
.nav-prev .more-link a:hover:before, 
.nav-next .more-link a:hover:after {
background-color: var(--purple-600);
}
.nav-prev .more-link a:after {
content: '';
-webkit-mask-image: none;
mask-image: none;
background-color: transparent;
}
.more-link a:after,
.nav-next .more-link a:after {
left: auto;
right: 0;
bottom: 0;
}
.nav-prev .more-link a:before {
left: 0;
right: auto;
bottom: 0;
}
.more-link a:hover:after,
.nav-prev .more-link a:hover:before,
.nav-next .more-link a:hover:after {
color: var(--purple-600);
transform-origin: unset;
}
.more-link a:hover:after,
.nav-next .more-link a:hover:after {
transform: translateX(10px) translateY(0);
}
.nav-prev .more-link a:hover:before {
transform: translateX(-10px) translateY(0);
}
@media (max-width: 768px) {
.more-link a {
font-size: var(--body3-font-size);
}
.more-link {
padding: 10px 0 0 0;
}
} #weather-widget-area-wrap {
position: absolute;
top: 15vh;
right: 20px;
z-index: 999;
}
#weather-widget-area-wrap ul {
margin: 0;
padding: 0;
}
#weather-widget-area-wrap ul li {
margin: 0;
padding: 0;
list-style: none;
color: var(--grey-100);
text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
@media (max-width: 575px) {
#weather-widget-area-wrap {
top: 100px;
}
} .map-marker:before {
font-family: 'et-line';
content: "\e047";
font-size: 24px;
margin-bottom: 6px;
display: block;
} .slider-down-arrow {
position: absolute;
z-index: 10;
bottom: 70px;
left: 0;
width: 100%;
text-align: center;
font-size: 32px;
font-family: 'ETmodules';
color: var(--grey-100);
}
.slider-down-arrow a {
line-height: 1em;
display: inline-block;
color: var(--grey-100) !important;
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
transition: all 0.2s ease;
}
.slider-down-arrow a:not(:hover) {
animation: fullwidth-header-bounce 2.2s ease-out infinite;
}
.slider-down-arrow a:hover {
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}
@media (min-width: 1200px) {
.slider-down-arrow {
bottom: 90px;
font-size: 48px;
}
}
@media (max-width: 992px) {
.slider-down-arrow {
display: none;
}
}  .icon-list {
margin: 0 !important;
padding: 0 !important;
}
.icon-list li {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
line-height: 36px;
}
.icon-list li a {
font-size: 24px;
color: var(--grey-500);
text-decoration: none;
}
.icon-list li a:hover {
color: var(--grey-500);
}
.icon-list li a::before {
width: 36px;
height: 36px;
speak: none;
font-style: normal;
font-weight: var(--regular-weight);
-webkit-font-feature-settings: normal;
font-feature-settings: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 0 0;
font-size: 36px;
color: var(--grey-400);
float: left;
margin-right: 10px;
opacity: 1;
}
.icon-list li a:hover::before {
opacity: 0.7;
} .icons-list {
margin: 0 auto 40px auto !important;
padding: 0 0 20px 0 !important;
list-style: none !important;
}
.icons-list li {
width: 33.3%;
margin: 0 0 0 0 !important;
padding: 0 !important;
display: inline-block !important;
}
.icons-list li .grid-icons {
font-size: 36px !important;
font-weight: var(--regular-weight);
}
.icons-list li:before {
display: none;
}
.icons-list li a {
width: 44px;
height: 44px;
color: var(--grey-500);
}
.icons-list li a:hover {
color: var(--grey-500);
}
@media (max-width: 992px) {
.icons-list li .grid-icons {
font-size: 28px !important;
}
}
@media (max-width: 575px) {
.icons-list li {
width: 100%;
margin: 0 0 20px 0 !important;
}
.icons-list li:last-child {
margin: 0 !important;
}
.icons-list li .grid-icons {
font-size: 24px !important;
}
} .swiper {
width: 100%;
}
#hero .swiper {
height: 100%;
}
.swiper-slide {
text-align: center;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
width: 44px;
height: 44px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
position: absolute;
cursor: pointer;
z-index: 999;
transition-property: all;
transition-duration: 0.15s;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
width: 32px;
height: 32px;
background-color: var(--grey-100);
}
.swiper-button-next:after {
content: "" !important;
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-right.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-right.svg);
mask-repeat: no-repeat;
}
.swiper-button-prev:after {
content: "" !important;
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-left.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/chevron-left.svg);
mask-repeat: no-repeat;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
background-color: var(--grey-100);
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled {
opacity: 0 !important; 
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}
.swiper-pagination-bullet {
width: 11px !important;
height: 11px !important;
background-color: var(--grey-100) !important;
opacity: 0.6 !important;
border-radius: 6px !important;
transition: background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
width: 33px !important;
background-color: var(--grey-100) !important;
opacity: 1 !important;
}
.swiper-pagination-bullet:hover {
opacity: 1 !important;
}
.swiper-pagination-bullet:only-child {
visibility: hidden;
}
.slide-copyright {
font-size: 12px;
font-weight: var(--regular-weight);
color: var(--grey-100);
letter-spacing: 1px;
position: absolute;
top: 20px;
right: 20px;
}
@media (max-width: 992px) {
.swiper-pagination-bullet {
width: 11px !important;
height: 11px !important;
}
.swiper-pagination-bullet-active {
width: 33px !important; 
}
}
@media (max-width: 575px) {
.swiper-button-prev {
display: none !important;
}
.swiper-button-next {
display: none !important;
}
.swiper-pagination {}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
}
}
.swiper .title {
}
.swiper .title mark {
font-size: var(--h6-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
background-color: var(--purple-500) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--purple-500);
}
.title-image {
width: 100%;
height: 60vh;
position: relative;
z-index: 0;
}
.title-image img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.title-image .overlay {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.5);
}
.title-text {
display: flex;
align-items: flex-start;
justify-content: flex-end;
position: relative;
z-index: 999;
height: 90%;
flex-direction: column;
text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.title-text h1,
.title-text h4 {
color: var(--grey-100) !important;
}
.title-text h1 {
font-weight: var(--bold-weight);
}
.title-text h4 {
font-weight: var(--regular-weight);
}
@media screen and (max-width: 1200px) {
.title-text {
padding: 0 40px;
}
}
@media screen and (max-width: 992px) {
.title-image {
height: 50vh;
}
}
@media screen and (max-width: 768px) {
.title-text {
padding: 0 20px;
}
.title-text h1 {
font-size: 22px !important;
}
.title-text h4 {
font-size: 18px !important;
}
}
@media screen and (max-width: 575px) {
.title-image {
height: 40vh;
}
}
.breakfast {
font-size: 20px;
}
.button-nav {
margin: 0 !important;
padding: 0 !important;
} #realestates-filter {
margin: 0 0 40px 0;
}
#realestate-filter-form {
display: flex;
align-items: stretch;
justify-content: space-between;
gap: 20px;
}
#realestate-filter-form .object-type,
#realestate-filter-form .category,
#realestate-filter-form .location {
display: flex;
flex-wrap: wrap;
align-items: center;
align-content: flex-start;
gap: 20px;
background-color: var(--grey-200);
border-radius: var(--border-radius-min);
padding: 20px 20px;
}
#realestate-filter-form .object-type {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
align-content: flex-start;
}
#realestate-filter-form .object-type label,
#realestate-filter-form .category label,
#realestate-filter-form .location label,
#realestate-filter-form .price-area label {
display: flex;
align-items: center;
gap: 10px;
cursor: pointer;
font-size: var(--body4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
text-transform: uppercase;
}
#realestate-filter-form .object-type input[type="checkbox"],
#realestate-filter-form .category input[type="checkbox"],
#realestate-filter-form .location input[type="checkbox"] {
display: none;
}
#realestate-filter-form .object-type label::before,
#realestate-filter-form .category label::before,
#realestate-filter-form .location label::before {
content: '';
width: 20px;
height: 20px;
border-radius: 50%;
border: var(--border-size) solid var(--grey-100);
background-color: var(--grey-100);
transition: background-color 0.3s ease, border-color 0.3s ease;
outline: 1px solid var(--grey-300);
}
#realestate-filter-form .object-type input[type="checkbox"]:checked + label::before,
#realestate-filter-form .category input[type="checkbox"]:checked + label::before,
#realestate-filter-form .location input[type="checkbox"]:checked + label::before {
background-color: var(--grey-500);
outline-color: var(--grey-500);
}
#realestate-filter-form .object-type label:hover::before,
#realestate-filter-form .category label:hover::before,
#realestate-filter-form .location label:hover::before {
background-color: var(--grey-400);
}
#realestate-filter-form .price-area {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
align-content: flex-start;
gap: 10px;
background-color: var(--grey-200);
border-radius: var(--border-radius-min);
padding: 10px 20px;
}
#realestate-filter-form .price-area input[type="number"] {
width: 125px;
padding: 4px 10px;
background-color: var(--grey-100);
border: var(--border-size) solid var(--grey-100);
outline: 1px solid var(--grey-300);
border-radius: var(--border-radius-max);
font-size: var(--body4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
text-transform: uppercase;
}
@keyframes fadeInCard {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#realestates-list {
margin: 0 auto;
padding: 40px 0;
}
#realestates-list .realestate-item {
position: relative;
border-radius: var(--border-radius-min);
-webkit-border-radius: var(--border-radius-min);
box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
opacity: 0;
transition: transform 0.25s ease, box-shadow 0.25s ease;
animation: fadeInCard 1s ease forwards;
}
#realestates-list .realestate-item:hover {
transform: translateY(-10px);
box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
#realestates-list .realestate-item .image {
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
#realestates-list .realestate-item h2.realestate-title {
margin: 0 0 20px 0;
font-size: var(--body1-font-size);
color: var(--grey-500);
letter-spacing: 0;
}
#realestates-list .realestate-item h3 {
margin: 0;
padding: 5px 10px;
background-color: var(--grey-500);
font-size: var(--body4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-transform: uppercase;
letter-spacing: 1px;
position: absolute;
top: 10px;
left: 10px;
border-radius: var(--border-radius-max);
z-index: 2;
}
#realestates-list .realestate-item .realestate-location {
margin: 0 0 20px 0;
font-size: var(--body3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
display: flex;
align-items: center;
justify-content: space-between;
}
#realestates-list .realestate-item .realestate-facts {
font-size: var(--body3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
display: flex;
align-items: center;
justify-content: space-between;
}
#realestates-list .realestate-item .realestate-facts .object {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
}
#realestates-list .realestate-item .status {
padding: 3px 10px;
background-color: var(--grey-200);
font-size: var(--body5-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
letter-spacing: 1px;
text-transform: uppercase;
text-align: center;
border-radius: var(--border-radius-max);
}
#realestates-list .realestate-item .content {
padding: 30px 30px; 
}
@media screen and (max-width: 992px) {
#realestates-list .realestate-item .content {
padding: 20px 20px; 
}
#realestates-list .realestate-item h2.realestate-title {
font-size: var(--body2-font-size);
}
}
@media screen and (max-width: 575px) {
#realestates-list .realestate-item .realestate-location {
margin: 0 0 10px 0;
align-items: start;
}
#realestates-list .realestate-item .realestate-location .location {
}
#realestates-list .realestate-item .realestate-location .status {
margin: 0 0 10px auto;
}
#realestates-list .realestate-item .realestate-facts {
flex-direction: column;
justify-content: flex-start;
}
#realestates-list .realestate-item .realestate-facts .object {
width: 100%;
flex-direction: row;
align-items: center;
}
#realestates-list .realestate-item .realestate-facts .object .icon {
margin-right: 20px;
}
#realestates-list .realestate-item .realestate-facts span {
display: flex;
align-items: center;
justify-content: space-between;
}
}
.energy-efficiency-wrapper {
position: relative;
width: 100%;
margin: 20px 0;
}
.energy-efficiency-marker {
width: 0;
height: 0;
margin-left: 0;
margin-bottom: 6px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 16px solid var(--grey-400);
transition: margin-left 2000ms ease;
} #realestate-latest {
margin: 0 auto 40px auto;
overflow: hidden;
}
#swiper-realestate-latest {
position: relative;
}
#swiper-realestate-latest .swiper-buttons {
position: absolute;
bottom: 20px;
right: 20px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
z-index: 100;
}
#swiper-realestate-latest .swiper-button-next,
#swiper-realestate-latest .swiper-button-prev {
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
width: auto;
height: auto;
}
#swiper-realestate-latest .swiper-button-next:after,
#swiper-realestate-latest .swiper-button-prev:after {
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid var(--grey-300);
padding: 6px;
font-size: 16px !important;
background-color: var(--grey-400);
}
#swiper-realestate-latest .swiper-button-next:hover:after,
#swiper-realestate-latest .swiper-button-prev:hover:after {
border: 1px solid var(--grey-400);
}
#swiper-realestate-latest .swiper-pagination-numbers {
font-size: var(--body3-font-size);
font-weight: var(--light-weight);
color: var(--grey-400);
}
@media screen and (max-width: 992px) {
#swiper-realestate .swiper-horizontal>.swiper-pagination-bullets, 
#swiper-realestate .swiper-pagination-bullets.swiper-pagination-horizontal, 
#swiper-realestate .swiper-pagination-custom, 
#swiper-realestate .swiper-pagination-fraction {
position: relative !important;
bottom: auto !important;
}
#swiper-realestate .swiper-pagination-bullet,
#swiper-realestate .swiper-pagination-bullet-active {
background-color: var(--purple-600) !important;
}
} .realestate-contact-container {
position: sticky;
top: 160px;
padding: 40px;
background-color: var(--grey-200);
}
@media screen and (max-width: 575px) {
.realestate-contact-container {
padding: 20px;
}
} #realestate-latest-references {
margin: 0 0 40px 0;
position: relative;
overflow: hidden;
}
#realestate-latest-references .swiper-slide {
position: relative;
}
#realestate-latest-references .overlay {
background-color: var(--grey-500);
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.4s;
}
#realestate-latest-references .realestate-title {
position: absolute;
width: 100%;
height: 100%;
padding: 40px;
top: 0;
left: 0;
z-index: 100;
display: flex;
align-items: center;
justify-content: center;
font-size: var(--h3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: center;
opacity: 0;
transition: all 0.4s;
}
#realestate-latest-references a:hover .realestate-title {
opacity: 1;
}
#realestate-latest-references a:hover .overlay {
opacity: 0.85;
}
#realestate-latest-references .swiper-pagination {
position: relative !important;
margin-top: 10px !important;
bottom: 0 !important;
}
#realestate-latest-references .swiper-pagination-bullet {
background-color: var(--purple-600) !important;
}
@media screen and (max-width: 768px) {
#realestate-latest-references .realestate-title {
font-size: var(--h5-font-size);
}
} .image-gallery {
display: flex; }
.image-gallery img {
width: 100%;
height: auto;
}
.image-gallery .overlay {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.image-gallery a {
z-index: 1;
position: relative;
width: 100%;
height: 100%;
display: block;
}
.image-gallery a:hover .overlay {
background-color: rgba(255, 255, 255, 0.3);
}
.image-gallery .title {
display: none;
}
.image-gallery a:hover .title {
width: 100%;
height: 100%;
font-size: 20px;
color: var(--grey-100);
letter-spacing: 1px;
text-transform: uppercase;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
z-index: 5;
}
@media screen and (max-width: 992px) {
.image-gallery .title {
font-size: 24px;
}
}
@media screen and (max-width: 575px) {
.image-gallery .overlay {
display: none;
}
.image-gallery .title,
.image-gallery a:hover .title {
font-size: 18px;
color: var(--grey-500);
letter-spacing: 0;
position: relative;
display: inline-block;
text-align: left;
text-shadow: none;
text-transform: uppercase;
}
} .nav-single {
width: 100%;
padding: 10px 0;
display: flex;
justify-content: space-between;
}
.nav-single .nav-label,
.nav-single .mobile {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0;
}
.nav-single p {
font-size: 16px;
}
.nav-prev,
.nav-next,
.nav-grid {
min-width: 80px;
}
.nav-prev {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.nav-next {
width: 40%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.nav-grid {
width: 20%;
display: flex;
align-items: center;
justify-content: center;
}
.nav-grid a {
text-align: center;
display: inline-block;
}
.nav-grid a:hover .icon-grid .line {
background-color: var(--purple-600);
}
.nav-grid a:hover .nav-label {
color: var(--purple-600);
}
.nav-grid .icon-grid {
width: 28px;
height: 24px;
display: inline-block;
position: relative;
}
.nav-grid .icon-grid .line {
display: inline-block;
position: absolute;
height: 1px;
width: 28px;
background-color: var(--grey-500);
opacity: 1;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
left: 0;
top: 5px;
}
.nav-grid .icon-grid .line.line-1 {
top: 13px;
}
.nav-grid .icon-grid .line.line-2 {
top: 21px;
}
.nav-prev span,
.nav-next span,
.nav-grid span {
font-size: 24px;
color: var(--grey-500);
line-height: 24px;
}
.nav-single span.mobile {
display: none;
}
@media screen and (max-width: 768px) {
.nav-single span.mobile {
display: inline-block;
}
.nav-single .nav-label {
display: none;
}
.nav-grid .icon-grid {
width: 24px;
}
.nav-grid .icon-grid .line {
width: 24px;
}
} .table-scrollable {
width: 100%;
overflow-y: auto;
margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
-webkit-appearance: none;
width: 14px;
height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 3px solid var(--grey-100);
background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table {
width: 100%;
border-collapse: collapse;
}
.table-scrollable table thead th {
color: var(--purple-600);
}
.table-scrollable table td,
.table-scrollable table th {
font-size: var(--body1-font-size);
}
.table-scrollable table td,
.table-scrollable table th {
border-bottom: 1px solid var(--grey-300);
}
@media screen and (max-width: 768px) {
.table-scrollable table td,
.table-scrollable table th {
white-space: nowrap;
}
}
.wp-block-table td, .wp-block-table th {
border: 0;
}
.wp-block-table thead {
border-bottom: var(--border-size) solid var(--grey-300);
}
.wp-block-table tfoot {
border: 0;
}
.table, .table table {
width: 100%;
border: 0;
padding: 0;
margin: 0 0 1em;
}
.table thead th {
font-size: 20px;
font-weight: var(--bold-weight);
color: var(--grey-500);
}
.table td {
min-width: 160px;
padding: 15px 0;
font-size: 20px;
font-weight: var(--regular-weight);
color: var(--grey-500);
border-left: var(--border-size) solid transparent;
border-top: var(--border-size) solid transparent;
border-right: var(--border-size) solid transparent;
border-bottom: var(--border-size) solid var(--grey-300);
}
.table td a {
border-bottom: var(--border-size) solid var(--grey-500);
}
.table td a:hover {
border-bottom: var(--border-size) solid transparent;
}
.wp-block-table th {
font-weight: var(--bold-weight);
}
@media screen and (max-width: 768px) {
.table td {
width: 100%;
display: block;
}
.table td:first-child {
padding: 10px 0 0 0;
border-bottom: 0;
}
.table td {
padding: 0 0 10px 0;
}
} .table-container {
display: flex;
flex-direction: column;
gap: 15px;
}
.table-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: stretch;
}
.table-cell {
padding: 10px;
border-bottom: 1px solid var(--grey-300);
}
.cell-short {
flex: 0 0 240px;
font-weight: bold;
}
.cell-long {
flex: 1;
min-width: 240px;
}
@media (max-width: 768px) {
.table-row {
flex-direction: column; }
.cell-short {
flex: 1;
}
.cell-long {
flex: 1;
}
} .contact i {
margin-right: 8px;
color: var(--purple-600);
}
.contact a:hover i {
color: var(--grey-500);
}
.contact-block {
margin: 0 0 40px 0;
padding: 0;
justify-content: left !important; }
.contact-block .staff-item {
margin: 0;
}
.contact-block:last-child {
border-bottom: none;
margin: 0;
}
.contact-block .photo {
align-items: flex-start;
margin-right: 40px;
}
.contact-block .logo {
margin: 20px 0;
}
.contact-block .contact-info {
flex-grow: 0;
margin-right: 20px;
display: block;
}
@media only screen and (max-width: 980px) {
.contact-block {
display: block;
}
} .fancybox-slide--iframe .fancybox-content {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--html .fancybox-content {
width: 90%;
max-width: 960px;
padding: 40px;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.fancybox-slide--iframe #cookie-law-info-bar,
.fancybox-slide--iframe #cookie-law-info-bar-again {
display: none !important;
}
.animated-modal {
width: 90%;
max-width: 480px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.animated-modal.fancybox-content {
padding: 0 !important;
}
.animated-modal .popup-content {
padding: 20px;
}
.fancybox-slide--html .fancybox-close-small {
background-color: var(--grey-500);
color: var(--grey-100) !important;
}
.modal-container.fancybox-content {
padding: 0 !important;
}
.modal-container {
width: 90%;
max-width: 960px;
padding: 0;
margin: 20px 0;
border-radius: 0;
box-shadow: 0 0.1em 0.4em rgba(0, 0, 0, .3);
}
.modal-container .fancybox-close-small {
color: #fff !important;
}
.type-modal .modal-dialog {
max-width: 1400px;
min-height: 1600px;
}
.type-modal h2 {
margin: 0;
}
.modal {
opacity: 0;
backdrop-filter: blur(0);
-webkit-backdrop-filter: blur(0);
background-color: rgba(0, 0, 0, 0);
transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
-webkit-transition: background-color 0.5s ease-in, background-color 0.1s ease-out;
}
.modal.show {
opacity: 1;
backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
background-color: rgba(255, 255, 255, 0.2);
}
.modal-title {
background-color: var(--grey-500);
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
padding: 1em;
}
.modal-header {
border: none;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
padding: 1em;
}
.modal-content {
border-radius: var(--border-radius-max);
border: none !important;
}
.modal-body {
min-height: 50px;
padding: 0 1.5em 1.5em 1.5em;
overflow-y: auto;
}
.custom-modal .modal-header {
position: absolute;
right: 0;
z-index: 1000;
}
.custom-modal .modal-body {
padding: 0;
}
.custom-modal .modal-popup-content {
padding: 2em 2em 0 2em;
}
.custom-modal .modal-popup-content p {
margin-bottom: 20px;
font-size: var(--body2-font-size);
}
.custom-modal .modal-popup-content p:last-child, 
.custom-modal .modal-popup-content .button {
margin: 0;
}
.custom-modal .popup-close {
font-size: var(--body3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-400);
}
.modal-footer {
border: none !important;
background-color: var(--grey-100);
padding: 0.5em 1em;
display: flex;
justify-content: flex-end;
align-items: center;
}
.btn-close {
width: 44px;
height: 44px;
padding: 0 !important;
margin: calc(-.25 * var(--bs-modal-header-padding-y)) calc(-.25 * var(--bs-modal-header-padding-x)) calc(-.25 * var(--bs-modal-header-padding-y)) auto !important;
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}
.btn-close span {
width: 36px;
height: 36px;
padding: 0 !important;
background: var(--purple-600) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
background-size: 14px;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
}
.btn-close:hover {
opacity: 1;
}
.btn-close:hover span {
background-color: var(--grey-500);
opacity: 1;
}
.btn-close:focus {
box-shadow: none;
outline: 0;
}
@keyframes slideInUp {
from {
transform: translateY(100%);
}
to {
transform: translateY(0);
}
}
.modal.fade .modal-dialog {
animation-name: slideInUp;
animation-duration: 0.7s;
}
@media screen and (max-width: 575px) {
.modal-body {
max-width: 100%;
max-height: auto;
}
.modal-footer {
display: block;
justify-content: inherit;
}
.modal-footer .btn {
margin: 0 0 10px 0;
}
} .accordion {
max-width: 100%;
margin: 0 auto 60px auto;
}
.accordion-header h2 {
margin:0;
padding:0 0 0 20px;
display:inline-block;
font-style: normal;
font-weight: var(--bold-weight);
color: var(--grey-500);
}
.accordion-header h2 span {
font-size: var(--h6-font-size);
font-style: normal;
font-weight: var(--regular-weight);
line-height: 32px;
}
.accordion .accordion-header h3 {
margin: 0;
padding: 0;
display: inline-block;
font-weight: var(--regular-weight);
color: var(--grey-500);
text-transform: none;
text-align: left;
letter-spacing: 0;
line-height: 1.2em;
}
.accordion .active.accordion-header h2,
.accordion .active.accordion-header h3,
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h3 {
color: var(--purple-600);
}
.accordion .accordion-header {
margin: 0 0 20px 0;
padding: 15px 20px;
text-align: left;
position: relative;
background-color: var(--grey-200);
border-radius: var(--border-radius-max);
}
.accordion .accordion-header:first-child {
border-top: 0;
}
.accordion .accordion-header:hover {
cursor: pointer;
}
.accordion .accordion-header:hover::before,
.accordion .accordion-header:hover::after {
background-color: var(--purple-600);
}
.accordion .accordion-header:hover h2 {
color: var(--purple-600) !important;
}
.accordion .active.accordion-header,
.accordion .active.accordion-header:hover { }
.accordion .active.accordion-header h2,
.accordion .active.accordion-header:hover h2 {
font-weight: var(--bold-weight);
color: var(--purple-600) !important;
}
.accordion .accordion-header:hover h2,
.accordion .accordion-header:hover h2 a {
color: var(--purple-600) !important;
}
.accordion .accordion-header::after,
.accordion .accordion-header::before {
content: '';
background-color: var(--grey-500);
-webkit-transition-duration: 0.25s;
-moz-transition-duration: 0.25s;
-o-transition-duration: 0.25s;
transition-duration: 0.25s;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
transition-property: transform;
}
.accordion .accordion-header::after {
width: 21px;
height: 2px;
float: right;
position: absolute;
top: 31px;
right: 20px;
}
.accordion .accordion-header::before {
width: 2px;
height: 21px;
float: right;
position: absolute;
top: 21px;
right: 30px;
}
.accordion .active.accordion-header::before {
background-color: var(--purple-600);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .active.accordion-header::after {
background-color: var(--purple-600);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.accordion .accordion-content {
display: none;
padding: 0 0 0 0;
margin: 20px 0 0 0;
}
.accordion .accordion-content p:not(.link) {
margin: 30px 0 0 0 !important;
}
.accordion .accordion-content p:first-child {
margin: 0 !important;
}
@media only screen and (max-width: 575px) {
.accordion .accordion-header {
padding: 10px;
text-align: left;
}
.accordion-header h2 {
font-size: var(--h6-font-size);
}
.accordion .accordion-header::after {
top: 23px;
}
.accordion .accordion-header::before {
top: 13px;
}
.accordion .accordion-header h3 {
padding-left: 20px;
padding-right: 48px;
font-size: var(--h6-font-size);
text-align: left;
}
.accordion .accordion-content {
padding-left: 20px;
padding-right: 20px;
}
}
.clear {
clear: both;
} #osmap {
width: 100%;
height: 100%;
min-height: 720px;
}
#osmap.osmap-small {
width: 100%;
height: 480px;
min-height: 480px;
}
@media (max-width: 768px) {
#osmap,
#osmap.osmap-small {
min-height: 480px;
max-height: 480px;
}
} .map-popup p.content {
font-size: 16px;
}
.map-popup .button.small {
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
}
.map-popup .button:after,
.map-popup .button:before {
display: none;
}
.map-popup .button:hover {
background-color: var(--grey-500);
color: var(--grey-100);
border-color: var(--grey-500);
padding: .3em 1em !important;
}
.leaflet-popup-content-wrapper {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
}
.leaflet-popup-content {
margin: 30px 20px;
}
.leaflet-popup-content, 
.leaflet-popup-content p {
font-size: var(--body3-font-size) !important;
}
.leaflet-container p a {
color: var(--purple-600) !important;
}
.leaflet-control-attribution a {
font-size: var(--body5-font-size) !important;
font-weight: var(--light-weight);
color: var(--grey-500) !important;
}
.leaflet-top, .leaflet-bottom {
z-index: 500 !important;
}
.map-routeplaner {
margin-top: 30px !important;
} .rooms-list {
display: flex;
align-items: flex-start;
background-color: var(--grey-100);
}
.rooms-list .room-item {
}
.rooms-list h2,
.rooms-list h2 a {
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--purple-600) !important;
border: 0;
}
.rooms-list h2 span,
.rooms-list h2 a span {
font-size: var(--body1-font-size);
font-style: normal;
font-weight: var(--light-weight);
color: var(--grey-500);
line-height: 32px;
}
.rooms-list h2 a:hover,
.rooms-list h2 a:hover span {
color: var(--grey-500) !important;
border: 0;
}
.rooms-list .swiper-slide a {
width: 100%;
}
.room-details {
padding: 20px 0 0 0;
display: flex;
justify-content: space-between;
}
.room-description {
}
.room-description p:last-child {
margin:0;
}
.room-equipment {
}
.room-equipment-list {
margin: 0 !important;
padding: 0 0 0 20px !important;
}
.room-equipment-list li {
margin:0 0 5px 20px;
list-style:none;
list-style-position: inside;
font-size:16px;
line-height: 26px;
position:relative;
}
.room-equipment-list li::before {
font-weight: var(--regular-weight);
content: '–';
margin: 0 0 0 -20px;    
vertical-align: middle;
display: inline-block;
position: absolute;
}
.room-icons-list {
margin: 0 0 20px 0;
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.room-icons-list li {
flex: 0 0 160px;
height: 160px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
list-style:none;
margin: 0 10px 10px 0 !important;
padding: 0;
}
.room-icons-list .icon:before {
color: var(--purple-600);
}
.grid-icons {
margin: 0;
padding: 0;
font-size: 16px;
text-align: center;
line-height: 18px;
min-height: 100px;
}
.grid-icons .icon {
margin: 0 0 12px 0;
padding: 0 0 0 0;
font-size: 48px;
line-height: 48px;
display: block;
}
.room-rate {
padding: 20px 0 0 0;
}
.rooms-list .price {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--purple-600);
}
.breakfast {
font-size: 20px;
} .plans {
margin: 0 auto;
padding: 0;
text-align: center;
}
.plans li {
list-style: none;
margin: 0 auto;
padding: 0;
display: inline-block;
} .staff-list {
}
.staff-item {
}
@media (max-width: 768px) {
.staff-item {
}
.staff-list {
}
.staff-item {
}
}
.staff-list .inner {
position: relative;
}
.staff-list .img {
max-width: 160px;
background-color: var(--grey-100);
position: relative;
}
.img,
.img img {
width: 100%;
height: auto;
display: block;
background-color: var(--grey-200);
}
.staff-list .img img {
opacity: 1;
width: 100%;
height: auto;
display: block;
margin: auto;
border-radius: 50%;
}
.staff-list .img img,
.staff-list .info,
.staff-list .inner .info p.long {
-webkit-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-moz-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
-o-transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
transition: all .3s cubic-bezier(0.200, 0.000, 0.580, 1.000);
}
.staff-list .info {
}
.staff-list .info .vcard {
margin-left: 10px;
position: absolute;
top: 10px;
text-transform: uppercase;
}
.staff-list .info p.long,
.staff-list .info .vcard {
}
.staff-list .info .vcard:before {
content: '\f105';
font-family: 'Font Awesome 5 Free';
font-size: 14px;
position: absolute;
left: -10px;
top: 0px;
}
.staff-list .inner .details {
}
.staff-list .info p {
margin: 0;
padding: 0;
}
.staff-list .info p.short strong {
color: var(--grey-500);
}
.staff-list .info p.long {
} #reviews {
background-color: var(--grey-200);
padding: 2em;
text-align: center;
}
.home #reviews {
padding: 0;
}
#reviews .swiper-slide {
height: auto;
}
.review-title {
margin: 0 auto 15px auto;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--grey-500);
}
.review-text {
margin: 0 auto 10px auto;
font-size: var(--h3-font-size);
font-weight: var(--light-weight);
letter-spacing: 1px;
}
.review-text:before {
content: '» ';
}
.review-text:after {
content: ' «';
}
.review-person-portal {
margin-top: 20px !important;
color: var(--grey-500);
}
@media (max-width: 768px) {
.review-title {
font-size: var(--h5-font-size);
}
.review-text {
font-size: var(--h5-font-size);
line-height: 1.25;
}
}
.swiper-reviews {
position: relative;
overflow: hidden;
}
.swiper-reviews .swiper-pagination,
.swiper-reviews .swiper-horizontal>.swiper-pagination-bullets, 
.swiper-reviews .swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-reviews .swiper-pagination-custom, 
.swiper-reviews .swiper-pagination-fraction {
position: relative;
left: 0 !important;
right: 0 !important;
top: 0 !important;
bottom: 0 !important;
}
.swiper-reviews .swiper-pagination-bullet {
background-color: var(--purple-600) !important;
}
.swiper-reviews .swiper-button-next:after, 
.swiper-reviews .swiper-button-prev:after {
color: var(--purple-600) !important;
} .recommendation {
height: 100%;
padding: 50px 40px 30px 40px;
position: relative;
}
.recommendation p, .recommendation a {
font-size: 18px;
}
.recommendation span.distance {
font-size: 16px;
letter-spacing: 1px;
position: absolute;
top: 15px;
right: 15px;
z-index: 2;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.recommendation p.link {
margin: 6px 0 0 0 !important;
display: inline-block;
} .socialmedia {
margin: 0 0 0 40px;
padding: 0;
}
.socialmedia li {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
line-height: 32px;
display: inline-block;
}
footer .socialmedia {
margin: 0;
}
footer .socialmedia li {
margin: 0 20px 0 0;
}
.socialmedia li:last-child {
margin: 0;
}
header .socialmedia li a {
font-size: 24px !important;
}
.socialmedia li a {
font-size: 32px !important;
}
.socialmedia li a i {
color: var(--purple-600);
transition: all 0.2s ease-in-out;
transition-duration: 0.25s;
}
.socialmedia li a:hover i {
color: var(--grey-500);
}
footer .socialmedia li a i {
color: var(--grey-500);
}
footer .socialmedia li a:hover i {
color: var(--purple-600);
}  .timeline {
line-height: 1.5em;
font-size: 14px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
position: relative;
counter-reset: section;
max-width: 960px;
margin: 0 auto;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--grey-500);
position: absolute;
top: 0;
left: 60px;
}
.timeline--entry {
position: relative;
margin-bottom: 60px;
}
.timeline--entry__detail {
background-color: #e7e7e8;
padding: 0;
margin-left: 130px;
display: flex;
}
.timeline--entry:before {
content: "";
font-size: 36px;
font-weight: var(--bold-weight);
color: var(--grey-100);
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
width: 120px;
height: 120px;
background-color: var(--grey-500);
border-radius: 0 0 25px 0;
position: absolute;
counter-increment: section;
content: "0" counter(section);
left: 0;
}
.timeline--entry .details {
flex: 65%;
padding: 60px 30px;
}
.timeline--entry .details h4 {
font-size: 18px !important;
font-weight: var(--regular-weight);
color: var(--grey-500) !important;
letter-spacing: 1px !important;
}
.timeline--entry .image {
flex: 35%;
}
@media (min-width: 768px) {
.timeline {
display: block;
}
}
@media (max-width: 768px) {
.timeline--entry__detail {
display: block;
}
.timeline--entry .details {
padding: 30px 30px;
}
}
@media (max-width: 575px) {
.timeline--entry:before {
position: absolute;
width: 64px;
height: 64px;
font-size: 24px;
text-align: center;
margin-bottom: 20px;
}
.timeline--entry__detail {
padding: 60px 0 0 0;
margin-left: 0;
}
.timeline:before {
content: "";
width: 1px;
height: 100%;
background-color: var(--grey-500);
position: absolute;
top: 0;
left: 50%;
}
} .wp-block-column p:last-child {
margin: 0;
}
.section {
width: 100%;
padding: 60px 0 60px 0;
position: relative;
z-index: 0;
}  .container,
.container-fluid,
.container-xxl {
z-index: 3;
}
:where(.wp-block-columns.is-layout-flex) {
gap: 4em;
}
.background-with-overlay {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
padding: 15vh 20px;
display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
position: relative;
z-index: 0;
}
.background-with-overlay .overlay {
position: absolute;
left: 0;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.50);
}
.background-with-overlay h3 {
color: var(--purple-600);
}
.background-with-overlay p {
color: var(--grey-100);
}
.background-with-overlay p:last-child {
margin: 0;
}
@media screen and (max-width:1200px) {
.background-with-overlay {
padding: 15vh 40px;
}
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:575px) {
.background-with-overlay {
padding: 15vh 20px;
}
} body.admin-bar header,
body.admin-bar.scrolled header {
top: 32px;
}
@media screen and (max-width: 782px) {
body.admin-bar.scrolled header, body.admin-bar header {
top: 46px;
}
} .content ul:not(.buttons) {
margin: 0 0 40px 0;
padding: 0;
}
.content ul:not(.buttons) li {
list-style: none;
margin: 0 0 20px 0;
padding: 0 0 0 24px;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.content ul:not(.buttons) li:last-child {
margin: 0;
}
.content ul:not(.buttons) li a {
}
.content ul:not(.buttons) li a:hover {
}
.content ul:not(.buttons) li::before {
content: '';
width: 8px;
height: 8px;
background-color: var(--purple-600);
position: absolute;
top: 11px;
left: 0;
border-radius: 50%;
}
.content ol {
margin: 0 0 20px 0;
padding: 0;
}
.content ol li {
list-style: none;
margin: 0 0 40px 0;
padding: 0 0 0 54px;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-500);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
.content ol li:last-child {
margin: 0;
}
.content ol li::before {
content: counter(item);
counter-increment: item;
position: absolute;
left: 0;
top: 18px;
transform: translateY(-50%);
width: 36px;
height: 36px;
background-color: var(--purple-600);
color: var(--grey-100);
font-weight: var(--regular-weight);
font-size: var(--body1-font-size);
line-height: 30px;
text-align: center;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.content ol {
counter-reset: item;
}
.content ul li span,
.content ol li span {
color: var(--grey-500);
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
} a.button,
.button .wp-block-button__link {
padding: 8px 24px;
background-color: transparent;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--purple-600);
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 1.5;
border: var(--border-size) solid var(--purple-600);
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
display: inline-block;
transition: all 0.25s;
text-align: center;
vertical-align: middle;
white-space: nowrap;
cursor: pointer;
}
a.button:hover,
.button .wp-block-button__link:hover {
background-color: var(--purple-600);
color: var(--grey-100);
border: var(--border-size) solid var(--purple-600);
}
a.button:before {
display: none;
}
a.button.cta,
.button.cta .wp-block-button__link {
font-weight: var(--light-weight);
background-color: var(--purple-600);
color: var(--grey-100);
}
a.button.cta:hover,
.button.cta .wp-block-button__link:hover {
background-color: var(--grey-500);
border: var(--border-size) solid var(--grey-500);
color: var(--grey-100);
}
a.button.small,
.button.small .wp-block-button__link {
padding: 6px 16px;
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
line-height: 1.25;
letter-spacing: 1px;
}
.button + .button {
margin-left: 20px;
} @media screen and (max-width:575px) {
.button + .button {
margin: 20px 0 0 0;
}
.button:only-of-type {
margin: 0;
}
a.button,
.button .wp-block-button__link {
padding: 8px 20px;
line-height: 1.25;
}
}
.buttons {
margin: 0 !important;
padding: 0 !important;
}
.buttons li {
list-style: none;
margin: 0 0 20px 0 !important;
}
.buttons li:last-child {
margin: 0 !important;
}
.has-primary-background-color a.button, 
.has-primary-background-color .button .wp-block-button__link {
background-color: var(--grey-500);
border: var(--border-size) solid var(--purple-600);
}
.has-primary-background-color a.button:hover,
.has-primary-background-color .button .wp-block-button__link:hover {
background-color: var(--purple-600);
} .top-button.show-button {
width: 48px;
height: 48px;
background-color: transparent;
border-radius: var(--border-radius);
transition-property: background;
transition-duration: 0.15s;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.top-button.show-button:hover {
background-color: var(--grey-500);
}
.top-button.show-button:after {
width: 32px;
height: 32px;
background-color: var(--grey-100);
content: "" !important;
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-up.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/arrow-up.svg);
mask-repeat: no-repeat;
}
.menu-opened .top-button.show-button {
display: none;
}
@media screen and (max-width:992px) {
.top-button.show-button {
position: fixed;
bottom: 10vh;
right: 20px;
background-color: var(--purple-600);
}
} .error {
color: #c1000e;
border: var(--border-size) solid #c1000e;
}
.success {
color: #41aa56;
border: var(--border-size) solid #41aa56;
} hr.divider {
height: 0;
margin: 30px 0;
background: none;
color: transparent;
border: 0;
border-bottom: var(--border-size) dotted var(--grey-500);
clear: both;
} .show-desktop {
display: inline;
}
.show-mobile {
display: none;
}
@media screen and (max-width:768px) {
.show-desktop {
display: none;
}
.show-mobile {
display: inline;
}
} ::-moz-selection {
color: var(--grey-100);
background-color: var(--purple-600);
}
::selection {
color: var(--grey-100);
background-color: var(--purple-600);
} .grecaptcha-badge { 
visibility: hidden !important; 
} .cky-preference-content-wrapper .cky-show-desc-btn,
.button.cky-show-desc-btn:not(:hover):not(:active) {
color: var(--grey-500) !important;
text-decoration: underline !important;
}
.cky-preference-content-wrapper .cky-show-desc-btn:hover {
text-decoration: none !important;
}
.cky-accordion-header .cky-always-active {
color: var(--purple-600) !important;
} .blog-posts {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts li {
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts li:before {
display: none;
}
.blog-posts .wp-block-group {
padding: 0 !important;
}
.blog-posts .wp-block-post-featured-image {
}
.blog-posts .wp-block-post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
}
.blog-posts .wp-block-post-title,
.blog-posts .wp-block-post-title a {
font-weight: var(--bold-weight);
line-height: 125%;
}
.blog-posts .wp-block-post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts .wp-block-post-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts .wp-block-post-excerpt__excerpt {
font-size: 18px;
}
.blog-posts .wp-block-post-featured-image a {
display: block;
}
.blog-posts .wp-block-post-featured-image img {
width: 100%;
}
.wp-block-post-excerpt__more-text {
margin-top: 10px;
}
.blog-posts .wp-block-post-excerpt__more-link {
font-size: 18px;
}
@media screen and (max-width:992px) {
.blog-posts li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts li {
width: 100%;
}
} .blog-posts-list-title {
margin: 20px 0 10px 0;
padding: 0 30px;
display: block;
}
.blog-posts-list-title,
.blog-posts-list-title a {
font-size: 20px;
font-weight: var(--bold-weight);
line-height: 125%;
}
.blog-posts-list-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-list-excerpt {
margin-bottom: 1em;
margin-top: 0.5em;
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-list-excerpt-text {
font-size: 18px;
border-bottom: 0;
}
.blog-posts-list-image a {
display: block;
}
.blog-posts-list-image {
}
.blog-posts-list-image img {
width: 100%;
}
.blog-posts-list-link {
margin-top: 10px;
font-size: 18px;
}
.blog-posts-list-read-more {
font-size: 18px;
} .blog-posts-latest {
margin: 0 -30px !important;
display: flex;
flex-wrap: wrap;
}
.blog-posts-latest li {
width: 28.75%;
margin: 30px 30px !important;
padding: 0 !important;
background-color: var(--light-clay-color);
list-style: none;
}
.blog-posts-latest li:hover {
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.blog-posts-latest li:before {
display: none;
}
.blog-posts-latest .wp-block-latest-posts__featured-image {
}
.blog-posts-latest .wp-block-latest-posts__post-title {
min-height: 64px;
margin: 20px 0 0 0;
padding: 0 30px;
display: block;
font-weight: var(--bold-weight);
}
.blog-posts-latest .wp-block-latest-posts__post-date {
padding: 0 30px;
font-size: 18px;
}
.blog-posts-latest .wp-block-latest-posts__post-excerpt {
padding: 0 30px;
font-size: 18px;
line-height: 150%;
}
.blog-posts-latest .wp-block-latest-posts__featured-image a {
display: block;
}
.blog-posts-latest .wp-block-latest-posts__featured-image img {
width: 100%;
}
@media screen and (max-width:992px) {
.blog-posts-latest li {
width: 50%;
}
}
@media screen and (max-width:768px) {
.blog-posts-latest li {
width: 100%;
}
} @keyframes fade {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fade {
opacity: 0;
animation: fade 1s ease-in-out forwards;
} .fade-in {
opacity: 0;
visibility: hidden;
transition: opacity 1s ease-in-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
visibility: visible;
} @-webkit-keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes ticker {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
visibility: visible;
}
100% {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.ticker-wrap {
overflow: hidden !important;
width: 100%;
height: 60px;
background-color: var(--grey-100);
padding-left: 100%;
box-sizing: content-box;
}
.ticker-wrap .ticker {
display: inline-block;
height: 60px;
line-height: 60px;
white-space: nowrap;
padding-right: 100%;
box-sizing: content-box;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-name: ticker;
animation-name: ticker;
-webkit-animation-duration: 25s;
animation-duration: 25s;
}
.ticker-wrap .ticker__item {
display: inline-block;
padding: 0 30px;
font-size: 22px;
font-weight: var(--regular-weight);
color: var(--purple-600);
}
.ticker-wrap .ticker__item a {
font-size: 22px;
font-weight: var(--regular-weight);
color: var(--purple-600);
}
.ticker-wrap .ticker__item a:hover {
color: var(--purple-600);
}
@media screen and (max-width:768px) {
.ticker-wrap {
height: 48px;
padding-left: 0;
}
.ticker-wrap .ticker {
height: 48px;
line-height: 48px;
padding-right: 0; 
}
.ticker-wrap .ticker__item {
font-size: 18px;
}
.ticker-wrap .ticker__item a {
font-size: 18px;
}
} .floating-buttons {
top: 25vh;
right: 20px;
display: flex;
z-index: 10001;
position: fixed;
transition: ease-in-out 250ms;
visibility: hidden;
align-items: flex-end;
flex-direction: column;
}
.floating-buttons .floating-button {
width: 60px;
height: 60px;
cursor: pointer;
margin: 8px auto 0 auto;
display: flex;
align-items: center;
justify-content: center;
outline: none !important;
padding: 0px;
max-width: none !important;
box-shadow: none;
color: var(--grey-100);
text-align: center;
user-select: none;
border-radius: 50%;
background-size: cover;
text-decoration: none;
background-color: var(--grey-500);
background-image: none;
background-repeat: no-repeat;
background-position: center center;
position: relative;
right: 0px;
z-index: 999;
opacity: 1;
visibility: visible;
transition: all 300ms ease-in, right 300ms 0ms, opacity 300ms 0ms;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.floating-buttons .floating-button:hover {
background-color: var(--purple-600);
}
.floating-buttons .floating-button:first-child {
margin-top: 0;
}
.floating-buttons .floating-button:before {
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 250ms ease-in-out 0s;
visibility: hidden;
border-radius: 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.floating-buttons .floating-button-label {
height: 60px;
padding: 0px 15px 0px 15px;
line-height: 60px;
top: 50%;
color: var(--grey-500);
right: 50px;
margin: 0px 0px 0px 0px;
z-index: 1;
position: absolute;
font-size: 16px;
transform: translateY(-50%);
background-color: rgba(255,255,255,1);
text-align: end;
transition: all 250ms ease-in-out;
white-space: nowrap;
opacity: 0;
visibility: hidden;
border-radius: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.floating-buttons .floating-button:hover .floating-button-label {
right: 70px;
background-color: transparent;
box-shadow: none;
height: 60px;
padding: 0px 15px 0px 15px;
line-height: 60px;
opacity: 1;
visibility: visible;
} .floating-buttons .floating-button i.icon {
width: 32px;
height: 32px;
margin: 0;
display: block;
}
.floating-buttons .floating-button i.icon.phone {
content: '';
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/phone.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/phone.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.contact {
content: '';
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/email.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/email.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.booking {
content: '';
-webkit-mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/booking.svg);
mask-image: url(//www.bs-immobilien.de/wp-content/themes/bs/assets/images/icons/booking.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.mobile-menu-opened .floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 992px) {
.floating-buttons .floating-button {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
}
@media screen and (max-width: 768px) {
.floating-buttons {
top: 50vh;
}
.floating-buttons .floating-button {
width: 44px;
height: 120px;
margin: 0;
transition: none;
}
.floating-buttons .floating-button:before {
display: none;
}
.floating-buttons .floating-button.phone,
.floating-buttons .floating-button.contact {
display: none;
}
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
opacity: 1;
visibility: visible;
transform: rotate(-90deg);
height: 44px;
line-height: 44px;
right: 0;
top: 0;
position: relative;
text-transform: uppercase;
font-weight: var(--bold-weight);
}
.floating-buttons .floating-button i.icon {
display: none;
}
}
@media screen and (max-width: 575px) {
.floating-buttons .floating-button-label,
.floating-buttons .floating-button:hover .floating-button-label {
}
} #stopper {
width: 240px;
height: 240px;
max-width: 240px;
aspect-ratio: 1/1;
margin: 0;
padding: 10px;
background: url(//www.bs-immobilien.de/wp-content/uploads/siegel3d.svg) no-repeat;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 12em;
right: 4em;
z-index: 100;
transition: 0.5s all;
text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#stopper:hover {
transform: translateY(-10px);
}
#stopper a {
width: 100%;
height: 100%;
font-size: 24px;
font-weight: var(--regular-weight);
color: var(--grey-100);
letter-spacing: 1px;
text-align: center;
line-height: 1.2em;
text-transform: uppercase;
-moz-hyphens: auto;
hyphens: auto;
display: flex;
align-items: center;
justify-content: center;
}
#stopper a span.mobile {
display: none;
}
#stopper span.desktop {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0.25em;
}
#stopper span.stopper-info {
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
letter-spacing: 1px;
line-height: 1.3em;
}
#stopper span.stopper-date-time,
#stopper span.desktop span:not(.stopper-info) {
font-size: var(--body1-font-size);
line-height: 1.3em;
}
#stopper span.desktop span:not(.stopper-info):not(.stopper-date-time) {
font-size: var(--body1-font-size);
line-height: 20px;
}
#stopper span.desktop span:not(.stopper-info) {
font-weight: var(--regular-weight);
text-transform: none;
}
@media only screen and (max-width: 1200px) {
#stopper {
}
}
@media only screen and (max-width: 992px) {
#stopper {
right: 40px;
top: auto;
bottom: 40px;
width: 160px;
height: 160px;
padding: 10px;
}
#stopper a {
}
#stopper a span.desktop {
display: none;
}
#stopper a span.mobile {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 0;
}
#stopper span.mobile span.stopper-info {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-date-time {
font-size: var(--body5-font-size);
}
}
@media only screen and (max-width: 575px) {
#stopper {
width: 150px;
height: 150px;
right: 20px;
}
#stopper span.mobile span.stopper-info {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-date-time {
display: none;
}
} .booking-bar {
width: 100%;
padding: 10px 0;
background-color: var(--purple-600);
position: fixed;
left: 0;
bottom: 0;
z-index: 1000;
}
.booking-bar fieldset {
align-items: center;
justify-content: space-around;
display: flex;
}
.booking-bar label {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: var(--light-weight);
color: var(--grey-100);
text-transform: uppercase;
letter-spacing: 2px;
display: block
}
.booking-bar .date-group {
width: 360px;
margin-right: 30px;
}
.booking-bar .person-group {
width: 100px;
margin-right: 30px;
}
.booking-bar .date-group .form-control,
.booking-bar .person-group .form-control {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--grey-100);
border: 0;
box-shadow: none;
outline: 0;
}
.menu-opened .booking-bar .date-group .form-control, 
.menu-opened .booking-bar .person-group .form-control {
color: var(--grey-500);
}
.booking-bar .person-group select {
padding: 0;
background-color: transparent;
font-size: var(--h4-font-size);
color: var(--grey-100);
border: 0;
box-shadow: none;
outline: 0; 
}
.menu-opened .booking-bar .person-group select {
color: var(--grey-500);
} .appointment-title {
font-weight: var(--regular-weight) !important;
font-size: 36px !important;
color: var(--grey-100) !important;
}
.appointment-title strong {
font-weight: var(--bold-weight) !important;
font-size: 44px !important;
}
.appointment-title::before {
display: none !important;
}
@media only screen and (max-width: 480px) {
.appointment-title {
font-size: 24px !important;
line-height: 26px !important;
}
.appointment-title strong {
font-size: 26px !important;
line-height: 28px !important;
}
} [data-aos] {
opacity: 0;
transition-property: opacity, transform;
}
.fade {
transform: none;
}
.fade-left {
transform: translateX(-100px);
}
.fade-right {
transform: translateX(100px);
}
.fade-up {
transform: translateY(100px);
}
.fade-down {
transform: translateY(-100px);
}
.animated.fade {
opacity: 1;
}
.animated.fade-left,
.animated.fade-right {
transform: translateX(0);
opacity: 1;
}
.animated.fade-up,
.animated.fade-down {
transform: translateY(0);
opacity: 1;
}
.desaturate,
.desaturate img {
-webkit-filter: grayscale(1);
filter: grayscale(1);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
.desaturate:hover,
.desaturate:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
} @media screen and (max-width:1440px) {
}
@media screen and (max-width:1200px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
p a:not(.nohyphen) {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
}
@media screen and (max-width:575px) {
.desaturate,
.desaturate img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
filter: none;
}
}
.has-purple-600-background-color h1,
.has-purple-600-background-color h2,
.has-purple-600-background-color h3,
.has-purple-600-background-color h4,
.has-purple-600-background-color h5,
.has-purple-600-background-color h6,
.has-purple-600-background-color p,
.has-purple-600-background-color a {
color: var(--grey-100);
}
.has-purple-600-background-color .button,
.has-purple-600-background-color .wpcf7-submit {
background-color: var(--grey-100);
border-color: var(--grey-100);
color: var(--purple-600);
}
.has-purple-600-background-color .wpcf7-text,
.has-purple-600-background-color .wpcf7-email {
background-color: transparent !important;
border-color: var(--grey-100) !important;
color: var(--grey-100) !important;
}
.has-purple-600-background-color .wpcf7-text:focus,
.has-purple-600-background-color .wpcf7-text:hover,
.has-purple-600-background-color .wpcf7-email:focus,
.has-purple-600-background-color .wpcf7-email:hover {
border-color: var(--grey-100) !important;
}
.has-purple-600-background-color input:-webkit-autofill, 
.has-purple-600-background-color input:-webkit-autofill:hover, 
.has-purple-600-background-color input:-webkit-autofill:focus, 
.has-purple-600-background-color textarea:-webkit-autofill, 
.has-purple-600-background-color textarea:-webkit-autofill:hover, 
.has-purple-600-background-color textarea:-webkit-autofill:focus, 
.has-purple-600-background-color select:-webkit-autofill, 
.has-purple-600-background-color select:-webkit-autofill:hover, 
.has-purple-600-background-color select:-webkit-autofill:focus {
border-color: var(--grey-100) !important;
-webkit-text-fill-color: var(--grey-100) !important;
}
.has-purple-600-background-color ::placeholder {
color: var(--grey-100) !important;
}