html {
  height: 100%;
}
body {
  min-height: 101%;
}
#seminar_all {
  width: 100%;
}
#seminar_all > p {
  color: #fff;
  width: 98%;
  margin: 0 1% 0 1%;
  padding: 6px;
  background: #d82b47;
  cursor: pointer;
}
#cat_select {
  width: 100%;
  display: table;
  padding: 0;
  background: #d82b47;
}
#cat_select li {
  display: table-cell;
  padding: 10px;
  list-style-type: none;
  border-left: 4px;
  background: #e3e3e3;
  cursor: pointer;
}
#cat_select li.active {
  background: #fff;
}
#cat_select li.cat_sep {
  background: transparent;
  width: 4px;
  margin: 0;
  padding: 0;
}
#cat_select li.cat_sep:last-child {
  width: 0;
}
#seminar_single .no_registration,
#seminar_single .full {
  color: #d82b47;
}
.tx_codeseminars {
  width: 100%;
}
.tx_codeseminars .tbody .tr.odd {
  background: #ddd;
}
.tx_codeseminars .th {
  padding: 10px 10px 10px 0;
  cursor: pointer;
}
.tx_codeseminars .th:last-child {
  text-align: center;
  padding: 10px 0px 10px 0;
}
.tx_codeseminars .td {
  padding: 10px 10px 10px 0;
  vertical-align: top;
  line-height: 1em;
}
.tx_codeseminars .td:last-child {
  text-align: right;
  padding: 10px 0px 10px 0;
}
.seminar_description img {
  max-width: 40%;
  height: auto;
}
.seminar_description img[style="float: right;"] {
  padding: 0 0 5px 5px;
}
.seminar_description img[style="float: left;"] {
  padding: 0 10px 5px 0;
}
@media (max-width: 767px) {
  .seminar_description img {
    width: 100%;
    max-width: 100%;
    float: none !important;
    padding: 0 !important;
  }
}
/* auf Startseite */
#seminar_3 > div {
  background: #e3e3e3;
}
#seminar_3 > div:hover {
  background: #d82b47;
}
#seminar_3 > div:hover a {
  color: #d82b47;
  position: relative;
  display: block;
}
#seminar_3 > div:hover a:after {
  content: ">> zum Seminar";
  color: #fff;
  width: 100%;
  height: 60%;
  font-size: 120%;
  display: block;
  font-weight: bold;
  position: absolute;
  text-align: center;
  top: 40px;
}
#seminar_3 > div > p {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#seminar_3 a {
  color: #333;
}
.seminar_breadcrumb-wrap {
  display: none;
}
div.pers2 {
  display: none;
}
div.pers2 hr {
  margin: 15px 20px 0 0;
  border-top: 1px solid #ccc;
}
div.pers2 label {
  font-weight: normal;
}
