  .typo3-messages,
  ul.validationerrors {
  	color: #842029;
    font-size: 18px;
    list-style-type: none;
    padding-left: 0;
  }

  .alert-message,
  .myList .addImmObj p.alert-message {
    font-size: 18px;
    font-family: roboto_regular;
    margin-bottom: 0;
  }
  
  .addImmoManual li.alert.alert-danger {
  	padding: 0.2em 0.6em;
  }