/* Stellenausschreibungen */
/* Ausgabe */
.module--plain table.stellen {
  display: table;
  table-layout: auto;
}
.module--plain table.stellen th {
  padding: 6px 0 0 6px;
  text-align: left;
  background-color: #dfeaee
}
.module--plain table.stellen td {
  background-color: #f3f9f9;
}
.module--plain table.stellen td.norm, .module--plain table.stellen th.norm {
  width: 18%;
  padding: 6px;
  text-align: center;
}
.module--plain table.stellen td.auss, .module--plain table.stellen th.auss {
  width: 64%;
  padding: 6px;
}
table.texttable td {
	padding: 5px 0;
}
.module--plain div.stellenkachel {
  float: left;
  margin: 12px 12px 12px 0;
  border: 2px solid #bbb;
  background-color: #DEEAEF;
  width: 242px;
  padding: 10px;
  height: 142px;
  position: relative;
}
.module--plain div.stellenkachel a {
  display: block;
  color: #000;
  text-decoration: none;
}
.module--plain div.stellenkachel a:hover, .module--plain div.stellenkachel a:focus {
  color: #DE3123;
}
.module--plain div.stellenkachel h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	font-size: 160%;
}
.module--plain div.stellenkachel > h2 {
  color: #bbb;
}

/* Eingabe */
.module--plain label:after {
  content: ':';
}
.module--plain label.required {
	color: #e11;
}
.module--plain label.required:after {
  content: '*:';
}
.module--plain label.req2 {
  color: #c33;
}
.module--plain label.req2:after {
  content: '**:';
}
.module--plain label.req3 {
  color: #a55;
}
.module--plain label.req3:after {
  content: '***:';
}
/* .module--plain legend {
  font-weight: bold;
  font-size: 140%;
} */
.module--plain input[type="checkbox"], .module--plain input[type="radio"] {
  vertical-align: middle;
}
.module--plain input[type="radio"] {
  margin-right: 5px;
}
.module--plain input[type="checkbox"] {
  margin-right: 2px;
}
/* .module--plain fieldset {
  padding: 0.25em;
  margin-bottom: 0.5em;
} */
.ui-widget-content li {
	margin-left: 1em;
}
.module--plain legend {
  color: #000;
  padding: 0 0 0 15px;
  margin: 0 !important;
  font-weight: bold;
  background-color: inherit !important;
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
  font-size: 140%;
  position: relative;
  left: -5px;
}

.module--plain fieldset {
  float: left;
  clear: left;
  width: 98%;
  margin: 0 0 1em 0;
  padding: 0;
  background-color: #eee;
  border-top: 32px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 5px solid #eee;
  border-right: 1px solid #eee;
}
.module--plain fieldset ul {
  padding: 0 0 0 10px;
  margin: 0 0 1em 0;
  list-style: none;
  clear: left;
}
.module--plain fieldset li {
  clear: left;
  padding-bottom: 0.5em;
}
.module--plain fieldset .group {
  padding-bottom: 0;
  margin-bottom: 0;
}

.module--plain fieldset.submit {
  float: none;
  width: auto;
  border: 0 transparent none;
  padding: 0;
  margin: 0 0 10px 0;
  background-color: transparent;
}
.module--plain fieldset.submit legend {
  height: 0;
  border: 0 none transparent;
}
.module--plain fieldset li label {
  display: block;
  float: left;
  width: 5.25em;
  margin: 0 1em 1em 0;
  text-align: right;
}
.module--plain .tinymce fieldset li label {
  float: none;
  text-align: left;
  margin: 0.25em 0;
}
.module--plain label.wide {
  width: 9em;
}
.module--plain label.wider {
  width: 17em;
}
.module--plain label.evenwider {
  width: 21em;
}
.module--plain label.superwide {
  width: 25em;
}
.module--plain label.checkb {
  width: 35em;
}
