.page-title::first-letter {
color: #fff;
background: #000;
}
body.home .page-title {
display: none;
}
body a {
color: #D4AF37 !important
}
.gform_wrapper.gravity-theme .gform_footer {
display: flex;
flex-direction: row-reverse;
}
input#gform_submit_button_1 {
background-color: #000;
color: #fff;
padding: 10px;
}
.fotogalerie img { transform: scale(0.9);
transition: transform 1s ease;
}
.fotogalerie img:hover { transform: scale(1.0);
} .et-menu .current-menu-item a::before,
.et-menu .current_page_item a::before,
.et-menu li.current_page_item a::before,
.et-menu li.current-menu-parent li.current_page_item a::before {
content: "";
position: absolute;
z-index: 2;
left: 0;
right: 0;
}
.et-menu li a:before {
content: "";
position: absolute;
z-index: 0;
left: 0;
right: 100%;
bottom: 30%;
background: #fff; height: 2px; -webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.et-menu li a:hover {
opacity: 1 !important;
}
.et-menu li a:hover:before {
right: 0;
}
.et-menu li li a:before {
bottom: 10%;
}
.et-menu .current-menu-item a::before,
.et-menu ul.sub-menu .current_page_item a::before {
right: 100%;
}
.nav ul li a:hover {
background-color: transparent !important;
}
.et-menu li li a {
width: auto;
white-space: nowrap;
}
.nav li ul {
width: auto !important;
}
@media screen and (max-width: 980px) {
.et_pb_fullwidth_menu_0_tb_header,
.et_pb_fullwidth_menu_0_tb_header .sub-menu {
box-shadow: none !important;
}
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu {
box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%) !important;
}
}   .et_mobile_menu {
overflow: scroll !important;
max-height: 120vh;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3)
}
.et_pb_fullwidth_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
color: #fff !important;
}
ul#mobile_menu1 {
overflow-y: scroll; max-height: calc(100vh - 100px); -webkit-overflow-scrolling: touch; }
ul#mobile_menu1::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 1); border-radius: 10px; }
ul.sub-menu {
display: flex;
flex-direction: column;
}   .homepage .header-content {
position: relative;
bottom: -20vh;
}
@media only screen and (max-width: 1024px) {
.homepage .header-content {
position: relative;
bottom: auto;
}
.current_page_item a {
text-decoration: underline;
}
#menu-item-42 ul li {
display: none !important;
}
} .reference .et_pb_testimonial_portrait {
transition: filter 0.3s ease;
}
.reference .et_pb_testimonial_portrait {
filter: grayscale(100%) !important;
}
.reference .et_pb_testimonial_portrait:hover {
filter: none !important;
} .gform_button {
color: #D4AF37 !important;
background-color: RGBA(255, 255, 255, 0);
display: inline-block;
transition: all 300ms ease 0ms;
font-size: 20px;
font-weight: 500;
padding: 0.3em 1em;
line-height: 1.7em !important;
background-color: transparent;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border: 2px solid;
border-radius: 3px;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-property: all !important;
transition-property: all !important;
}
.menu-item-active a::before {
right: 100 !important;
}
.menu-item-active>a::before {
right: 0 !important;
}