.field-unit--required > div > label::after {
  color: #EF4444;
  content: " *";
}
@tailwind base;
@tailwind components;
@tailwind utilities;


.theme-schorfheide {
  --color-background: 239 234 210;
  --color-primary: 148 170 58;
}

.theme-default {
  --color-background: 243 244 246;
  --color-primary: 99 102 241;
}

.background-tenant-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
footer.small {
  display: block;
}

footer.big {
  display: none;
}

@media (min-width: 768px) {
  footer.small {
    display: none;
  }

  footer.big {
    display: block;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
