.elementor-9233 .elementor-element.elementor-element-2b2d283{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9233 .elementor-element.elementor-element-acf196f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-9233{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════════════
   ESCON GmbH — Homepage CSS
   RipTight Marketing · April 2026
   Last modified: 2026-05-05 | Changes: ref-card gradient lightened; Im Fokus section light background added
   
   Sections:
     1.  Design Tokens
     2.  Global Reset & Base
     3.  Scrollbar
     4.  Buttons
     4b. Coming Soon Tooltip
     5.  Hero
     6.  Stats Bar
     7.  Global Section Styles
     8.  Projekte
     9.  Bauträger
     10. Referenzen
     11. Team
     12. Testimonials
     13. Partner Carousel
     14. CTA
     15. Footer
     16. Reveal Animation
     17. Responsive
   ═══════════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 1 — DESIGN TOKENS
   ═══════════════════════════════════════════════════════════════════════ */
:root {
    --noir: #0A0A0A;
    --anthrazit: #1A1A1A;
    --graphit: #2A2A2A;
    --orange: #F37022;
    --gold: #C9A96E;
    --creme: #FAF7F2;
    --warm-white: #F5F0EB;
    --radius-pill: 100px;
}


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 2 — GLOBAL RESET & BASE
   ═══════════════════════════════════════════════════════════════════════ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--noir); color: var(--warm-white); font-family: 'DM Sans', sans-serif; font-weight: 300; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 400; color: var(--creme); }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 3 — SCROLLBAR
   ═══════════════════════════════════════════════════════════════════════ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--noir); }
::-webkit-scrollbar-thumb { background: var(--graphit); border-radius: 10px; transition: background 0.3s; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }
* { scrollbar-width: thin; scrollbar-color: var(--graphit) var(--noir); }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 4 — BUTTONS
   ═══════════════════════════════════════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 18px 42px; border-radius: var(--radius-pill); text-decoration: none !important; font-weight: 500; font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.btn-primary { background-color: var(--orange); color: #fff !important; border: 1px solid var(--orange); margin-right: 15px; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(243, 112, 34, 0.2); }
.btn-outline { border: 1px solid var(--warm-white); color: var(--warm-white) !important; text-decoration: none; }
.btn-outline:hover { background: var(--warm-white); color: var(--noir) !important; text-decoration: none; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 4b — COMING SOON TOOLTIP
   ═══════════════════════════════════════════════════════════════════════ */
.btn-coming-soon { position: relative; display: inline-block; }
.coming-soon-tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(10,10,10,0.92);
  border: 1px solid rgba(243,112,34,0.35);
  color: rgba(250,247,242,0.85);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
  z-index: 100;
}
.coming-soon-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(243,112,34,0.35);
}
.btn-coming-soon:hover .coming-soon-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 5 — HERO (escon-hero.html)
   opacity: 1 / filter: none — previously 0.65 / grayscale(80%)
   overlay lightened — previously rgba(10,10,10,0.7)
   ═══════════════════════════════════════════════════════════════════════ */
.hero { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; padding: 0 5%; background-color: var(--noir); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url('https://escon-objekte.de/wp-content/uploads/2026/05/escon-berlin-team-hero-home.webp') center/cover; opacity: 1; filter: none; z-index: 1; will-change: transform, opacity; }
.hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(243, 112, 34, 0.08) 0%, rgba(10, 10, 10, 0.3) 100%); z-index: 2; }
.hero-content { max-width: 1000px; z-index: 10; position: relative; }
.hero-tags { font-size: 0.7rem; color: var(--orange); letter-spacing: 5px; text-transform: uppercase; margin-bottom: 20px; display: block; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1.05; margin-bottom: 32px; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--creme); }
.hero p { font-size: 1.15rem; color: var(--warm-white); opacity: 0.7; max-width: 600px; margin: 0 auto 48px; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 6 — STATS BAR (escon-stats.html)
   ═══════════════════════════════════════════════════════════════════════ */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); padding: 48px 10%; background-color: var(--anthrazit); margin-top: 0 !important; border-top: 1px solid var(--graphit); position: relative; z-index: 20; }
.stat-item { text-align: center; border-right: 1px solid rgba(255,255,255,0.05); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 3.2rem; font-family: 'Playfair Display', serif; color: var(--orange); display: block; line-height: 1; margin-bottom: 8px; }
.stat-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 7 — GLOBAL SECTION STYLES
   ═══════════════════════════════════════════════════════════════════════ */
.section { padding: 100px 10%; position: relative; z-index: 20; }
.section-header { margin-bottom: 80px; text-align: center; }
.section-header h2 { font-size: 3.5rem; margin-bottom: 20px; }
@media (max-width: 480px) { .section-header h2 { font-size: 1.6rem; white-space: normal; } }
.section-header p { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 8 — PROJEKTE (escon-projekte.html)
   ═══════════════════════════════════════════════════════════════════════ */
/* Im Fokus homepage widget — light background + padding override */
section#projekte.section {
  background: var(--warm-white) !important;
  padding-top: 65px !important;
  padding-bottom: 0px !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
  margin-top: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid var(--gold) !important;
}
section#projekte.section .section-header { margin-bottom: 40px !important; }
section#projekte.section .section-header p { color: var(--gold); }
section#projekte.section .section-header h2 { color: var(--anthrazit); }
section#projekte.section .section-header h2 em { color: var(--gold); }
.project-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.project-card { background: #222222; border-radius: 16px; overflow: hidden; border: 1px solid var(--graphit); transition: all 0.5s ease; position: relative; display: flex; flex-direction: column; cursor: default !important; }
.project-card:hover { transform: scale(1.02); border-color: var(--orange); }
.project-img-wrap { width: 100%; height: 400px; overflow: hidden; position: relative; flex-shrink: 0; }
.project-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; filter: brightness(0.85); display: block; }
.project-img-wrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
.project-card:hover .project-img { transform: scale(1.1); filter: brightness(1); }
.status-badge { position: absolute; top: 25px; left: 25px; background: rgba(10,10,10,0.8); backdrop-filter: blur(5px); color: var(--orange); padding: 6px 16px; border-radius: var(--radius-pill); font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; z-index: 2; }
.project-info { padding: 30px; display: flex; flex-direction: column; flex: 1; }
.project-meta { font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; display: block; }
.project-title { font-size: 1.6rem; margin-bottom: 20px; }
.project-specs { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 25px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 15px; flex: 1; align-content: flex-start; }
.project-spec-item { font-size: 0.75rem; color: var(--warm-white); opacity: 0.7; }
.project-spec-item strong { display: block; font-size: 1rem; color: var(--creme); margin-top: 3px; font-weight: 500; }
.project-link { color: var(--orange); text-decoration: none; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 500; border-bottom: 1px solid transparent; transition: border 0.3s; }
.project-card:hover .project-link { border-bottom: 1px solid var(--orange); }
.project-link-btn { display: inline-block; color: #fff !important; background: var(--orange); text-decoration: none; font-size: 0.65rem; font-weight: 500; text-transform: uppercase; letter-spacing: 2px; padding: 8px 20px; border-radius: 999px; border: 1px solid var(--orange); transition: transform 0.25s, box-shadow 0.25s; align-self: flex-start; }
.project-link-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(243,112,34,0.35); }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 9 — BAUTRÄGER (escon-bautraeger.html)
   ═══════════════════════════════════════════════════════════════════════ */
.bautraeger-teaser { background: var(--anthrazit); display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-top: 1px solid var(--graphit); border-bottom: 1px solid var(--graphit); position: relative; z-index: 20; overflow: hidden; }
.bt-content { padding: 100px 15%; }
.bt-visual-wrap { position: relative; height: 100%; min-height: 600px; overflow: hidden; }
.bt-visual { position: absolute; inset: 0; background: url('https://escon-objekte.de/wp-content/uploads/2026/04/escon-bautraeger-projektvertrieb-berlin.avif') center/cover; filter: grayscale(1) contrast(1.2); opacity: 0.4; animation: kenBurns 30s ease-in-out infinite alternate; }
@keyframes kenBurns { 0% { transform: scale(1); } 100% { transform: scale(1.15); } }
.bt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 48px 0; }
.bt-icon-box h4 { font-family: 'DM Sans'; font-weight: 500; font-size: 0.9rem; color: var(--creme); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.bt-icon-box p { font-size: 0.85rem; opacity: 0.6; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 10 — REFERENZEN (escon-referenzen.html)
   ═══════════════════════════════════════════════════════════════════════ */
.ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 50px; }
.ref-card { position: relative; border-radius: 12px; overflow: hidden; height: 420px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1); cursor: default !important; }
.ref-card:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 30px 60px rgba(0,0,0,0.6); }
.ref-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(10,10,10,0.88) 0%,
        rgba(10,10,10,0.45) 30%,
        rgba(10,10,10,0.0) 58%
    );
    z-index: 1;
}
.ref-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.3) brightness(1); display: block; transition: filter 0.5s ease, transform 0.5s ease; }
.ref-card:hover .ref-bg { filter: grayscale(0) brightness(1.5); transform: scale(1.05); }
.ref-card img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
.ref-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; z-index: 2; }
.sold-badge { position: absolute; top: 20px; right: 20px; background: var(--gold); color: var(--noir); padding: 6px 14px; border-radius: 4px; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; z-index: 2; }
.ref-metrics { display: flex; gap: 20px; margin-top: 15px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; }
.ref-metric { font-size: 0.7rem; color: var(--warm-white); opacity: 0.8; }
.ref-metric span { display: block; font-size: 1.1rem; color: var(--creme); font-family: 'Playfair Display', serif; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 11 — TEAM (escon-team.html)
   ═══════════════════════════════════════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.team-card { text-align: center; }
.team-img-wrap { width: 100%; aspect-ratio: 3/4; border-radius: 12px; overflow: hidden; margin-bottom: 25px; background: var(--anthrazit); }
.team-img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); transition: filter 0.5s; display: block; }
.team-img-wrap img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block !important; }
.team-card:hover .team-img { filter: grayscale(0); }
.team-role { font-size: 0.7rem; color: var(--orange); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; display: block; font-weight: 600; }
.team-name { font-size: 1.6rem; margin-bottom: 5px; }
.team-subtitle { display: block; font-size: 0.95rem; font-style: italic; color: var(--gold); margin-bottom: 15px; }
.team-quote { font-size: 0.95rem; font-style: italic; opacity: 0.8; max-width: 280px; margin: 0 auto; line-height: 1.6; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 12 — TESTIMONIALS (escon-testimonials.html)
   ═══════════════════════════════════════════════════════════════════════ */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.testi-card { background: var(--graphit); padding: 40px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); position: relative; display: flex; flex-direction: column; }
.testi-card::before { content: '"'; position: absolute; top: 20px; left: 30px; font-size: 6rem; font-family: 'Playfair Display'; color: rgba(255,255,255,0.03); line-height: 1; z-index: 1; }
.testi-stars { color: var(--gold); font-size: 1.2rem; margin-bottom: 20px; position: relative; z-index: 2; letter-spacing: 2px; }
.testi-text { font-size: 1rem; font-style: italic; margin-bottom: 30px; position: relative; z-index: 2; line-height: 1.8; flex-grow: 1; }
.testi-author-wrap { display: flex; align-items: center; gap: 15px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; position: relative; z-index: 2; margin-top: auto; }
.testi-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid var(--anthrazit); }
.testi-author-info strong { display: block; color: var(--creme); font-weight: 500; font-size: 0.95rem; }
.testi-author-info span { font-size: 0.8rem; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 13 — PARTNER CAROUSEL (escon-partner.html)
   ═══════════════════════════════════════════════════════════════════════ */
.partner-section { background: var(--warm-white); padding: 45px 0; overflow: hidden; position: relative; z-index: 20; }
.partner-section::before, .partner-section::after { content: ''; position: absolute; top: 0; width: 15%; height: 100%; z-index: 2; pointer-events: none; }
.partner-section::before { left: 0; background: linear-gradient(to right, var(--warm-white) 0%, transparent 100%); }
.partner-section::after { right: 0; background: linear-gradient(to left, var(--warm-white) 0%, transparent 100%); }
.partner-track { display: flex; width: max-content; align-items: center; animation: scroll 40s linear infinite; }
.partner-track:hover { animation-play-state: paused; }
.partner-logo { max-height: 34px; margin: 0 30px; object-fit: contain; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 14 — CTA (escon-cta.html)
   ═══════════════════════════════════════════════════════════════════════ */
.cta-section { padding: 120px 10%; text-align: center; background: radial-gradient(ellipse 70% 80% at 50% 40%, #16213E 0%, #1A1A2E 45%, #0A0A0A 100%); border-top: 1px solid var(--graphit); position: relative; overflow: hidden; z-index: 20; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top, rgba(243, 112, 34, 0.05) 0%, transparent 60%); }
.cta-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-content h2 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 20px; line-height: 1.1; }
.cta-content p { font-size: 1.2rem; opacity: 0.8; margin-bottom: 40px; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 15 — FOOTER
   ═══════════════════════════════════════════════════════════════════════ */
footer { background: var(--noir); padding: 60px 10% 30px; border-top: 1px solid rgba(255,255,255,0.05); position: relative; z-index: 20; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { font-family: 'DM Sans'; font-size: 0.85rem; color: var(--warm-white); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; font-weight: 600; }
.footer-col p { font-size: 0.85rem; opacity: 0.7; max-width: 250px; line-height: 1.4; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; font-size: 0.85rem; opacity: 0.7; color: var(--warm-white); }
.footer-col ul a { color: var(--warm-white); text-decoration: none; font-size: 0.85rem; opacity: 0.7; transition: all 0.3s; }
.footer-col ul a:hover { opacity: 1; color: var(--orange); }
.social-links { display: flex; gap: 15px; margin-top: 25px; }
.social-link { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1); color: var(--warm-white); opacity: 0.7; }
.social-link:hover { opacity: 1; border-color: var(--orange); color: var(--orange); transform: translateY(-3px); }
.social-link svg { width: 14px; height: 14px; fill: currentColor; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 20px; display: flex; justify-content: center; text-align: center; font-size: 0.75rem; opacity: 0.5; }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 16 — REVEAL ANIMATION
   ═══════════════════════════════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(40px); transition: all 1s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }


/* ═══════════════════════════════════════════════════════════════════════
   SECTION 17 — RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .stats { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .stat-item { border-right: none; }
    .bautraeger-teaser { grid-template-columns: 1fr; }
    .bt-visual-wrap { min-height: 400px; order: -1; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .hero h1 { font-size: 3.2rem; }
    .section { padding: 80px 5%; }
    .project-grid, .ref-grid { grid-template-columns: 1fr; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .btn { width: 100%; margin-bottom: 15px; margin-right: 0; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero-content { margin-top: 40px; }
    .section-header h2 { font-size: 2rem; }
    .bt-content { padding: 60px 8%; }
    .cta-section { padding: 80px 5%; }
    .cta-content h2 { font-size: 2.2rem; }
    .testi-grid { grid-template-columns: 1fr; }
    .bautraeger-teaser { grid-template-columns: 1fr; }
    .bt-visual-wrap { min-height: 300px; order: -1; }
    .stats { grid-template-columns: repeat(2, 1fr); gap: 30px; padding: 40px 5%; }
    .stat-num { font-size: 2.4rem; }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hero h1 { font-size: 2.2rem; margin-bottom: 15px; }
    .hero p { margin-bottom: 25px; }
    .section { padding: 60px 5%; }
    .project-grid, .ref-grid, .team-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .hero-tags { margin-bottom: 10px; }
    .stat-num { font-size: 2.2rem; }
    .stat-label { font-size: 0.5rem; }
    .stats { padding: 40px 5%; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 2.4rem; }
    .section { padding: 60px 5%; }
    .section-header h2 { font-size: 1.6rem; }
    .team-grid { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr 1fr; gap: 20px; }
    .stat-num { font-size: 2rem; }
    .bt-content { padding: 40px 5%; }
    .cta-section { padding: 60px 5%; }
    .cta-content h2 { font-size: 1.8rem; }
    .footer-grid { grid-template-columns: 1fr; }
    .ref-grid { grid-template-columns: 1fr; }
}/* End custom CSS */