

/* 
    Created on : 13.10.2016, 11:25:50
    Updated on : 04.11.2016, 11:58:05
    Author     : Ersan Altunbas
*/

/*
    1. General Settings
    2. Container and Row Settings 
    3. Calculator Form Settings
    4. Calculator Header Settings
    5. Calculator Row Settings
    6. Calculator Media Queries Settings
*/



/*=============== 1. General Settings ===============*/
body{
    font-family: "Helvetica Neue",Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.full-width{
    width:100% !important;
}

.collapsing {
    -webkit-transition: none !important;
    transition: none !important;
}

/*=============== 2. Container and Row Settings =============*/
@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;
        max-width:1170px;
    }
}

.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;
}

/*=========== 3. Calculator Form Settings ===========*/
.fa_form { 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    color: #333;
}

.fa_form-abstand{
    margin-bottom: 10px !important;
}

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

.fa_checkbox-radio{
    margin-top: 3px;    
}

.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:0px !important;
    color:#333333 !important;
    background-color:#f5f5f5 !important;    
}

/* Checkbox and Radio Button */
.fa_checkbox-radio-abstand{
    margin-top:10px !important;
    margin-bottom:6px !important;
}

.fa_input-checkbox input[type="checkbox"]{
    position: absolute !important;
    left: -1000000000000000000px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.fa_input-radio input[type="radio"]{
    position: absolute;
    left: -1000000000000000000px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fa_input-checkbox input[type=checkbox] + span{
    position: relative;
    display: inline-block;
    margin-left:22px;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 10px;
    padding-right:15px;
    font-size: 16px;
    font-weight:300;
}
.fa_input-radio input[type=radio] + span{
    position: relative;
    display: inline-block;
    margin-left:22px;
    cursor: pointer;
    padding-top: 5px;
    padding-left: 10px;
    padding-right:15px;
    font-size: 16px;
    font-weight:300;
}

.fa_input-checkbox input[type="checkbox"] + span:before{
    width: 22px;
    height: 22px;
    border: 1px solid #333;
    display: inline-block;
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    background-color: #ffffff;
    border-radius: 0px;
    outline: none !important;
}
.fa_input-radio input[type="radio"] + span:before {
    width: 22px;
    height: 22px;
    border: 1px solid #333;
    display: inline-block;
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    background-color: #ffffff;
    border-radius: 0px;
    outline: none !important;
}

.fa_input-checkbox input[type="checkbox"]:checked + span:after{
    font-family: "FontAwesome";
    content: "\f00c";
    color: #333;
    position: absolute;
    top: 5px;
    line-height: 20px;
    font-size: 17px;
    left: -17.5px;
    font-weight: normal;
    width: 22px;
    height: 22px;
    outline: none !important;
}
.fa_input-radio input[type="radio"]:checked + span:after {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #333;
    position: absolute;
    top: 5px;
    line-height: 20px;
    font-size: 17px;
    left: -17.5px;
    font-weight: normal;
    width: 22px;
    height: 22px;
    outline: none !important;
}

/*Form Input*/


/* Hide custom-image in lower versions of Internet Explorer (< IE10). */
.lt-ie10 .ratenkreditrechner_laufzeit,
.lt-ie10 .ratenkreditrechner_verwendungszweck,
.lt-ie10 .baufinanzierungrechner_beleihung,
.lt-ie10 .baufinanzierungrechner_tilgung,
.lt-ie10 .festgeldrechner_laufzeit,
.lt-ie10 .kreditkarterechner_kartengesellschaft,
.lt-ie10 .kreditkarterechner_anzeige,
.lt-ie10 .kreditkarterechner_zahlungsart,
.lt-ie10 .girokontorechner_guthabentage,
.lt-ie10 .girokontorechner_unternehmensart,
.lt-ie10 .mietkautionrechner_verwendungszweck,
.lt-ie10 .minikreditrechner_laufzeit,
.lt-ie10 .tagesgeldrechner_laufzeit,
.lt-ie10 .depotrechner_orderinternet,
.lt-ie10 .haftpflichtrechner_person,
.lt-ie10 .haftpflichtrechner_alter,
.lt-ie10 .haftpflichtrechner_versicherungssumme,
.lt-ie10 .haftpflichtrechner_selbstbeteiligung,
.lt-ie10 .haftpflichtrechner_hunde,
.lt-ie10 .haftpflichtrechner_kampfhunde,
.lt-ie10 .haftpflichtrechner_anzahl,
.lt-ie10 .haftpflichtrechner_ponys,
.lt-ie10 .fa_haftpflichtrechner_zahlweise,
.lt-ie10 .fa_auslandskrankenrechner_person,
.lt-ie10 .fa_auslandskrankenrechner_alter,
.lt-ie10 .rechtsschutzrechner_person,
.lt-ie10 .rechtsschutzrechner_selbstbeteiligung,
.lt-ie10 .rechtsschutzrechner_zahlweise,
.lt-ie10 .sterbegeldrechner_alter,
.lt-ie10 .sterbegeldrechner_versicherungssumme,
.lt-ie10 .risikolebensrechner_alter,
.lt-ie10 .risikolebensrechner_versicherungssumme,
.lt-ie10 .risikolebensrechner_laufzeit,
.lt-ie10 .fa_risikolebensrechner_zahlweise,
.lt-ie10 .fa_risikolebensrechner_berufsgruppe,
.lt-ie10 .zahnzusatzrechner_alter,
.lt-ie10 .hausratrechner_gebaeudeart,
.lt-ie10 .hausratrechner_selbstbeteiligung,
.lt-ie10 .rechtsschutzrechner_zahlweise,
.lt-ie10 .fa_gkvrechner_auswahl,
.lt-ie10 .sparzinsrechner_produktart,
.lt-ie10 .geraeterechner_versicherungssumme,
.lt-ie10 .geraeterechner_selbstbeteiligung,
.lt-ie10 .studentenkontorechner_hochschulstadt,
.lt-ie10 .festgeldrechner_einlagensicherung,
.lt-ie10 .tagesgeldrechner_einlagensicherung,
.lt-ie10 .geraeterechner_option,
.lt-ie10 .kreditkarterechner_kostenlosbargeldabheben{
    background-image: none !important;
    padding-right: 10px !important;
}

/* Hide arrow in upper versions of Internet Explorer (> IE10). */
.ratenkreditrechner_laufzeit::-ms-expand ,
.ratenkreditrechner_verwendungszweck::-ms-expand ,
.baufinanzierungrechner_beleihung::-ms-expand,
.baufinanzierungrechner_tilgung::-ms-expand ,
.festgeldrechner_laufzeit::-ms-expand ,
.kreditkarterechner_kartengesellschaft::-ms-expand ,
.kreditkarterechner_anzeige::-ms-expand ,
.kreditkarterechner_zahlungsart::-ms-expand ,
.girokontorechner_guthabentage::-ms-expand ,
.girokontorechner_unternehmensart::-ms-expand ,
.mietkautionrechner_verwendungszweck::-ms-expand ,
.minikreditrechner_laufzeit::-ms-expand ,
.tagesgeldrechner_laufzeit::-ms-expand ,
.depotrechner_orderinternet::-ms-expand ,
.haftpflichtrechner_person::-ms-expand ,
.haftpflichtrechner_alter::-ms-expand ,
.haftpflichtrechner_versicherungssumme::-ms-expand ,
.haftpflichtrechner_selbstbeteiligung::-ms-expand ,
.haftpflichtrechner_hunde::-ms-expand ,
.haftpflichtrechner_kampfhunde::-ms-expand ,
.haftpflichtrechner_anzahl::-ms-expand ,
.haftpflichtrechner_ponys::-ms-expand ,
.fa_haftpflichtrechner_zahlweise::-ms-expand ,
.fa_auslandskrankenrechner_person::-ms-expand ,
.fa_auslandskrankenrechner_alter::-ms-expand ,
.rechtsschutzrechner_person::-ms-expand ,
.rechtsschutzrechner_selbstbeteiligung::-ms-expand ,
.rechtsschutzrechner_zahlweise::-ms-expand ,
.sterbegeldrechner_alter::-ms-expand ,
.sterbegeldrechner_versicherungssumme::-ms-expand ,
.risikolebensrechner_alter::-ms-expand ,
.risikolebensrechner_versicherungssumme::-ms-expand ,
.risikolebensrechner_laufzeit::-ms-expand ,
.fa_risikolebensrechner_zahlweise::-ms-expand ,
.fa_risikolebensrechner_berufsgruppe::-ms-expand ,
.zahnzusatzrechner_alter::-ms-expand ,
.hausratrechner_gebaeudeart::-ms-expand ,
.hausratrechner_selbstbeteiligung::-ms-expand ,
.rechtsschutzrechner_zahlweise::-ms-expand ,
.fa_gkvrechner_auswahl::-ms-expand ,
.sparzinsrechner_produktart::-ms-expand ,
.geraeterechner_versicherungssumme::-ms-expand ,
.geraeterechner_selbstbeteiligung::-ms-expand ,
.studentenkontorechner_hochschulstadt::-ms-expand ,
.festgeldrechner_einlagensicherung::-ms-expand ,
.tagesgeldrechner_einlagensicherung::-ms-expand ,
.geraeterechner_option::-ms-expand ,
.kreditkarterechner_kostenlosbargeldabheben::-ms-expand {
    display: none !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 .fa_risikolebensrechner_alter2,
.fa_input-group .risikolebensrechner_versicherungssumme2,
.fa_input-group .fa_haftpflichtrechner_alter2,
.fa_input-group .fa_risikolebensrechner_laufzeit{ 
    display: block;
    width:100% !important;
    height: 40px;
    margin:0px !important;
    padding:5px !important;
    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:0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

.fa_input-group .baufinanzierungrechner_regional,
.fa_input-group .girokontorechner_transaktionen,
.fa_input-group .hausratrechner_plz{
    display: block;
    width:100% !important;
    height: 40px;
    margin:0px !important;
    padding:5px !important;
    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:0px !important;
    outline: none !important; 
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

/*Form Select*/
.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 .minikreditrechner_laufzeit,
.fa_select-group .tagesgeldrechner_laufzeit,
.fa_select-group .depotrechner_orderinternet,
.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_haftpflichtrechner_zahlweise,
.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 .fa_risikolebensrechner_zahlweise,
.fa_select-group .fa_risikolebensrechner_berufsgruppe,
.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 .geraeterechner_option,
.fa_select-group .geraeterechner_versicherungssumme,
.fa_select-group .geraeterechner_selbstbeteiligung,
.fa_select-group .studentenkontorechner_hochschulstadt{
    display: block;
    width:100% !important;
    height: 40px !important;
    margin:0px !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right: 32px;
    font-size:13px !important;
    font-weight:normal;
    color: #333333;
    vertical-align: middle;
    background: url(/templates/de/responsive_details/images/caret_down.png);
    background-color: #ffffff;
    background-position: right -7px center;
    background-repeat: no-repeat;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    border-radius:0px !important;
    outline: none !important;
}

/*Form Submit Button*/
.fa_button-submit { 
    background-color: #333333 !important;
    color: #fff !important;
    display: block !important;
    width: 100% !important;
    max-height: 40px !important;
    border: none !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 12px 5px 12px 5px !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 5px;
    outline: none !important;
}

.fa_button-submit:hover,
.fa_button-submit:focus,
.fa_button-submit:active,
.fa_button-submit.active,
.open .dropdown-toggle.fa_button-submit {
    color: #fff !important;
    background-color: #555555 !important;
}

.fa_details-check{
    color:#53AD50; 
    font-size:18px !important;
    margin-top: 1px;
}

.fa_details-times{
    color:red; 
    font-size:18px !important;
    margin-top: 1px;
}

/*============ 4. Calculator Header Settings ============*/
.fa_headzeile{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    color: #999999; /* SCHRIFTFARBE - Titelzeile */
    background: #f5f5f5; /* HINTERGRUNDFARBE - Titelzeile */
    padding:10px !important;
    border:1px solid #ddd !important;
    line-height: 14px !important;
}

.fa_headzeile-mobile {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; 
    color: #999999 !important;
    background-color: #f5f5f5 !important;
    padding:5px 0px !important;
    border:1px solid #ddd !important;
    line-height: 14px !important;
}

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

/*============= 5. Calculator Row Settings =============*/
.fa_zeile{
    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;
    background-color: #fff;
    color: #333 !important;
}

div.fa_zeile:hover{
    /*background-color: #f5f5f5;*/
    border:1px solid #bbb !important;
}

/*Productgroups Settings*/
.fa_productgroup{
    background-color: #f9f9f9; 
    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;
    background-color: #f9f9f9;
}

.fa_productgroupheadline{
    font-weight:bold;
    font-size:20px;
}

.fa_tippbox-anzeige{
    text-align: right;
    font-size: 13px;
    margin-bottom: -20px;
    color: #666;
}

@media (min-width: 480px) {
    .fa_tippbox-anzeige{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) {
    .fa_tippbox-anzeige{
        margin-bottom: -5px;
    }
}
@media (min-width: 992px) {
    .fa_tippbox-anzeige{
        margin-bottom: -20px;
    }
}

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

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

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

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

/*Testsiegelimg*/
.fa_testsiegelimg {
    max-width: 75% !important;
    max-height: 50px !important;
}

/*Calculator Text(Font) Settings*/
.fa_gebuehren{
    font-size: 13px;
    font-weight: bold;
}

.fa_gebuehren-gruen{
    color: #008000;
    font-size: 13px;
    font-weight: bold;
}

.fa_gebuehren-rot{
    color:red;
    font-size: 13px;
    font-weight: bold;
}

.fa_abheben{
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
}

.fa_gebuehren-klein{
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
    font-size: 12px;
    text-decoration: none !important;
}

.fa_gebuehren-klein-es{
    color: #999999 !important;
    font-size: 11px;
    text-decoration: none !important;
}

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

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

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

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

.fa_text-klein{
    font-size: 13px;
}

.fa_table_linksmall{
    /*    border-bottom: 1px dotted #ccc;*/
    margin-top: 5px;
}

.text-nowrap{
    white-space: nowrap !important;
}

/*Popover Settings*/
.popover{
    border-radius:0px !important;
    min-width:300px !important;
    padding:0px 0px 0px 0px !important;
}

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

.popover-title{
    font-size: 13px !important;
    font-weight: bold !important;
    background-color: #F5F5F5 !important;
    padding: 10px 7px !important;
    border-radius: 0px !important;
}

.popover-content{
    background-color: #ffffff;
    font-size:12px;
    padding: 5px 0px !important;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 30px !important;
    margin-right:7px!important;
    margin-top:2px!important;
    outline: none !important;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #F5F5F5 !important;
}

.panel{
    margin: 0px !important;
    border:none !important;
    -webkit-box-shadow: none !important;
}

.panel-default{
    border-color: #fff !important;
}

.panel-default > .panel-heading {
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    border-bottom: none !important;
}

.panel-heading {
    padding: 0px !important;
    border-bottom: none !important;
    cursor: pointer;
}

ul.fa_besonderheiten-tipp {
    list-style:none;
    padding-left: 0px !important;
    margin:0;
    margin-bottom: 10px;
}

ul.fa_besonderheiten-tipp li::before {
    color: #2b962b;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -1px;
    font-size:20px;

}

ul.fa_besonderheiten-tipp  li{
    padding: 0 0 0px 22px;
    display: block;
    position: relative;
    line-height: 23px;
    margin-left: 2px;
    font-size:15px;
}
.fa_tipp-head {
    margin:0 !important;
}

.fa_panel-heading a{
    color:#FFF !important;
    text-decoration:none !important;
}

.fa_panel-leistungen{
    border: 1px solid #ccc !important;
    border-radius:0px !important;
    height: 40px !important;
    font-size: 12px !important;
    background-color: #fff !important;
    border-color: #ccc !important;
    padding: 9px 12px 5px 10px;
}

.fa_panel-leistungen  .panel-title{
    font-size: 13px !important;
    color:#333 !important;
    margin-top:3px;
    font-weight:normal !important;
}

.fa_panel-body-leistungen{
    border: 1px solid #ccc !important;
    border-top:0px !important;
    font-size: 12px !important;
    padding: 10px 8px 5px 8px !important;
}

.fa_panel-group{
    margin:0px !important;
}

.fa_erstinformation {
    margin-top:3px;
    margin-bottom:3px;
}

.panel-info > .fa_panel-heading{
    color: #FFFFFF !important;
    background-color: #47a447 !important;
    border-color: #47a447 !important;
    padding: 7px 10px !important;
    border-radius: 0px !important;
}

.fa_panel-body{
    border:1px solid #ccc !important;
    border-top-color: #47a447 !important;
    padding:10px;
}

.fa_tipp-img{
    width:100%;
    max-width:200px;
}

.fa_collapse-content{
    margin-bottom: 10px;
    font-size: 12px;
}

/*Rating Settings*/
.fa_rating-container .fa_star {
    display: inline-block;
    text-align: center;
}

.fa_rating-container .fa_filled-stars{
    color: #ff6f00;
}

/*List Settings With Icon*/

/*fa_infoicon*/
.fa_infoicon a,
.fa_infoicon a:hover,
.fa_infoicon a:focus,
.fa_infoicon a:active{
    font-size: 18px;
    color:#aaa !important;
    outline:none !important;
}

.fa_icon-asterisk li:before {
    content:"\f069";
    color:#333333;
}

.fa_icon-check li:before {
    content:"\f00c";
    color:#2b962b;
}

.fa_icon-plus li:before {
    content:"\f067";
    color:#2b962b;
}

.fa_icon-minus li:before {
    content:"\f068";
    color:#cb0000;
}

ul.fa_besonderheiten {
    list-style:none;
    padding-left: 0px !important;
    font-size:13px;
    margin:0;
}

ul.fa_besonderheiten li::before {
    color: #2b962b;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -1px;
    font-size:15px;

}

ul.fa_besonderheiten  li{
    padding: 0 0 0px 17px;
    display: block;
    position: relative;
    line-height: 22px;
    margin-left: 2px;
}

li:nth-child(n).fa_nein-icon:before {
    color: #cb0000 !important;
    content: "\f00d" !important;
}

li:nth-child(n).fa_Nein-icon:before {
    color: #cb0000 !important;
    content: "\f00d" !important;
}

li:nth-child(n).fa_0-icon:before {
    color: #cb0000 !important;
    content: "\f00d" !important;
}

li:nth-child(n).fa_1-icon:before {
    color:#53AD50 !important;
    content: "\f00c" !important;
}

li:nth-child(n).fa_money-icon:before {
    color: #2b962b !important;
    content: "\f0d6" !important;
}

.fa_details-check-Ja:before{
    font-family: FontAwesome;
    content: "\f00c";
    color:#53AD50; 
    font-size:18px !important;
    margin-top: 1px;
}

.fa_details-check-Nein:before{
    font-family: FontAwesome;
    content: "\f00d";
    color:red; 
    font-size:18px !important;
    margin-top: 1px;
}

.fa_weitereleistungen-icon{
    font-size:16px !important;
    padding-right:3px;
}

.fa_weitereleistungen-abstand{
    margin-top: 10px;
    margin-bottom: 15px;
}

ul.fa_li_leistungen {
    list-style:none;
    padding-left: 0px !important;
    font-size:13px;
}

ul.fa_li_leistungen li::before {
    color: #2b962b;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -2px;

}

ul.fa_li_leistungen  li{
    padding: 0 0 0px 17px;
    display: block;
    position: relative;
    line-height: 18px;
    margin-left: 2px;
}

ul.besonderheiten {
    list-style:none;
    padding-left: 0px !important;
    font-size:13px;
}

ul.besonderheiten li::before {
    color: #2b962b;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -2px;

}

ul.besonderheiten  li{
    padding: 0 0 0px 17px;
    display: block;
    position: relative;
    line-height: 18px;
    margin-left: 2px;
}

/* Collapse Settings */
.fa_collapse-weitereleistungen{
    font-size:13px;
    color:#333 !important;
    text-decoration: none !important;
    border-bottom:1px dotted #333;
    font-weight:bold;
}

.fa_collapse-weitereleistungen:hover{
    color:#3d8d3d !important;
    border-bottom:1px dotted #3d8d3d;
}

.fa_collapse-leistungen{
    font-size:13px;
    color:#333 !important;
    text-decoration: none !important;
    border-bottom:1px dotted #333;
}

.fa_collapse-leistungen:hover{
    color:#3d8d3d !important;
    border-bottom:1px dotted #3d8d3d;
}

.fa_vcenter{
    top: 50%;
    transform: translateY(-50%);
}

.fa_accordion-weitereleistungen-padding{
    padding-left:0px !important;
    padding-right:0px !important;
}

/* Button Settings */
.fa_button { 
    background-color: #47a447 !important;;
    color: #ffffff !important;
    display: block;
    font-size:13px;
    border-radius: 4px !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;
    outline: none !important;
    width:100% !important;
    cursor: pointer;
}

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

/* Button Settings */
.fa_button-details { 
    display: block;
    font-size:13px;
    background-color: #FFFFFF !important;
    border-radius: 4px !important;
    color: #333 !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    outline: none !important;
    width:100% !important;
    cursor: pointer;
}

.fa_button-info { 
    background: #ffffff;
    border: 1px solid #dddddd !important;
    border-radius: 2px !important;
    color: #555555 !important;
    cursor: pointer !important;
    font-size: inherit !important;
    font-weight: normal !important;
    line-height: 16px !important;
    padding: 10px 20px !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35) !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    text-align: center;
    outline: none !important;
}

.fa_button-info:hover,
.open .dropdown-toggle.fa_button-info {
    color: #333 !important;
    background-color: #f5f5f5;
    outline: none !important;
}

.fa_button-info-clicked{
    background: #ffffff;
    border: 1px solid #dddddd !important;
    border-bottom-width: 0 !important;
    border-radius: 0px !important;
    color: #555555 !important;
    cursor: pointer !important;
    font-size: inherit !important;
    font-weight: normal !important;
    line-height: 16px !important;
    padding: 10px 20px !important;
    position: relative !important;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35) !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    text-align: center;
    outline: none !important;
    height: 45px;
}

.fa_button-info-clicked:hover,
.open .dropdown-toggle.fa_button-info {
    color: #333 !important;
    background-color: #f5f5f5;
    outline: none !important;
}

.fa_link-openable {
    text-decoration: none !important; 
    color: #333 !important;
    outline:none !important;
}

/*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;
}

/* Info PopUp Settings */
.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;
}

/* Border Settings */
.fa_border-top{
    border-top:1px dashed #ccc;
    margin-top: 7px;
    padding-top: 7px;
}

.fa_border-top-details{
    padding-top: 7px;
}

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

.fa_border-bottom-details{
    border-bottom:1px solid #ddd;
    padding:10px;
}

.fa_details-abstand{
    padding-top:3px !important; 
}

.fa_border-top-accordion{
    border-top:1px solid #ccc;
    margin-top: 11px;
    padding-top: 13px;
}


/* Distance Settings */
.fa_top10{margin-top: 10px !important;} 

/* Table Settings */
.fa_table-details > thead > tr > th, .fa_table-details > tbody > tr > th, .fa_table-details > tfoot > tr > th, .fa_table-details > thead > tr > td, .fa_table-details > tbody > tr > td, .fa_table-details > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table {
    margin-bottom: 0px !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 {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #dddddd !important;
}

.table-finance > thead > tr > th,
.table-finance > tbody > tr > th,
.table-finance > tfoot > tr > th,
.table-finance > thead > tr > td,
.table-finance > tbody > tr > td,
.table-finance > tfoot > tr > td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left:0px !important;
    padding-right:0px !important;
    font-size: 13px;
}


/*Ribbon*/
.fa_ribbon{
    color: #fff;
    position: relative;
    background: #cb0000 !important;
    border: 1px solid #cb0000;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
    padding: 4px 5px 2px 10px;
    clear: both;
    font-size: 12px !important;
}

div.fa_right-ribbon{
    float: right !important;
    width: 100%;
    bottom: -25px;
}

div.fa_right-ribbon::before{
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom:0px;
    left: -11px;
    content: "";
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000;
}

.fa_popover-padding{
    padding:5px 7px !important;
}

.fa_popover-hr{
    border-top:1px solid #DDDDDD;
    padding-top: 5px !important;
    margin-top: 5px !important;
}


/*============= 5. Calculator Footer Setting =============*/    
.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 !important;
    margin-bottom:20px;
    margin-top:10px;
    border:1px solid #ddd;
    line-height: 14px !important;
}

/* Incentive */
.fa_incentive{
    font-size:11px;
    cursor:default;
    display:table;
    display:inline;
}

.fa_incentive-div{
    background-color: #bbb;
    padding: 5px 5px 2px 5px;
    font-size:11px !important;
    color:#333;
    font-weight: bold;
}

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

/*============= 6. Calculator Media Queries Settings =============*/

@media(max-width:330px){
    .fa_nav > li > a {
        padding: 6px 3px !important;
        height:32px;
    }
}

@media (max-width:340px){
    .fa_tipp-button{
        margin-top:10px;
    }

    ul.fa_besonderheiten-tipp li {
        padding: 0 0 0px 22px;
        display: block;
        position: relative;
        line-height: 18px;
        margin-left: 2px;
        font-size: 12px;
    }
}

@media(min-width:331px) and (max-width:479px){
    .fa_nav > li > a {
        padding: 6px 5px !important;
        height:32px; 
    }
}

@media (min-width:341px) and (max-width:479px){
    .fa_tipp-button{
        margin-top:10px;
    }
}

@media(max-width:479px){

    .fa_button-submit { 
        margin-top: 5px;
    }

    .fa_headline h1{
        font-size: 26px !important;
        font-weight: normal !important;
    }

    .fa_headzeile{
        padding: 5px 7px !important;
    }

    .fa_rating-container .fa_star{
        font-size: 13px !important;
    }

    .fa_infoicon-klein{
        color:#999;
        font-size:13px !important;
    }

    .fa_button{
        padding: 7px 4px !important;
    }

    .fa_button-details{
        padding: 7px 4px !important;
    }
    
    .fa_nav-tabs > li.active > a, .fa_nav-tabs > li.active > a:hover {
        height: 38px !important;
    }
    
    .fa_qtip-default{
        left: 10px !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
}

@media(min-width:480px) and (max-width:767px){

    .fa_headline h1{
        font-size: 30px !important;
        font-weight: normal !important;
    }

    .fa_rating-container .fa_star{
        font-size: 13px !important;
    }

    .fa_infoicon-klein{
        color:#999;
        font-size:13px !important;
    }

    .fa_button{
        padding: 8px 5px !important;
    }

    .fa_tipp-button{
        margin-top:10px;
    }

    .fa_button-details{
        padding: 10px 5px !important;
    }

    .fa_input-checkbox input[type=checkbox]{
        margin-top: 0px !important;
    }

    .fa_nav > li > a {
        padding: 8px 4px !important;
        height:34px;
    }

    .fa_nav-tabs > li.active > a,
    .fa_nav-tabs > li.active > a:hover{
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-bottom-color: transparent;
        cursor: default;
        z-index: 999 !important;
        height: 43px !important;
        outline: none;
    }
    
    .fa_badge-label-warning{
        height: 34px !important;
    }
}

@media(min-width:768px) and (max-width:991px){    

    .fa_headline h1{
        font-size: 30px !important;
        font-weight: normal !important;
    }

    .fa_rating-container .fa_star{
        font-size: 14px !important;
    }


    .fa_infoicon-klein{
        color:#999;
        font-size:14px !important;
    }

    .fa_button{
        padding: 10px 5px !important;
    }

    .fa_button-details{
        padding: 10px 5px !important;
    }

    .fa_nav-tabs-abstand{
        margin-top: 15px;
    }

    .fa_tipp-button{
        margin-top:10px;
    }

}

@media(min-width:992px){

    .fa_headline h1{
        font-size: 30px !important;
        font-weight: normal !important;
    }

    .fa_rating-container .fa_star{
        font-size: 15px !important;
    }

    .fa_infoicon-klein{
        color:#999;
        font-size:14px !important;
    }

    .fa_button{
        padding: 10px 5px !important;
    }

    .fa_button-details{
        padding: 10px 5px !important;
    }

    .fa_nav-tabs-abstand{
        margin-top: 15px;
    }

    .fa_tipp-button{
        margin-top:35px;
    }

    ul.fa_besonderheiten-tipp li {
        padding: 2px 0 0px 28px;
        display: block;
        position: relative;
        line-height: 24px;
        margin-left: 2px;
        font-size: 18px;
    }
}

/* Styling select field - beruffeld */
.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-selection__arrow{
    display: none !important;
}

.select2-results__options {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100% !important;
    height: 40px !important;
    margin: 0px !important;
    padding: 5px 10px !important;
    font-size: 13px !important;
    font-weight: normal;
    vertical-align: middle;
    background: url(/templates/de/responsive_details/images/caret_down.png);
    background-color: #ffffff;
    background-position: right;
    background-repeat: no-repeat;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #cccccc;
    border-radius: 0px !important;
    outline: none !important;
}
.select2-container--default .select2-results>.select2-results__options{
    overflow-x: hidden;
}
.select2-container select2-container--default{
    width: 100% !important;
}

.fa_dropdown{
    width: 100% !important;
}

.fa_visa {
    background: url(/templates/de/responsive_details/images/cc_visa.png) no-repeat top left;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.fa_mastercard {
    background: url(/templates/de/responsive_details/images/cc_mcard.png) no-repeat top left;
    display: inline-block;
    height: 32px;
    width: 35px;
}

.fa_gc-provider1{
    background: url(/templates/de/responsive_details/images/gc_maestro.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_gc-provider2{
    background: url(/templates/de/responsive_details/images/gc_vpay.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_gc-provider6{
    background: url(/templates/de/responsive_details/images/cc_jcb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_cc-provider3{
    background: url(/templates/de/responsive_details/images/cc_mcard.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_cc-provider4{
    background: url(/templates/de/responsive_details/images/cc_visa.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_cc-provider5{
    background: url(/templates/de/responsive_details/images/cc_amex.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}
.fa_cc-provider6{
    background: url(/templates/de/responsive_details/images/cc_jcb.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 32px;
    width: 100%;
    max-width: 35px;
}

.fa_0-display{
    display: none !important;
}

.fa_1-display{
    display: inline-block !important;
}

.fa_nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.fa_nav > li {
    position: relative;
    display: block;
    white-space: nowrap !important;
}
.fa_nav > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
    margin-right: 3px;
    font-size: 13px;
    border:1px solid #ddd;
    white-space: nowrap !important;
    text-decoration: none !important;
}
.fa_nav > li > a:hover{
    text-decoration: none;
    background-color: #eeeeee;
}

.fa_nav > li > a:focus{
    text-decoration: none;
    background-color: #FFFFFF !important;
}

.fa_nav > li.disabled > a {
    color: #777777;
}

.fa_nav > li.disabled > a:hover{
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.fa_nav .open > a,
.fa_nav .open > a:hover{
    background-color: #eeeeee;
    border-color: #3d8d3d;
}

.fa_nav .fa_nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.fa_nav-tabs {
    border-bottom: 0 !important;
}

.fa_nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.fa_nav-tabs > li.active > a,
.fa_nav-tabs > li.active > a:hover{
    color: #333; /* SCHRIFTFARBE LINK ANBIETER */
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    z-index: 999 !important;
    height: 34px;
}

.fa_tab-content > .fa_tab-pane {
    display: none;
}

.fa_tab-content > .active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}

.fa_0-collapse{
    display: none !important;
}

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

.fa_badge-label {
    font-size: 75%;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    vertical-align: baseline;
    display: inline-block;
    cursor:pointer;
    
}

.fa_badge-label-warning {
    background-color: #ff7500 !important;
    border-color: #ff7500 !important;
    padding: 5px 10px !important;
    text-decoration:none !important;
}
.fa_nav > li.fa_badge-label-bg a:focus, 
.fa_nav > li.fa_badge-label-bg a:hover {
    background-color: #ff7500 !important;
    outline: none;
    }
.fa_control {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 13px;
    font-weight:normal !important;
    color:#333 !important;
}
.fa_control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.fa_control-indicator {
    position: absolute;
    top: 3px;
    /* left: 0; */
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #cccccc;
}
.fa_control-radio .fa_control-indicator {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.fa_control:hover input ~ .fa_control-indicator,
.fa_control input:focus ~ .fa_control-indicator {
    background: #ffffff;
}

.fa_control input:checked ~ .fa_control-indicator {
    /* background: #47a447; */
    border:1px solid #5cb85c;
}

.fa_control:hover input:not([disabled]):checked ~ .fa_control-indicator,
.fa_control input:checked:focus ~ .fa_control-indicator {
   /*  background: #47a447; */
}

.fa_control input:disabled ~ .fa_control-indicator {
    background: #47a447;
    pointer-events: none;
    opacity: .75;
}

.fa_control-indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.fa_control input:checked ~ .fa_control-indicator:after {
    display: block;
}

.fa_control-checkbox .fa_control-indicator:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 12px;
    border: solid #5cb85c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.fa_control-checkbox input:disabled ~ .fa_control-indicator:after {
    border-color: #FFFFFF;
}

.fa_control-radio{
    margin-right:10px;
}

.fa_control-radio .fa_control-indicator:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #5cb85c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.fa_control-radio input:disabled ~ .fa_control-indicator:after {
    border-color: #FFFFFF;
}

.fa_checkbox-label {
    margin-left: 27px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: normal;
}

.fa_label-text-form {
    margin-left: 25px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: normal;
}

@media(max-width:480px){
    .fa_girokonto-hinweis{
        margin:10px 0px 10px; 
        font-size:12px;
    }
    
    .fa_automatenanzahl{
        text-align:center !important;
    }
    
    .fa_icon-xs{
        display:inline !important;
    }
}

@media(min-width:481px){
    .fa_icon-xs{
        display:none !important;
    }
}

@media (min-width:481px) and (max-width:767px){
    .fa_girokonto-hinweis{
        margin:10px 0px 10px; 
        font-size:12px;
    }
    
    .fa_automatenanzahl{
        text-align:right !important;
    }
}

@media (min-width:768px) and (max-width:991px){
    .fa_girokonto-hinweis{
        margin:0px 0px 10px; 
        font-size:12px;
    }
    
    .fa_automatenanzahl{
        text-align:right !important;
    }
}

@media(min-width:992px){
    .fa_girokonto-hinweis{
        margin:10px 0px 10px; 
        font-size:12px;
    }
    
    .fa_automatenanzahl{
        text-align:right !important;
    }
}    
