/*
   CSS-styles für Kodiertabellen
*/
.kodierbroschuere_section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.kodiertabelle, .kodiertabelle th, .kodiertabelle td {
    border: 1px solid black !important;
    border-collapse: collapse;
    font-family: Arial;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kodiertabelle {
    text-align: left;
}

.kodiertabelle-main {
    text-align: center;
}

.kodiertabelle-main th {
  font-weight: bolder;
  padding: 7px;
}

.kodiertabelle td {
  padding: 7px;
}

.kodiertabelle-label {
    padding: 7px;
}

.kodiertabelle-drg-field {
    width: 20%;
    text-align: center;
}

.kodiertabelle-right {
    width: 16%;
    text-align: right;
}
.kodiertabelle-primary {
  background-color: #f0f0f0;
}
.kodiertabelle-secondary {
  background-color: #bddeec;
}
.kodiertabelle-tertiary {
  background-color: #80d3ef;
}

/* password forgotten on main page */
#id_password_helptext {
  visibility: hidden;
}

.m-table {
  width: 100%;
  margin: 0.5cm 0;
  border: solid thin #f3953e;
  border-collapse: collapse;
  table-layout: fixed;
  border: 0;
}

.m-table th,
.m-table td {
  border: solid thin #f3953e;
  padding: 0.5rem;
  font-size: 9pt;
}

.m-table td {
  vertical-align: top;
}

.m-table .m-table {
  margin: 0;
}

.m-table-bg-primary {
  background: #E9EAED;
}

.m-table-bg-secondary {
  background: #A1D5D8;
}

.m-table-gb-tertiary {
  background: #E6F7FE;
}

.m-table-bg-gradient {
  background: linear-gradient(to right,  #004a5f 0%,#009f95 100%);
  color: #ffffff;
}

.m-table-bold {
  font-weight: 900;
}

.m-table-centered {
  vertical-align: middle;
  text-align: center;
}

.m-table-right-aligned {
  text-align: right;
}

.m-table-heading-1 {
  font-size: 14pt;
}

.m-table-heading-2 {
  font-size: 11pt;
}

.m-table-heading-1,
.m-table-heading-2 {
   font-weight: 100;
  color: #0070BA;
}

.kodiertabelle-secondary {
  background: #A1D6D8;
  color: #00626F;
}

.m-table tr:first-child td,
.m-table tr:first-child th {
  border-top: 0;
}

.m-table tr td:first-child,
.m-table tr th:first-child {
  border-left: 0;
}

.m-table tr td:last-child,
.m-table tr th:last-child {
  border-right: 0;
}

.m-table .m-table tr:last-child td,
.m-table .m-table tr:last-child th {
  border-bottom: 0;
}

.m-table-no-padding {
  padding: 0;
}

/* Producteaser */

.m-product-teaser {
  margin: 40px 0;
}

.m-product-teaser__title,
.m-product-teaser p:first-of-type {
  margin-top: 0;
}

.m-product-teaser__container {
  display: flex;
}

.m-product-teaser__desc {
  flex: 0 0 70%;
  width: 70%;
}

.m-product-teaser__visual {
  flex: 0 0 30%;
  width: 30%;
}

.m-product-teaser__addition {
  padding: 10px;
  background-color: #EAEAEE;
  font-weight: 600;
}

.m-product-teaser__addition p {
  margin: 0;
}

.m-product-teaser__list {
  padding: 0 0 0 13px;
  margin-top: 5px;
  margin-bottom: 0;
}

.m-product-teaser__list li + li {
  margin-top: 5px;
}

.m-product-teaser__codes {
  display: flex;
}

.m-product-teaser__codes span:first-child {
  margin-right: 20px;
  flex: 1 0 auto;
}

/* Producteaser */
