@charset "UTF-8";
/* --------------------------------------------------------------------------------------- */
/* ---- Spezifische Definitionen :------------------------ */
/* --------------------------------------------------------------------------------------- */
/* --- Bootstrap 4 media queries breakpoints --- */
/* ---- Definition der font-family, die durchgehend verwendet wird:------------------------ */
@import url(https://www.efonds24.de/assets/fonts/Titillium/Titillium_Web.css);
/* ------  Feste Breiten definieren: -------------------------------- */
/* Ausserhalb dieses Bereich keine weiteren verwenden! */
/* ------  Standard-Maße für Buttonselemente: -------------------------------- */
/*--- Zuweisungen für Inhaltselemente:: ---------------- */
/* Styles für Logo-Image */
.logo {
  max-height: 70px;
  padding-left: 15px;
  padding-top: 5px;
}

/* -- Newsticker */
.newsticker-header {
  font-weight: bold;
  margin-top: 15px;
}
.newsticker-header > .col-sm-12 > a {
  font-weight: bold;
  margin-top: 15px;
}

.subSubMenuLink {
  margin-left: 1em;
  white-space-treatment: discard;
}

.subSubMenuLink:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  margin-right: 0.5em;
}

/* --------------------------------------------------------------------------------------- */
/* Do not edit this section! Use less variables to configure the styles */
/* --------------------------------------------------------------------------------------- */
html {
  position: relative;
  min-height: 99.9%; /* no scrollbar if not necessary */
  font-size: 14px;
}

/* html body is important to prevent style overriding through mailtemplate preview */
html body {
  /* Margin bottom by footer height */
  padding-bottom: 60px;
  /* Margin top  by footer header (navbar) */
  padding-top: 63px;
}

a.btn-link:hover, a.btn-link:focus, a:hover, a:focus {
  text-decoration: underline;
}

/* ------ Header: */
/* setzt das Bootstrap default padding zurück:*/
.header-brand {
  padding-top: 1px !important;
}

.navbar {
  margin-bottom: 5px;
}

.nav > li > a:focus {
  background-color: transparent;
}
.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  cursor: not-allowed;
}
.nav > li > span {
  position: relative;
  display: block;
}

.nav-link:focus, .nav-link:active {
  background-color: transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  background-color: transparent;
}
.navbar-nav > li > span {
  line-height: 20px;
}

ol.navbar-right {
  padding-right: 15px;
}
ol.navbar-right .hidden-xs:first-of-type {
  margin-right: 10px;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(0, 0, 0, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

button.navbar-toggler {
  border: none;
  align-self: flex-start;
}
button.navbar-toggler:focus {
  box-shadow: none;
}

#picture-portal-name {
  padding-top: 20px;
  font-size: 14px;
}

/* Farb-Style für Menü: */
.header-menu {
  font-weight: bold;
}

/* Farb-Style für Menü von PictureHeaderPanel: */
#picture-header-menu-bar .header-menu {
  font-weight: bold;
}

.nav-breadcrumbs {
  height: 40px;
}

.header-breadcrumb {
  padding-top: 18px;
}

/*change active color*/
.header-breadcrumb > li + li:before {
  padding: 0 5px;
  content: ">";
}
.header-breadcrumb a {
  background: inherit;
}

/* ---- Footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}
.footer .text-muted div {
  margin: 10px 0;
}

/* ---- Newsticker*/
.marquee {
  width: 100%;
  overflow: hidden;
}

.newsticker {
  font-weight: bold;
}

/* ---------- Content --------------------- */
#wicketDebugBar {
  z-index: 10000;
}

/* --- Kacheln --- */
.menukachel {
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 1em;
}
.menukachel a:hover, .menukachel a:focus {
  text-decoration: none !important;
}
.menukachel .menukachel-icon {
  padding: 3em;
  padding-bottom: 1.5em;
}
.menukachel .menukachel-icon i {
  display: block;
  margin: 0 auto;
}
.menukachel .menukachel-caption {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18pt;
}

/* --- Tabellen --- */
table a:hover, table a:focus {
  text-decoration: underline !important;
}
table td a.hover-black:hover {
  color: #000000;
  text-decoration: none;
}
table .navigation.secondary-background td {
  background: none;
}
table.heightEqualiser .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border: 1px solid lightgrey;
}
table.heightEqualiser .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border: 1px solid lightgrey;
}

.custom-table-header.panel-heading {
  font-weight: bold;
}

.tableheader {
  vertical-align: top;
  font-weight: bold;
}
.tableheader td {
  font-weight: bold;
}
.tableheader a:hover, .tableheader a:focus {
  text-decoration: underline;
}

tr.headers {
  font-weight: bold;
}
tr.headers th {
  font-weight: bold;
}
tr.headers a:hover, tr.headers a:focus {
  text-decoration: underline;
}

.tableheader-sub {
  font-weight: bold;
  vertical-align: top;
}
.tableheader-sub th,
.tableheader-sub td {
  font-weight: bold;
  vertical-align: top;
}

.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
  box-shadow: none;
}
.table-striped .table.efsostandard tbody tr:nth-child(2n+1) td,
.table-striped .table.efsostandard tbody tr:nth-child(2n+1) th {
  box-shadow: none;
}

.number-align-nowrap {
  text-align: right;
  white-space: nowrap;
}

.number-align, .number, .right {
  text-align: right;
}

/* Sortierpfeile */
.wicket_orderNone > a::after,
.wicket_orderUp > a::after,
.wicket_orderDown > a::after {
  float: right;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  width: 0;
}

.wicket_orderNone > a::after {
  content: "\f0dc";
}

.wicket_orderUp > a::after {
  content: "\f0dd";
}

.wicket_orderDown > a::after {
  content: "\f0de";
}

/* Modal dialoge */
.wicket-aa {
  background-color: white;
}

/* --------------------------------------------------------------------------------------- */
/* bootstrap überschreiben direkt:*/
nav > li > a:focus, nav > li > a:hover {
  background-color: inherit;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: inherit;
}

/* --- FeedbackPanel --- */
ul.feedbackPanel .bg-danger,
ul.feedbackPanel .bg-warning,
ul.feedbackPanel .bg-success,
ul.feedbackPanel .bg-info {
  list-style: none;
}

/* --- Stats Background Colors --- */
.bg-info {
  background-color: #d9edf7 !important;
}

.bg-success {
  background-color: #dff0d8 !important;
}

.bg-warning {
  background-color: #fcf8e3 !important;
}

.bg-danger {
  background-color: #f2dede !important;
}

/* Laschen */
.ef-tab-hover,
.ui-tabs-nav > li > a:hover {
  border-color: #F5F5F5 #F5F5F5 #DDDDDD;
  background-color: #F5F5F5;
}
.ui-tabs-nav > li > a:hover {
  text-decoration: none;
}

.ui-tabs-nav {
  list-style: none;
  display: table;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
  margin-left: 0;
  width: 100%;
}
.ui-tabs-nav > .ui-state-active a,
.ui-tabs-nav > .ui-state-active a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #DDDDDD #DDDDDD transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}
.ui-tabs-nav::after {
  content: "";
  display: block;
  clear: both;
}
.ui-tabs-nav > li {
  float: left;
  margin-bottom: -1px;
}
.ui-tabs-nav > li > a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0 0;
  line-height: 14px;
  margin-right: 2px;
  padding: 8px 12px 8px 12px;
}

.ui-tabs-panel {
  display: block;
  overflow: auto;
}

.row-spacer {
  margin-bottom: 10px;
}

table.facts td:first-child {
  width: 33%;
}
table.facts td:nth-child(2) {
  width: 66%;
}

.file-table .file-name span {
  color: grey;
  font-size: 80%;
  display: none;
}
.notdownloaded {
  font-weight: bold;
}

.sv-table .sv-file-name ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.sv-table .sv-file-name ul li {
  margin-left: 0;
}
.iconic.assetklasse:after {
  font-family: "Font Awesome 6 Free";
  font-size: 125%;
  font-weight: 900;
}
.iconic.assetklasse-ff:after {
  content: "\f072";
}
.iconic.assetklasse-sf:after {
  content: "\f21a";
}
.iconic.assetklasse-if:after {
  content: "\f0f7";
}
.iconic.assetklasse-uf:after {
  content: "\f185";
}
.iconic.assetklasse-mf:after {
  content: "\f008";
}
.iconic.assetklasse-is:after {
  content: "\f018";
}
.iconic.assetklasse-pe:after {
  content: "\f3d1";
}
.iconic.assetklasse-lv:after {
  font-family: inherit;
  font-size: 100%;
  content: "LV-Fonds";
}
.iconic.assetklasse-cf:after {
  font-family: inherit;
  font-size: 100%;
  content: "Container";
}
.iconic.assetklasse-df:after {
  font-family: inherit;
  font-size: 100%;
  content: "Dachfonds";
}
.iconic.assetklasse-xf_di:after {
  font-family: inherit;
  font-size: 100%;
  content: "Direktinvestment";
}

td.iconic div, td.iconic span {
  display: none;
  visibility: hidden;
}

.select2-container .select2-choice {
  height: 30px;
}

.select2-container--bootstrap {
  z-index: 99;
}

.legal-notice {
  margin-top: 2em;
  font-size: smaller;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.tooltip.in {
  opacity: 1;
}

.tooltip-inner {
  font-size: 0.95em;
  background-color: #efefef;
  border-radius: 2px;
  color: black;
  max-width: 400px;
  padding: 1px 3px;
  text-align: left;
  text-decoration: none;
  border-color: #d7d7d7 !important;
  border: solid 1px;
  position: relative;
  top: 50px;
  left: 50%;
  -webkit-box-shadow: 0 0 4px 1px rgba(219, 219, 219, 0.66);
  -moz-box-shadow: 0 0 4px 1px rgba(219, 219, 219, 0.66);
  box-shadow: 0 0 4px 1px rgba(219, 219, 219, 0.66);
}

.tooltip-arrow {
  opacity: 0;
}

.merkmal-bubble {
  padding-top: 5px;
  display: inline-block;
}

.central {
  left: 50%;
  position: relative;
  transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.padding-small {
  padding: 5px;
}
.padding-smalltable {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 10px);
}

/* Bootstrap overrides .............................................................................................. */
.table + ul.pagination {
  margin-top: 0;
}
ul.pagination li {
  margin: 0;
}

.table .vertical-middle tbody tr td {
  vertical-align: inherit;
}

/* .............................................................................................. Bootstrap overrides */
.inline-input {
  position: relative;
  top: 3px;
}

.min-width-160 {
  min-width: 160px;
}

/* Portfolio Filterung */
.portfolio-filter-row {
  text-align: justify;
}
.portfolio-filter-row label {
  margin-left: 12px;
  margin-right: 4px;
  vertical-align: sub;
}
.portfolio-filter-row label[for=port-herkunft] {
  margin-left: 0;
}
.portfolio-filter-row .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}
.portfolio-filter-row .flex-col {
  flex: auto;
}

.portfolio-address {
  float: left;
  margin-right: 1em;
  margin-bottom: 6px;
}

.portfolio-container-top {
  padding-top: 10px;
}

@media screen and (min-width: 200px) and (max-width: 405px) {
  .portfolio-filter-row {
    margin-top: 8px;
  }
  .portfolio-filter-row .btn-primary {
    margin-top: 8px;
  }
  .portfolio-filter-row .form-control {
    display: block;
    width: 100%;
  }
}
.btn:focus,
.btn:active:focus {
  outline: none !important;
}

.btn:hover {
  text-decoration: none;
}

.btn-group-vertical .btn,
.ef-search-inner .btn {
  margin-bottom: 0;
}

.btn-group-vertical .btn {
  border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
  .portfolio-pdf-kuakte {
    margin-top: 8px;
    float: left !important;
  }
  .portfolio-filter-row .form-control {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .portfolio-filter-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1039px) {
  .portfolio-filter-row {
    margin-left: 8px;
    margin-right: 8px;
  }
  .portfolio-filter-row .fGroup-cChart {
    margin-top: 8px;
  }
}
.ef-search {
  margin-top: -5px;
}

a:focus {
  outline: none;
}

.ef-header.fixed-top {
  padding: 0;
}
.ef-header .progress {
  margin-top: 5px;
}
.ef-header .navbar-header {
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.ef-header .navbar-header .navbar-brand {
  height: 70px;
  margin-left: -15px;
}
.ef-header .navbar-header .navbar-brand .logo {
  padding-left: 0;
}
.ef-header #portalName {
  font-size: 1rem;
  margin-top: 1.2rem;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .ef-header ul.header-menu {
    margin-left: 13px;
  }
}
@media (max-width: 992px) {
  .ef-header ol.navbar-header-links {
    display: contents;
  }
  .ef-header ol.navbar-header-links li {
    margin-left: 13px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .ef-header ol.navbar-header-links {
    margin-left: 13px;
  }
  .ef-header ol.navbar-header-links li:last-child a {
    margin-left: 1.5rem !important;
  }
}
.ef-header .navbar-brand.header-brand {
  height: 70px;
  margin-left: -15px;
  margin-right: 12rem;
}
.ef-header .navbar-brand.logout {
  height: unset;
  margin-bottom: 10px;
}
.ef-header .navbar-brand.header-brand:has(> span#portalName) {
  height: 80px;
}
.ef-header .navbar-brand.header-brand:has(> span#portalName) #portalName {
  padding-left: 15px;
}
.ef-header .ef-logout {
  float: right;
  width: 65%;
}
.ef-header .ef-logout .progress-container {
  max-width: 100%;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}
.ef-header .ef-logout .progress-container .progress {
  float: right;
  margin-top: 0;
}
.ef-header #ef-searchbar {
  overflow: inherit;
}
.ef-header .ef-search {
  display: block !important;
  float: right;
  margin: 0 -15px 5px 40px;
  min-width: 295px;
  white-space: nowrap;
}
.ef-header .ef-search .ef-search-inner {
  float: right;
}
.ef-header .ef-search .ef-search-inner .navbar-form {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 5px 0 0 0;
  padding: 0 15px 0 0;
}
.ef-header .ef-search .ef-search-inner .navbar-form.ef-settings {
  margin-left: -50px;
  float: left;
}
.ef-header .ef-search .ef-search-inner .navbar-form.ef-settings .fa {
  font-size: 1.5em;
  margin-top: 6px;
}
.ef-header .ef-search .ef-search-inner .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.ef-header .ef-search .ef-search-inner .navbar-form .form-group .input-group .input-group-addon {
  width: auto;
}
.ef-header .ef-search .ef-search-inner .navbar-form .form-group .input-group input[type=text] {
  width: 170px !important;
}
@media (max-width: 920px) {
  .ef-header .ef-search {
    width: 295px;
  }
}
.ef-header .ef-menu .ef-search-icon button {
  padding: 0;
  font-size: 20px;
}
.ef-header .ef-menu .ef-hamburger {
  float: right;
  margin-right: -9px !important;
}
.ef-header .ef-menu .ef-hamburger button {
  margin-right: 0 !important;
}
.ef-header .ef-menu .navbar-collapse {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.ef-header .ef-menu .navbar-collapse.collapse.in {
  display: inline;
  margin: 0;
  padding: 0;
}
.ef-header .ef-menu .navbar-collapse ul.header-menu {
  margin-left: -15px;
  /*
  > li:last-of-type > a {
    padding-right: 0;
  }
  */
}
.ef-header .ef-menu .navbar-collapse ul.header-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.ef-header .ef-menu .navbar-collapse ul.header-menu > li:first-of-type > a {
  padding-left: 15px;
}
.ef-header .ef-menu .navbar-collapse ol.navbar-right {
  padding-left: 0;
  padding-right: 0;
}
.ef-header .ef-menu .navbar-collapse ol.navbar-right li {
  display: inline-block !important;
}
.ef-header .ef-menu .navbar-collapse ol.navbar-right li a {
  max-width: 290px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ef-header .ef-menu .navbar-collapse header.ol.navbar-right {
  padding-left: 0;
  padding-right: 0;
}
.ef-header .ef-menu .navbar-collapse header.ol.navbar-right li {
  display: inline-block !important;
}
.ef-header .ef-menu .navbar-collapse header.ol.navbar-right li a {
  display: inline-block;
  max-width: 240px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ef-header .ef-menu .navbar-collapse a {
    padding-left: 15px !important;
  }
  .ef-header .ef-menu .navbar-collapse ul.header-menu {
    margin-top: 50px;
  }
}
.ef-header .navbar-nav .open .dropdown-menu {
  background-color: white;
}

.ef-footer {
  height: auto !important;
  margin-top: 15px;
  padding-top: 10px;
}
.ef-footer .pull-left {
  margin-bottom: 0 !important;
}
.ef-footer .text-muted {
  display: inline-block;
}

.ef-login input[type=password],
.ef-login input[type=text] {
  width: auto;
}

.ef-form-contact .help-label {
  display: none;
}
@media (min-width: 992px) {
  .ef-form-contact .form-group {
    clear: both;
  }
  .ef-form-contact .form-group .form-control {
    width: inherit !important;
  }
  .ef-form-contact .form-group .col-form-label {
    text-align: right;
  }
  .ef-form-contact .help-block {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .ef-form-contact .help-label {
    display: block;
  }
}

.ef-form-filter {
  padding-top: 15px;
}
.ef-form-filter .btn-primary {
  margin-top: 0 !important;
}
.ef-form-filter .form-control {
  display: inline-block;
  margin-bottom: 5px;
  width: auto;
}
@media (min-width: 768px) {
  .ef-form-filter .ef-form-buttons {
    padding-top: 15px;
  }
}
.ef-form-filter .form-group {
  margin-bottom: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
}

.ef-form-width .form-control {
  width: 100%;
}

.ef-form-calender .btn-primary {
  margin-bottom: 0;
}

.ef-legal .legal-notice {
  margin-bottom: 5em;
  margin-top: 5em;
}

@media (max-width: 768px) {
  .ef-footer {
    font-size: 13px;
  }
  table .filler {
    display: none;
  }
}
.ef-scroll-x {
  overflow-x: auto;
}

.ef-scroll-y {
  overflow-y: auto;
}

.facts, .Sektion {
  overflow-x: auto;
}

.tranchedetails-tabs .nav-tabs li a {
  line-height: 14px;
}
.tranchedetails-tabs .nav-tabs li:not(.active) a:hover {
  border-color: #F5F5F5 #F5F5F5 #DDDDDD;
  background-color: #F5F5F5;
}

.ef-table-border table {
  border: 1px solid #DDDDDD;
  margin-bottom: 0;
}

.ef-calender td {
  padding: 8px 4px !important;
  text-align: center;
}
.ef-calender td span {
  padding: 3px;
}

.dropdown-menu > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > a:hover {
  text-decoration: underline !important;
}

.ef-vertical-btn.well {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
.ef-vertical-btn .btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ef-vertical-btn .btn.disabled, .ef-vertical-btn .btn[disabled] {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  color: white !important;
  text-decoration: none;
}

.efonds-icon-stack {
  color: #003b6d;
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  line-height: 4em;
  vertical-align: middle;
}

.efonds-icon-stack-a,
.efonds-icon-stack-b,
.efonds-icon-stack-c {
  position: absolute;
  left: 0;
  width: 100%;
}

.efonds-icon-stack-a {
  line-height: inherit;
  position: absolute;
  left: -19px;
  top: -4px;
  font-size: 1.4em;
}

.efonds-icon-stack-c {
  font-size: 45px;
}

.efonds-icon-stack-b {
  font-size: 1.5em;
}

.invalid-feedback {
  color: #a94442;
}

.form-group:has(.invalid-feedback) {
  color: #a94442;
}
.form-group .invalid-feedback {
  display: inline-block;
}
.form-group.fake-select {
  position: relative;
}
.form-group.fake-select .select2-container {
  width: 100% !important;
}
.form-group.fake-select .fake-error {
  position: absolute;
  top: 32px;
  right: 15px;
  height: 13px;
  width: 13px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-control:has(+ .invalid-feedback) {
  color: #a94442;
  border-color: #a94442;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.input-group:has(+ .invalid-feedback) .form-control {
  border-color: #a94442;
}
.input-group:has(+ .invalid-feedback) .input-group-addon,
.input-group:has(+ .invalid-feedback) .input-group-text {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442;
}

.tox-promotion {
  display: none !important;
}

.tox-statusbar__branding {
  display: none !important;
}

.bootstrap-datetimepicker-widget {
  width: 100% !important;
}

a:not([class*=btn]) {
  text-decoration: none;
}
a:not([class*=btn]):hover {
  text-decoration: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn[disabled].btn-default {
  color: #333;
}

.panel-default {
  border-color: #ddd;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.card .bg-danger .fa-xmark {
  color: #8a6d3b;
}
.card .bg-warning .fa-xmark {
  color: #8a6d3b;
}
.card .bg-success .fa-xmark {
  color: #3c763d;
}
.card .bg-info .fa-xmark,
.card .bg-info .fa-circle-info,
.card .bg-info .fa-question {
  color: #31708f;
}

.btn.btn-default {
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
}
.btn.btn-primary {
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
}
.btn.btn-primary i.ef-icon:before {
  color: white;
}
.btn.btn-outline-primary {
  background-image: none;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
}
.btn.btn-outline-secondary {
  background-image: none;
  border-radius: 4px;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
}
.btn.btn-sm {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 6px 12px;
}

.btn[disabled] {
  pointer-events: all;
}

.btn[disabled], fieldset[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn.disabled {
  cursor: not-allowed;
  pointer-events: all;
  border-radius: 4px;
  line-height: 1.42857143;
  padding: 6px 12px;
}
.btn.disabled:hover {
  cursor: not-allowed;
  pointer-events: all;
}

ol.navbar-right li a {
  max-width: 290px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar {
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  padding-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

/** panel **/
.panel-default {
  border-color: #ddd !important;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

ul.list-group li.list-group-item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
ul.list-group li.list-group-item:last-child {
  border: none;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-body {
  padding: 15px;
}

/** forms*/
.form-inline .input-group > .form-control[type=checkbox] {
  width: auto;
}
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-group {
  margin-bottom: 15px;
}

.nav-sm li {
  margin-bottom: 15px;
}

.nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7;
}
.nav-pills > li a:hover, .nav-pills > li a:focus {
  text-decoration: underline;
}

/** media */
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  width: 100%;
  zoom: 1;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.form-select.btn-danger,
.form-control.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  text-align: left;
}
.form-select.btn-danger:hover,
.form-control.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.form-select:disabled {
  cursor: not-allowed;
}
.form-select .select2-container {
  width: fit-content;
}

.form-check .form-check-input {
  border: 2px solid #979797;
}

.form-check-input[type=checkbox] {
  border: 2px solid #676774;
}
.form-check-input[type=checkbox].big {
  width: 2.5rem;
  height: 2.5rem;
}

input[type=text].form-control.btn-danger {
  text-align: left;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.pagination {
  justify-content: center;
}

.active > .page-link {
  border-color: #337ab7;
}

label {
  font-weight: 700;
}
label.checkbox-inline {
  font-weight: 400;
}

.checkbox label, .radio label {
  font-weight: 400;
}

.btn-primary2 {
  color: #fff;
}

.table .table {
  background-color: #fff;
}

.pull-right {
  float: right !important;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.bg-info {
  background-color: #d9edf7 !important;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

b, strong {
  font-weight: bold;
}

.btn-block {
  display: block;
  width: 100%;
}

table > tbody > tr > td {
  vertical-align: top;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  display: block;
  height: auto;
}

.text-muted td {
  color: #777777;
}

.col-sm-offset-4 {
  margin-left: 33.33333333%;
}

.col-sm-offset-2 {
  margin-left: 16.66666667%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  background-color: #ffffff;
  width: fit-content !important;
  padding: 0.5rem 1rem;
}

.ui-datepicker-calendar td a:hover {
  text-decoration: underline;
}

.superbox-form select, .superbox-form input {
  background-color: #FFF;
}
.superbox-form select {
  background-color: #FFF;
  border-radius: 3px;
}

#anbieter .input-group .selection .select2-selection--single {
  width: 100%;
}

.tranchedetails-tabs .tab-content .active {
  opacity: 1;
}

.fondskacheln .fondskachel .card-header .card-title a {
  color: #000000;
}
.fondskacheln .fondskachel .card-header .card-title a:hover {
  color: #777;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.ef-searchBar {
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ef-searchBar .input-group {
  padding-right: 8px;
}
.ef-searchBar .btn:disabled {
  background-color: #ffffff;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.ef-searchBar .fa.fa-wrench {
  font-size: 1.2em;
  margin-top: 6px;
}

.ef-header .header {
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .ef-searchBar .input-group {
    padding-top: 8px;
  }
  div .ef-header .header {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .ef-searchBar .input-group {
    padding-top: 8px;
  }
}
@media (max-width: 992px) {
  .ef-searchBar .input-group {
    padding-top: 8px;
  }
  .nav-breadcrumbs {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .ef-header .header {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .ef-header .ef-searchBar form {
    padding-top: 0;
  }
}
.ef-header .header {
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 1182px) {
  .ef-searchBar form {
    padding-top: 8px;
  }
}
form .ym-fbox .file-input .file-preview .fileinput-remove {
  border: 0;
  background-color: rgba(255, 255, 255, 0);
  font-size: 2.8rem;
  position: relative;
  right: -13px;
  top: 0;
  float: right;
}

.tranche_details_actions div,
.tranche_details_actions div div {
  display: inline;
}

.beobachtenLink i.fa.fa-eye {
  font-size: 1.8rem;
  vertical-align: baseline;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.has-error .help-block, .has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon,
.has-error .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error input.nice[type=checkbox] + label {
  color: #a94442;
}

.has-error,
.error,
.error + label {
  color: #a94442;
}

.ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight {
  border: 1px solid #e4d67c; /* original farbe: #fcefa1 */
  color: #363636;
}

table#gridTable .stickyHead.fixed {
  border-top: 1px solid white;
  position: sticky;
}

.stickyHead.tableheader.fixed {
  top: 121px !important;
}

#commerzrealHeader {
  margin-left: 10px;
}

.fixed-nav {
  position: fixed;
  top: 110px;
  width: 100%;
  z-index: 1029;
  box-shadow: 1px 2px 5px #eee;
  background-color: #FFFFFF;
}

@media screen and (max-width: 1182px) {
  .fixed-nav {
    top: 165px;
  }
}
@media screen and (max-width: 992px) {
  .fixed-nav {
    top: 123px;
  }
}
@media screen and (max-width: 864px) {
  .fixed-nav {
    top: 165px;
  }
}
@media screen and (max-width: 768px) {
  .fixed-nav {
    top: 190px;
  }
}
@media screen and (max-width: 809px) {
  .actions.col-xs-12 {
    margin-top: 34px;
  }
}
.FondsAuswahlNews .modal-content {
  height: 640px;
}

.tranchedetails-tabs .disabled a.nav-link {
  color: #777;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
}

.dzeichnung-btns {
  position: relative;
  margin-bottom: 60px;
}

.produktvorschau-modal .modal-dialog {
  min-width: fit-content;
}

.settingsListening {
  padding-top: 10px;
}

.bigpicture_login {
  margin-top: 72px;
}

.timeoutDiv {
  color: #a94442;
  width: 448px;
  margin-left: 205px;
}

/*# sourceMappingURL=master.css.map */
