/*CSS Eigene Formate ohne das Framework Uikit zu überschreiben*/

html {
  background-color: #f8f2d4 !important;
}
h2 { text-transform: uppercase;
  vertical-align: bottom ;
}
.rot {
  color: #b71e3f;
}
.ra_profil {
  margin-top: 5px;
  border-top: 1px solid  #b71e3f;
}
