:root { --orange-600: #f99548;
--blue-600: #004a8e;
--grey-100: #ffffff;
--grey-200: #f4f4f4;
--grey-300: #dddddd;
--grey-400: #999999;
--grey-500: #666666;
--grey-600: #000000;
--green-600: #00b068;
--red-600: #ec033d;
--yellow-600: #f9b02d; --h1-font-size: 64px;
--h2-font-size: 44px;
--h3-font-size: 36px;
--h4-font-size: 32px;
--h5-font-size: 26px;
--h6-font-size: 22px;
--body1-font-size: 20px;
--body2-font-size: 18px;
--body3-font-size: 16px;
--body4-font-size: 14px;
--body5-font-size: 12px; --light-weight: 300;
--regular-weight: 400;
--bold-weight: 700; --border-radius: 0;
--border-radius-min: 8px;
--border-radius-max: 100px;
--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: 'TheSans', '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;
}
body.modal-open {
padding: 0 !important;
} h1,
.h1 {
margin-bottom: 40px;
font-size: var(--h1-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-transform: none;
}
h1 span,
.h1 span {
font-weight: var(--light-weight);
}
h2,
.h2 {
margin-bottom: 40px;
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.25;
letter-spacing: 0;
text-decoration: none;
text-transform: none;
position: relative;
display: block;
}
h3,
.h3 {
margin-bottom: 30px;
font-size: var(--h3-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
line-height: 1.5;
letter-spacing: 0;
text-transform: none;
}
h4,
.h4 {
margin-bottom: 20px;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
line-height: 1.4;
letter-spacing: 0;
text-transform: none;
}
h5,
.h5 {
margin-bottom: 20px;
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
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(--blue-600);
line-height: 1.25;
letter-spacing: 1px;
text-transform: uppercase;
}
.headline {
font-size: var(--h1-font-size);
color: var(--grey-100);
line-height: 1;
}
.headline mark,
h1 mark,
.h1 mark,
h2 mark,
.h2 mark,
h3 mark,
.h3 mark,
h4 mark,
.h4 mark,
h5 mark,
.h5 mark,
h6 mark,
.h6 mark {
padding: 0;
}
.subheadline {
font-size: var(--h4-font-size);
color: var(--grey-100);
line-height: 1.2;
letter-spacing: 2px;
}
.text-container {
max-width: 720px;
margin: 0 auto;
}
p, 
address, 
.p {
margin-bottom: 40px;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-600);
letter-spacing: 0;
line-height: 1.5;
}
p:last-child, 
address:last-child {
margin: 0;
}
p.big,
p.big a {
font-size: var(--h6-font-size) !important;
}
p.small,
p.small a {
font-size: var(--body4-font-size) !important;
}
p.small a {
font-weight: var(--regular-weight);
color: var(--grey-600);
}
p.small a:hover {
color: var(--blue-600);
}
strong,
.bold {
font-weight: var(--bold-weight);
}
p mark {
background-color: var(--blue-600);
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(--orange-600);
color: var(--grey-100);
}
.lh-1 {
line-height: 1;
}
@media only screen and (min-width: 1600px) {
.headline {
font-size: 100px;
}
.subheadline {
font-size: 40px;
}
.stopper-small {
transform: translateY(540px) translateX(-80px) !important;
}
}
@media only screen and (max-width: 768px) {
.headline {
font-size: 48px;
margin-bottom: 20px;
}
.subheadline {
font-size: var(--h5-font-size);
}
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);
}
p.big,
p.big a {
font-size: var(--body1-font-size);
}
ul.wp-block-list li {
font-size: var(--body1-font-size) !important;
}
}
@media only screen and (max-width: 575px) {
h1, .h1 {
font-size: var(--h2-font-size);
}
h2, .h2 {
font-size: var(--h4-font-size);
}
h3, .h3 {
font-size: var(--h5-font-size);
line-height: 1.3;
}
h4, .h4 {
font-size: var(--h6-font-size);
}
p, address {
font-size: var(--body2-font-size);
}
p.big,
p.big a {
font-size: var(--body2-font-size) !important;
}
ul.wp-block-list li {
font-size: var(--body2-font-size) !important;
}
.wpcf7-form .wpcf7-checkbox label, .wpcf7-form .wpcf7-acceptance label,
.wpcf7-form .wpcf7-checkbox label a, .wpcf7-form .wpcf7-acceptance label a {
font-size: var(--body4-font-size) !important;
}
body .wpcf7-form .wpcf7-checkbox.checkbox-big label {
font-size: var(--body2-font-size) !important;
}
body .wpcf7-form .wpcf7-checkbox.checkbox-big label a {
font-size: var(--body2-font-size) !important;
}
p.small,
p.small a {
font-size: var(--body4-font-size) !important;
}
} a,
a:link,
a:active,
a:visited {
font-weight: var(--light-weight);
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 {
text-decoration: none;
}
p a {
font-weight: var(--regular-weight) !important;
color: var(--blue-600);
}
p a:hover {
color: var(--grey-600);
}
.wpcf7-list-item-label a {
padding-bottom: 6px;
color: var(--blue-600);
}
.wpcf7-list-item-label a:hover {
color: var(--grey-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;
}
.zoom {
overflow: hidden;
display: inline-block;
}
.zoom.border-radius-min {
border-radius: var(--border-radius-min);
}
.zoom img,
.zoom picture {
max-width: 100%;
height: auto;
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
display: block;
}
.zoom:hover img,
.zoom:hover picture {
transform: scale(1.1);
}
.overlay-caption {
position: absolute;
background-color: var(--orange-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: 120px;
padding: 0;
background-color: transparent;
transition: transform .25s .1s ease-in-out;
}
.menu-opened .head-desktop .logo {
}
.logo-mobile-menu {
margin-bottom: 60px;
}
.logo-mobile-menu img {
height: 80px;
}
@media only screen and (max-width: 992px) {
#main {
padding-top: 0 !important;
}
header,
.scrolled header {
height: 68px !important;
padding: 10px 0 !important;
}
header .socialmedia {
display: none;
}
header .nav-contact li span {
display: none;
}
.hamburger {
width: 48px !important;
height: 48px !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, -120px, 0);
}
.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: 60px;
height: 60px;
margin: 0 auto;
display: flex;
background-color: var(--grey-100);
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
cursor: pointer;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.menu-toggle .hamburger:hover span:before, 
.menu-toggle .hamburger:hover span:after {
background-color: var(--grey-600);
}
.menu-toggle.open .hamburger span:before,
.menu-toggle.open .hamburger span:after {
background-color: var(--grey-600);
}
.menu-toggle.open .hamburger:hover span:before,
.menu-toggle.open .hamburger:hover span:after {
background-color: var(--orange-600);
}
.hamburger > span {
display: inline-block;
position: relative;
height: 2px;
width: 28px;
border-radius: 1px;
background-color: var(--grey-600);
vertical-align: middle;
}
.hamburger > span:before, 
.hamburger > span:after {
display: inline-block;
position: absolute;
content: "";
height: 2px;
border-radius: 1px;
background-color: var(--grey-600);
transition: all 200ms;
}
.hamburger > span:before {
top: -11px;
left: 3px;
width: 22px;
}
.hamburger > span:after {
top: 11px;
left: 6px;
width: 16px;
}
.hamburger:focus {
outline: none;
}
.hamburger:hover > span:after, 
.hamburger:hover > span:before {
width: 28px;
left: 0;
}
.menu-toggle.open .hamburger > span {
height: 0;
}
.menu-toggle.open .hamburger > span:after, 
.menu-toggle.open .hamburger > span:before {
top: 0px;
left: 0;
width: 28px;
}
.menu-toggle.open .hamburger > span:after {
transform: rotate(-45deg);
}
.menu-toggle.open .hamburger > span:before {
transform: rotate(45deg);
}
.menu-container {
width: 100%;
max-width: 100%;
height: 100%;
margin: 0 auto;
padding: 120px 0;
background-color: var(--blue-600);
position: fixed;
left: 0;
top: 0;
bottom: auto;
z-index: 1000;
transform: translateX(100%);
transition: transform 0.5s ease, opacity 0.5s ease;
overflow: auto !important;
opacity: 0.5;
display: flex;
}
.menu-opened .menu-container {
transform: translateY(0);
opacity: 1;
}
.menu-container .container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop {
position: relative;
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
}
.head-desktop .divider {
display: none;
}
.head-desktop .logo {
height: 80px;
z-index: 10000;
transition: all 0.25s;
}
.head-desktop .logo img {
width: auto;
height: 80px;
}
.scrolled .head-desktop .logo {
height: 80px;
}
.scrolled .head-desktop .logo img {
width: auto;
height: 80px;
display: block;
transition: all 0.5s;
}
.head-desktop .nav-container {
width: 100%;
height: 100%;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.head-desktop .menu-main-container {
height: 100%;
}
.nav-mobile {
position: fixed;
top: 20px;
right: 20px;
}
.scrolled header {
height: 80px;
padding: 0;
transition: 0.5s all ease-in;
}
header {
height: 80px;
}
@media only screen and (min-width: 1200px) {
.nav-mobile {
top: 20px;
right: 40px;
}
}
@media only screen and (min-width: 992px) {
header {
height: 120px;
}
.head-desktop {
justify-content: flex-end;
}
.head-desktop .nav-container {
width: auto;
padding: 0 40px;
}
.head-desktop .logo {
height: 120px;
}
.head-desktop .logo img {
height: 120px;
}
.nav-mobile {
display: none;
}
.menu-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
display: none;
}
.menu-container .container, .menu-container .container .row {
height: 100%;
}
.hamburger > span {
width: 34px;
}
.hamburger > span:before {
left: 3px;
width: 28px;
}
.hamburger > span:after {
left: 6px;
width: 22px;
}
.hamburger:hover > span:after, 
.hamburger:hover > span:before {
width: 34px;
}
.menu-toggle.open .hamburger > span:after, 
.menu-toggle.open .hamburger > span:before {
width: 34px;
}
}
#main {
padding-top: 0;
overflow: hidden;
}
.scrolled #main {
padding-top: 0;
}
.container {
width: 100%;
max-width: 1280px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
@media only screen and (min-width: 992px) {
#main {
padding-top: 0;
}
.container {
padding-left: 40px;
padding-right: 40px;
}
}
@media only screen and (min-width: 1200px) {
}
.content-text {
max-width: 43.75rem;
margin: 0 auto;
} .has-parallax .h2 {
width: 100%;
max-width: 640px;
min-height: 240px;
margin: 0;
padding: 2em;
background-color: var(--blue-600);
font-size: var(--h3-font-size);
text-align: left;
position: absolute;
bottom: 0;
left: 0;
}
.has-parallax .h2 h2 {
margin-bottom: 0;
font-size: var(--h3-font-size);
}
.has-parallax .h2 p {
margin-bottom: 10px;
}
.has-parallax .h1 mark {
background-color: var(--orange-600) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--orange-600);
}
.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) {
.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(--orange-600); 
}
} .slide-container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
} #hero {
padding: 0;
}
.hero {
background-color: var(--grey-100);
}
.hero .title {
margin: 0;
padding: 0;
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: left;
letter-spacing: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
position: absolute;
bottom: 120px;
z-index: 100;
}
.hero .h1 {
font-size: var(--h2-font-size);
}
.hero .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 {
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;
}
.hero .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 {
background-color: var(--grey-100);
color: var(--orange-600);
border: var(--border-size) solid var(--grey-100);
text-shadow: none;
}
.hero .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 {
padding: 0;
}
.hero .title {
max-width: 80vw;
left: auto;
right: auto;
bottom: 5vh;
}
.hero .overlay {
}
}
@media only screen and (max-width: 768px) {
#hero {
padding: 0;
}
.hero .title span.h1, 
.hero .title span.h1 mark {
font-size: var(--h4-font-size); 
}
.hero .title span:not(.h1) {
font-size: var(--body1-font-size);
}
.hero .title .button {
padding: 5px 10px;
margin: 10px 0 0 0;
font-size: var(--body4-font-size);
}
}
.swiper.hero .swiper-wrapper {
width: 100%;
height: 50vh;
}
.scrolled .swiper.hero .swiper-wrapper {
height: 50vh;
}
.swiper.hero .swiper-slide img, 
.swiper.hero .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 {
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) {
.swiper.hero .swiper-wrapper {
height: 50vh;
}
.scrolled .swiper.hero .swiper-wrapper {
height: 50vh;
}
}
@media only screen and (max-width: 575px) {
.swiper.hero .swiper-wrapper {
height: 40vh;
}
.scrolled .swiper.hero .swiper-wrapper {
height: 40vh;
}
} .head-nav-main,
.menu-opened .head-nav-main {
display: none;
}
.menu-main {
margin: 0;
padding: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu-main li {
height: 100%;
margin: 0 10px 0 10px;
padding: 0;
list-style: none;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
text-align: center;
display: flex;
align-items: center;
position: relative;
}
.menu-main li .sub-menu {
display: none;
}
.menu-main li:hover .sub-menu {
width: 280px;
max-width: 280px;
position: absolute;
margin: 0;
padding: 0;
top: 120px;
left: 0;
z-index: 5;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.scrolled .menu-main li:hover .sub-menu {
top: 80px !important;
}
.menu-main li .sub-menu li {
width: 100%;
text-align: left;
background-color: var(--blue-600);
font-size: var(--h6-font-size);
color: var(--grey-100);
}
.menu-main li .sub-menu li a {
width: 100%;
padding: 10px;
font-size: var(--h6-font-size);
color: var(--grey-100);
display: inline-block;
}
.menu-main li a {
padding: 0 5px;
font-size: var(--h5-font-size);
font-weight: var(--light-weight);
color: var(--blue-600);
text-decoration: none;
line-height: 1.8;
transition: all 0.3s ease;
display: inline;
background-size: 200% 0%;
background-position: center bottom;
align-items: center;
}
.menu-main li a:hover {
background: linear-gradient(to right, var(--orange-600) 50%, transparent 50%);
background-size: 200% 100%;
background-position: left bottom;
background-color: transparent;
color: var(--grey-100);
}
.menu-main li.current-menu-item a[aria-current='page'],
.menu-main li.current_page_parent > a {
font-weight: var(--bold-weight);
}
.menu-main .sub-menu-holder {
width: 100%;
padding: 2em 0;
background-color: var(--orange-600);
border-radius: 0;
text-align: left;
position: absolute;
top: 120px;
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;
}
.scrolled .menu-main li:hover .sub-menu-holder {
top: 80px !important;
}
.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: 80px auto;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#nav-main-mobile li {
margin: 0;
padding: 0;
list-style: none;
font-size: var(--h2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-align: center;
display: block;
}
#nav-main-mobile > li {
margin: 0 0 20px 0;
}
#nav-main-mobile li a {
padding: 0 10px;
font-size: var(--h2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
text-decoration: none;
line-height: 1.8;
transition: all 0.3s ease;
display: inline;
}
#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(--grey-100);
}
#nav-main-mobile li a:hover {
color: var(--orange-600);
}
#nav-main-mobile .sub-menu-holder li, 
#nav-main-mobile .sub-menu-holder li a {
font-size: var(--h4-font-size);
font-weight: var(--regular-weight);
}
#nav-main-mobile .sub-menu-holder li {
margin: 15px 0;
}
#nav-main-mobile .sub-menu-holder li a {
padding: 10px 5px;
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a {
color: var(--grey-100);
}
#nav-main-mobile li.current-menu-parent .sub-menu-holder li a[aria-current='page'] {
color: var(--orange-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(--orange-600);
} #nav-main-mobile .menu-item-has-children > a {
cursor: pointer;
position: relative;
}
#nav-main-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
background-color: var(--orange-600);
content: "";
height: 2px;
right: -60px;
position: absolute;
top: 48px;
width: 33px;
-webkit-transition: all 0.25s ease !important;
-moz-transition: all 0.25s ease !important;
-o-transition: all 0.25s ease !important;
-ms-transition: all 0.25s ease !important;
transition: all 0.25s ease !important;
}
#nav-main-mobile .menu-item-has-children > a:before {
transform: rotate(90deg);
}
#nav-main-mobile .menu-item-has-children > a:after {
transform-origin: center;
}
#nav-main-mobile.menu-item-has-children.visible > a:after {
transform: rotate(180deg);
}
#nav-main-mobile .menu-item-has-children.visible > a:before {
transform: rotate(180deg);
}
#nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
#nav-main-mobile .sub-menu-holder {
display: none !important;
visibility: hidden !important;
transition: all 1.5s ease-in-out;
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
}
#nav-main-mobile .visible > .sub-menu-holder {
display: block !important;
visibility: visible !important;
}
#nav-main-mobile .visible > .sub-menu-holder .sub-menu-holder a {
display: block;
}
#nav-main-mobile .visible li.not-show .sub-menu-holder {
display: block !important;
visibility: visible !important;
}
#nav-main-mobile .menu-item-has-children li.not-show > a:first-child {
display: none;
}
@media only screen and (min-width: 992px) {
.head-nav-main {
display: block;
height: 100%;
}
}
@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 10px 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-mobile .menu-item-has-children > a:before,
#nav-main-mobile .menu-item-has-children > a:after {
top: 24px;
width: 21px;
}
} .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(--orange-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;
align-items: center;
justify-content: flex-end;
}
.menu li {
list-style: none;
margin: 0 40px 0 0;
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-600);
line-height: 150%;
letter-spacing: 0;
}
.menu li:last-child {
margin-right: 0;
}
.menu li a {
font-size: var(--body3-font-size);
font-weight: var(--regular-weight);
color: var(--grey-600);
line-height: 150%;
letter-spacing: 0;
position: relative;
}
.menu li a:hover {
color: var(--blue-600);
}
.menu li a[aria-current='page'] {
font-weight: var(--bold-weight);
color: var(--blue-600);
}
a:not([href]):not([class]) {
color: var(--grey-600);
cursor: pointer;
}
a:not([href]):not([class]):hover {
color: var(--blue-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(--orange-600);
}
.svg-icon circle {
stroke: var(--orange-600);
stroke-width: 1;
}
footer {
}
footer figure {
margin: 0 !important;
}
footer .logo-footer img {
height: 44px !important;
}
footer p, footer address, footer p a {
font-size: var(--body1-font-size);
font-weight: var(--regular-weight) !important;
line-height: 1.5;
}
footer h4, footer p, footer address {
font-weight: var(--regular-weight);
color: var(--grey-600);
}
footer p a, footer address a {
color: var(--grey-600);
}
footer p a:hover, footer address a:hover {
color: var(--blue-600);
}
footer p a strong {
color: var(--blue-600);
}
footer p a:hover strong {
color: var(--grey-600);
}
footer h4 span {
font-weight: var(--regular-weight);
}
footer figure {
margin: 0 0 5px 0;
}
footer .company-address {
margin-bottom: 20px;
}
footer .copyright {
font-size: var(--body2-font-size);
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 768px) {
footer .logo-footer img {
height: 32px !important;
}
} .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; }
} .arrow {
margin-top: 20px;
display: block;
-webkit-animation: pulse 2s infinite;
animation: pulse 2s infinite;
color: var(--grey-100) !important;
}
.arrow:hover {
color: var(--orange-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);
}
} .wps-form {
width: 100%;
margin: 0 auto;
padding: 0;
}
.wps-form-row {
display: flex;
flex-direction: column;
width: 100%;
}
.wps-form-row .wpcf7-form-control {
width: 100%;
}
.wps-form-column {
flex: 1;
padding: 1rem 0;
width: 100%;
}
.wps-form-column.center {
text-align: center;
}
.wps-form-column.right {
text-align: right;
}
.wps-form-column.single {
padding: 1rem 0 !important;
}
@media only screen and (min-width: 48em) {
.wps-form-row {
flex-direction: row;
}
.wps-form-column {
padding: 1rem 1rem;
}
.wps-form-column:nth-child(odd) {
padding: 1rem 1rem 1rem 0;
}
.wps-form-column:nth-child(even) {
padding: 1rem 0 1rem 1rem;
}
}
.wps-form fieldset {
margin: 0 0 40px 0;
padding: 0;
border: 0;
}
.wpcf7-form-control-wrap,
.wpcf7-quiz-label {
margin: 0;
display: block;
}
.wpcf7-form label {
margin: 0 0 5px 0;
font-size: var(--body2-font-size);
color: var(--grey-600);
font-weight: var(--light-weight);
letter-spacing: 0;
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;
background-color: var(--grey-100);
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
letter-spacing: 0;
color: var(--grey-600);
line-height: 24px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: 1px solid var(--grey-600);
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-600);
outline: 1px solid var(--grey-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-600);
font-size: var(--body2-font-size);
font-weight: var(--light-weight);
letter-spacing: 0;
color: var(--grey-600);
line-height: 24px;
-webkit-text-fill-color: var(--grey-600);
-webkit-box-shadow: 0 0 0px 1000px var(--grey-200) inset;
transition: background-color 5000s ease-in-out 0s;
}
.wpcf7-select {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
max-width: 100%; word-wrap: normal !important;
white-space: normal;
}
.wpcf7-date {
padding: 12px 20px !important;
line-height: 24px;
-webkit-appearance: none;
}
.file-pdf {
padding: 20px;
border: 2px solid var(--orange-600);
border-radius: var(--border-radius-min);
}
.file-pdf .wpcf7-form-control-wrap {
margin: 0;
}
.wpcf7-submit {
width: auto !important;
padding: 12px 20px;
min-width: 240px;
background-color: var(--orange-600);
font-size: var(--body1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
text-decoration: none;
letter-spacing: 0;
text-transform: none;
line-height: 1.25;
border: var(--border-size) solid var(--orange-600);
border-radius: var(--border-radius-max);
-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(--blue-600);
border: var(--border-size) solid var(--blue-600);
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(--orange-600);
}
.wpcf7-form p {
margin: 0 0 10px 0;
}
input.wpcf7-not-valid,
select.wpcf7-not-valid {
border: 1px solid var(--red-600) !important;
}
.wpcf7-not-valid input {
outline: 1px solid var(--red-600) !important;
}
input.wpcf7-not-valid:focus,
.wpcf7-not-valid input:focus,
input.wpcf7-not-valid:hover,
.wpcf7-not-valid input:hover {
outline: 1px solid var(--red-600) !important;
} .wps-form-column {
position: relative;
display: inline-block;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%) translateX(10px);
background-color: var(--red-600);
padding: 6px 10px;
border-radius: var(--border-radius-max);
font-size: var(--body4-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: opacity 0.3s ease, transform 0.3s ease;
display: inline-block;
}
input.wpcf7-not-valid + .wpcf7-not-valid-tip {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
input.wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
opacity: 0;
transform: translateY(50%) translateX(0);
}
@media (max-width: 600px) {
.wps-form-column {
display: block;
}
.wpcf7-not-valid-tip {
right: 10px;
white-space: normal;
}
input.wpcf7-not-valid + .wpcf7-not-valid-tip {
opacity: 1;
}
}
.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(--body4-font-size);
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-checkbox label a {
font-size: var(--body4-font-size);
font-weight: var(--light-weight);
}
.wpcf7-form .wpcf7-acceptance label a {
font-size: var(--body4-font-size);
font-weight: var(--regular-weight);
color: var(--grey-600);
}
.wpcf7-form .wpcf7-checkbox.checkbox-big label {
font-size: var(--body2-font-size);
}
.wpcf7-form .wpcf7-checkbox.checkbox-big label a {
font-size: var(--body2-font-size);
}
.wpcf7-form .wpcf7-acceptance label a:hover {
color: var(--blue-600);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox],
.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 24px;
height: 24px;
border: 4px solid var(--grey-100);
background-color: var(--grey-100);
outline: 1px solid var(--grey-600);
border-radius: 0;
cursor: pointer;
transition: background-color 0.3s ease, border-color 0.3s ease;
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:focus,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:focus {
outline: 2px solid var(--grey-600);
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked,
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked {
background-color: var(--grey-600);
border-color: var(--grey-100);
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} ::placeholder {
color: var(--grey-600) !important;
opacity: 1;
}
.wpcf7-form .wpcf7-select option:first-child {
color: var(--grey-600) !important;
} .wpcf7-response-output,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
margin: 0 0 10px 0 !important;
padding: 0 !important;
font-size: var(--body2-font-size);
font-weight: var(--bold-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(--orange-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;
} 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: 'Manrope', 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;
} .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(--blue-600);
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(--orange-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(--blue-600);
-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.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-long-right.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-long-right.svg);
mask-repeat: no-repeat;
}
.nav-prev .more-link a:before {
content: "";
-webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-long-left.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/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(--orange-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(--orange-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;
}
} .swiper {
width: 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.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/chevron-right.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/chevron-right.svg);
mask-repeat: no-repeat;
}
.swiper-button-prev:after {
content: "" !important;
-webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/chevron-left.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/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: 15px !important;
height: 15px !important;
background-color: var(--grey-100) !important;
opacity: 0.25 !important;
border-radius: 50% !important;
transition: background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet-active {
width: 21px !important;
height: 21px !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: 17px !important; 
height: 17px !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 {
bottom: 0 !important;
}
}
.swiper .title {
}
.swiper .title mark {
font-size: var(--h6-font-size);
font-weight: var(--light-weight);
color: var(--grey-100);
background-color: var(--orange-600) !important;
padding: 0;
line-height: 1.75;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
outline: 0.2em solid var(--orange-600);
}
.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;
} .sticky-container {
position: sticky;
top: 160px;
} .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;
}
} .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(--blue-200);
background-color: rgba(0, 0, 0, .3);
}
.table-scrollable table {
width: 100%;
border-collapse: collapse;
}
.table-scrollable table thead th {
color: var(--orange-600);
}
.table-scrollable table td,
.table-scrollable table th {
padding: 5px 0;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--blue-600);
}
.table-scrollable table td,
.table-scrollable table th {
border-bottom: 1px solid var(--blue-200);
}
.table-scrollable table tr:last-child td,
.table-scrollable table tr:last-child th {
border-bottom: 1px solid transparent; 
}
@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(--blue-200);
}
.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(--blue-600);
}
.table td {
min-width: 160px;
padding: 15px 0;
font-size: 20px;
font-weight: var(--regular-weight);
color: var(--blue-600);
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;
align-items: flex-start;
}
.cell-short {
flex: 1;
}
.cell-long {
flex: 1;
}
} .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-min);
-webkit-border-radius: var(--border-radius-min);
padding: 1em;
}
.modal-content {
border-radius: var(--border-radius-min);
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 1em 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-600);
}
.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: 48px;
height: 48px;
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: 48px;
height: 48px;
padding: 0 !important;
background: var(--orange-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(--blue-600);
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;
}
}
.clear {
clear: both;
} .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(--orange-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;
}
} ul.wp-block-list {
margin: 0 0 40px 0;
padding: 0;
}
ul.wp-block-list li {
list-style: none;
margin: 0 0 20px 0;
padding: 0 0 0 24px;
font-size: var(--body1-font-size);
font-weight: var(--light-weight);
color: var(--grey-600);
letter-spacing: 0;
line-height: 150%;
position: relative;
}
ul.wp-block-list li:last-child {
margin: 0;
}
ul.wp-block-list li a {
}
ul.wp-block-list li a:hover {
}
ul.wp-block-list li:before {
content: '';
width: 8px;
height: 8px;
background-color: var(--blue-600);
position: absolute;
top: 11px;
left: 0;
border-radius: 50%;
}
ul.wp-block-list.check li {
list-style: none;
padding: 0 0 0 32px;
}
ul.wp-block-list.check li:before {
content: '✔';
width: 8px;
height: 8px;
background-color: transparent;
color: var(--orange-600);
position: absolute;
top: 0;
left: 0;
border-radius: 0;
} img {
border: 0;
vertical-align: top;
}
img.resize,
.img-responsive {
width: 100%;
height: auto;
}
figcaption {
font-size: var(--body2-font-size);
color: var(--blue-600);
}
.wp-block-image :where(figcaption) {
margin-bottom: 1em;
margin-top: 1em;
} a.button,
label.button,
.wp-block-button__link {
min-width: 240px;
padding: 10px 32px;
background-color: var(--orange-600);
font-size: var(--h6-font-size);
font-weight: var(--bold-weight) !important;
color: var(--grey-100);
text-decoration: none;
letter-spacing: 0;
line-height: 1.5;
border: var(--border-size) solid var(--orange-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; cursor: pointer;
}
a.button:hover,
label.button:hover,
.wp-block-button__link:hover {
background-color: var(--blue-600);
color: var(--grey-100);
border: var(--border-size) solid var(--blue-600);
}
a.button:before,
label.button:before {
display: none;
}
a.button.cta,
label.button.cta,
.cta .wp-block-button__link {
background-color: var(--orange-600);
border: var(--border-size) solid var(--orange-600);
color: var(--grey-100);
}
a.button.cta:hover,
label.button.cta:hover,
.cta .wp-block-button__link:hover {
background-color: var(--blue-600);
border: var(--border-size) solid var(--blue-600);
color: var(--grey-100);
}
a.button.small,
label.button.small,
.small .wp-block-button__link {
padding: 6px 16px;
font-size: var(--body2-font-size);
font-weight: var(--regular-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,
label.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;
} .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.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-up.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/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(--orange-600);
}
} 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(--orange-600);
}
::selection {
color: var(--grey-100);
background-color: var(--orange-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(--orange-600) !important;
}
#cookie-law-info-bar, .wt-cli-cookie-bar {
border-radius: var(--border-radius-min) !important;
padding: 40px 40px !important;
background-color: var(--grey-100) !important;
box-shadow: rgba(0, 0, 0, .25) 0px 0 30px !important;
}
#cookie-law-info-bar p, .wt-cli-cookie-bar p {
margin: 0;
font-size: var(--body3-font-size);
}
#cookie-law-info-bar p a, .wt-cli-cookie-bar p a {
font-weight: var(--regular-weight);
color: var(--grey-600) !important;
}
#cookie-law-info-bar p a:hover, .wt-cli-cookie-bar p a:hover {
color: var(--blue-600) !important;
}
#cookie-law-info-bar .cli_action_button {
padding: 12px 24px;
font-size: var(--body2-font-size) !important;
border-radius: var(--border-radius-max) !important;
}
#cookie-law-info-bar .cli_settings_button {
font-size: var(--body2-font-size) !important;
font-weight: var(--regular-weight) !important;
color: var(--grey-600) !important;
border: 1px solid var(--grey-100);
}
#cookie-law-info-bar .cli_settings_button:hover {
color: var(--blue-600) !important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
padding: 12px 24px !important;
font-size: var(--body3-font-size) !important;
font-weight: var(--bold-weight) !important;
background-color: var(--blue-600) !important;
border-radius: var(--border-radius-max) !important;
}
a.cli-privacy-readmore {
font-size: var(--body3-font-size) !important;
font-weight: var(--regular-weight) !important;
border-bottom: 0 !important;
text-decoration: none !important;
}
.cli-tab-header a.cli-nav-link {
font-weight: var(--regular-weight);
}
.cli-tab-container p, .cli-privacy-content-text {
font-size: var(--body3-font-size) !important;
font-weight: var(--light-weight) !important;
}
.wt-cli-cookie-description {
font-size: var(--body4-font-size) !important;
font-weight: var(--light-weight) !important;
}
@media screen and (max-width: 575px) {
#cookie-law-info-bar .cli_action_button {
margin: 0 !important;
padding: 10px 20px !important;
font-size: var(--body1-font-size);
text-align: center;
line-height: 24px;
border: 1px solid var(--blue-600);
display: block;
}
#cookie-law-info-bar .cli_settings_button {
margin: 0 0 10px 0 !important;
padding: 10px 20px !important;
background-color: var(--grey-100);
font-size: var(--body1-font-size);
color: var(--grey-600);
text-align: center;
line-height: 24px;
border: 1px solid var(--grey-600);
border-radius: var(--border-radius-max);
display: block;
}
} @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;
} .floating-buttons {
top: 50vh;
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: 12px auto 0 10px;
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: var(--border-radius-max);
background-size: cover;
text-decoration: none;
background-color: var(--orange-600);
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(--blue-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: var(--border-radius-max);
-webkit-border-radius: var(--border-radius-max);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.floating-buttons .floating-button-label {
height: 60px;
padding: 0px 30px 0px 30px;
line-height: 60px;
top: 50%;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--blue-600);
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: right;
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);
}
.floating-buttons .floating-button:hover .floating-button-label {
right: 70px;
background-color: var(--grey-100);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
height: 60px;
padding: 0px 30px 0px 30px;
line-height: 60px;
opacity: 1;
visibility: visible;
}
.floating-buttons .floating-button-label:hover {
color: var(--orange-600);
} .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.eppleimmobilien-messe.de/wp-content/uploads/icon-phone-white.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/uploads/icon-phone-white.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.contact {
content: '';
-webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/uploads/icon-mail-white.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/uploads/icon-mail-white.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100);
}
.floating-buttons .floating-button i.icon.booking {
content: '';
-webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/booking.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/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: 20px;
background-color: var(--orange-600);
text-align: center;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 4em;
left: 4em;
z-index: 100;
transition: 0.25s all;
overflow: hidden;
border-radius: 50%;
}
#stopper a {
width: 100%;
height: 100%;
font-size: 24px;
font-weight: var(--regular-weight);
color: var(--grey-100);
letter-spacing: 0;
text-align: center;
line-height: 1.2;
-moz-hyphens: auto;
hyphens: auto;
display: flex;
align-items: center;
justify-content: center;
}
#stopper .stopper-content {
transform: rotate(-10deg);
}
#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-title {
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
line-height: 1.2;
}
#stopper span.stopper-text {
font-size: var(--body1-font-size);
line-height: 1.2;
}
@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-title {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-text {
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-title {
font-size: var(--body4-font-size);
}
#stopper span.mobile span.stopper-text {
display: none;
}
}
.stopper-big {
background-color: var(--orange-600);
width: 320px;
height: 320px;
padding: 20px;
margin: 0 0 0 auto;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
transform: translateY(-200px);
position: absolute;
right: 0;
z-index: 100;
}
.stopper-big .stopper-content {
transform: rotate(-10deg);
}
.stopper-big .stopper-title {
margin: 0;
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
line-height: 1.1;
display: block;
}
.stopper-big .stopper-text {
margin: 0;
font-size: var(--h5-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
line-height: 1.2;
display: block;
}
@media only screen and (max-width: 992px) {
.stopper-big {
width: 240px;
height: 240px; 
}
.stopper-big .stopper-title {
font-size: var(--h2-font-size); 
}
.stopper-big .stopper-text {
font-size: var(--h6-font-size); 
}
}
@media only screen and (max-width: 768px) {
.stopper-big {
width: 200px;
height: 200px; 
}
.stopper-big .stopper-title {
font-size: var(--h3-font-size); 
}
.stopper-big .stopper-text {
font-size: var(--body1-font-size); 
}
}
@media only screen and (max-width: 575px) {
.stopper-big {
transform: translateY(-320px);
}
}
.stopper-small {
background-color: var(--blue-600);
width: 320px;
height: 320px;
padding: 20px;
margin: 0 0 0 auto;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
transform: translateY(320px) translateX(-80px);
position: absolute;
right: 0;
z-index: 100;
}
.stopper-small .stopper-content {
transform: rotate(-10deg);
}
.stopper-small .stopper-title {
margin: 0;
font-size: var(--h2-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
line-height: 1.1;
display: block;
}
.stopper-small .stopper-text {
margin: 0;
font-size: var(--h4-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
line-height: 1.2;
display: block;
}
@media only screen and (max-width: 1200px) {
.stopper-small {
width: 240px;
height: 240px; 
transform: none;
}
.stopper-small .stopper-title {
font-size: var(--h4-font-size);
}
.stopper-small .stopper-text {
font-size: var(--h6-font-size);
}
}
@media only screen and (max-width: 992px) {
.stopper-small {
width: 200px;
height: 200px; 
}
.stopper-small .stopper-title {
font-size: var(--h5-font-size);
}
.stopper-small .stopper-text {
font-size: var(--body2-font-size);
}
}
@media only screen and (max-width: 768px) {
.stopper-small {
transform: translateY(40px);
}
} [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 {
transition: filter 4sease-in-out;
-moz-transition: filter 4s ease-in-out;
-webkit-transition: -webkit-filter 4sease-in-out;
-o-transition: filter 4s ease-in-out;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
transition: all 1s;
transform-origin: 50% 50%;
}
.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;
}
} .visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
border: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: inset(50%);
white-space: nowrap;
} #toggle-contrast {
position: fixed;
bottom: 20px;
left: 20px;
background: none;
border: none;
padding: 0;
cursor: pointer;
z-index: 1000; } .switch {
width: 50px;
height: 25px;
background-color: var(--grey-300);
border-radius: 15px;
outline: 2px solid var(--grey-100);
position: relative;
transition: background-color 0.3s ease;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
} .switch::before {
content: "";
position: absolute;
width: 21px;
height: 21px;
background-color: var(--grey-100);
border-radius: 50%;
top: 2px;
left: 2px;
transition: transform 0.3s ease;
} #toggle-contrast.active .switch {
background-color: var(--blue-600);
outline: 2px solid var(--grey-100);
}
#toggle-contrast.active .switch::before {
transform: translateX(25px);
} .vh-25 {
height: 25vh;
}
.vh-50 {
height: 50vh;
}
.vh-75 {
height: 75vh;
}
.vw-25 {
width: 25vw;
}
.vw-50 {
width: 50vw;
}
.vw-75 {
width: 75vw;
} .offer-item {
position: relative;
overflow: hidden;
}
.offer-item:hover .content,
.offer-item:focus .content {
height: 100%;
}
.offer-item .content {
height: 0;
width: 80%;
padding: 20px;
background-color: rgb(105 ,129,181);
overflow: hidden;
transition: height 0.5s ease;
position: absolute;
bottom: 0;
left: 0;
}
.offer-name {
position: absolute;
left: 0;
bottom: 0;
min-width: 80%;
padding: 10px 20px;
background-color: rgb(105,129,181);
font-size: var(--body1-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
}
.offer-name span {
position: relative;
}
.offer-name span:after {
content: ''; -webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-up.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/arrow-up.svg);
mask-repeat: no-repeat;
background-color: var(--grey-100); width: 20px;
height: 20px;
position: absolute;
right: -28px;
top: 3px; }
.offer-title {
margin-bottom: 20px;
font-size: var(--h6-font-size);
font-weight: var(--bold-weight);
color: var(--grey-100);
line-height: 1.2;
display: block;
}
.offer-text {
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-100);
display: block;
}
@media screen and (max-width:768px) {
.offer-item .content {
width: 50%;
}
.offer-name {
min-width: 50%;
}
}
@media screen and (max-width:575px) {
.offer-item .content {
width: 75%;
}
.offer-name {
min-width: 75%;
}
} .event-item {
padding: 20px 0;
border-top: 1px solid var(--grey-600);
}
.event-title {
margin-bottom: 20px;
font-weight: var(--regular-weight);
color: var(--grey-600);
display: block;
}
.event-speaker {
font-size: var(--body2-font-size);
font-weight: var(--regular-weight);
color: var(--grey-600);
display: block;
}
.event-date-time {
margin-bottom: 10px;
font-size: var(--body1-font-size);
font-weight: var(--regular-weight);
color: var(--grey-600);
display: block;
} .parallax-video {
width: 100%;
max-width: 100vw;
height: 75vh;
position: relative;
overflow: hidden;
}
.parallax-video video {
object-fit: cover;
width: 100vw;
height: 100%;
position: fixed;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index: -1;
}
@supports (-webkit-overflow-scrolling: touch) {
.parallax-video video {
position: absolute;
}
}
@media screen and (max-width:1200px) {
.parallax-video {
height: 60vh;
}
}
@media screen and (max-width:992px) {
.parallax-video {
height: 50vh;
}
}
@media screen and (max-width:575px) {
.parallax-video {
height: 40vh;
}
} .breadcrumb {
color: var(--grey-600);
align-items: center;
}
.breadcrumb a {
color: var(--blue-600);
}
.breadcrumb a:hover {
color: var(--grey-600);
}
.breadcrumb .current-page {
color: var(--grey-600);
}
.breadcrumb .delimiter:after {
content: '';
width: 20px;
height: 20px;
-webkit-mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/assets/images/icons/chevron-right.svg);
mask-image: url(//www.eppleimmobilien-messe.de/wp-content/themes/messe/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;
}
}