/* Images */
.logo_image_orga {
  width: 110px;
  height: auto;
  position: relative;
  background: white;
  border-radius: 4px;
  top: -1px;
  vertical-align: middle;
}

.traeger_image_orga {
  height: 110px;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  background: white;
  padding: 20px;
  cursor: pointer;
  display: inline;
  top: -1px;
  vertical-align: middle;
}

/* Organisationen Tabellen Row Verschoenerung */
tr.modulo_header > th {
  border: none !important;
}
tr.row_modulo_true {
  border-radius: 10px !important;
  background: white !important;
}

tr.row_modulo_false {
  border-radius: 4px !important;
}

tr.row_modulo_true > td,
tr.row_modulo_false > td {
  border: none !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

tr.modulo_header > th:first-child,
tr.row_modulo_true > td:first-child,
tr.row_modulo_false > td:first-child {
  padding-left: 20px !important;
}
