/* ==================================================
   IMMOMARKETINGPLUS
   Premium Landingpage CSS
   Immobilienfotografie
================================================== */


/* ==================================================
   GRUNDLAYOUT
================================================== */


*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}


html{

    scroll-behavior:smooth;

}


body{

    font-family:Arial, Helvetica, sans-serif;

    color:#444;

    background:#ffffff;

    line-height:1.7;

}


img{

    max-width:100%;

    display:block;

}


.container{

    width:90%;

    max-width:1250px;

    margin:auto;

}






/* ==================================================
   HEADER
   Vollbreiter transparenter Streifen
================================================== */


.premium-header{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    z-index:1000;

}



.premium-header .container{

    width:100%;

    max-width:none;

    padding:18px 5%;


    display:flex;

    justify-content:space-between;

    align-items:center;


    background:rgba(255,255,255,0.72);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);


    box-shadow:

    0 5px 25px rgba(0,0,0,.08);

}



.premium-header img{

    height:85px;

    width:auto;

}



.premium-header nav{

    display:flex;

    gap:35px;

}



.premium-header nav a{

    color:#0F2E4D;

    text-decoration:none;

    font-weight:600;

    letter-spacing:.4px;

    transition:.3s;

}



.premium-header nav a:hover{

    color:#C89B3C;

}






/* ==================================================
   HERO BEREICH
   Foto ohne Abdunkelung
================================================== */


.hero-premium{

    height:100vh;

    min-height:700px;

    position:relative;

    overflow:hidden;

}



.hero-background{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

}



.hero-background img{

    width:100%;

    height:100%;

    object-fit:cover;

}





.hero-overlay{

    position:absolute;

    inset:0;

    display:flex;

    align-items:center;

}



.hero-content{

    max-width:720px;

    color:white;

    padding-top:100px;

}




.hero-content span{

    display:inline-block;

    color:#D3A84B;

    font-size:14px;

    font-weight:bold;

    letter-spacing:3px;

    margin-bottom:15px;

}



.hero-content h1{

    font-family:Georgia,
    "Times New Roman",
    serif;


    font-size:68px;

    font-weight:normal;

    line-height:1.12;


    margin-bottom:25px;


    text-shadow:

    0 3px 18px rgba(0,0,0,.55);

}



.hero-content p{

    font-size:21px;

    max-width:650px;

    margin-bottom:40px;


    text-shadow:

    0 2px 15px rgba(0,0,0,.55);

}



.premium-button{

    display:inline-block;

    background:#C89B3C;

    color:#fff;

    padding:17px 45px;

    border-radius:4px;

    text-decoration:none;

    font-weight:bold;

    transition:.35s;

}



.premium-button:hover{

    background:#a97d27;

    transform:translateY(-4px);

}






/* ==================================================
   VERTRAUENSBEREICH
================================================== */


.trust-section{

    padding:55px 0;

    border-bottom:1px solid #eeeeee;

}



.trust-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    text-align:center;

}



.trust-grid strong{

    display:block;

    font-family:Georgia,
    "Times New Roman",
    serif;


    color:#0F2E4D;

    font-size:38px;

}



.trust-grid span{

    color:#777;

}






/* ==================================================
   EDITORIAL BEREICH
================================================== */


.editorial-section{

    padding:120px 0;

}



.editorial-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:80px;

}



.editorial-image img{

    border-radius:5px;

    box-shadow:

    0 25px 60px rgba(0,0,0,.18);

}



.editorial-text h2,
.services-premium h2,
.experience-section h2,
.gallery-premium h2,
.faq-section h2,
.contact-premium h2{


    font-family:Georgia,
    "Times New Roman",
    serif;


    font-size:45px;

    line-height:1.2;

    font-weight:normal;

    color:#0F2E4D;

    margin-bottom:35px;

}



.editorial-text h2:after,
.services-premium h2:after,
.experience-section h2:after,
.gallery-premium h2:after,
.faq-section h2:after{


    content:"";

    display:block;

    width:85px;

    height:3px;

    background:#C89B3C;

    margin-top:18px;

}
/* ==================================================
   LEISTUNGEN
================================================== */


.services-premium{

    background:#f8f6f1;

    padding:110px 0;

}



.service-list{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}



.service-item{

    background:#ffffff;

    padding:45px 35px;

    border-left:4px solid #C89B3C;

    transition:.35s;

}



.service-item:hover{

    transform:translateY(-8px);

    box-shadow:

    0 20px 45px rgba(0,0,0,.12);

}



.service-item h3{

    font-family:Georgia,
    "Times New Roman",
    serif;

    font-size:26px;

    font-weight:normal;

    color:#0F2E4D;

    margin-bottom:18px;

}






/* ==================================================
   ERFAHRUNG / SEO TEXT
================================================== */


.experience-section{

    padding:120px 0;

    text-align:center;

}



.experience-section p{

    max-width:950px;

    margin:25px auto;

    font-size:19px;

    color:#555;

}






/* ==================================================
   GALERIE
================================================== */


.gallery-premium{

    padding:110px 0;

    background:#f8f6f1;

}



.gallery-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}



.gallery-grid img{

    width:100%;

    height:330px;

    object-fit:cover;

    transition:.4s;

}



.gallery-grid img:hover{

    transform:scale(1.04);

    box-shadow:

    0 20px 45px rgba(0,0,0,.18);

}






/* ==================================================
   FAQ
================================================== */


.faq-section{

    padding:120px 0;

}



.faq-section h3{

    font-family:Georgia,
    "Times New Roman",
    serif;

    font-size:25px;

    font-weight:normal;

    color:#0F2E4D;

    margin-top:45px;

}



.faq-section p{

    max-width:900px;

    color:#555;

}






/* ==================================================
   KONTAKT
================================================== */


.contact-premium{

    padding:110px 0;

    background:#0F2E4D;

    color:white;

    text-align:center;

}



.contact-premium h2{

    color:white;

}



.contact-premium h2:after{

    content:"";

    display:block;

    width:85px;

    height:3px;

    background:#C89B3C;

    margin:18px auto;

}



.contact-buttons{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:20px;

    margin-top:40px;

}



.contact-buttons a{

    background:#C89B3C;

    color:#ffffff;

    text-decoration:none;

    padding:15px 38px;

    border-radius:4px;

    font-weight:bold;

    transition:.3s;

}



.contact-buttons a:hover{

    background:#a97d27;

    transform:translateY(-3px);

}






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


footer{

    background:#081d30;

    color:#ffffff;

    padding:35px 0;

}



footer .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}



footer a{

    color:white;

    text-decoration:none;

    margin-left:25px;

}



footer a:hover{

    color:#C89B3C;

}






/* ==================================================
   TABLET
================================================== */


@media(max-width:1000px){


.hero-content h1{

    font-size:50px;

}



.trust-grid{

    grid-template-columns:repeat(2,1fr);

}



.editorial-grid{

    grid-template-columns:1fr;

    gap:50px;

}



.service-list{

    grid-template-columns:1fr;

}



.gallery-grid{

    grid-template-columns:repeat(2,1fr);

}


}







/* ==================================================
   MOBILE
================================================== */


@media(max-width:650px){


.container{

    width:92%;

}



.premium-header .container{

    padding:15px 20px;

    flex-direction:column;

    gap:12px;

    background:rgba(255,255,255,.88);

}



.premium-header img{

    height:65px;

}



.premium-header nav{

    gap:18px;

    flex-wrap:wrap;

    justify-content:center;

}



.premium-header nav a{

    font-size:14px;

}



.hero-premium{

    min-height:700px;

}



.hero-content{

    padding-top:160px;

}



.hero-content h1{

    font-size:38px;

}



.hero-content p{

    font-size:17px;

}



.trust-grid{

    grid-template-columns:1fr;

}



.editorial-section,
.services-premium,
.experience-section,
.gallery-premium,
.faq-section,
.contact-premium{

    padding:70px 0;

}



.editorial-text h2,
.services-premium h2,
.experience-section h2,
.gallery-premium h2,
.faq-section h2,
.contact-premium h2{

    font-size:32px;

}



.gallery-grid{

    grid-template-columns:1fr;

}



.gallery-grid img{

    height:260px;

}



footer .container{

    flex-direction:column;

    gap:20px;

    text-align:center;

}



footer a{

    margin:0 10px;

}


}