/*
 *  Temporäre Styles
 *
 *  Bitte bei jedem Style ein Kommentar hinzufügen, was damit geschehen soll, z.B. ob der Style einen vorhanden ersetzt oder einfach nur hinzugefügt werden soll.
 *
 *  _______AAAA__S_A_B_I_N_E__AAAA________
 *         VVVV               VVVV
 *         (__)               (__)
 *          \ \               / /
 *           \ \   \\|||//   / /
 *            > \   _   _   / <
 *   hang      > \ / \ / \ / <
 *    in        > \\_o_o_// <
 *    there...   > ( (_) ) <
 *                >|     |<
 *               / |\___/| \
 *               / (_____) \
 *               /         \
 *                /   o   \
 *                 ) ___ (
 *                / /   \ \
 *               ( /     \ )
 *               ><       ><
 *              ///\     /\\\
 *              '''       '''
 */

/* Ersetzt ".js_compare_popup" in index.css */
.js_compare_popup_added {
    background: #d4edda;
    border: 1px solid #155724;
    color: #155724;
    padding: 15px;
    margin-right: 15px;
    width: 280px
}

/* Neu hinzufügen in index.css */
.js_compare_popup_full {
    background: #edd4da;
    border: 1px solid #571524;
    color: #571524;
    padding: 15px;
    margin-right: 15px;
    width: 280px
}

/* Social Icons im Footer */
.footer_social {
    width:30px;
}

/* Social Links im Footer */
.footer_social_link {
    margin-bottom:8px;
    display:inline-block;
}


/* Staffelpreis-Tabelle in den Details */
.details_price_scales th  {
    font-size:14px;

}
.details_price_scales td  {
    font-size:14px;
}