﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.06.2016, 11:56:05
    Author     : Ersan Altunbas
*/

/*=============== Allgemeine Einstellungen ===============*/
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    color: #444444 !important;
    line-height: 1.428571429 !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    margin: 0px 0px 10px 0px !important;
}

input, select, button{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#content .entry-header, #content .entry-content, #content .entry-summary{
    padding: 0px !important;
}

ul, ol{
    margin: 0px !important;
}


/*=============== Container Einstellungen ===============*/
@media (min-width: 480px) {
    .fa_container {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .fa_container {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .fa_container {
        width: 100% !important;
    }
}

.fa_container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px !important;
    padding-right: 8px !important; 
}

.fa_container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

.fa_row {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.fa_container:before,
.fa_container:after,
.fa_container-fluid:before,
.fa_container-fluid:after,
.fa_row:before,
.fa_row:after {
    display: table;
    content: " ";
}

.fa_container:after,
.fa_container-fluid:after,
.fa_row:after {
    clear: both;
}


/*=============== Formular Einstellungen ===============*/
.fa_form { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

.fa_label{
    font-size: 15px !important;
    font-weight: bold !important;
    margin: 0px !important;
}

.fa_input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.fa_input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.fa_input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon {
    font-size:12px !important;
    margin: 5px 0 10px !important;
    padding:8px !important;
    border:1px solid #CCCCCC;
    border-radius:4px;
    color:#333333 !important;
    background-color:#f5f5f5 !important;	
}

.fa_checkbox{
    margin-top:6px !important;
    margin-bottom:6px !important;
}

.fa_input-group .ratenkreditrechner_kreditbetrag,
.fa_input-group .festgeldrechner_anlagebetrag,
.fa_input-group .tagesgeldrechner_anlagebetrag,
.fa_input-group .kreditkarterechner_umsatzeuroland,
.fa_input-group .kreditkarterechner_umsatznichteuroland,
.fa_input-group .girokontorechner_zahlungseingang,
.fa_input-group .girokontorechner_guthaben,
.fa_input-group .girokontorechner_minus,
.fa_input-group .girokontorechner_minustage,
.fa_input-group .girokontorechner_zahlungseingang,
.fa_input-group .girokontorechner_guthaben,
.fa_input-group .depotrechner_ordervolumen,
.fa_input-group .depotrechner_orderanzahl,
.fa_input-group .depotrechner_depotvolumen,
.fa_input-group .hausratrechner_wohnflaeche,
.fa_input-group .tagesgeldrechner_anlagebetrag,
.fa_input-group .fa_gkvrechner_eingabe,
.fa_input-group .depotrechner_orderanzahl
{
    display: block;
    width:100% !important;
    height:30px;
    margin:0px !important;
    padding:6px;
    font-size:13px !important;
    font-weight:normal;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius:4px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.fa_input-group .baufinanzierungrechner_regional,
.fa_input-group .girokontorechner_transaktionen,
.fa_input-group .hausratrechner_plz{
    display: block;
    width:100% !important;
    height:30px;
    margin:0px !important;
    padding:6px;
    font-size:13px !important;
    font-weight:normal;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #cccccc !important;
    border-radius:4px !important;
}

.fa_select-group .ratenkreditrechner_laufzeit,
.fa_select-group .ratenkreditrechner_verwendungszweck,
.fa_select-group .baufinanzierungrechner_beleihung,
.fa_select-group .baufinanzierungrechner_tilgung,
.fa_select-group .festgeldrechner_laufzeit,
.fa_select-group .kreditkarterechner_kartengesellschaft,
.fa_select-group .kreditkarterechner_anzeige,
.fa_select-group .kreditkarterechner_zahlungsart,
.fa_select-group .girokontorechner_guthabentage,
.fa_select-group .girokontorechner_unternehmensart,
.fa_select-group .mietkautionrechner_verwendungszweck,
.fa_select-group .tagesgeldrechner_laufzeit,
.fa_select-group .depotrechner_orderinternet,
.fa_select-group .depotrechner_orderexchange,
.fa_select-group .haftpflichtrechner_person,
.fa_select-group .haftpflichtrechner_alter,
.fa_select-group .haftpflichtrechner_versicherungssumme,
.fa_select-group .haftpflichtrechner_selbstbeteiligung,
.fa_select-group .haftpflichtrechner_hunde,
.fa_select-group .haftpflichtrechner_kampfhunde,
.fa_select-group .haftpflichtrechner_anzahl,
.fa_select-group .haftpflichtrechner_ponys,
.fa_select-group .fa_auslandskrankenrechner_person,
.fa_select-group .fa_auslandskrankenrechner_alter,
.fa_select-group .rechtsschutzrechner_person,
.fa_select-group .rechtsschutzrechner_selbstbeteiligung,
.fa_select-group .rechtsschutzrechner_zahlweise,
.fa_select-group .sterbegeldrechner_alter,
.fa_select-group .sterbegeldrechner_versicherungssumme,
.fa_select-group .risikolebensrechner_alter,
.fa_select-group .risikolebensrechner_versicherungssumme,
.fa_select-group .risikolebensrechner_laufzeit,
.fa_select-group .zahnzusatzrechner_alter,
.fa_select-group .hausratrechner_gebaeudeart,
.fa_select-group .hausratrechner_selbstbeteiligung,
.fa_select-group .rechtsschutzrechner_zahlweise,
.fa_select-group .fa_gkvrechner_auswahl,
.fa_select-group .sparzinsrechner_produktart,
.fa_select-group .cfdbroker_volumen,
.fa_select-group .cfdbroker_wert,
.fa_select-group .forex_wert,
.fa_select-group .forex_volumen

{
    display: block;
    width:100% !important;
    height:30px !important;
    margin:0px !important;
    padding:6px;
    font-size:13px !important;
    font-weight:normal;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius:4px !important;
}

/*Formular Button*/
.fa_button_submit { /* "NEU BERECHNEN"-BUTTON */
    background-color: #333333 !important;
    background: #333333 !important;
    border: none !important;
    color: #ffffff !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    height:30px !important;
    white-space: nowrap !important;
}

.fa_button_submit:hover,
.fa_button_submit:focus,
.fa_button_submit:active,
.fa_button_submit.active,
.open .dropdown-toggle.fa_button_submit {
    color: #ffffff !important;
    background-color: #555555 !important;
}


/*================== Headzeile Einstellungen =====================*/
.fa_headzeile{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size:11px !important; /* SCHRIFTGRÖSSE - Titelzeile */
    color: #999999 !important; /* SCHRIFTFARBE - Titelzeile */
    background: #f5f5f5 !important; /* HINTERGRUNDFARBE - Titelzeile */
    padding:10px !important;
    border:1px solid #ddd !important;
}

.fa_headzeile_mobile {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size:11px !important; /* SCHRIFTGR??SSE - Titelzeile */
    color: #999999 !important;
    background-color: #f5f5f5 !important;
    width:100% !important;
    left:0px !important;
    padding:5px !important;
    border:1px solid #ddd !important;
    line-height: 14px !important;
}

.fa_headzeile_text{
    font-size:11px !important; /* SCHRIFTGRÖSSE - Titelzeile */
    line-height: 14px !important;
}


/*================== Ergebniszeile Einstellungen =====================*/
.fa_zeile{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-weight: normal !important;
    border:1px solid #ddd !important; /* TRENNLINIE DER ERGEBNISSE */
    margin-top:10px !important;
    padding:10px !important;
}

div.fa_zeile:hover{
    background: #f9f9f9 !important;
    border:1px solid #bbb !important;
}

.fa_zeile_mobile{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size:11px !important;
    color:#444444 !important;
    border:1px solid #ddd !important; /* TRENNLINIE DER ERGEBNISSE */
    padding:10px !important;
    margin-top:10px !important;
    line-height: 16px !important;
}


.fa_productgroup{
    background-color: #E5F5FF; 
    line-height: 14px !important;
}

.fa_zeile-productgroup{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-weight: normal !important;
    border:1px solid #ddd !important;
    margin-top:10px !important;
    padding:10px !important;
}
.fa_productgroupheadline{
    font-weight:bold;
    font-size:16px;
}

/*Logo*/
.fa_logoimg {
    width: 100%;
    max-width: 200px !important;
}

.fa_logoimg_mobile {
    width:100% !important;
    max-width:100px !important;
}

.fa_karteimg {
    width: 100%;
    max-width: 120px !important;
}

.fa_karteimg_mobile {
    width: 100%;
    max-width: 100px !important;
}

.fa_gebuehren_1 {
    margin-bottom: 5px !important;
    font-weight: bold !important;
}

.fa_gebuehren_2 {
    margin-bottom: 5px !important;
    font-weight: normal !important;
}

.fa_gebuehren_klein{
    color: #999999 !important;
}

.fa_gebuehren_folgejahr{
    font-size: 14px !important;
    font-weight: bold !important;
}

.fa_gebuehren_gruen{
    color:#5CB85C !important;
    font-size: 14px !important;
}

.fa_gebuehren_rot{
    color:red !important;
    font-size: 14px !important;
}

.fa_beratungverzicht_text{
    font-size: 14px !important;
}

.fa_beitrag_xs{
    font-size: 11px !important;
}

.fa_table_linksmall{
    font-size: 12px !important;
    color:#999999 !important;
    margin-top: 3px !important;
}

.is_tooltip > div {
    text-decoration: underline;
}

.fa_link {
    color: #333333 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.fa_productlink {
    color: #333333 !important;
    font-size: 12px !important;
    text-decoration: none !important;
}

.fa_versicherte_bereich{
    font-size: 13px !important;
}

.fa_weitere_leistungen{
    font-size: 16px !important;
    border-bottom: 1px dotted #ccc;
    color:#333333 !important;
}

.fa_form_more_head{
    font-weight: bold;
    margin-bottom: 3px;
}


/*zum Anbieter Button*/
.fa_button { /* "ZUM ANBIETER"-BUTTON */
    background-color: #47a447 !important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight:bold !important;
}

.fa_button:hover,
.fa_button:focus,
.fa_button:active,
.fa_button.active,
.open .dropdown-toggle.fa_button {
    color: #ffffff !important;
    background-color: #5cb85c !important;
}

.fa_button_info { /* "NEU BERECHNEN"-BUTTON */
    background-color: #eee;
    color: #333;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight:normal !important;
    margin-top:5px;
}

.fa_button_info:hover,
.fa_button_info:focus,
.fa_button_info:active,
.fa_button_info.active,
.open .dropdown-toggle.fa_button_info {
    color: #333 !important;
    background-color: #ddd;
}

/*Mobile Button*/
.fa_link_mobile {
    border-left: 3px solid #47A447;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.fa_link_mobile_arrow {
    width: 100%;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #47A447;
}

.fa_repbeispiel {
    font-size:11px !important;
    color:#999999 !important;
    line-height:14px !important;	
}

.fa_rechtliche-hinweise {
    font-size: 11px !important;
    color: #999999 !important;
    line-height: 14px !important;
    text-align: justify !important;
    margin: 0px auto 15px !important;
}

/*Liste Einstellungen*/
.fa_fa{
    color:#5CB85C !important;
}

ul.fa_li_leistungen {
    padding:0px;
    margin:0px;
    font-weight:normal;
    line-height:normal;
    text-align:left;
    list-style: square;
}

ul.fa_li_leistungen  li:before {
    content:"+ ";
    color: #47A447;
}	

ul.besonderheiten {
    padding-left: 0px !important;
    margin-right:10px !important;
    list-style-type:none !important;
    margin: 0px !important;  
}

ul.besonderheiten li {
    line-height: 20px!important;  
}

ul.besonderheiten li::before {
    color: #2b962b;
    content: "\2714 ";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right:5px;
}

.fa-ul{
    margin-left: 1.4em !important;
}

.fa_ul li{
    list-style: none !important;
}

.fa_border_top{
    border-top:1px dashed #ccc;
    margin-top: 7px;
    padding-top: 7px;
}

.fa_border_bottom{
    border-bottom:1px dashed #ccc;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

/* Info PopUp */
.info_body,
.fa_info_body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size: 11px;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #999999;
    margin: 0px;
    padding: 8px 8px 4px 8px;
    max-width:250px;
}

.info_header,
.fa_info_header{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    background-color:#ffffff;
    margin: 0px;
    padding: 4px 8px 4px 8px;
}

/*Bewertung-Einstellungen*/
.fa_qtip_content_inner{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 5px 0px 5px 0px !important;
}


/* FOOTER */	
.fa_footnotes{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color:#f5f5f5; /* HINTERGRUNDFARBE FOOTER */	
    font-size:11px !important; /* SCHRIFTGR??SSE FOOTER */	
    color: #999999 !important; /* SCHRIFTFARBE FOOTER */	
    padding:7px 10px 7px 10px !important;
    margin-bottom:20px;
    margin-top:10px;
    border:1px solid #ddd;
    line-height: 14px !important;
}

/* Incentive */
.fa_incentive{
    font-size:11px;
    color: #40AB1D;
    cursor:default;
    border-bottom:1px dotted #40AB1D;
    display:table;
    display:inline;
}


/*================== Media Queries Einstellungen =====================*/
/*Extra-Kleine Geräte (Smartphones und Phablets)*/
@media(max-width:767px){
    .fa_form_abstand{
        margin-bottom: 7px !important;
    }

    .fa_gebuehren_1{
        font-size:13px !important;
    }

    .fa_gebuehren_2{
        font-size:13px !important;
    }

    .fa_gebuehren_klein{
        font-size: 11px !important;
    }

    .fa_rating-container .fa_star {
        display: inline-block;
        text-align: center;
        font-size: 1em;
    }

    .fa_productlink{
        font-size: 12px !important;
    }

    ul.besonderheiten li{
        font-size: 12px !important;
    }

    ul.fa_li_leistungen li{
        font-size: 11px !important;
        display: block !important;
        padding-right:8px;
        line-height: 16px !important;
        margin-left: 15px !important;
    }

    .fa_ul li{
        font-size: 12px !important;
    }

    .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
        font-size: 11px !important;
    }

    .fa_leistungen_collapse{
        font-size: 13px !important;
        color:#333333 !important;
        font-weight: bold !important;
    }

    .productdetails_table{
        margin: 10px 0px 20px 0px !important;
    }
    
    .fa_form_more_head{
        font-size: 14px !important;
    }
    
    .fa_form_more_text{
        font-size: 14px !important;
        margin-bottom: 7px;
    }

}

/*Kleine Geräte (Tablet)*/
@media(min-width:768px) and (max-width:991px){
    .fa_form_abstand{
        margin-bottom: 10px !important;
    }

    .fa_label{
        font-size:13px !important;
    }

    .fa_gebuehren_1{
        font-size:16px !important;
    }

    .fa_gebuehren_2{
        font-size:16px !important;
    }

    .fa_gebuehren_klein{
        font-size: 13px !important;
    }

    .fa_rating-container .fa_star {
        display: inline-block;
        text-align: center;
        font-size: 1em;
    }

    ul.besonderheiten li{
        font-size: 14px !important;
    }

    ul.fa_li_leistungen li{
        font-size: 12px !important;
        display: inline !important;
        padding-right:8px;
    }

    .fa_ul li{
        font-size: 13px !important;
    }

    .fa_leistungen_collapse{
        font-size: 13px !important;
        border-bottom: 1px dotted #ccc;
        color:#333333 !important;
    }
    
    .fa_form_more_head{
        font-size: 15px !important;
    }
    
    .fa_form_more_text{
        font-size: 14px !important;
        margin-bottom: 7px;
    }
}

/*Mittlere Geräte (Großes Tablet + Desktop)*/
@media(min-width:992px) and (max-width:1199px){
    .fa_form_abstand{
        margin-bottom: 10px !important;
    }

    .fa_gebuehren_1{
        font-size:16px !important;
    }

    .fa_gebuehren_2{
        font-size:16px !important;
    }

    .fa_gebuehren_klein{
        font-size: 13px !important;
    }

    .fa_rating-container .fa_star {
        display: inline-block;
        text-align: center;
        font-size: 1.2em;
    }

    ul.besonderheiten li{
        font-size: 14px !important;
    }

    ul.fa_li_leistungen li{
        font-size: 13px !important;
        display: inline !important;
        padding-right:8px;
    }

    .fa_ul li{
        font-size: 13px !important;
    }

    .fa_leistungen_collapse{
        font-size: 13px !important;
        border-bottom: 1px dotted #ccc;
        color:#333333 !important;
    }
    
    .fa_form_more_head{
        font-size: 16px !important;
    }
    
    .fa_form_more_text{
        font-size: 15px !important;
        margin-bottom: 5px;
    }
}

/*Große Geräte (Großes Desktop)*/
@media(min-width:1200px){
    .fa_form_abstand{
        margin-bottom: 10px !important;
    }

    .fa_gebuehren_1{
        font-size:18px !important;
    }

    .fa_gebuehren_2{
        font-size:18px !important;
    }

    .fa_gebuehren_klein{
        font-size: 13px !important;
    }

    .fa_rating-container .fa_star {
        display: inline-block;
        text-align: center;
        font-size: 1.2em;
    }

    ul.besonderheiten li{
        font-size: 14px !important;
    }

    ul.fa_li_leistungen li{
        font-size: 13px !important;
        display: inline !important;
        padding-right:8px;
    }

    .fa_ul li{
        font-size: 13px !important;
    }

    .fa_leistungen_collapse{
        font-size: 13px !important;
        border-bottom: 1px dotted #ccc;
        color:#333333 !important;
    }

    .fa_form_more_head{
        font-size: 16px !important;
    }
    
    .fa_form_more_text{
        font-size: 15px !important;
        margin-bottom: 5px;
    }
}



/* Logo Settings */

.fa_logoimg {
    width: 100%;
    max-width: 200px !important;
    border: 1px solid #cccccc;
    padding: 3px;
}

.fa_logoimg_mobile {
    width:100% !important;
    max-width:120px !important;
    border: 1px solid #cccccc;
    padding: 2px;
}

.fa_karteimg {
    width: 100%;
    max-width: 120px !important;
}

.fa_karteimg_mobile {
    width: 100%;
    max-width: 100px !important;
}

/*Calculator Text Settings*/
.fa_repbeispiel {
    font-size:11px !important;
    color:#999999 !important;
    line-height:14px !important;	
}

.fa_link {
    text-decoration: none !important;
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
    font-weight:bold; /* BOLD = FETT */
}

.fa_productlink {
    color: #333; /* SCHRIFTFARBE LINK PRODUCT */
    font-weight:normal; /* BOLD = FETT */
    text-decoration: none !important;
    margin-top: 3px;
}

.fa_gebuehren{
    font-weight: bold;
}

.fa_gebuehren_gruen{
    color:green;
}

.fa_gebuehren_rot{
    color:red;
}

.fa_gebuehren_klein{
    color: #999999 !important;
}




/*Liste Einstellungen*/

ul.besonderheiten {
    padding-left: 0px !important;
    margin-right:10px !important;
    list-style-type:none !important;
    margin: 0px !important;  
}

ul.besonderheiten li {
    line-height: 20px!important;  
}

ul.besonderheiten li::before {
    color: #2b962b;
    content: "\2714";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right:5px;
}

.fa-ul{
    margin-left: 1.4em !important;
}

.fa_ul li{
    list-style: none !important;
}

/*List with Icon*/
.fa_icon-list {
    padding-left: 0px !important;
}

.fa_icon-list li {
    padding: 0 0 0px 17px;
    display: block;
    position: relative;
    line-height: 20px;
    margin-left: 2px;
}

.fa_icon-list li:before {
    font-family: "Glyphicons Halflings";
    position: absolute;
    left: -2px;
    top:-2px;
    font-size:12px;
    color:#2b962b;
}

.fa_icon-ok li:before {
    content: "\e013";
}


.fa_icon-list2 {
    padding-left: 0px !important;
}

.fa_icon-list2 li {
    padding: 0 0 0px 17px;
    display: block;
    position: relative;
    line-height: 20px;
    margin-left: 2px;
}

.fa_icon-list2 li:before {
    font-family: "Glyphicons Halflings";
    position: absolute;
    left: -2px;
    top:-1px;
    font-size:11px;
    color:#333333;
}

.fa_icon-asterisk li:before {
    content:"\2a";
}



/*Popover Settings*/
.fa_infoicon a,
.fa_infoicon a:hover,
.fa_infoicon a:focus,
.fa_infoicon a:active{
    color:grey !important;
    outline:none !important;
}

.popover{
    border-radius:0px !important;
    min-width:300px !important;
}

.popover-header{
    background-color:#fff !important;
    border-radius: 0px !important;
}

.popover-title{
    font-size:13px !important;
    font-weight:bold !important;
    background-color:#fff !important;
    padding:7px !important;
}

.popover-content{
    background-color: #f5f5f5;
    font-size:12px;
    padding:7px !important;
    margin: 0px -1px -1px -1px !important;
}

.fa_input-group-ch .ratenkreditrechner_kreditbetrag,
.fa_input-group-ch .kreditkarterechner_umsatznichteuroland,
.fa_input-group-ch .kreditkarterechner_umsatzeuroland{
     border-radius: 4px !important;
     border-top-left-radius: 0px !important;
     border-bottom-left-radius: 0px !important;
 }
 
 .top10{
     margin-top:10px;
 }
 
 .top20{
     margin-top:20px;
 }
 
 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}