/* Topbar */
.topbar{
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(10px);
  background:rgba(189,210,237,.72);
  border-bottom:1px solid rgba(11,27,43,.12);
}

.topbarInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 0;
  gap:14px;
}

/* Logo rij */
.brandRow{
  padding:18px 0 6px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  margin-bottom:50px;
}

.indexImg{
	  background-image:url("https://www.maroq.nl/img/bg-image.png");
}

.brandRowInner{ display:flex; justify-content:left; }

.brandLogo{
  width:clamp(220px, 26vw, 360px);
  height:auto;
  display:block;
  filter:drop-shadow(0 10px 16px rgba(11,27,43,.12));
}
