.top-menu {
    display: block !important;
}

@font-face {
    font-family: 'CloverGrotesk';
    src: url('../webfonts/CloverGrotesk-Regular.woff2') format('woff2'); /* Fayl adını tam olaraq proyektindəkini yaz */
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'CloverGrotesk', sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Clovergrotesk Medium', sans-serif;
    background-color: #ffffff;
}

header, .main-nav, nav {
    position: relative !important;
    z-index: 999999 !important; /* Hər şeyin üstündə duracaq */
}

.project-title{
    font-size:72px;
    text-align:center;
    color:#111;
}

.project-intro{
    max-width:800px;

    margin:30px auto 15px;

    text-align:center;

    font-size:28px;
    line-height:1.5;

    color:#053d3d;
}

.project-services{
    text-align:center;

    font-size:20px;
    letter-spacing:2px;

    color:#ffffff;

    margin-bottom:60px;
}

body.projekte-page {
    background-color: #69bcbc;
    color: white; 
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100vh; 
}

.about-desc {
    color: #ffffff;
    font-size: 22px;       
    line-height: 1.9;      
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;      
}

.about-desc h1 {
    color: #69bcbc;
    font-size: 48px;       
    font-weight: 600;
    margin-bottom: 40px;
}

.about-desc h3 {
    color: #69bcbc;
    font-size: 32px;       
    margin-top: 60px;
    margin-bottom: 30px;
}

.about-desc ul li {
    margin-bottom: 35px;   
    text-align: left;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.8px; 
}


.about-desc ul li strong {
    display: block;        
    color: #ffffff;        
    font-size: 24px;       
    margin-bottom: 8px;    
    font-weight: 600;      
    letter-spacing: 0.2px;
}


/* ==========================================================================
   2. MAIN WRAPPER (Desktop Layout)
   ========================================================================== */
.home-page .main-wrapper {
    height: 100vh !important; 
    background-image: url('/images/Psd_1.png') !important;
}

.home-page .desc, 
.home-page .main-title {
    width: auto !important; 
    max-width: none !important;
    margin: 0 !important;
}


/* ==========================================================================
   3. CONTENT LEFT 
   ========================================================================== */
.content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    padding: 5% 5% 5% 10%; 
    position: relative;
    z-index: 2;
}

.logo {
    width: 250px; 
    height: auto;
}

.hero-text {
    margin-bottom: 5vh; 
}

.subtitle {
    font-size: 0.85rem;
    letter-spacing: 2.5px;
    color: #0d5b5b;
    font-weight: bold;
    margin-bottom: 2rem;
    text-transform: uppercase;
}


.main-title {
    font-size: 4.8rem; 
    line-height: 1.05;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    color: #2b2b2b;
}

.main-title .highlight {
    color: #5ba4a6; 
}

/* ==========================================================================
   4. CONTENT RIGHT (Sağ firuzəyi hissə)
   ========================================================================== */
.content-right {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 8% 10% 10% 5%; 
    position: relative;
}

.home-page .main-nav {
    display: flex;
    justify-content: flex-end;
}

.main-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end; 
}

.main-nav ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    width: auto; 
}

.main-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    display: block;
    text-align: left; 
    padding: 10px 0;
}

/* ==========================================
   FOOTER - Basis & Mobile Anpassungen
========================================== */

.footer-cta {
    position: relative;
    background: #7bc6c8;
    padding: 60px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    min-height: auto;
}

.footer-inner {
    text-align: center;
    max-width: 900px;
}

.footer-title {
    font-family: 'Elmira';
    font-weight: 400;
    font-size: clamp(32px, 8vw, 110px);
    line-height: 1.1;
    color: #000c0c;
    margin-bottom: 20px;
}
@font-face {
    font-family: 'Elmira';
    /* Pfad beginnt mit einem Slash, um vom Root-Verzeichnis der Seite zu starten */
    src: url('/webfonts/ElmiraWoff.woff2') format('woff2'), 
         url('/webfonts/ElmiraWoff.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}
.footer-subtitle {
    font-size: clamp(18px, 3vw, 40px);
    color: #000c0c;
    font-family: "CloverGrotesk";
}

.footer-divider {
    width: 800px;
    height: 2px;
    background: #000c0c;
    margin: 80px auto;
}

.footer-copy {
    position: static;
    margin-top: 30px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000c0c;
}
.footer-copy br {
    display: none;
}

/* Auf Tablet & Mobile den Zeilenumbruch anzeigen */
@media (max-width: 768px) {
    .footer-copy br {
        display: block;
    }
}

/* Verstecke Mobile-Kontakt auf Desktop */
.mobile-contact {
    display: none;
}

/* ==========================================
   TABLET & MOBILE (Media Queries)
========================================== */

@media (max-width: 992px) {
    /* Sticky Elemente auf Mobile ausblenden */
    .sticky-contact, 
    .sticky-social {
        display: none !important;
    }

    /* Mobile Kontakt-Bereich im Footer anzeigen */
    .mobile-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-title { font-size: 40px; }
    
    .footer-divider {
        width: 80%;
        margin: 40px auto;
    }
    
    .footer-copy {
        margin-top: 50px;
        padding-bottom: 20px;
    }
}

/* ==========================================
   STICKY ELEMENTE (Nur Desktop)
========================================== */

.sticky-contact {
    position: fixed;
    left: 60px;
    bottom: 60px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sticky-contact a {
    text-decoration: none;
    color: #053d3d;
    font-family: "CloverGrotesk";
}

.sticky-social {
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-social span {
    writing-mode: vertical-rl;
    font-size: 16px;
    color: #053d3d;
}

.social-line {
    width: 1px;
    height: 120px;
    background: #053d3d;
    margin: 25px 0;
}

.sticky-social a {
    color: #111;
    font-size: 45px;
    text-decoration: none;
    /* Ergänze diese Zeile: */
    display: flex;
    justify-content: center;
}

/* Erzwinge die FontAwesome-Schriftart für das Icon innerhalb des Links */
.sticky-social a i {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif !important;
    font-style: normal;
    font-weight: 400;
}

/* ==========================================
   FOOTER AKTIV
========================================== */

body.footer-active .sticky-contact,
body.footer-active .sticky-social{
    opacity:0;
    pointer-events:none;

    transition:.4s;
}

.mobile-nav{
    display:none;
}



    .footer-info {
        position: relative;
        width: 100%;
        margin-top: 30px;
        text-align: left;
        background: #f4f9f9;
        padding: 30px;
        border-radius: 15px;
        border-left: 4px solid #5ba4a6;
    }

    .footer-info p {
        max-width: 320px;
        color: #444;
        font-size: 0.95rem;
        line-height: 1.5;
    }


    .footer-info {
        padding: 25px;
        text-align: center;
        border-left: none;
        border-top: 4px solid #5ba4a6;
    }

    .footer-info p {
        max-width: 100%;
    }


    .mobile-menu span {
        background: #5ba4a6;
        transition: 0.3s;
    }

    .mobile-nav a {
        font-size: 1.4rem;
        font-weight: 600;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 15px 0;
    }

    .mobile-nav.active {
        display: block !important;
    }

/* BURGER MENU */

.mobile-menu{

    display:flex;

    flex-direction:column;

    gap:6px;

    position:absolute;

    top:10px;
    right:0;

    cursor:pointer;

    z-index:999;
}

.mobile-menu span{

    width:38px;
    height:4px;

    background:#ffffff;

    border-radius:10px;
}
.mobile-menu {
    cursor: pointer;
    padding: 10px;
    background: transparent;
    border: none;
}

.mobile-nav {
    display: none; 
    position: absolute;
    top: 70px;
    right: 20px;
    background: #a8dadc; /* Daha yumşaq yaşıl/mavi ton */
    padding: 10px 0;
    border-radius: 15px;
    z-index: 9999;
    min-width: 200px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); /* Kölgə əlavə etdik */
    backdrop-filter: blur(5px); /* Arxa fonu bir az bulanıq edir */
}

.mobile-nav a {
    display: block;
    color: #053d3d; /* Yazı rəngi */
    text-decoration: none;
    padding: 15px 25px;
    font-size: 18px;
    transition: background 0.3s ease; /* Hamar keçid */
}

/* HOVER PROBLEMİNİ HƏLL ETMƏK ÜÇÜN: */
/* Sadəcə hover zamanı rəng dəyişsin, bütün fon dəyişməsin */
.mobile-nav a:hover {
    background-color: rgba(255, 255, 255, 0.3); /* Yüngül ağlı şəffaflıq */
    color: #fff;
}


/* Header */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
}

.main-nav a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

/* Hauptbereich & Grid */
.content {
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2 Spalten */
    gap: 30px;
    margin-top: 40px;
    grid-auto-rows: minmax(240px, auto);
}

.card {
    border: none;
    padding: 0;
    background-color: #ffffff;
    color: #2b2b2b;
    border-radius: 22px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.card:hover,
.card:focus-visible {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
    outline: none;
}

.card-media {
    width: 100%;
    height: 100%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-label {
    padding: 24px 22px 20px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: rgba(255, 255, 255, 0.96);
}

.card--tall {
    height: 560px;
    background-color: black;
}

.card--large {
    height: 420px;
    background-color: #053d3d
}

.card--short {
    min-height: 260px;
    background-color: turquoise;
}

.project-lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.24s ease, visibility 0.24s ease;
    z-index: 2000;
    padding: 24px;
}

.project-lightbox.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-panel {
    position: relative;
    width: min(100%, 1000px);
    max-height: min(100%, 920px);
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.25);
}

.lightbox-image {
    width: 100%;
    display: block;
    object-fit: contain;
    max-height: calc(100vh - 180px);
}

.lightbox-title {
    margin: 0;
    padding: 24px 26px 28px;
    font-size: 1.55rem;
    font-weight: 700;
    color: #1f1f1f;
}

.lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffffeb;
    color: #222222;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

/* Footer */
.page-footer {
    text-align: center;
    padding: 60px 20px;
}

.footer-logo {
    width: 80px;
    margin-bottom: 10px;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .project-grid {
        grid-template-columns: 1fr; /* Alles untereinander auf Handy */
    }
}

.main-wrapper {
    display: flex;
    width: 100%;
    height: 100vh;
    background-image: url('/images/HeroBild_FirmaDesign.png'); 
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}

.page-transition-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: #69bcbc;
    z-index: 9999999;
    pointer-events: none;
    
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-transition-overlay.is-active {
    clip-path: circle(150% at 50% 50%);
}

/* İstiqamətlər üçün */
.from-left { clip-path: circle(0% at 0% 50%); }
.from-left.is-active { clip-path: circle(150% at 0% 50%); }

.from-right { clip-path: circle(0% at 100% 50%); }
.from-right.is-active { clip-path: circle(150% at 100% 50%); }

/* Aktiv səhifənin rəngi */
.menu li a.active {
    color: #053d3d !important;
    font-weight: 700;
}

/* Digər linklərin üzərinə gələndə turkuaz olsun (aktivdən başqa) */
.menu li a:not(.active):hover {
    color: #69bcbc;
}

.page-about, .page-contact {
    position: relative;
    background-color: #f4f4f4 !important; /* Arxa fon ağ/boz qalsın */
}

/* Şəffaf firuzəyi lay */
.page-about::after, .page-contact::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 218, 220, 0.25); /* Firuzəyi, 25% şəffaflıq */
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    z-index: 0; /* Məzmunun arxasında */
    pointer-events: none;
}

/* Məzmunu layın önünə çıxarırıq */
.page-about body > *, .page-contact body > * {
    position: relative;
    z-index: 1;
}


.diagonal-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(168, 218, 220, 0.2);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
    pointer-events: none;
}

body > header, 
body > .container, 
body > footer {
    position: relative;
    z-index: 1;
}


.mobile-footer-links {
    display: none !important;
}


/* --- MOBİL ÜÇÜN (Ekran 768px-dən kiçikdirsə) --- */
@media (max-width: 768px) {

    .mobile-menu {
        display: flex !important;
        flex-direction: column;
        gap: 6px;

        position: absolute;
        top: 75px;
        right: -50px;

        cursor: pointer;
        z-index: 99999;
    }
}

    .mobile-menu span {
        width: 38px;
        height: 4px;
        background: #053d3d;
        border-radius: 10px;
    }

    .mobile-nav {
        display: none; 
        position: absolute;
        top: 70px;
        background: #a8dadc;
        padding: 20px;
        border-radius: 15px;
        z-index: 9999;
        min-width: 200px;
    }


/* --- MOBİL ÜÇÜN (768px və aşağı) --- */
@media (max-width: 768px) {
    .mobile-menu { display: flex !important; }
    .mobile-nav { display: none; }
    .top-menu { display: none !important; } 
    .sticky-contact, .sticky-social { display: none !important; }
}

/* --- DESKTOP ÜÇÜN (769px və yuxarı) --- */
@media (min-width: 769px) {
    .mobile-menu, .mobile-nav { display: none !important; }
    .top-menu, .menu { display: block !important; }
    
    .sticky-contact {
        position: fixed !important;
        bottom: 50px;
        left: 40px;
        display: flex !important;
        flex-direction: column;
        z-index: 999;
    }
    .sticky-social {
        position: fixed !important;
        bottom: 50px;
        right: 40px;
        display: flex !important;
        flex-direction: column;
        align-items: flex-end;
        z-index: 999;
    }
}

/* --- HOVER EFFEKTİNİ BƏRPA ETMƏK --- */
.top-menu .menu li a {
    transition: color 0.3s ease; /* Yumşaq keçid üçün */
    color: #053d3d; /* İlkin rəng */
}

.top-menu .menu li a:hover {
    color: #025e5e !important; /* Tünd firuzəyi rəng (buranı öz rənginə uyğunlaşdıra bilərsən) */
}

a:hover {
    color: #025e5e !important; /* Buradakı rəngi öz tünd firuzəyi rənginlə dəyiş */
    transition: 0.3s !important;
}
/* Bu kod ən güclü prioriteti daşıyır */
.top-menu .menu li a {
    color: #053d3d !important;
}

.top-menu .menu li a:hover {
    color: #025e5e !important; 
    text-decoration: none !important;
}

.services-box{
    max-width:1100px;
    margin:0 auto 100px;
    padding:45px 60px;
    border:1px solid #0d5b5b;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:25px 50px;
}

.services-box span{
    color:#0d5b5b;
    font-family:"CloverGrotesk";
    font-size:14px;
    line-height:1.2;
}
html {
  scroll-behavior: smooth;
}

@media (max-width: 992px) {
    .main-nav {
        display: none !important;
    }
}
body .mobile-contact {
    display: none !important;
}

@media (max-width: 992px) {
    body .mobile-contact {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .hero-text {
        margin-bottom: 2vh; /* Etwas Platz nach unten für das Smartphone */
    }

    .subtitle {
        font-size: 0.7rem; /* Etwas kleiner für den schmalen Screen */
        margin-bottom: 1rem;
    }

    @media (max-width: 767px) {
    .main-title {
        font-size: 2rem !important; /* Fontu kiçilt */
        max-width: 90%;             /* Ekranın kənarlarından azca boşluq saxla */
        line-height: 1.1;           /* Sətirarası məsafəni azalt */
    }
}
}
.subtitle br {
    display: none;
}

/* Nur auf Mobile: Das <br> anzeigen */
@media (max-width: 768px) {
    .subtitle br {
        display: block;
    }
    
    /* Optional: Damit der Text in zwei Zeilen nicht zu groß wirkt */
    .subtitle {
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
}
.project-item:active {
    transform: scale(0.98); /* Das Bild "zuckt" beim Tippen kurz */
    opacity: 0.9;
}
@media (max-width: 767px) {
    .hero-image-container { /* Və ya şəkillərinin olduğu div-in adı nədirsə */
        width: 100%;
        height: auto;
    }
}


/* Nur Mobile: Logo auf Kontakt/About richtig oben links */
@media (max-width: 768px) {

    body.page-kontakt .logo,
    body.page-about .logo {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;

        width: 95px !important;
        height: auto !important;

        position: fixed !important;
        top: 38px !important;
        left: 24px !important;
        z-index: 999999 !important;
    }

    body.page-kontakt .mobile-menu,
body.page-about .mobile-menu {

    position: fixed !important;
    top: 55px !important;
    right: 24px !important;
}
}

/* ==============================
   ABOUT PAGE – firma design
============================== */

.about-page-section{
    max-width:1180px;
    margin:0 auto;
    padding:120px 40px 100px;
    color:#053d3d;
}

.about-hero-block{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:70px;
    align-items:center;
    margin-bottom:110px;
}

.about-hero-text h1{
    font-size:54px;
    line-height:1.05;
    font-weight:700;
    margin-bottom:35px;
}

.about-hero-text h1 span{
    display:block;
    font-family:"Elmira";
    font-size:64px;
    font-weight:400;
    margin-top:8px;
}

.about-hero-text p{
    font-size:19px;
    line-height:1.55;
    max-width:430px;
}

.about-hero-image img,
.about-process-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

.about-process-title{
    text-align:center;
    margin:0 auto 90px;
    max-width:700px;
}

.about-process-title h2{
    font-size:30px;
    line-height:1.25;
    font-weight:700;
}

.about-process-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    margin-bottom:110px;
}

.about-process-row.reverse .about-process-image{
    order:2;
}

.about-process-row.reverse .about-process-text{
    order:1;
}

.about-process-image{
    width:100%;
}

.about-process-text{
    max-width:430px;
    position:relative;
}

.about-process-text span{
    display:block;
    font-size:54px;
    font-weight:700;
    opacity:.16;
    margin-bottom:12px;
}

.about-process-text h3{
    font-size:32px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:14px;
    color:#053d3d;
}

.about-process-text h4{
    font-size:23px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:14px;
    color:#053d3d;
}

.about-process-text p{
    font-size:18px;
    line-height:1.45;
    font-weight:400;
    color:#053d3d;
    max-width:420px;
}

/* Tablet */
@media(max-width:992px){

    .about-hero-block,
    .about-process-row{
        grid-template-columns:1fr;
        gap:35px;
    }

    .about-process-row.reverse .about-process-image,
    .about-process-row.reverse .about-process-text{
        order:initial;
    }
}

/* Mobile */
@media(max-width:768px){

    .about-page-section{
        padding:120px 24px 70px;
    }

    .about-hero-text h1{
        font-size:36px;
    }

    .about-hero-text h1 span{
        font-size:46px;
    }

    .about-hero-text p{
        font-size:16px;
    }

    .about-process-title{
        margin-bottom:60px;
    }

    .about-process-title h2{
        font-size:22px;
    }

    .about-process-text span{
        font-size:38px;
    }

    .about-process-text h3{
        font-size:25px;
    }

    .about-process-text h4{
        font-size:19px;
    }

    .about-process-text p{
        font-size:16px;
        max-width:100%;
    }

    .about-process-row{
        margin-bottom:75px;
    }
}
.about-process-image img{
    width:100%;
    min-height:420px;
    object-fit:cover;
}
.about-cta{
    text-align:center;
    max-width:900px;
    margin:80px auto 100px;
}

.about-cta p{
    margin-bottom:40px;
    font-style:italic;
    line-height:1.7;
    font-size:18px;
}

.about-cta .bts{
    display:flex;
    justify-content:center;
}
body.page-about .footer-cta{
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}
body.page-about .about-page-section{
    padding-bottom:0 !important;
}
body.page-about .footer-cta{
    margin-bottom:0 !important;
    padding-bottom:60px;
}
/* ==========================
   SUBPAGE HEADER
========================== */

.subpage-header{
    background:#8dc6c8;
    width:100%;
    position:relative;
    z-index:100;
}

.subpage-head-inner{
    max-width:1180px;
    margin:0 auto;
    padding:35px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.subpage-logo img{
    height:170px;
    width:auto;
    display:block;
}

.subpage-nav{
    display:flex;
    gap:45px;
}

.subpage-nav a{
    color:#ffffff;
    text-decoration:none;
    font-size:28px;
    font-weight:500;
    transition:.3s;
}

.subpage-nav a:hover{
    opacity:.7;
}

/* Mobile */

@media(max-width:768px){

    .subpage-nav{
        display:none;
    }

    .subpage-head-inner{
        padding:25px 24px;
    }

    .subpage-logo img{
        height:65px;
    }
}

/* ==============================
   STARTSEITE – Arbeitsweise Teaser
============================== */

.work-process-teaser{
    width:100%;
    padding:90px 20px;
    background:#7bc6c8;
    display:flex;
    justify-content:center;
    align-items:center;
}

.work-process-inner{
    max-width:520px;
    text-align:left;
    color:#053d3d;
}

.work-process-inner h2{
    font-size:38px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:18px;
}

.work-process-inner h2 span{
    display:block;
    font-family:"Elmira";
    font-weight:400;
    font-size:42px;
    margin-top:4px;
    color:#ffffff;
}

.work-process-inner p{
    font-size:18px;
    line-height:1.55;
    margin-bottom:32px;
}

.work-process-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 28px;
    background:#053d3d;
    color:#ffffff !important;
    text-decoration:none;
    font-size:16px;
    border-radius:4px;
    transition:.3s;
}

.work-process-btn:hover{
    background:#025e5e;
    color:#ffffff !important;
}

.work-process-btn span{
    font-size:20px;
}

/* Mobile */
@media(max-width:768px){

    .work-process-teaser{
        padding:70px 24px;
    }

    .work-process-inner{
        text-align:center;
    }

    .work-process-inner h2{
        font-size:30px;
    }

    .work-process-inner h2 span{
        font-size:36px;
    }

    .work-process-inner p{
        font-size:16px;
    }
}

/* Nur Startseite */
.footer-home{
    background:#f5f5f5;
}

.footer-home .footer-title,
.footer-home .footer-subtitle,
.footer-home .footer-copy,
.footer-home .mobile-contact a{
    color:#053d3d;
}

.footer-home .footer-divider{
    background:#053d3d;
}
.footer-title{
    text-align:center;
    font-size:72px;
    line-height:0,85;
    margin-bottom:35px;
    letter-spacing:0;
    margin-bottom:20px;
}
.footer-subtitle{
    margin-top:0;
    padding-top:0;
    line-height:1.2;
    margin-bottom:30px;
}

.footer-divider{
    margin:0 auto 25px;
    width:60%;
}
.footer-copy{
    position: relative;
    top: -30px;
}

.main-wrapper{
    position:relative;
    overflow:hidden;
}

/* FIX HERO + NAV */

@media (min-width: 993px) {
    body.home-page .main-wrapper {
        background-image: url('/images/Psd_1.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        min-height: 100vh !important;
    }

    body.home-page .main-nav {
        display: flex !important;
    }

    body.home-page .mobile-menu,
    body.home-page .mobile-nav {
        display: none !important;
    }

    body.home-page .hero-text {
        display: block !important;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    body.home-page .main-wrapper {
        background-image: url('/images/HeroBild_FirmaDesign.png') !important;
        background-size: cover !important;
        background-position: center 55px !important;
        background-repeat: no-repeat !important;
        min-height: 100vh !important;
    }

    body.home-page .hero-text {
        display: none !important;
    }

    body.home-page .main-nav {
        display: none !important;
    }

    body.home-page .mobile-menu {
        display: flex !important;
    }

    body.home-page .mobile-nav {
        display: none;
    }
}
@media (min-width: 662px) and (max-width: 992px) {
    body.home-page .main-nav,
    body.home-page .content-right {
        display: none !important;
    }

    body.home-page .mobile-menu {
        display: flex !important;
        position: fixed !important;
        top: 30px !important;
        right: 45px !important;
        z-index: 999999 !important;
    }
}

