:root {
--green-700: #26412a;
--green-600: #5c6a57;
--green-500: #9ea860;
--green-400: #dce6bd;
--green-100: #eaece5;
--red-600: #a30e46;
--gray-600: #666666;
--c-black: #000000;
--c-white: #ffffff;
--container-min: 720px;
--container-medium: 960px;
--container-max: 1100px;
--accent: var(--green-500);
--text: var(--c-black);
--line: color-mix(in srgb, var(--accent) 70%, var(--c-white) 30%);
--section-p-top: 90px;
--section-p-bottom: 90px;
}
@media only screen and (max-width: 768px) {
:root {
--section-p-top: 60px;
--section-p-bottom: 60px;
}
}
body {
}
body h2 {
text-transform: none;
padding: 0;
}
@media only screen and (max-width: 768px) {
body p {
font-size: 16px !important;
line-height: 140%;
}
body p a, body address a {
font-size: 16px !important;
line-height: 140%;
}
}
body #sticky-widget-area-wrap {
display: none;
}
body #stopper {
background-color: var(--red-600) !important;
color: var(--c-white) !important;
left: 70%;
top: 45%;
}
body #stopper a {
font-size: 20px !important;
color: var(--c-white) !important;
}
@media only screen and (max-width: 1200px) {
body #stopper {
left: auto !important;
right: 60px !important;
}
}
@media only screen and (max-width: 768px) {
body #stopper { right: 20px !important;
top: 140px !important;
}
}
@media only screen and (max-width: 575px) {
body #stopper {
top: 140px !important;
left: auto !important;
right: 20px !important;
}
}
.hero-container {
max-width: var(--container-max);
}
.hero-title {
font-size: 160px !important;
font-weight: 500;
color: var(--green-400) !important;
line-height: 1.1;
}
.hero-subtitle {
max-width: var(--container-min);
font-size: 44px !important;
color: var(--green-400) !important;
}
.hero-info {
font-size: 18px !important;
color: var(--green-400) !important;
}
@media only screen and (max-width: 1200px) {
.hero-title {
font-size: 120px !important;
}
}
@media only screen and (max-width: 991px) {
.hero-title {
font-size: 80px !important;
}
}
@media only screen and (max-width: 768px) {
.hero-title {
font-size: 80px !important;
}
.hero-subtitle {
font-size: 28px !important;
}
.hero-info {
font-size: 16px !important;
}
}
body .sticky-widget-area li.contact a,
body .sticky-widget-area li.phone a, 
body .sticky-widget-area li.mail a {
background-color: var(--green-500) !important;
}
body .sticky-widget-area li.contact a:hover, 
body .sticky-widget-area li.phone a:hover, 
body .sticky-widget-area li.mail a:hover {
background-color: var(--green-700) !important;
} .buttons {
gap: 40px;
}
body a.button, body .button .wp-block-button__link {
background-color: var(--green-700) !important;
color: var(--green-100) !important;
}
body a.button:hover, body .button .wp-block-button__link:hover {
background-color: var(--green-600) !important;
color: var(--green-400) !important;
}
body .wpcf7-submit {
background-color: var(--green-700) !important;
color: var(--green-100) !important;
}
body .wpcf7-submit:hover {
background-color: var(--green-600) !important;
color: var(--green-400) !important;
}
@media only screen and (max-width: 768px) {
.buttons {
gap: 20px;
}
body a.button, body .button .wp-block-button__link {
height: auto;
padding: 12px 20px !important;
font-size: 16px !important;
}
body .wpcf7-submit {
height: auto;
padding: 12px 20px !important;
font-size: 16px !important;
}
}
@media only screen and (max-width: 575px) {
body .wp-block-buttons>.wp-block-button, 
body a.button, 
body .button .wp-block-button__link, 
body .wpcf7-submit {
width: 100%;
font-size: 14px !important;
}
} .wp-block-embed__wrapper {
width: 100%;
aspect-ratio: 16 / 9;
position: relative;
}
.wp-block-embed__wrapper iframe {
width: 100%;
height: 100%;
border: 0;
display: block;
} .process-section {
padding-top: var(--section-p-top);
padding-bottom: var(--section-p-bottom);
max-width: var(--container-max);
}
.process {
max-width: var(--container-max);
margin: 0 auto;
padding: clamp(24px, 4vw, 56px) clamp(16px, 4vw, 32px);
color: var(--text);
}
.process__list {
list-style: none;
padding: 0 !important;
margin: 0 !important;
display: grid;
gap: clamp(18px, 2.4vw, 44px);
grid-template-columns: repeat(4, minmax(0, 1fr));
align-items: start;
}
.process__list li:before {
display: none !important;
}
@media (max-width: 900px) {
.process__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
.process__list { grid-template-columns: 1fr; }
}
.process__item {
margin: 0 !important;
padding: 0 !important;
text-align: center;
display: grid;
justify-items: center;
gap: 14px;
}
.process__badge {
width: clamp(72px, 7vw, 92px);
aspect-ratio: 1 / 1;
border-radius: 999px;
background: var(--accent);
display: grid;
place-items: center;
}
.process__icon {
width: clamp(28px, 3.2vw, 40px);
height: clamp(28px, 3.2vw, 40px);
fill: var(--c-white);
}
.process__text {
margin: 0;
line-height: 1.25;
letter-spacing: 0.2px;
}
.process__text > span { display: block; }
.process__details {
margin-top: clamp(28px, 4vw, 52px);
}
.process__details > summary {
list-style: none;
}
.process__details > summary::-webkit-details-marker {
display: none;
}
.process__divider {
display: grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
gap: clamp(12px, 2vw, 20px);
font-weight: 300;
color: var(--accent);
font-size: clamp(18px, 2vw, 24px);
text-align: center;
cursor: pointer;
user-select: none;
padding: 6px 0;
}
.process__divider::before,
.process__divider::after {
content: "";
height: 1px;
background: var(--line);
}
.process__divider > span {
position: relative;
padding-right: 22px;
}
.process__divider > span::after {
content: "";
position: absolute;
right: 0;
top: 50%;
width: 10px;
height: 10px;
border-right: 2px solid var(--accent);
border-bottom: 2px solid var(--accent);
transform: translateY(-55%) rotate(45deg);
transition: transform 180ms ease;
}
.process__details[open] .process__divider > span::after {
transform: translateY(-35%) rotate(-135deg);
}
.process__divider:focus-visible {
outline: 2px solid color-mix(in srgb, var(--accent) 45%, var(--c-black) 55%);
outline-offset: 6px;
border-radius: 10px;
}
@media (max-width: 520px) {
.process__divider {
grid-template-columns: 1fr;
gap: 10px;
}
.process__divider::before,
.process__divider::after {
display: none;
}
}
.process__panel {
padding-top: 60px;
}
.process__panel-inner {
column-count: 2;
column-gap: 80px;
font-size: 16px;
line-height: 1.6;
}
.detail-block {
break-inside: avoid;
page-break-inside: avoid;
-webkit-column-break-inside: avoid;
margin: 0 0 18px;
display: inline-block;
width: 100%;
}
.detail-block > * {
break-inside: avoid;
}
@media (max-width: 800px) {
.process__panel-inner {
column-count: 1;
}
}
.process__panel-inner h4 {
margin: 0 0 10px;
}
.process__panel-inner p {
margin: 0 0 30px;
}
.process__panel-inner ul {
margin: 0 0 14px;
padding-left: 18px;
}
.video-container {
} .penthouse-section {
padding-top: var(--section-p-top);
padding-bottom: var(--section-p-bottom);
}
.penthouse-content {
background-color: var(--green-100);
padding: 40px;
}
.penthouse-image {
position: relative;
display: inline-block;
overflow: hidden;
vertical-align: top;
}
.penthouse-image::before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
rgba(0,0,0,0.15) 0%,
rgba(0,0,0,0.35) 100%
);
opacity: 0;
transition: opacity 280ms ease;
pointer-events: none;
z-index: 2;
}
.penthouse-image img {
display: block !important;
width: 100% !important;
height: auto !important;
transition: transform 420ms ease;
}
.penthouse-image:hover::before,
.penthouse-image:focus-within::before {
opacity: 1;
}
.penthouse-image:hover img,
.penthouse-image:focus-within img {
transform: scale(1.02);
}
.penthouse-title {
margin: 0 auto 0 auto;
font-size: 24px;
font-weight: 500;
color: var(--green-700);
text-align: center;
}
.penthouse-subtitle {
margin: 0 auto 20px auto;
font-size: 16px;
font-weight: 300;
color: var(--green-700);
text-align: center;
}
.penthouse-min-offer {
position: relative;
padding-top: 20px;
font-size: 18px;
font-weight: 300;
color: var(--green-700);
text-align: center;
}
.penthouse-min-offer::before {
content: "";
position: absolute;
top: 0;
left: 50%;
width: min(160px, 70%);
height: 1px;
background-color: var(--green-700);
transform: translateX(-50%);
}
.penthouse-min-offer strong {
font-size: 24px;
}
@media only screen and (max-width: 575px) {
.penthouse-info {
font-size: 16px;
font-weight: 300;
}
} .equipment-section {
padding-top: var(--section-p-top);
padding-bottom: var(--section-p-bottom);
background-color: var(--green-700);
}
.equipment-content {
max-width: var(--container-max);
}
.equipment-content h2 {
margin: 0 0 80px 0;
}
.equipment-icon {
width: 72px;
height: 72px;
margin: 0 auto 40px auto;
}
.equipment-title {
margin: 0 0 30px 0;
font-size: 20px;
font-weight: 500;
color: var(--c-white);
text-align: center;
}
.equipment-subtitle {
font-size: 18px;
font-weight: 300;
color: var(--c-white);
text-align: center;
} .information-section {
padding-top: var(--section-p-top);
padding-bottom: var(--section-p-bottom);
}
.information-container {
max-width: var(--container-max);
}
.information-section a {
font-weight: 500;
color: var(--c-white);
border-color: transparent !important;
}
.information-section a:hover {
border-color: var(--c-white) !important;
} .contact-section {
padding-top: var(--section-p-top);
padding-bottom: var(--section-p-bottom);
}
.contact-container {
max-width: var(--container-min);
margin: 0 auto;
}
body .wps-form {
background-color: var(--green-100);
}
body .wpcf7-select, body .wpcf7-text, body .wpcf7-number, body .wpcf7-textarea, body .wpcf7-date, body .wpcf7-email {
width: 100%;
padding: 16px 10px !important;
background: var(--c-white) !important;
font-size: 18px;
letter-spacing: 1px;
color: var(--c-black) !important;
line-height: 20px;
border-radius: 12px !important;
-webkit-border-radius: 12px !important;
-moz-border-radius: 12px !important;
border-top: 1px solid var(--c-white) !important;
border-left: 1px solid var(--c-white) !important;
border-right: 1px solid var(--c-white) !important;
border-bottom: 1px solid var(--c-white) !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
body input::placeholder,
body textarea::placeholder {
color: var(--gray-600) !important;
}
body .wpcf7-select:invalid,
body .wpcf7-select option[value] {
color: var(--gray-600) !important;
}
body .wpcf7-not-valid-tip {
margin-top: 5px;
text-align: right;
}
body .wpcf7-not-valid {
border: 1px solid #AC4F4F !important;
}
body .wpcf7-form label {
color: var(--gray-600);
}
body span.required {
color: var(--green-500);
}
.wpcf7 .wpcf7-radio.penthouse-switch {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
width: min(980px, 100%);
margin-bottom: 40px;
}
@media (max-width: 640px) {
.wpcf7 .wpcf7-radio.penthouse-switch { grid-template-columns: 1fr; }
}
.wpcf7 .wpcf7-radio.penthouse-switch .wpcf7-list-item { margin: 0; }
.wpcf7 .wpcf7-radio.penthouse-switch label {
position: relative;
display: grid;
place-items: center;
padding: 16px 18px;
border-radius: 999px;
background: rgba(0,0,0,0.03);
border: 1px solid rgba(0,0,0,0.10);
cursor: pointer;
user-select: none;
transition: background 220ms ease, transform 180ms ease, box-shadow 220ms ease;
}
.wpcf7 .wpcf7-radio.penthouse-switch label:hover {
background: rgba(0,0,0,0.05);
}
.wpcf7 .wpcf7-radio.penthouse-switch label:hover .wpcf7-list-item-label {
color: var(--c-black);
}
.wpcf7 .wpcf7-radio.penthouse-switch input[type="radio"] {
position: absolute;
opacity: 0;
pointer-events: none;
}
.wpcf7 .wpcf7-radio.penthouse-switch .wpcf7-list-item-label {
font-weight: 500;
font-size: clamp(18px, 2vw, 20px);
color: var(--green-600);
line-height: 1.1;
}
.wpcf7 .wpcf7-radio.penthouse-switch label:has(input[type="radio"]:checked) {
background: var(--green-600);
box-shadow: 0 14px 30px rgba(92, 106, 87, 0.3);
transform: translateY(-1px);
}
.wpcf7 .wpcf7-radio.penthouse-switch label:has(input[type="radio"]:checked) .wpcf7-list-item-label {
color: var(--c-white);
}
.wpcf7 .wpcf7-radio.penthouse-switch .wpcf7-list-item-label {
margin: 0;
}
body .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:before,
body .wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:before {
background-color: var(--c-white) !important;
border-radius: 6px;
border: 1px solid var(--c-white);
}
body .wpcf7-form .wpcf7-checkbox input[type=checkbox]+span:after, 
body .wpcf7-form .wpcf7-acceptance input[type=checkbox]+span:after {
color: var(--green-700) !important;
}
body .wpcf7-form .wpcf7-checkbox label,
body .wpcf7-form .wpcf7-acceptance label,
body .wpcf7-form .wpcf7-acceptance label a {
font-size: 14px !important;
line-height: 20px !important;
}
.offer-field {
position: relative;
padding-right: 44px !important;
}
.offer-field::after {
content: "€";
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 18px;
color: var(--c-black);
font-weight: 400;
pointer-events: none;
}
body .wpcf7 form.sent .wpcf7-response-output,
body .wpcf7-mail-sent-ok {
display: none;
}
small {
font-size: 16px;
}