/* Oud-Beijerland.org V0.3.6.4.7.2.12.10.2.12.8.4.14.1.2.6.8 - home admin shortcut */
.obl-home-admin-shortcut-v036472121021284141268{
  position:fixed;
  right:22px;
  bottom:88px;
  z-index:960;
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.24);
  border-radius:16px;
  background:#174c35;
  color:#fff;
  box-shadow:0 10px 26px rgba(0,0,0,.19);
  font:800 27px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration:none;
  cursor:pointer;
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease;
}
.obl-home-admin-shortcut-v036472121021284141268:hover{
  background:#0e5b3b;
  transform:translateY(-2px);
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.obl-home-admin-shortcut-v036472121021284141268:focus-visible{
  outline:3px solid #caff65;
  outline-offset:3px;
}
@media(max-width:680px){
  .obl-home-admin-shortcut-v036472121021284141268{
    right:12px;
    bottom:72px;
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:24px;
  }
}