/* COLORS */
#appdinero_ba {
  display: none;
  margin: 10px 0; }

#footer_box {
  z-index: 1000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #c0392b;
  padding: 0px;
  display: none; }
  #footer_box .close_footer_box {
    position: absolute;
    font-size: 25px;
    right: 0;
    z-index: 9999;
    top: -16px;
    cursor: pointer; }

#footer_box_inner {
  max-width: 350px;
  margin: 0px auto;
  position: relative; }

#modal-appdinero .inner-modal {
  padding: 0; }

.appdinero, #appdinero_contactform {
  display: none; }

.infobox {
  border: 1px solid #2ecc71;
  background: #16a085;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px; }

.textbox {
  background: #16a085;
  color: #fff;
  display: table;
  padding: 5px 10px;
  width: 100%; }
  .textbox .textbox-left, .textbox .textbox-right {
    display: table-cell; }
  .textbox .textbox-right {
    display: table-cell;
    /*
    width:30%;
    text-align:right;
    */ }

#appdinero_faq .accordion input:checked ~ .inhalt {
  padding: 5px 10px; }

.appdinerobox {
  background: #fff;
  display: block;
  margin: 15px 0; }
  .appdinerobox .applist {
    padding: 5px;
    display: table;
    color: #000;
    width: 100%; }
    .appdinerobox .applist:hover .appdinerobox .applist-download {
      background: #c0392b; }
    .appdinerobox .applist-cell {
      display: table-cell;
      vertical-align: middle;
      padding: 5px; }
    .appdinerobox .applist-left {
      width: 80px; }
    .appdinerobox .applist-right {
      width: 100px; }
    .appdinerobox .applist-title {
      margin: 0;
      font: 800 16px/20px "Open Sans", serif;
      padding-bottom: 5px; }
    .appdinerobox .applist-sub {
      font: 700 12px/18px "Open Sans", serif; }
    .appdinerobox .applist-tag span {
      background: #2980b9;
      color: #fff;
      padding: 2px 5px;
      margin-right: 10px; }
    .appdinerobox .applist-desc {
      padding-top: 5px; }
    .appdinerobox .applist-dinero {
      font-weight: bold;
      text-align: center;
      padding: 10px;
      background: #2980b9;
      color: #fff;
      font-size: 11px;
      margin-top: 10px; }

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