/* For Lunor Visuals
   © Daniel Cantero Marzari
   Handcrafted visual design with intent and soul
   Do not copy or redistribute. */

:root {
--lv-bg: #0A0D1C;
--lv-header-bg: #11152A;
--lv-text: #F9F6F2;
--lv-accent: #D9C7A3;
}

html {
scroll-behavior: smooth;
height: 100%;
overflow-y: hidden;
}
body::-webkit-scrollbar { display: none; }
body.lv_body {
margin: 0;
background: var(--lv-bg);
color: var(--lv-text);
overflow-x: hidden;
overflow-y: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
@keyframes lv_gelatin {
0% { transform: translateY(0) scale(1, 1); }
30% { transform: translateY(-8px) scale(0.97, 1.03); }
60% { transform: translateY(0) scale(1.03, 0.97); }
80% { transform: translateY(-4px) scale(0.99, 1.01); }
90% { transform: translateY(0) scale(1.01, 0.99); }
100% { transform: translateY(0) scale(1, 1); }
}
@keyframes lv_glow {
0% { box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); }
50% { box-shadow: 0 0 20px rgba(0, 123, 255, 0.8); }
100% { box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); }
}
@keyframes lv_pulse {
0%, 100% { transform: scale(1); opacity: 0.8; }
50% { transform: scale(1.08); opacity: 1; }
}
@keyframes lv_arrow_glow {
0%, 100% { opacity: 0.4; transform: translateX(-50%) translateY(0); filter: drop-shadow(0 0 0 transparent); }
50% { opacity: 1; transform: translateX(-50%) translateY(6px); filter: drop-shadow(0 0 8px rgba(217,199,163,0.4)); }
}
@keyframes lv_light_sweep {
0% { left: -80%; opacity: 0; }
50% { opacity: 1; }
100% { left: 130%; opacity: 0; }
}
@keyframes lv_scroll_pulse {
0%,100% { opacity: 0.3; transform: translateY(-50%) scaleY(1); }
50% { opacity: 0.7; transform: translateY(-50%) scaleY(1.4); }
}
.lv_loader {
position: fixed;
inset: 0;
background: var(--lv-bg);
display: flex;
justify-content: center;
align-items: center;
z-index: 99999;
}
.lv_loader_logo {
width: 140px;
animation: lv_pulse 2.5s ease-in-out infinite;
}
.lv_header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: var(--lv-bg);
height: 100px;
display: flex;
align-items: center;
z-index: 1000;
opacity: 0;
}
.lv_music_icon {
width: 28px;
height: 28px;
filter: brightness(0) invert(1);
cursor: pointer;
transition: opacity 0.3s;
margin-right: 15px;
opacity: 0.45;
margin-top: 4px;
}
.lv_music_icon:hover { opacity: 0.7; }
.lv_header_logo {
height: 100px;
width: auto;
opacity: 0;
transition: none;
pointer-events: auto;
}
.lv_burger {
position: absolute;
left: 32px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 5000;
transition: transform 0.25s ease;
will-change: transform;
pointer-events: auto;
}
.lv_burger span {
display: block;
width: 100%;
height: 1px;
background: var(--lv-text);
transition: all 0.25s ease;
}
.lv_burger:hover { transform: translateY(-50%) scale(0.9); }
.lv_burger:hover span:nth-child(2) { width: 70%; margin-left: 15%; opacity: 1; }
.lv_burger.lv_active span:nth-child(1) { transform: rotate(45deg) translateY(8px); }
.lv_burger.lv_active span:nth-child(2) { opacity: 0; width: 100%; margin-left: 0; }
.lv_burger.lv_active span:nth-child(3) { transform: rotate(-45deg) translateY(-8px); }
.lv_burger.lv_active:hover { transform: translateY(-50%) scale(0.9); }
.lv_burger.lv_active:hover span { background: var(--lv-accent); }
.lv_menu_overlay {
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 335px;
background: rgba(10, 13, 28, 0.97);
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding-top: 120px;
transform: translateX(-100%);
z-index: 1500;
box-shadow: 2px 0 20px rgba(0,0,0,0.4);
}
.lv_menu_logo {
position: absolute;
top: 40px;
left: 20px;
height: 100px;
width: auto;
opacity: 0;
transition: opacity 0.5s ease;
pointer-events: none;
}
.lv_menu_logo.lv_active { opacity: 1; }
.lv_menu_items { list-style: none; padding: 0; margin: 30px 0 0 52px; }
.lv_menu_items li { margin: 20px 0; }
.lv_menu_items a {
position: relative;
font-family: 'Exo', sans-serif;
font-weight: 300;
font-size: 1.05rem;
color: rgba(255, 255, 255, 0.85);
letter-spacing: 0.12em;
text-transform: uppercase;
transition: all 0.35s ease;
text-decoration: none;
display: inline-block;
opacity: 0.88;
}
.lv_menu_items a::after {
content: "";
position: absolute;
left: 50%;
bottom: -6px;
transform: translateX(-50%);
width: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(115, 210, 255, 0.7), transparent);
opacity: 0.6;
transition: width 0.4s ease, opacity 0.3s ease;
}
.lv_menu_items a:hover {
color: #6fcfff;
opacity: 1;
transform: scale(1.04) translateY(-1px);
text-shadow: 0 0 12px rgba(115, 210, 255, 0.4);
}
.lv_menu_items a:hover::after {
width: 55%;
opacity: 1;
}
.lv_menu_items li {
animation: lv_menu_fadein 0.8s ease both;
}
@keyframes lv_menu_fadein {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.lv_menu_close {
position: absolute;
top: 30px;
right: 25px;
font-size: 28px;
color: var(--lv-text);
cursor: pointer;
transition: transform 0.3s ease;
}
.lv_menu_close:hover { transform: rotate(90deg); }
.lv_dim_overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.35);
opacity: 0;
pointer-events: none;
z-index: 1400;
transition: opacity 0.4s ease;
}
.lv_hero {
position: relative;
height: calc(100vh - 100px);
margin-top: 100px;
overflow: hidden;
background: #000;
visibility: hidden;
opacity: 0;
transition: opacity 0.8s ease;
}
.lv_hero.lv_visible { visibility: visible; opacity: 1; }
.lv_video_slider {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 0;
background: #000;
}
.lv_video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
object-fit: cover;
opacity: 0;
z-index: 0;
filter: blur(0px);
will-change: opacity, filter;
pointer-events: none;
transition: opacity .6s ease;
}
.lv_video.lv_active { opacity: 1; z-index: 1; }
.lv_hero_overlay {
position: absolute;
inset: 0;
pointer-events: none;
background: linear-gradient(180deg, rgba(10,13,28,0.12) 0%, rgba(10,13,28,0.35) 60%, rgba(10,13,28,0.75) 100%);
z-index: 2;
}
.lv_hero_slogan {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 100%;
max-width: 90%;
z-index: 10;
color: rgba(255,255,255,0.9);
font-family: "Exo", "Outfit", sans-serif;
font-weight: 100;
letter-spacing: 0.22em;
line-height: 1.05;
opacity: 0;
text-transform: uppercase;
text-shadow: 0 0 18px rgba(255,255,255,0.05);
}
.lv_hero_slogan h1 {
margin: 1;
font-size: clamp(1.8rem, 4vw, 3.6rem);
font-weight: 100;
}
.lv_hero_slogan span { display: inline-block; opacity: 1; transform: none; }
.lv_scroll_arrow {
position: fixed;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
color: rgba(255,255,255,0.75);
text-decoration: none;
animation: lv_arrow_glow 1.5s ease-in-out infinite;
padding: 6px 6px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50px;
font-family: 'Outfit', sans-serif;
text-transform: uppercase;
letter-spacing: 0.12em;
font-size: 0.9rem;
cursor: pointer;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 2000;
}
.lv_cta_btn {
position: absolute;
top: 62%;
left: 50%;
transform: translateX(-50%);
padding: 18px 58px;
font-family: 'Outfit', sans-serif;
font-weight: 300;
letter-spacing: 0.18em;
font-size: 1.1rem;
color: rgba(255,255,255,0.9);
text-transform: uppercase;
border: 1px solid rgba(255,255,255,0.2);
border-radius: 60px;
background: rgba(255,255,255,0.05);
backdrop-filter: blur(4px);
box-shadow: 0 0 10px rgba(0,0,0,0.4);
transition: all 0.3s ease;
z-index: 10;
overflow: hidden;
isolation: isolate;
}
.lv_cta_btn:hover {
color: #fff;
border-color: rgba(255,255,255,0.4);
box-shadow: 0 0 22px rgba(217,199,163,0.25);
background: rgba(255,255,255,0.1);
}
.lv_cta_btn::before {
content: "";
position: absolute;
inset: 0;
left: -60%;
width: 50%;
height: 100%;
background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.25) 50%, transparent 100%);
transform: skewX(-20deg);
pointer-events: none;
z-index: 1;
}
.lv_cta_btn:hover::before { animation: lv_light_sweep 1.2s ease-out; }
.lv_nav_arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 56px;
height: 56px;
border-radius: 999px;
background: transparent;
border: 1px solid rgba(255,255,255,0.06);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 1000!important;
color: rgba(255,255,255,0.95);
transition: transform .12s ease, opacity .12s ease;
}
.lv_nav_arrow:hover { transform: translateY(-50%) scale(1.04); opacity: 1; }
.lv_nav_prev { left: 18px; }
.lv_nav_next { right: 18px; }
.lv_nav_prev svg { transform: rotate(90deg); }
.lv_nav_next svg { transform: rotate(-90deg); }
@media (max-width: 992px) {
.lv_header_logo { height: 60px; }
.lv_menu_logo { height: 60px; }
.lv_hero { height: calc(100vh - 60px); margin-top: 60px; }
}
#herosu {
  font-family: 'Exo', sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
@media (max-width: 480px) {
.lv_hero_slogan { top: 34%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.lv_cta_btn {
position: absolute !important;
left: 50% !important;
right: auto !important;
transform: translateX(-50%) !important;
padding: 10px 34px !important;
font-size: 0.85rem !important;
letter-spacing: 0.12em !important;
border-radius: 44px !important;
max-width: 84% !important;
text-align: center !important;
display: inline-block !important;
color: #fff !important;
background: rgba(255,255,255,0.06) !important;
border: 1px solid rgba(255,255,255,0.12) !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.55) !important;
backdrop-filter: blur(6px) !important;
-webkit-backdrop-filter: blur(6px) !important;
overflow: visible !important;
z-index: 50 !important;
}
.lv_cta_btn::before { display: none !important; }
.lv_scroll_arrow {
bottom: 8px !important;
padding: 8px !important;
transform: translateX(-50%) !important;
}
.lv_nav_arrow { display: none; }
}
html.lv_preload .lv_hero_video,
html.lv_preload .lv_video,
html.lv_preload .lv_hero_slogan,
html.lv_preload .lv_nav_arrow,
html.lv_preload .lv_cta_btn,
html.lv_preload .lv_scroll_arrow,
html.lv_preload .lv_new-section {
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}
.lv_services-section {
background-color: var(--lv-bg);
color: var(--lv-text);
padding: 3rem 0;
width: 100%;
height: calc(110vh - 70px);
overflow: hidden;
}
.lv_section-header {
text-transform: uppercase;
font-family: 'Exo', sans-serif;
font-weight: 100;
font-size: 2rem;
color: var(--lv-text);
text-align: center;
margin-top: 50px;
margin-bottom: 20px;
line-height: 1.2;
}
.lv_service-item {
position: relative;
height: 100%;
}
.lv_service-item img {
width: 100vw;
height: 100vh;
object-fit: cover;
object-position: center top;
}
@media (max-width: 768px) {
.lv_service-item img {
width: 100vw;
height: 100vh;
object-fit: cover;
}
}
.lv_service-text {
position: absolute;
bottom: 50%;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
font-family: 'Exo', sans-serif;
}
.lv_service-text h3 {
font-weight: 100;
font-size: 2.5rem;
letter-spacing: 0.22em;
line-height: 1.05;
text-transform: uppercase;
text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
}
.lv_service-text p {
font-weight: 100;
font-size: 1.25rem;
letter-spacing: 0.1em;
line-height: 1.2;
text-transform: uppercase;
text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
margin-top: 15px;
}
.lv_portfolio-item {
position: relative;
height: 100%;
}
.lv_portfolio-item img {
width: 100vw;
height: 100vh;
object-fit: cover;
}
.lv_portfolio-text {
position: absolute;
bottom: 62%;
left: 50%;
transform: translateX(-50%);
text-align: center;
color: #fff;
font-family: 'Exo', sans-serif;
}
.lv_portfolio-text h3 {
font-weight: 100;
font-size: 2.5rem;
letter-spacing: 0.22em;
line-height: 1.05;
text-transform: uppercase;
text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
}
.lv_portfolio-text p {
font-weight: 100;
font-size: 1.25rem;
letter-spacing: 0.1em;
line-height: 1.2;
text-transform: uppercase;
text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
margin-top: 15px;
}
.lv_portfolio_video {
width: 100%;
max-height: 100%;
object-fit: cover;
aspect-ratio: 16/9;
display: block;
margin: 0 auto;
border-radius: 0;
background: #000;
transition: filter 0.4s ease;
}
#lv_portfolio-carousel .lv_cta_btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.lv_portfolio_video:hover {
filter: brightness(1.05);
}
.lv_scroll_indicator {
position: fixed;
right: 28px;
top: 20%;
transform: translateY(-50%);
width: 3px;
height: 70px;
background: linear-gradient(to bottom,
rgba(255,255,255,0.0) 0%,
rgba(255,255,255,0.4) 50%,
rgba(255,255,255,0.0) 100%);
border-radius: 2px;
animation: lv_scroll_pulse 2.2s ease-in-out infinite;
opacity: 0.5;
z-index: 4000;
pointer-events: none;
transition: top 0.8s ease-in-out, opacity 0.6s ease;
}
.lv_back-to-hero {
position: fixed;
top: 19%;
left: 50%;
transform: translateX(-50%);
color: rgba(255,255,255,0.75);
text-decoration: none;
animation: lv_arrow_glow 1.5s ease-in-out infinite;
padding: 6px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 50px;
font-family: 'Outfit', sans-serif;
letter-spacing: 0.12em;
font-size: 0.9rem;
cursor: pointer;
opacity: 0;
transition: opacity 0.4s ease;
z-index: 99999999;
}
.lv_back-to-hero.lv_visible { opacity: 1; }
.lv_about-section {
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
}
.lv_about_bg {
inset: 0;
width: 100%;
height: 100%;
filter: brightness(0.45);
z-index: 0;
}
@media (max-width: 768px) {
.lv_about_bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(0.25);
z-index: 0;
}
}
.lv_cinematic_text {
position: absolute;
top: 57%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 100%;
max-width: 1200px;
padding: 0 60px;
font-family: 'Exo', sans-serif;
font-weight: 200;
font-size: 1.0rem;
line-height: 2.1;
letter-spacing: 0.12em;
color: white;
text-align: center;
}
.lv_cinematic_text h2 {
text-transform: uppercase;
font-weight: 100;
letter-spacing: 0.3em;
margin-bottom: 2rem;
color: var(--lv-accent);
font-size: 1.6rem;
}
@media (max-width: 768px) {
.lv_cinematic_text {
position: absolute;
top: 53%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 90%;
max-width: 600px;
padding: 0 10px;
font-family: 'Exo', sans-serif;
font-weight: 300;
font-size: clamp(0.8rem, 4vw, 1.1rem);
line-height: 1.4;
letter-spacing: 0.08em;
color: #fff;
text-align: center;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
}
@media (max-width: 768px) {
.lv_back-to-hero,
.lv_scroll_arrow {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}
}
.lv_timeline_static {
position: absolute;
top: calc(50% + 20px);
left: 50%;
transform: translateX(-50%);
width: 140px;
height: 4px;
background: rgba(255,255,255,0.1);
border-radius: 3px;
overflow: visible;
pointer-events: auto;
z-index: 9999999999999;
opacity: 0;
transition: opacity 0.4s ease;
}
.lv_cta_btn.lv_active_controls + .lv_timeline_static {
opacity: 1;
}
.lv_timeline_bar {
width: 0%;
height: 100%;
background: linear-gradient(90deg, rgba(0,255,255,0.1) 0%, rgba(0,255,255,0.9) 80%, rgba(255,255,255,0.3) 100%);
border-radius: 3px;
box-shadow: 0 0 10px rgba(0,255,255,0.6);
transition: width 0.15s linear;
}
.lv_timeline_dot {
position: absolute;
top: 50%;
left: 0%;
width: 10px;
height: 10px;
border-radius: 50%;
background: rgba(0,255,255,0.9);
box-shadow: 0 0 15px rgba(0,255,255,0.9);
transform: translate(-50%, -50%) scale(1);
transition: left 0.1s linear, transform 0.2s ease;
}
.lv_timeline_static:hover .lv_timeline_dot {
transform: translate(-50%, -50%) scale(1.25);
box-shadow: 0 0 25px rgba(0,255,255,1);
}
@keyframes lv_timeline_pulse {
0%, 100% { opacity: 0.8; box-shadow: 0 0 15px rgba(0,255,255,0.8); }
50% { opacity: 1; box-shadow: 0 0 25px rgba(0,255,255,1); }
}
.lv_timeline_static .lv_timeline_dot {
animation: lv_timeline_pulse 2s ease-in-out infinite;
}
@media (max-width: 768px) {
.lv_service-item,
.lv_portfolio-item {
display: flex;
flex-direction: column;
align-items: center;
}
.lv_portfolio_video {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
.lv_portfolio-text {
position: relative !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
text-align: center;
margin-top: 16px;
padding: 0 18px;
}
#lv_portfolio-carousel .lv_cta_btn {
position: relative !important;
top: auto !important;
left: auto !important;
transform: none !important;
margin-top: 10px;
margin-bottom: 30px;
}
.lv_timeline_static {
position: relative !important;
top: auto !important;
left: auto !important;
transform: none !important;
margin-top: 6px;
}
}
#lang-toggle {
position: absolute;
right: 48px;
font-family: 'Exo', sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 1.5px;
color: rgba(230, 230, 230, 0.78);
text-transform: uppercase;
background: none;
border: none;
cursor: pointer;
transition: color 0.25s ease, transform 0.25s ease;
}
#lang-toggle:hover {
color: rgba(255, 255, 255, 0.95);
transform: scale(1.07);
}
@media (max-width: 768px) {
.lv_service-item,
.lv_portfolio-item {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.lv_portfolio_video {
position: relative !important;
width: 100% !important;
height: auto !important;
aspect-ratio: 16/9 !important;
object-fit: cover !important;
display: block !important;
margin-bottom: 24px !important;
transition: margin 0.4s ease !important;
}
.lv_portfolio-text {
position: relative !important;
bottom: auto !important;
left: auto !important;
transform: none !important;
text-align: center !important;
margin-top: 8px !important;
margin-bottom: 18px !important;
padding: 0 24px !important;
}
.lv_portfolio-text h3 {
font-size: 1.5rem !important;
letter-spacing: 0.15em !important;
line-height: 1.2 !important;
}
.lv_portfolio-text p {
font-size: 0.9rem !important;
letter-spacing: 0.08em !important;
line-height: 1.4 !important;
margin-top: 10px !important;
opacity: 0.85 !important;
}
#lv_portfolio-carousel .lv_cta_btn {
position: relative !important;
top: auto !important;
left: auto !important;
transform: none !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
margin-top: 8px !important;
margin-bottom: 34px !important;
padding: 14px 40px !important;
border-radius: 40px !important;
font-size: 0.9rem !important;
background: rgba(255,255,255,0.08) !important;
border: 1px solid rgba(255,255,255,0.18) !important;
box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
backdrop-filter: blur(6px) !important;
transition: all 0.3s ease !important;
}
#lv_portfolio-carousel .lv_cta_btn img {
height: 18px !important;
width: auto !important;
}
.lv_timeline_static {
display: none !important;
opacity: 0 !important;
position: relative !important;
top: auto !important;
left: auto !important;
transform: none !important;
margin-top: 10px !important;
margin-bottom: 40px !important;
width: 120px !important;
overflow: visible !important;
}
.lv_cta_btn.lv_active_controls + .lv_timeline_static {
display: block !important;
opacity: 1 !important;
animation: lv_timeline_fadein 0.6s ease forwards;
}
.lv_timeline_bar { height: 4px !important; }
.lv_timeline_dot {
top: 50% !important;
transform: translate(-50%, -50%) scale(1.2) !important;
box-shadow: 0 0 18px rgba(0,255,255,0.9) !important;
}
@keyframes lv_timeline_fadein {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes lv_timeline_pulse_mobile {
0%,100% { opacity: 0.8; box-shadow: 0 0 18px rgba(0,255,255,0.8); }
50% { opacity: 1; box-shadow: 0 0 28px rgba(0,255,255,1); }
}
.lv_timeline_static .lv_timeline_dot {
animation: lv_timeline_pulse_mobile 2.5s ease-in-out infinite !important;
}
.lv_nav_arrow { display: none !important; }
.lv_portfolio-item:not(:has(.lv_portfolio-text:not(:empty):not([style*="display:none"]))) .lv_portfolio_video {
margin-bottom: 10px !important;
margin-top: -30px !important;
}
.lv_portfolio-item:not(:has(.lv_portfolio-text:not(:empty):not([style*="display:none"]))) .lv_cta_btn {
margin-top: -6px !important;
margin-bottom: 26px !important;
}
.lv_portfolio-item:not(:has(.lv_portfolio-text:not(:empty):not([style*="display:none"]))) .lv_timeline_static {
margin-top: 4px !important;
}
.lv_portfolio-text.hidden ~ .lv_portfolio_video {
margin-top: -30px !important;
margin-bottom: 10px !important;
}
.lv_portfolio-text.hidden ~ .lv_cta_btn {
margin-top: -6px !important;
}
.lv_portfolio-text.hidden ~ .lv_timeline_static {
margin-top: 4px !important;
}
}
.lv_foto_fullscreen_btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 50px;
backdrop-filter: blur(6px);
padding: 10px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.25s ease;
z-index: 5000;
}
.lv_foto_fullscreen_btn:hover {
background: rgba(255,255,255,0.15);
box-shadow: 0 0 12px rgba(217,199,163,0.3);
transform: translate(-50%, -50%) scale(1.06);
}
.lv_foto_fullscreen_btn img {
width: 22px;
height: 22px;
filter: brightness(0) invert(1);
transition: opacity 0.25s ease;
}
.lv_foto_fullscreen_btn.fadeout img { opacity: 0; }
@media (max-width: 768px) {
.lv_foto_fullscreen_btn {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 8px;
}
.lv_foto_fullscreen_btn img {
width: 24px;
height: 24px;
}
}
.lv_fullscreen_btn {
position: fixed;
bottom: 50px;
right: 50px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.18);
border-radius: 50px;
backdrop-filter: blur(6px);
padding: 10px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.25s ease;
z-index: 5000;
}
.lv_fullscreen_btn:hover {
background: rgba(255,255,255,0.15);
box-shadow: 0 0 12px rgba(217,199,163,0.3);
transform: scale(1.06);
}
.lv_fullscreen_btn img {
width: 22px;
height: 22px;
filter: brightness(0) invert(1);
transition: opacity 0.25s ease;
}
.lv_fullscreen_btn.fadeout img { opacity: 0; }
@media (max-width: 768px) {
.lv_fullscreen_btn {
bottom: 71%;
right: 21px;
padding: 8px;
}
.lv_fullscreen_btn img {
width: 24px;
height: 24px;
}
}
@media (max-width: 768px) {
.lv_mobile_circle_nav {
position: relative;
margin: 34px auto 44px auto;
width: 84px;
height: 84px;
border-radius: 50%;
border: 1px solid rgba(255,255,255,0.18);
background: radial-gradient(circle at 40% 40%, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
backdrop-filter: blur(10px) saturate(160%);
-webkit-backdrop-filter: blur(10px) saturate(160%);
display: flex;
justify-content: center;
align-items: center;
gap: 28px;
box-shadow:
inset 0 0 30px rgba(255,255,255,0.05),
0 0 25px rgba(217,199,163,0.12);
transition: all 0.4s ease;
}
.lv_mobile_circle_nav:hover {
border-color: rgba(217,199,163,0.35);
transform: scale(1.05);
box-shadow:
inset 0 0 25px rgba(217,199,163,0.1),
0 0 35px rgba(217,199,163,0.25);
}
.lv_arrow_icon {
width: 26px;
height: 26px;
cursor: pointer;
transition: transform 0.3s ease, opacity 0.3s ease;
filter: drop-shadow(0 0 6px rgba(255,255,255,0.1));
}
.lv_arrow_icon:hover path { stroke: rgba(217,199,163,0.95); }
.lv_arrow_icon:active { transform: scale(0.88); opacity: 0.7; }
@keyframes lv_glass_pulse {
0%,100% { box-shadow: inset 0 0 20px rgba(255,255,255,0.05), 0 0 20px rgba(217,199,163,0.15); }
50% { box-shadow: inset 0 0 28px rgba(255,255,255,0.1), 0 0 40px rgba(217,199,163,0.25); }
}
.lv_mobile_circle_nav { animation: lv_glass_pulse 4s ease-in-out infinite; }
}
@media screen and (orientation: landscape) and (hover: none) and (pointer: coarse) {
body::before {
content: "Bitte Gerät aufrecht halten 📱";
position: fixed;
inset: 0;
background: rgba(10,13,28,0.96);
color: rgba(255,255,255,0.85);
font-family: 'Exo', sans-serif;
font-size: 1rem;
letter-spacing: 0.04em;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
z-index: 9999999999999999999;
backdrop-filter: blur(8px);
}
html, body { overflow: hidden !important; height: 100vh !important; }
video, .lv_portfolio_video { filter: blur(6px) brightness(0.5); }
}
.lv_video {
opacity: 0;
transition: opacity 1.8s ease-in-out;
object-fit: cover;
width: 100%;
height: 100%;
pointer-events: none;
}
.lv_video.lv_active { opacity: 1; }
.lv_video[poster] { background: none !important; }
.lv_video::before { content: none !important; display: none !important; }
.lv_video:not(.lv_active) { visibility: hidden; }
#lv_foto_portfolio .lv_service-text {
position: absolute;
top:30%;
max-width: 50%;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.9);
}
.lv_kat_overlay {
position: fixed;
inset: 0;
display: none;
align-items: center;
justify-content: center;
background: radial-gradient(circle at center, rgba(8, 10, 18, 0.96) 0%, rgba(3, 4, 8, 0.98) 100%);
z-index: 99999999999999999;
backdrop-filter: blur(14px) saturate(120%);
}
.lv_kat_overlay.active {
display: flex;
animation: fadeInLens 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes fadeInLens {
from { opacity: 0; transform: scale(1.08); filter: brightness(0.75) blur(6px); }
to { opacity: 1; transform: scale(1); filter: brightness(1); }
}
.lv_kat_content {
text-align: center;
padding: 4vh 0;
animation: lensPulse 8s ease-in-out infinite alternate;
}
@keyframes lensPulse {
0% { filter: brightness(0.9); }
50% { filter: brightness(1.08); }
100% { filter: brightness(0.9); }
}
.lv_kat_list {
list-style: none;
margin: 0;
font-family: 'Exo', sans-serif;
font-weight: 300;
font-size: 1.3rem;
letter-spacing: 0.05em;
color: rgba(255, 255, 255, 0.88);
}
.lv_kat_list li {
margin: 18px 0;
transition: all 0.35s ease;
cursor: pointer;
opacity: 0.85;
transform: translateY(0);
}
.lv_kat_list li:hover {
color: #6fcfff;
opacity: 1;
transform: scale(1.06) translateY(-2px);
text-shadow: 0 0 14px rgba(115, 210, 255, 0.45);
}
.lv_kat_list li::after {
content: "";
display: block;
width: 0;
height: 1px;
margin: 8px auto 0 auto;
background: linear-gradient(90deg, transparent, rgba(115, 210, 255, 0.7), transparent);
transition: width 0.4s ease;
opacity: 0.6;
}
.lv_kat_list li:hover::after { width: 60%; }
@media (max-width: 992px) {
.lv_kat_list {
font-size: 1.15rem;
line-height: 2.4rem;
}
}
@media (max-width: 600px) {
.lv_kat_list {
font-size: 1rem;
line-height: 2.2rem;
}
.lv_kat_list li { margin: 12px 0; }
}
.lv_lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.95);
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s ease;
z-index: 999999999999999;
cursor: zoom-out;
}
.lv_lightbox.active {
opacity: 1;
visibility: visible;
}
.lv_lightbox_img {
max-width: 90vw;
max-height: 90vh;
object-fit: contain;
box-shadow: 0 0 40px rgba(255, 255, 255, 0.2);
transform: scale(0.95);
transition: transform 0.4s ease;
}
.lv_lightbox.active .lv_lightbox_img { transform: scale(1); }
.lv_lightbox_close {
position: absolute;
top: 2rem;
right: 2rem;
color: white;
font-size: 2.5rem;
cursor: pointer;
transition: opacity 0.3s;
z-index: 10000;
}
.lv_lightbox_close:hover { opacity: 0.7; }
.lv_header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
background: var(--lv-bg);
display: flex;
align-items: center;
justify-content: center;
z-index: 1000;
overflow: hidden;
transition: all 0.4s ease;
}
.lv_header_logo {
height: 100px;
width: auto;
opacity: 1;
transform: translateY(0);
transition: opacity 0.7s ease, transform 0.7s ease;
}
.lv_header_title {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0.95);
font-family: 'Exo', sans-serif;
font-weight: 200;
letter-spacing: 0.18em;
text-transform: uppercase;
font-size: 1.6rem;
color: var(--bs-heading-color);
opacity: 0;
pointer-events: none;
white-space: nowrap;
text-shadow: 0 0 12px rgba(217,199,163,0.35);
transition:
opacity 1s ease,
transform 1s ease,
text-shadow 1s ease;
}
body:has(.lv_floating_filter) .lv_header_title {
transform: translateX(-50px);
}
.lv_service-text h3,
.lv_service-text p {
color: #fff;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.lv_portfolio-text h3,
.lv_portfolio-text p {
color: #fff;
text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
@media (max-width: 768px) {
.lv_header_title {
font-size: 1.3rem;
line-height: 1.25;
letter-spacing: 0.1em;
max-width: 85%;
text-align: center;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transform: translate(-50%, -50%) scale(1);
}
}
@media (max-width: 768px) {
.lv_project_request_bg {
filter: brightness(0.15);
}
}
.lv_header.lv_scrolled .lv_header_logo,
.lv_header.lv_scrolled .lv_header_logo img {
opacity: 0 !important;
transform: translateY(-50px) scale(0.9) !important;
pointer-events: none !important;
transition: opacity 0.6s ease, transform 0.7s ease;
}
.lv_header.lv_scrolled .lv_header_title {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
text-shadow: 0 0 22px rgba(217,199,163,0.6);
transition-delay: 0.15s;
}
.lv_header:not(.lv_scrolled) .lv_header_title {
opacity: 0;
transform: translate(-50%, -85%) scale(0.95);
text-shadow: 0 0 10px rgba(217,199,163,0.25);
transition: opacity 0.5s ease, transform 0.6s ease;
}
.lv_floating_filter {
position: fixed;
top: 25px;
right: 120px;
width: 50px;
height: 50px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
border: 1px solid rgba(255, 255, 255, 0.28);
backdrop-filter: blur(10px) saturate(160%);
-webkit-backdrop-filter: blur(10px) saturate(160%);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 9000;
animation: lv_filter_pulse 3.6s ease-in-out infinite;
transition: all 0.35s ease;
box-shadow:
0 0 14px rgba(255, 255, 255, 0.18),
inset 0 0 16px rgba(255, 255, 255, 0.06);
}
.lv_floating_filter:hover {
background: rgba(255, 255, 255, 0.15);
border-color: rgba(255, 255, 255, 0.5);
box-shadow:
0 0 34px rgba(255, 255, 255, 0.38),
inset 0 0 20px rgba(255, 255, 255, 0.1);
transform: scale(1.1);
}
@media (max-width: 768px) {
.lv_floating_filter {
top: 120px;
right: 20px;
width: 32px;
height: 32px;
}
}
@keyframes lv_filter_pulse {
0%, 100% {
box-shadow:
0 0 16px rgba(255, 255, 255, 0.2),
inset 0 0 14px rgba(255, 255, 255, 0.08);
transform: scale(1);
}
50% {
box-shadow:
0 0 40px rgba(255, 255, 255, 0.45),
inset 0 0 20px rgba(255, 255, 255, 0.12);
transform: scale(1.05);
}
}
.lv_floating_filter svg {
width: 28px;
height: 28px;
stroke: rgba(255, 255, 255, 0.9);
stroke-width: 1.4;
transition: stroke 0.3s ease;
pointer-events: none;
}
.lv_floating_filter:hover svg {
stroke: rgba(255, 255, 255, 1);
}
.lv_signature {
position: absolute;
bottom: 28px;
left: 52px;
font-family: Georgia, "Times New Roman", serif;
font-style: italic;
font-weight: 400;
font-size: 0.6rem;
color: rgba(255, 255, 255, 0.45);
letter-spacing: 0.35px;
text-align: left;
opacity: 0.8;
pointer-events: auto;
z-index: 2000;
}
.lv_signature a {
color: inherit;
text-decoration: none;
pointer-events: auto;
transition: color 0.3s ease;
}
.lv_signature a:hover {
color: rgba(255, 255, 255, 0.75);
cursor: pointer;
}
#lv_about_us_section .lv_project_request_bg {
filter: brightness(1) !important;
}
.lv_header_mini_logo {
width: 35px;
height: auto;
vertical-align: middle;
margin-right: 15px;
opacity: 0;
transform: translateY(-2px)!important;
transition: opacity 0.6s ease, transform 0.6s ease;
filter: drop-shadow(0 0 8px rgba(217,199,163,0.35));
}
.lv_header.lv_scrolled .lv_header_mini_logo {
opacity: 1;
transform: translateY(0);
}
.lv_header_title {
top: 46% !important;
transform: translate(-50%, -50%) !important;
}
@media (max-width: 768px) {
.lv_service-text {
bottom: auto;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
padding: 0 10px;
text-align: center;
}
.lv_service-text h3 {
font-size: 1.4rem;
letter-spacing: 0.14em;
}
.lv_service-text p {
font-size: 0.85rem;
line-height: 1.25;
letter-spacing: 0.08em;
}
}
#lv_contact_description {
resize: none;
height: 140px;
overflow: hidden;
min-height: 140px;
max-height: 140px;
}
#lv_privacy_overlay {
position: fixed;
inset: 0;
display: none;
justify-content: center;
align-items: flex-start;
background: rgba(0, 0, 0, 0.88);
backdrop-filter: blur(12px);
z-index: 400;
overflow-y: auto;
scroll-behavior: smooth;
max-height:550px;
padding-top: 130px;
overflow:hidden;
}
#lv_privacy_overlay.active {
display: flex;
animation: fadeIn 0.9s ease forwards;
}
.lv_privacy_inner {
width: 100%;
max-width: 1400px;
background: rgba(0, 0, 0, 0.42);
border-radius: 20px;
box-shadow: 0 0 70px rgba(0,0,0,0.7);
padding: 60px 80px;
text-align: center;
font-family: 'Exo', sans-serif;
color: rgba(255,255,255,0.88);
}
.lv_privacy_inner h1 {
text-transform: uppercase;
letter-spacing: 0.12em;
font-weight: 200;
font-size: 1.8rem;
margin-top: 0;
margin-bottom: 2.4em;
color: var(--lv-accent);
text-shadow: 0 0 20px rgba(217,199,163,0.25);
}
.lv_privacy_inner h2 {
text-transform: uppercase;
letter-spacing: 0.06em;
color: #dcdcdc;
font-size: 1.15rem;
font-weight: 500;
margin-top: 2em;
margin-bottom: 0.4em;
}
.lv_privacy_inner p,
.lv_privacy_inner li {
font-size: 0.95rem;
line-height: 1.65;
margin-bottom: 0.6em;
color: rgba(255,255,255,0.85);
}
.lv_privacy_inner ul {
list-style: none;
padding: 0;
margin: 0 0 0.8em 0;
}
.lv_privacy_inner ul li::before {
content: "– ";
color: rgba(255,255,255,0.35);
}
.lv_privacy_inner a {
color: #dcdcdc;
text-decoration: none;
transition: color 0.3s ease;
}
.lv_privacy_inner a:hover {
color: #fff;
}
#lv_privacy_close {
position: fixed;
top: 24px;
right: 32px;
color: #d9c7a3;
background: none;
border: none;
font-size: 2.2rem;
cursor: pointer;
transition: opacity 0.3s ease;
z-index: 9500;
}
#lv_privacy_close:hover { opacity: 0.7; }
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(60px);
filter: blur(12px);
}
to {
opacity: 1;
transform: translateY(0);
filter: blur(0);
}
}
@keyframes lv_scroll_pulse {
0%,100% { opacity: 0.3; transform: scaleY(1); }
50% { opacity: 0.7; transform: scaleY(1.4); }
}
.lv_privacy_header {
position: sticky;
top: 0;
display: flex;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.55);
backdrop-filter: blur(12px);
padding: 16px 28px;
z-index: 9500;
border-bottom: 1px solid rgba(255,255,255,0.08);
}
.lv_privacy_header h3 {
margin: 0 auto;
font-family: 'Exo', sans-serif;
font-weight: 200;
font-size: 1.4rem;
letter-spacing: 0.18em;
color: var(--lv-accent);
text-transform: uppercase;
text-align: center;
position: relative;
left: 12px;
}
#lv_privacy_close {
position: absolute;
right: 24px;
top: 10px;
color: #d9c7a3;
background: none;
border: none;
font-size: 2.2rem;
cursor: pointer;
transition: opacity 0.3s ease;
}
#lv_privacy_close {
color: #d9c7a3;
background: none;
border: none;
font-size: 2.2rem;
cursor: pointer;
transition: opacity 0.3s ease;
}
#lv_privacy_close:hover { opacity: 0.7; }
.lv_privacy_scroll {
position: relative;
max-height: 70vh;
overflow: hidden;
cursor: ns-resize;
}
.lv_privacy_content {
overflow-y: auto;
max-height: 50vh;
padding-right: 6px;
scrollbar-width: none;
}
.lv_privacy_content::-webkit-scrollbar {
display: none;
}
.lv_privacy_scroll::after {
content: "";
position: absolute;
top: 0;
right: 0;
width: 10px;
height: 100%;
background: linear-gradient(to bottom,
rgba(255,255,255,0.08),
rgba(255,255,255,0.03));
border-radius: 6px;
opacity: 0;
pointer-events: none;
transition: opacity 0.4s ease;
}
.lv_privacy_scroll.lv_active::after {
opacity: 0.4;
}
#lv_impressum_overlay {
display: flex;
justify-content: center;
align-items: flex-start;
padding-top: 110px;
padding-bottom: 60px;
}
#lv_impressum_overlay .lv_privacy_inner {
width: 100%;
max-width: 1000px;
background: rgba(0, 0, 0, 0.42);
border-radius: 20px;
box-shadow: 0 0 70px rgba(0,0,0,0.7);
padding: 60px 80px;
}
#lv_impressum_overlay .lv_privacy_scroll {
width: 100%;
max-width: 800px;
margin: 0 auto;
max-height: 50vh;
overflow: hidden;
cursor: ns-resize;
}
#lv_impressum_overlay .lv_privacy_content {
max-height: 45vh;
}
#lv_video_portfolio.playing .lv_nav_arrow,
#lv_video_portfolio.playing .lv_scroll_arrow,
#lv_video_portfolio.playing .lv_back-to-hero,
#lv_video_portfolio.playing .lv_scroll_indicator {
opacity: 0 !important;
pointer-events: none !important;
visibility: hidden !important;
}
.lv_modal {
position: fixed;
inset: 0;
display: none;
justify-content: center;
align-items: center;
background: rgba(10, 13, 28, 0.9);
backdrop-filter: blur(14px) saturate(160%);
-webkit-backdrop-filter: blur(14px) saturate(160%);
z-index: 9999999999999999999;
font-family: 'Exo', sans-serif;
color: var(--lv-text);
overflow: hidden;
padding: 0;
}
.lv_modal.active {
display: flex;
animation: lv_modal_fadein 0.6s cubic-bezier(0.25, 1, 0.3, 1) forwards;
}
@keyframes lv_modal_fadein {
0% { opacity: 0; transform: scale(0.96) translateY(10px); filter: blur(6px); }
100% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}
.lv_modal_inner {
position: relative;
background: rgba(15, 18, 30, 0.9);
border: 1px solid rgba(217,199,163,0.3);
border-radius: 20px;
box-shadow:
0 0 45px rgba(217,199,163,0.15),
inset 0 0 25px rgba(255,255,255,0.05);
width: 92%;
max-width: 850px;
max-height: 85vh;
display: flex;
flex-direction: column;
overflow: hidden;
color: rgba(255,255,255,0.92);
}
.lv_modal_close {
position: absolute;
top: 18px;
right: 26px;
font-size: 2rem;
color: var(--lv-accent);
background: none;
border: none;
cursor: pointer;
transition: transform 0.3s ease, opacity 0.3s ease;
z-index: 10;
}
.lv_modal_close:hover { transform: scale(1.1); opacity: 0.75; }
.lv_modal_content {
padding: 60px 70px 50px 70px;
overflow-y: auto;
scroll-behavior: smooth;
flex: 1;
}
.lv_modal_content h2 {
font-size: 1.05rem;
font-weight: 300;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--lv-accent);
margin-top: 1.4rem;
margin-bottom: 0.4rem;
}
.lv_modal_content p {
font-size: 0.95rem;
line-height: 1.75;
font-weight: 200;
color: rgba(255,255,255,0.9);
margin-bottom: 1rem;
}
.lv_modal_content strong {
font-weight: 400;
color: rgba(255,255,255,0.95);
}
.lv_modal_content ul {
list-style: none;
padding: 0;
margin: 0.8rem 0 1.4rem 0;
}
.lv_modal_content li {
position: relative;
padding-left: 18px;
margin-bottom: 6px;
font-size: 0.95rem;
line-height: 1.6;
color: rgba(255,255,255,0.88);
}
.lv_modal_content li::before {
content: "•";
position: absolute;
left: 0;
color: var(--lv-accent);
font-size: 1.1rem;
line-height: 1;
}
.lv_modal_footer {
margin-top: 2rem;
font-size: 0.85rem;
text-align: center;
letter-spacing: 0.05em;
color: rgba(255,255,255,0.55);
}
.lv_modal_content a {
color: var(--lv-accent);
text-decoration: none;
transition: color 0.3s ease, text-shadow 0.3s ease;
}
.lv_modal_content a:hover {
color: #fff;
text-shadow: 0 0 6px rgba(217,199,163,0.4);
}
.lv_modal_content::-webkit-scrollbar { width: 10px; }
.lv_modal_content::-webkit-scrollbar-track {
background: transparent;
}
.lv_modal_content::-webkit-scrollbar-thumb {
background: linear-gradient(
180deg,
rgba(217,199,163,0.18),
rgba(217,199,163,0.32)
);
border-radius: 8px;
border: 2px solid rgba(15,18,30,0.9);
}
.lv_modal_content::-webkit-scrollbar-thumb:hover {
background: linear-gradient(
180deg,
rgba(217,199,163,0.28),
rgba(217,199,163,0.45)
);
}
.lv_modal_content {
scrollbar-width: thin;
scrollbar-color: rgba(217,199,163,0.35) transparent;
}
@media (max-width: 768px) {
.lv_modal_inner {
max-height: 90vh;
border-radius: 14px;
}
.lv_modal_content {
padding: 40px 28px 34px 28px;
}
.lv_modal_content h2 {
font-size: 0.95rem;
letter-spacing: 0.1em;
}
.lv_modal_content p,
.lv_modal_content li {
font-size: 0.9rem;
}
.lv_modal_close {
top: 16px;
right: 20px;
font-size: 1.8rem;
}
}
.lv_noscroll {
overflow: hidden !important;
}
.lv_modal_content p[data-i18n^="privacy_text1"],
.lv_modal_content p[data-i18n^="imprint_text1"],
.lv_modal_content p[data-i18n^="imprint_text2"] {
white-space: pre-line;
display: block;
line-height: 1.65;
}
.lv_modal_content p[data-i18n^="privacy_text1"] strong,
.lv_modal_content p[data-i18n^="imprint_text1"] strong {
display: block;
margin-bottom: 4px;
font-weight: 400;
color: rgba(255,255,255,0.95);
}
.lv_modal_content a[href^="mailto:"],
.lv_modal_content a[href^="tel:"] {
display: inline-block;
margin-top: 2px;
color: var(--lv-accent);
text-decoration: none;
transition: color .3s ease;
}
.lv_modal_content a[href^="mailto:"]:hover,
.lv_modal_content a[href^="tel:"]:hover {
color: #fff;
}
.lv_modal_content {
scrollbar-gutter: stable;
padding-right: 12px;
mask-image: linear-gradient(to bottom,
transparent 0,
black 16px,
black calc(100% - 16px),
transparent 100%);
-webkit-mask-image: linear-gradient(to bottom,
transparent 0,
black 16px,
black calc(100% - 16px),
transparent 100%);
}
.lv_modal_content::-webkit-scrollbar {
width: 10px;
}
.lv_modal_content::-webkit-scrollbar-track {
background: transparent;
margin-block: 16px;
}
.lv_modal_content::-webkit-scrollbar-thumb {
background: linear-gradient(
180deg,
rgba(217,199,163,0.2) 0%,
rgba(217,199,163,0.35) 100%
);
border-radius: 8px;
border: 2px solid rgba(15,18,30,0.9);
box-shadow: 0 0 6px rgba(217,199,163,0.15);
}
.lv_modal_content::-webkit-scrollbar-thumb:hover {
background: linear-gradient(
180deg,
rgba(217,199,163,0.3) 0%,
rgba(217,199,163,0.5) 100%
);
}
.lv_modal_content {
scrollbar-color: rgba(217,199,163,0.35) transparent;
scrollbar-width: thin;
scrollbar-margin-top: 12px;
}


/* END OF FILE */