.elementor-756 .elementor-element.elementor-element-7de8f6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ce4ba39 */body { margin: 0; }

/* ============================================================
   ALLES GESCOPED ONDER .berens-tg-wrap
   - Full-bleed secties (100vw) zodat achtergrond altijd klopt
   - Harde hex-kleuren (geen CSS variabelen)
   - !important op titels/CTA-tekst zodat een donker WP-thema
     er niet doorheen kan duwen
   ============================================================ */
.berens-tg-wrap {
  font-family: 'Mulish', sans-serif !important;
  color: #1f1f1f;
  background: #ffffff;
}
.berens-tg-wrap *,
.berens-tg-wrap *::before,
.berens-tg-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.berens-tg-wrap a { color: inherit; text-decoration: none; }
.berens-tg-wrap img { display: block; max-width: 100%; }
.berens-tg-wrap h1,
.berens-tg-wrap h2,
.berens-tg-wrap h3 {
  font-family: 'Mulish', sans-serif !important;
}

.berens-tg-wrap .exp-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a97d !important;
  margin-bottom: 20px;
}
.berens-tg-wrap .exp-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #c4a97d;
}

/* CTA's - tekstkleur met !important zodat thema-links het niet overschrijven */
.berens-tg-wrap .cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #c4a97d !important;
  padding: 16px 28px;
  transition: background 0.2s;
}
.berens-tg-wrap .cta-primary:hover { background: #b39571 !important; }
.berens-tg-wrap .cta-primary svg {
  width: 16px; height: 16px;
  stroke: #ffffff; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

.berens-tg-wrap .cta-outline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f1f1f !important;
  background: transparent !important;
  border: 1px solid #1f1f1f;
  padding: 15px 28px;
  transition: all 0.2s;
}
.berens-tg-wrap .cta-outline:hover { background: #1f1f1f !important; color: #ffffff !important; }
.berens-tg-wrap .cta-outline svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

.berens-tg-wrap .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 15px 28px;
  transition: all 0.2s;
}
.berens-tg-wrap .cta-ghost:hover { background: rgba(255,255,255,0.16) !important; border-color: #c4a97d; }
.berens-tg-wrap .cta-ghost svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}

/* ============================================================
   1. HERO - donker, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-hero {
  background: #141414;
  color: #ffffff;
  padding: 220px 48px 120px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.berens-tg-wrap .tg-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(196,169,125,0.07) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.berens-tg-wrap .tg-hero-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.berens-tg-wrap .tg-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  color: #ffffff !important;
}
.berens-tg-wrap .tg-hero h1 em {
  font-style: normal;
  font-weight: 300;
  color: #c4a97d !important;
  display: block;
}
.berens-tg-wrap .tg-hero p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.75) !important;
  max-width: 520px;
  margin-bottom: 40px;
}
.berens-tg-wrap .tg-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.berens-tg-wrap .tg-hero-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}
.berens-tg-wrap .tg-hero-photos div {
  background-size: cover;
  background-position: center;
}
.berens-tg-wrap .tg-hero-photos div:nth-child(1) {
  grid-row: 1 / 3;
}

/* ============================================================
   2. TWEE CATEGORIE-BLOKKEN - wit, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-cats {
  padding: 120px 48px;
  background: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-tg-wrap .tg-cats-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.berens-tg-wrap .tg-cat {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.berens-tg-wrap .tg-cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(.25,.46,.45,.94);
}
.berens-tg-wrap .tg-cat:hover .tg-cat-bg { transform: scale(1.05); }
.berens-tg-wrap .tg-cat::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,14,14,0.85) 0%, rgba(14,14,14,0.2) 60%, transparent 100%);
}
.berens-tg-wrap .tg-cat-content {
  position: relative;
  z-index: 2;
  padding: 48px;
  color: #ffffff;
}
.berens-tg-wrap .tg-cat-content .label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a97d !important;
  margin-bottom: 14px;
}
.berens-tg-wrap .tg-cat-content h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #ffffff !important;
}
.berens-tg-wrap .tg-cat-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.8) !important;
  max-width: 420px;
  margin-bottom: 24px;
}
.berens-tg-wrap .tg-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff !important;
  transition: gap 0.2s, color 0.2s;
}
.berens-tg-wrap .tg-cat-link svg {
  width: 16px; height: 16px;
  stroke: #c4a97d; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.berens-tg-wrap .tg-cat-link:hover { gap: 16px; color: #c4a97d !important; }

/* ============================================================
   3. TEGELS INTRO - off-white, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-intro {
  padding: 120px 48px;
  background: #f6f4f0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-tg-wrap .tg-intro-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.berens-tg-wrap .tg-intro-photos {
  position: relative;
  height: 560px;
}
.berens-tg-wrap .tg-intro-photos .p1 {
  position: absolute;
  top: 0; left: 0;
  width: 72%; height: 70%;
  background-size: cover;
  background-position: center;
}
.berens-tg-wrap .tg-intro-photos .p2 {
  position: absolute;
  bottom: 0; right: 0;
  width: 58%; height: 62%;
  background-size: cover;
  background-position: center;
  border: 12px solid #f6f4f0;
  z-index: 2;
}
.berens-tg-wrap .tg-intro-photos .deco {
  position: absolute;
  top: 44%; right: 2%;
  font-size: 7rem;
  font-weight: 900;
  color: #c4a97d;
  opacity: 0.1;
  line-height: 1;
  z-index: 1;
  letter-spacing: -0.03em;
}
.berens-tg-wrap .tg-intro-text h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
  color: #1f1f1f !important;
}
.berens-tg-wrap .tg-intro-text h2 em {
  font-style: normal;
  font-weight: 300;
  color: #8e7350 !important;
}
.berens-tg-wrap .tg-intro-text p {
  font-size: 1rem;
  color: #7a7a7a !important;
  line-height: 1.85;
  margin-bottom: 18px;
}
.berens-tg-wrap .tg-intro-text p:last-of-type { margin-bottom: 32px; }

/* ============================================================
   4. POPULAIRE TEGELSTIJLEN - wit, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-styles {
  padding: 120px 48px;
  background: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-tg-wrap .tg-styles-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.berens-tg-wrap .tg-styles-header {
  max-width: 620px;
  margin-bottom: 56px;
}
.berens-tg-wrap .tg-styles-header h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
  color: #1f1f1f !important;
}
.berens-tg-wrap .tg-styles-header h2 em {
  font-style: normal;
  font-weight: 300;
  color: #8e7350 !important;
}
.berens-tg-wrap .tg-styles-header p {
  font-size: 1rem;
  color: #7a7a7a !important;
  line-height: 1.8;
}
.berens-tg-wrap .tg-styles-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 300px;
  gap: 16px;
}
.berens-tg-wrap .tg-style {
  position: relative;
  overflow: hidden;
}
.berens-tg-wrap .tg-style-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(.25,.46,.45,.94);
}
.berens-tg-wrap .tg-style:hover .tg-style-bg { transform: scale(1.06); }
.berens-tg-wrap .tg-style::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14,14,14,0.78) 0%, transparent 55%);
}
.berens-tg-wrap .tg-style-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 32px;
  color: #ffffff;
}
.berens-tg-wrap .tg-style-info .tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c4a97d !important;
  margin-bottom: 8px;
}
.berens-tg-wrap .tg-style-info h3 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff !important;
}
.berens-tg-wrap .tg-style:nth-child(1) { grid-column: span 7; }
.berens-tg-wrap .tg-style:nth-child(2) { grid-column: span 5; }
.berens-tg-wrap .tg-style:nth-child(3) { grid-column: span 4; }
.berens-tg-wrap .tg-style:nth-child(4) { grid-column: span 4; }
.berens-tg-wrap .tg-style:nth-child(5) { grid-column: span 4; }
.berens-tg-wrap .tg-style:nth-child(6) { grid-column: span 12; }

/* ============================================================
   5. USP-BAR - donker, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-usps {
  background: #141414;
  color: #ffffff;
  padding: 90px 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-tg-wrap .tg-usps-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
.berens-tg-wrap .tg-usp {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.berens-tg-wrap .tg-usp-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196,169,125,0.12);
}
.berens-tg-wrap .tg-usp-icon svg {
  width: 22px; height: 22px;
  stroke: #c4a97d; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.berens-tg-wrap .tg-usp h3 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff !important;
}
.berens-tg-wrap .tg-usp p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65) !important;
  line-height: 1.7;
}

/* ============================================================
   6. PVC VLOEREN - off-white, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-pvc {
  padding: 120px 48px;
  background: #f6f4f0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.berens-tg-wrap .tg-pvc-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.berens-tg-wrap .tg-pvc-text .label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c4a97d !important;
  margin-bottom: 20px;
}
.berens-tg-wrap .tg-pvc-text .label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #c4a97d;
}
.berens-tg-wrap .tg-pvc-text h2 {
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
  color: #1f1f1f !important;
}
.berens-tg-wrap .tg-pvc-text h2 em {
  font-style: normal;
  font-weight: 300;
  color: #8e7350 !important;
}
.berens-tg-wrap .tg-pvc-text p {
  font-size: 1rem;
  color: #7a7a7a !important;
  line-height: 1.85;
  margin-bottom: 18px;
}
.berens-tg-wrap .tg-pvc-text p:last-of-type { margin-bottom: 32px; }
.berens-tg-wrap .tg-pvc-photos {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 200px 200px;
  gap: 14px;
}
.berens-tg-wrap .tg-pvc-photos div {
  background-size: cover;
  background-position: center;
}
.berens-tg-wrap .tg-pvc-photos div:nth-child(1) { grid-column: 1 / 4; grid-row: 1 / 3; }
.berens-tg-wrap .tg-pvc-photos div:nth-child(2) { grid-column: 4 / 7; grid-row: 1; }
.berens-tg-wrap .tg-pvc-photos div:nth-child(3) { grid-column: 4 / 6; grid-row: 2; }
.berens-tg-wrap .tg-pvc-photos div:nth-child(4) { grid-column: 6 / 7; grid-row: 2; }

/* ============================================================
   7. SHOWROOM CTA - donker, full-bleed
   ============================================================ */
.berens-tg-wrap .tg-showroom {
  background: #141414;
  color: #ffffff;
  padding: 130px 48px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.berens-tg-wrap .tg-showroom::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(196,169,125,0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}
.berens-tg-wrap .tg-showroom-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.berens-tg-wrap .tg-showroom .exp-label {
  justify-content: center;
}
.berens-tg-wrap .tg-showroom .exp-label::after {
  content: '';
  width: 32px;
  height: 1px;
  background: #c4a97d;
}
.berens-tg-wrap .tg-showroom h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: #ffffff !important;
}
.berens-tg-wrap .tg-showroom h2 em {
  font-style: normal;
  font-weight: 300;
  color: #c4a97d !important;
}
.berens-tg-wrap .tg-showroom p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7) !important;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 40px;
}
.berens-tg-wrap .tg-showroom-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .berens-tg-wrap .tg-hero { padding: 180px 32px 72px; }
  .berens-tg-wrap .tg-hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .berens-tg-wrap .tg-hero-photos { grid-template-rows: 180px 180px; }
  .berens-tg-wrap .tg-cats { padding: 72px 32px; }
  .berens-tg-wrap .tg-cats-inner { grid-template-columns: 1fr; gap: 16px; }
  .berens-tg-wrap .tg-cat { min-height: 400px; }
  .berens-tg-wrap .tg-intro { padding: 72px 32px; }
  .berens-tg-wrap .tg-intro-inner { grid-template-columns: 1fr; gap: 48px; }
  .berens-tg-wrap .tg-intro-photos { height: 440px; }
  .berens-tg-wrap .tg-styles { padding: 72px 32px; }
  .berens-tg-wrap .tg-styles-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 260px; }
  .berens-tg-wrap .tg-style:nth-child(n) { grid-column: span 3; }
  .berens-tg-wrap .tg-style:nth-child(1) { grid-column: span 6; }
  .berens-tg-wrap .tg-style:nth-child(6) { grid-column: span 6; }
  .berens-tg-wrap .tg-usps { padding: 64px 32px; }
  .berens-tg-wrap .tg-usps-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .berens-tg-wrap .tg-pvc { padding: 72px 32px; }
  .berens-tg-wrap .tg-pvc-inner { grid-template-columns: 1fr; gap: 48px; }
  .berens-tg-wrap .tg-pvc-photos { grid-template-rows: 160px 160px; }
  .berens-tg-wrap .tg-showroom { padding: 80px 32px; }
}
@media (max-width: 640px) {
  .berens-tg-wrap .tg-hero { padding: 140px 20px 60px; }
  .berens-tg-wrap .tg-hero-photos { grid-template-columns: 1fr; grid-template-rows: repeat(3, 160px); }
  .berens-tg-wrap .tg-hero-photos div:nth-child(1) { grid-row: auto; }
  .berens-tg-wrap .tg-hero-actions { flex-direction: column; align-items: stretch; }
  .berens-tg-wrap .tg-hero-actions > a { justify-content: center; }
  .berens-tg-wrap .tg-cats { padding: 56px 20px; }
  .berens-tg-wrap .tg-cat-content { padding: 32px; }
  .berens-tg-wrap .tg-cat-content h2 { font-size: 1.6rem; }
  .berens-tg-wrap .tg-intro { padding: 56px 20px; }
  .berens-tg-wrap .tg-intro-photos { height: 360px; }
  .berens-tg-wrap .tg-intro-photos .deco { font-size: 4.5rem; }
  .berens-tg-wrap .tg-styles { padding: 56px 20px; }
  .berens-tg-wrap .tg-styles-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .berens-tg-wrap .tg-style:nth-child(n) { grid-column: span 1; }
  .berens-tg-wrap .tg-style:nth-child(1) { grid-column: span 1; }
  .berens-tg-wrap .tg-style:nth-child(6) { grid-column: span 1; }
  .berens-tg-wrap .tg-usps { padding: 48px 20px; }
  .berens-tg-wrap .tg-usps-inner { grid-template-columns: 1fr; gap: 32px; }
  .berens-tg-wrap .tg-pvc { padding: 56px 20px; }
  .berens-tg-wrap .tg-pvc-photos { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 150px); }
  .berens-tg-wrap .tg-pvc-photos div:nth-child(n) { grid-column: auto; grid-row: auto; }
  .berens-tg-wrap .tg-showroom { padding: 64px 20px; }
  .berens-tg-wrap .tg-showroom-actions { flex-direction: column; align-items: stretch; }
  .berens-tg-wrap .tg-showroom-actions > a { justify-content: center; }
}/* End custom CSS */