/* import default settings von CDN */
@import url("//cdn.contao-setup.de/cbe/cbe.css");

:root {
  --login-client-logo: url("//www.eutiner-festspiele.de/files/themes/cbe/logo.svg"); /* Will be visible above login form */
  --login-background-image: url("//www.eutiner-festspiele.de/files/themes/cbe/background.jpg"); /* Custom local background image */
}

#tl_listing a.child_efs_roles > img,
#tl_listing a.child_efs_schedule > img {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px; /* Width of new image */
  height: 16px; /* Height of new image */
  padding-left: 16px; /* Equal to width of new image */
  background-size: contain;
  background-position: center;
  opacity: 0.5;
}

#tl_listing a.child_efs_roles > img {
  background: url(https://www.eutiner-festspiele.de/files/themes/efs/font-awesome/svgs/regular/user-pen.svg)
    no-repeat;
}
#tl_listing a.child_efs_schedule > img {
  background: url(https://www.eutiner-festspiele.de/files/themes/efs/font-awesome/svgs/regular/calendar-lines-pen.svg)
    no-repeat;
}