:root {
  --eo-main-color: #008800;
  --dwt-grn-primary: var(--eo-main-color);
  --eo-main-color-lightened: #CFE091;
  --eo-main-color-highlight: #C8EC4B;
  --eo-main-color-greyed: #CDCFCE;

  --eo-light-grey: #F6F6F6;
  --eo-middle-grey: #D6D6D6;
  --eo-dark-grey: #7A7A7A;
  --eo-darker-grey: #444444;

  --eo-button-background: #AAAAAA;
  --eo-button-hover-background: #CDCFCE;

  --eo-headline-borderColor: #DCD1A9;
  --eo-highlight-warning: #C55C52;
  --eo-stages-red: #A60F0F;

  --eo-menu-link-color: #FFFFFF;
  --eo-font-headline-color: #000000;

  --eo-helpintro-background: #FFFFFF;
  --eo-baustelle-color: #C55C52;

  /* Font sizes */
  --eo-body-fontSize: 15px;
  --eo-navigation-fontSize: 16px;
  --eo-h1-fontSize: 21px;
  --eo-h2-fontSize: 19px;
  --eo-h3-fontSize: 19px;
  --eo-h4-fontSize: 15px;
  --eo-h5-fontSize: 15px;
  --eo-big-fontSize: 25px;
  /* overwrite main green for some messy parts of the PICTURE UPLOAD WIDGET */
  .v-theme--eoEventsTheme {
      --v-theme-primary: 0, 136, 0;
  }
}
.login-body {
	--input-field-width: 275px;
	--submit-button-width: 320px;
}
