.logo-dot{
  width: 12px; height: 12px; border-radius: 999px;
  background: #0d6efd;
  display: inline-block;
}

.fake-browser-top .dot{
  width: 10px; height: 10px; border-radius: 999px; display: inline-block;
}
.fake-browser-top .dot.red{ background:#ff5f57; }
.fake-browser-top .dot.yellow{ background:#febc2e; }
.fake-browser-top .dot.green{ background:#28c840; }

.fake-url{
  background: #f4f5f7;
  border-radius: 999px;
  padding: 6px 10px;
}

.fake-google{
  max-width: 680px;
  position: relative;
}

.fake-logo{ line-height: 1; }

.brand-google{
  font-size: 64px;
  letter-spacing: -1px;
}
.fake-logo .g1{ color:#4285F4; }
.fake-logo .g2{ color:#EA4335; }
.fake-logo .g3{ color:#FBBC05; }
.fake-logo .g4{ color:#4285F4; }
.fake-logo .g5{ color:#34A853; }
.fake-logo .g6{ color:#EA4335; }

.brand-bing{
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: lowercase;
  color: #008373;
}
.brand-ddg{
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #de5833;
}

/* Fake input/button (DIVs) */
.fake-input{
  display: flex;
  align-items: center;
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  background-clip: padding-box;
  cursor: text;
}
.fake-input:empty::before{
  content: attr(data-placeholder);
  color: #6c757d;
}
.fake-btn{
  user-select: none;
  cursor: default;
}

/* Mouse overlay: hidden by default, fixed above everything */
#fakeMouse{
  position: fixed;
  top: 0;
  left: 0;

  width: 18px !important;
  height: auto !important;
  max-width: none !important;

  z-index: 2147483647;
  pointer-events: none;
  display: none;         /* nur im Animationsmodus sichtbar */
  transform: translate3d(0,0,0);
  will-change: transform;

  filter: drop-shadow(0 2px 2px rgba(0,0,0,.18));
}