/*
  Theme Name: Intreal Child Theme
  Theme URI: https://www.elegantthemes.com/
  Version: 1.0.0
  Template: Divi
  Author: Uxlabs
  Author URI: https://uixlabs.com/
  Description: Intreal Child Theme
  Text Domain: intreal-child-theme
  License: GNU
  License URI: https://www.elegantthemes.com/
*/

/* --- Wesentliche Unterlagen (Table 2) styling --- */

.fondsdocs_output{
  margin-top: 0;
}

.fondsdaten-table--docs{
  width: 100%;
  border-collapse: collapse;
}

.fondsdaten-table--docs tr + tr td{
  border-top: 1px solid #24021C;
}

.fondsdaten-table--docs td{
  padding: 26px 22px;
  vertical-align: middle;
  font-size: 16px;
}

.fondsdaten-table--docs td:last-child{
  text-align: right;
  white-space: nowrap;
}

.fondsdocs_btn{
  display: inline-block;
  padding: 12px 26px;
  border-radius: 8px;
  background: #3ad16d;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.fondsdocs_btn:hover{
  opacity: 0.9;
}