

/*=============== 1. General Settings ===============*/
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color: #FFFFFF !important; /* HINTERGRUNDFARBE - ZEILE L�SCHEN F�R �BERNAHME AUS EIGENEM STYLESHEED*/
    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;
} */

.content {
	background-color: #FFFFFF;
}

.d-inline-xs
{
    display: inline;
}

/*=============== 2. Container and Row Settings =============*/
@media (min-width: 480px) {
    .fa_container {
        width: 100% !important;
    }
    .d-inline-xs
    {
        display: none;
    }
}
@media (min-width: 768px) {
    .fa_container {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .fa_container {
        width: 100% !important;
        max-width:1200px;
    }
}

.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: #000000;
}

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

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

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

.fa_input-group {
    position: relative;
    display: table;
    border-collapse: separate;
	width:100%;
}
.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;	
}

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

/* Checkbox and Radio Button */
.fa_checkbox-radio-abstand{
    margin-top:6px !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;
}

/* --- Checkbox und Radio Button --- */
.control {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 13px;
	font-weight:normal !important;
	color:#333 !important;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #ffffff;
    border:1px solid #cccccc;
}
.control-radio .control_indicator {
    /* border-radius: 50%; */
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #47a447;
    border:1px solid #47a447;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #47a447;
}

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

.control_indicator:after {
    content: "";
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 5px;
    top: 0px;
	width: 10px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    -ms-transform: rotate(40deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #FFFFFF;
}

.control-radio .control_indicator:after {
    left: 4px;
    top: 1px;
    width: 8px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.control-radio input:disabled ~ .control_indicator:after {
    background: #7b7b7b;
}

/*Form Input*/
.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_transaktionen,
.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,
.fa_input-group .roboadvisor_einlagebetrag,
.fa_input-group .roboadvisor_sparplan,
.fa_input-group .haftpflichtrechner_plz,
.fa_input-group .sofortrenterechner_einmalbetrag,
.fa_input-group #bausparrechner_anschlussfinanzierung_hoehe_input{ 
    display: block;
    width:100% !important;
    height: 40px;
    margin:0px !important;
    padding: 5px 10px !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;
}

.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 10px !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;
}

input[type="number"].noNumberArrows {
    -moz-appearance: textfield !important;
}

input[type="number"].noNumberArrows::-webkit-outer-spin-button,
input[type="number"].noNumberArrows::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}

/*Form Select*/

/* 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,
.lt-ie10 .crowdinvestingrechner_standort,
.lt-ie10 .crowdinvestingrechner_laufzeit,
.lt-ie10 .sofortrenterechner_einmalbetrag,
.lt-ie10 .bausparrechner_verwendungszweck,
.lt-ie10 .rechtsschutzrechner_deckungssumme,
.lt-ie10 #bausparrechner_anschlussfinanzierung_start_monat,
.lt-ie10 #bausparrechner_anschlussfinanzierung_start_jahr{
    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,
.crowdinvestingrechner_laufzeit::-ms-exapnd,
.crowdinvestingrechner_standort::-ms-exapnd,
.sofortrenterechner_alter::-ms-exapnd,
.sofortrenterechner_schutz::-ms-exapnd,
.sofortrenterechner_rentenbeginn::-ms-exapnd,
.rechtsschutzrechner_deckungssumme::-ms-exapnd,
#bausparrechner_anschlussfinanzierung_start_monat::-ms-exapnd,
#bausparrechner_anschlussfinanzierung_start_jahr::-ms-exapnd
{
    display: none !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 .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_versicherungssumme,
.fa_select-group .geraeterechner_selbstbeteiligung,
.fa_select-group .geraeterechner_option,
.fa_select-group .festgeldrechner_einlagensicherung,
.fa_select-group .tagesgeldrechner_einlagensicherung,
.fa_select-group .crowdinvestingrechner_laufzeit,
.fa_select-group .crowdinvestingrechner_standort,
.fa_select-group .sofortrenterechner_alter,
.fa_select-group .sofortrenterechner_rentenbeginn,
.fa_select-group .sofortrenterechner_schutz,
.fa_select-group .bausparrechner_verwendungszweck,
.fa_select-group .rechtsschutzrechner_deckungssumme,
.fa_select-group #bausparrechner_anschlussfinanzierung_start_monat,
.fa_select-group #bausparrechner_anschlussfinanzierung_start_jahr{
    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/images/caret_down.png);
    background-color: #ffffff;
    background-position: right -8px 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: #FFFFFF !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;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 13px 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: #FFFFFF !important;
    background-color: #555555 !important;
}

.fa_button-submit-anschlussfinanzierung { 
    background-color: #FFFFFF !important;
    color: #000000 !important;
    display: block !important;
    width: 100% !important;
    max-height: 40px !important;
    border: 1px solid #CCCCCC !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;
    font-weight: bold !important;
    text-transform: none !important;
    padding: 13px 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-anschlussfinanzierung:hover,
.fa_button-submit-anschlussfinanzierung:focus,
.fa_button-submit-anschlussfinanzierung:active,
.fa_button-submit-anschlussfinanzierung.active,
.open .dropdown-toggle.fa_button-submit {
    color: #FFFFFF !important;
    background-color: #7D7D7D !important;
}

.alert{
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 13px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-dismissable .alert-close {
    position: relative;
    top: -9px;
    border: none;
    padding: 4px 10px;
    right: -10px;
    cursor: pointer;
}

.alert-close {
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#fa_bausparrechner_anschlussfinanzierung_container h3{
    margin: 0.25rem 0 1rem;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen{
    margin-bottom: .375rem;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen h3{
    margin: 1rem 0 .25rem;
    font-weight: normal !important;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen p{
    font-size: 13px;
    margin: 0px 0px 1.75rem;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen ol{
    padding-left: 15px;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen ol li{
    font-size: 13px !important;
    margin-bottom: 25px;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen ol li span.font-weight-bold{
    font-weight:bold;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen ul.fads-bausparvertrag-summenberechnung{
    padding-left: 17px;
    margin-top: 10px;
}

#fa_bausparrechner_anschlussfinanzierung_berechnungen ul.fads-bausparvertrag-summenberechnung li{
    margin-bottom: 10px !important;
}

.fa_bausparrechner_anschlussfinanzierung_container_border{
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    margin-bottom: 0.5rem;
}

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

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

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

.fa_geraetedetails-span-Nein{
    color: #999;
}

.fa_geraetedetails-span-Ja{
    color: green !important;
}

.fa_geraetedetails-check-Nein:before{
    font-family: FontAwesome;
    content: "\f00d";
    color: #999;
}

.fa_geraetedetails-check-Ja:before{
    font-family: FontAwesome;
    content: "\f00c";
    color: green; 

}

/*============ 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: #FFFFFF;
    color: #000000 !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{
    color: #333333;
    font-size: 13px;
    font-weight: normal;
}

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

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

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

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

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

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

.fa_productlink {
    color: #000000; /* 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;
}

.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:7px !important;
    color:#333 !important;
}

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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


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

.fa_rating-container .fa_filled-stars{
    color:  !important;
}

span.stars, span.stars span {
    display: block;
    background: url(/templates/de/responsive/images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

span.fa_starrating, span.fa_starrating span {
    display: block;
    background: url(/templates/de/responsive/images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.fa_starrating_dd {
    margin:auto;
    margin-bottom:6px;
}

span.fa_starrating span {
    background-position: 0 0;
}	

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

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

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

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.fa_adv_leistungen {
    list-style: none;
    padding-left: 0px !important;
    font-size: 13px;
    margin-bottom: 0px !important;
}

ul.fa_adv_leistungen li.faplus::before {
    color: green;
    content: "\f055";
    font-family: FontAwesome;
    font-style: normal;
    font-size:1.17em;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -2px;

}

ul.fa_adv_leistungen li.faminus::before {
    color: red;
    content: "\f056";
    font-family: FontAwesome;
    font-size:1.17em;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    left: -2px;
    top: -2px;

}

ul.fa_adv_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{
	display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Button Settings */
.fa_button { 
    background-color: #00A1E0 !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: #00A1E0 !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-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;
    outline: none !important;
}

.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;
    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;
}
/*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:4px;
}

.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{
	margin-top:3px !important; 
}


/* 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;
    border: none !important;
    color: #333;
}

/* Start Privathaftpflicht Nav Tab und Nav Pills Einstellungen */
.fa_nav-pills{
	padding: 10px 0px 0px 0px !important;
	list-style-type:none !important;
	text-decoration:none !important;
}

.fa_nav-pills > li > a{
	color: #000000 !important;
	background-color: #ffffff !important;
	border: 1px solid #ffffff !important;
	text-decoration:none !important;
	font-size:13px;
}

.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
    color: #000000 !important;
    background-color: #eeeeee !important;
    border-radius: 0px !important;
	border: 1px solid #dddddd !important;
	margin-bottom:-1px;
}

.fa_nav-pills > li > a:hover{
	color: #000000 !important;
    background-color: #eeeeee !important;
	border: 1px solid #dddddd !important;
	padding: 10px !important;
	border-radius: 0px !important;
}

.fa_table-hover{
	width:100% !important;
	border: 1px solid #ddd !important;
	border-spacing:0px !important;
	border-bottom: 0px !important;
}

.fa_table-hover > thead > tr > th,
.fa_table-hover > tbody > tr > th,
.fa_table-hover > tfoot > tr > th,
.fa_table-hover > thead > tr > td,
.fa_table-hover > tbody > tr > td,
.fa_table-hover > tfoot > tr > td {
    padding: 8px 8px 5px !important;
    line-height: 1.42857143;
    /*vertical-align: middle;*/
    border-bottom: 1px solid #dddddd !important;
	font-size:13px;
}

.fa_table-hover .popover-content{
	padding:5px 8px !important;
}

.fa_button-leistungen { 
    display: block !important;
    width: 100% !important;
    max-height: 40px !important;
    background: #ccc !important;
    border: none !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;
    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-leistungen:hover,
.fa_button-leistungen:focus,
.fa_button-leistungen:active,
.fa_button-leistungen.active,
.open .dropdown-toggle.fa_button-leistungen {
    color: #333 !important;
    background-color: #ddd !important;
}

.fa_weitere-leistungen label{
	font-weight:normal !important;
	font-size:12px;
}

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

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

.fa_caret-down{
	margin-right:-18px;
	margin-top:4px;	
}

.fa_checkbox-label{
	margin-left:23px;
	margin-top:6px;
}

/*============= 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;
    color: #40AB1D;
    cursor:default;
    border-bottom:1px dotted #40AB1D;
    display:table;
    display:inline;
}

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

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

.fa_expresskosten {
    color:orange;
    font-style:italic;
    font-weight:bold;
    font-size:12px;
}
a.fa_linkexpresskosten {
    text-decoration: none !important;
}

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

.fa_badge-label-warning {
    background-color: #ff7500 !important;
    border-color: #ff7500 !important;
    text-decoration:none !important;
    color: #fff !important;
    text-align: center;
    cursor:pointer;
}


.fa_nav-pills-mobile {
    display: none !important; 
    padding:10px !important;  
}

.fa_nav-pills-mobile option{
    padding:10px !important;  
    line-height:5em !important; 
}

.fa_nav-pills-mobile{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    width:100% !important;
    height: 40px !important;
    margin:0px 0px 10px 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/images/caret_down.png);
    background-color: #e7e7e7;
    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;
}

.fa_zusatzoption-checkbox-abstand{
    width: 100%;
    text-align: center;
    padding: 0px;
    top: 3px;
}

@media (max-width: 590px){
    .fa_nav-pills-mobile { 
        width: 100% !important; 
        display: block !important;   
    }

    .fa_nav-pills-mobile + .fa_nav-pills { 
        display: none !important;   
    }

    .fa_select-group .fa_nav-pills-mobile{
        display: block !important;
        margin-bottom: 10px !important;
    }  
}

@media(max-width:480px){

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

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

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

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

    .fa_button{
        padding: 7px 4px !important;
    }
    
    .fa_width-td1-neu{
        width:50%;
    }
    .fa_width-td2-neu{
        width:10%;
    }
    .fa_width-td3-neu{
        width:40%;
    }
    .fa_qtip-default{
        left: 10px !important;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
}

@media(max-width:340px){
	.fa_nav > li > a {
		padding: 6px 5px !important;
		font-size: 12px !important;
	}

	.fa_nav-xs > li > a{
		padding: 9px 5px 8px 5px !important;
		min-width: 140px;
	}

	.fa_tipp-head {
		font-size: 20px;
		margin:0 !important;
	}

	ul.fa_besonderheiten-tipp li {
		padding: 0 0 0px 22px;
		display: block;
		position: relative;
		line-height: 18px;
		margin-left: 2px;
		font-size: 12px;
	}
	
	.fa_nav-pills > li > a{
		font-size:11px !important;
		padding:10px !important;
	}

	.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
		padding:10px !important;
	}
		
	.fa_table-hover > thead > tr > th,
	.fa_table-hover > tbody > tr > th,
	.fa_table-hover > tfoot > tr > th,
	.fa_table-hover > thead > tr > td,
	.fa_table-hover > tbody > tr > td,
	.fa_table-hover > tfoot > tr > td {
		font-size:11px;
		vertical-align: top;
	}

	.fa_tipp-logo{
		margin-bottom:10px;
	}

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

	.fa_width-td1{
		width:50%;
	}
	.fa_width-td2{
		width:10%;
	}
	.fa_width-td3{
		width:40%;
	}

	.fa_panel-body{
		padding:10px !important;
	}

	.fa_beratung-verzicht{
		font-size:12px !important;
	}
    
	.fa_panel-body{
		padding:10px !important;
	}
}

@media (min-width:341px) and (max-width:479px){
    .fa_nav > li > a {
        padding: 6px 10px !important;
        font-size: 12px !important;
    }
    
    .fa_nav-xs > li > a{
        padding: 9px 5px 8px 5px !important;
        min-width: 140px;
    }
	
	.fa_nav-pills > li > a{
		font-size:11px !important;
		padding:10px !important;
	}

	.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
		padding:10px !important;
	}
		
	.fa_table-hover > thead > tr > th,
	.fa_table-hover > tbody > tr > th,
	.fa_table-hover > tfoot > tr > th,
	.fa_table-hover > thead > tr > td,
	.fa_table-hover > tbody > tr > td,
	.fa_table-hover > tfoot > tr > td {
		font-size:11px;
		vertical-align: top;
	}

	.fa_tipp-logo{
		margin-bottom:10px;
	}

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

	.fa_width-td1{
		width:50%;
	}
	.fa_width-td2{
		width:10%;
	}
	.fa_width-td3{
		width:40%;
	}

	.fa_panel-body{
		padding:10px !important;
	}

	.fa_beratung-verzicht{
		font-size:12px !important;
	}
    
	.fa_panel-body{
		padding:10px !important;
	}
    
}

@media(min-width:481px) 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_button{
        padding: 10px 5px !important;
    }

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

    .fa_input-checkbox input[type=checkbox]{
        margin-top: 0px !important;
    }
	
	.fa_infoicon-klein{
        color:#999;
        font-size:13px !important;
    }
	
	.fa_nav > li > a {
        padding: 7px 7px;
		font-size: 12px !important;
		margin-right: 4px !important;
		margin-top:5px;
    }

    .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;
    }
	
	.fa_tipp-logo{
		margin-bottom:10px;
	}

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

	.fa_width-td1{
		width:50%;
	}
	.fa_width-td2{
		width:10%;
	}
	.fa_width-td3{
		width:40%;
	}

	.fa_panel-body{
		padding:10px !important;
	}

	.fa_beratung-verzicht{
		font-size:12px !important;
	}
	
	.fa_nav-pills > li > a{
		font-size:13px !important;
		padding:10px !important;
	}

	.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
		padding:10px !important;
	}
    
	.fa_panel-body{
		padding:10px !important;
	}
        
    .fa_width-td1-neu{
        width:25%;
    }
    .fa_width-td2-neu{
        width:8%;
    }
    .fa_width-td3-neu{
        width:67%;
    }

    .fa_zusatzoption-checkbox-abstand{
        top: 0px !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_button{
        padding: 10px 5px !important;
    }
     .fa_button-details{
        padding: 10px 5px !important;
    }

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

    .fa_nav > li > a {
        padding: 5px 10px;
		min-width: 160px;
    }

    .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;
    }
	
	.fa_nav-pills > li > a{
		font-size:13px !important;
		padding:10px !important;
	}

	.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
		padding:10px !important;
	}
    
    .fa_tipp-button{
		margin-top:10px;
	}
	
	.fa_width-td1{
		width:50%;
	}
	.fa_width-td2{
		width:10%;
	}
	.fa_width-td3{
		width:40%;
	}
	
	.fa_beratung-verzicht{
		font-size:13px !important;
	}
    
	.fa_panel-body{
		padding:10px !important;
	}
        
   .fa_width-td1-neu{
        width:25%;
    }
    .fa_width-td2-neu{
        width:8%;
    }
    .fa_width-td3-neu{
        width:67%;
    }

}

@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_button{
        padding: 10px 5px !important;
    }
    .fa_button-details{
        padding: 10px 5px !important;
    }

    .fa_nav-tabs-abstand{
        margin-top: 15px;
    }
	
	.fa_nav > li > a {
		padding: 5px 15px;
		min-width: 160px;
        font-size: 12px !important;
        margin-right: 4px !important;
    }
    
	.fa_nav-tabs > li.active > a, .fa_nav-tabs > li.active > a:hover {
        height: 36px !important;
    }
	
	.fa_nav-pills > li > a{
		font-size:13px !important;
		padding:10px !important;
	}

	.fa_nav-pills > li.active > a, .fa_nav-pills > li.active > a:hover, .fa_nav-pills > li.active > a:focus {
		padding:10px !important;
	}
	
	.fa_tipp-logo{
		margin-top:20px;
	}
	
	.fa_tipp-leistungen{
		margin-top:5px;
	}
	
	.fa_tipp-testsiegel{
		margin-top:0px;
	}
	
	.fa_tipp-button{
		margin-top:35px;
	}
	
	.fa_width-td1{
		width:30%;
	}
	.fa_width-td2{
		width:10%;
	}
	.fa_width-td3{
		width:60%;
	}
	
	.fa_beratung-verzicht{
		font-size:13px !important;
	}
	
	ul.fa_besonderheiten-tipp li {
		padding: 2px 0 0px 28px;
		display: block;
		position: relative;
		line-height: 24px;
		margin-left: 2px;
		font-size: 18px;
	}
    
	.fa_panel-body{
		padding:10px !important;
	}
        
 .fa_width-td1-neu{
        width:25%;
    }
    .fa_width-td2-neu{
        width:8%;
    }
    .fa_width-td3-neu{
        width:67%;
    }
}


.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;
    color:#333;
    margin-right: 3px;
    font-size: 13px;
    border:1px solid #ddd;
    white-space: nowrap !important;
    text-decoration: none !important;
    text-align: center !important;
}
.fa_nav > li > a:hover{
    text-decoration: none;
    background-color: #eeeeee;
}

.fa_nav > li > a:focus{
    text-decoration: none;
}

.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: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: pointer;
    z-index: 999 !important;
    height: 34px;
}
.fa_tab-content > .fa_tab-pane {
    display: none;
}

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

/* BOOTSTRAP CLASSES */
.fa_panel-tipp .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.fa_panel-tipp .panel-body {
  padding: 15px;
}

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

.fa_panel-tipp .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.nav-pills > li {
  float: left;
}

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

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
  height:45px !important;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/*new styles*/
.fa_radio-group{
 padding: 10px 0px;
 height: 40px;
}

.fa_radio-mieterschutz{
 font-weight: normal;
 margin: 0px 15px 0px 0px;
 font-size: 13px;
}
.fa_radio-mieterschutz input {
 margin-right:3px !important;
}


.fa_radio-girokonto{
	font-weight: normal;
	margin: 0px 15px 0px 0px;
	font-size: 13px;
}
.fa_radio-girokonto input {
	margin-right:3px !important;
}

/*.fa_select-group .rechtsschutzrechner_deckungssumme,*/

.control-checkbox .control_indicator::after {
	left: auto;
	margin: 1px 5px;
}

li:nth-child(n).fa_nein-icon:before {
    font-size:15px;
	-webkit-text-stroke: transparent !important;
}

li:nth-child(n).fa_Nein-icon:before {
    font-size:15px;
	-webkit-text-stroke: transparent !important;
}

li:nth-child(n).fa_0-icon:before {
    font-size:15px;
	-webkit-text-stroke: transparent !important;
    color: #cb0000 !important;
    content: "\f00d" !important;    
}

li:nth-child(n).fa_1-icon:before {
    font-size:15px;
	-webkit-text-stroke: transparent !important;
    color:#53AD50 !important;
    content: "\f00c" !important;
}

li:nth-child(n).fa_money-icon:before {
    font-size:15px;
	-webkit-text-stroke: transparent !important;
}

.fa_check-icon::before{
	color: #2b962b !important;
	content: "\f00c" !important;
	font-size:15px !important;
	font-weight: normal !important;
	-webkit-text-stroke: transparent !important;
}

.fa_bereiche{
	width: 25px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	text-align: center;
	margin-right: 0px;
	color: #999;
	display: inline-block !important;
}

.fa_bereiche:before{
	font-size: 18px;
	vertical-align: -7px;
	display: inline-block;
}

.fa_bereiche-center{
	border: 1px solid #ccc;
	color: #999;
	background-color: #fff;
}
