@charset "UTF-8";
/*
   Basic settings for the ALBERT sass
*/
/*
 * COLORS - may be overwritten in the instances _settings.scss
 * IMPORTANT: instances must also consider all variables that are defined with other variables (see Elements below)
 */
/* Elements */
/*
 * COLORS END
 */
/*
 * FONTS - may be overwritten in the instances _settings.scss
 */
/*
 * FONTS END
 */
/*
 * FLAG FOR HEADER IMAGE - may be overwritten in the instances _settings.scss
   If a header image is to be displayed, the instance must also set the variables
     $header-background-image-name:
     $header-background-image-extension: "png";
 */
/* background image base url */
/**  mixins */
/* Header image */
/* diese Regel muss so spezifisch angegeben werden, damit die Standardregel überschrieben wird */
body footer {
  padding-left: 0;
}

.message-box .box-container .slogan {
  background-color: #129138;
}

.message-box .box-container {
  background-color: #F1C249;
}

/*# sourceMappingURL=instance.css.map */
