@charset "UTF-8";@media all {/*
CTC Separate Stylesheet
Updated: 2023-11-04 14:53:58
*/
body {
	background-color: #f4f5f7;
}

.Kasten-Orange {
/*  display: table;
  width: 100%;
/*  height: 3em; */
  height: auto;
  text-align: center;   */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1eff0;
  border: .2em solid #f17d00;
 /* padding: 1em;
  margin: 1em */
  font-style: italic;
}
a {
	text-decoration: underline;
}

}
