

/* BOOTSTRAP KORREKTUR START */

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

.fa_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .fa_container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fa_container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .fa_container {
    width: 100%;
    max-width: 1170px;
  }
}
.fa_container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.fa_row {
  margin-right: -8px;
  margin-left: -8px;
}

.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-right: 8px !important;
  padding-left: 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;
}

/* Offtopic Schriftfarbe Flie�text, �berschriften, etc */

body {
    color: #333333 !important;
	background-color: #fff !important; /* HINTERGRUNDFARBE - ZEILE L�SCHEN F�R �BERNAHME AUS EIGENEM STYLESHEED*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* SCHRIFTART - ZEILE L�SCHEN F�R �BERNAHME AUS EIGENEM STYLESHEED */
    font-size: 13px !important; /* SCHRIFTGR�SSE FLIESSTEXT */
}

.content {
	background-color: #fff;
}

@media (max-width: 598px) {
h1,
.h1 {
    font-size: 18px !important; /* SCHRIFTGR�SSE �BERSCHRIFT H1 MOBIL */
    line-height: 25px;	
	}
.logo {
    display: inline-block;
    padding: 0px 0 0 0px !important;
	width: 100px !important; /* GR�SSE LOGO MOBIL */
	}
}

.logo {
    display: inline-block;
    padding: 0px 0 0 0px !important;
	width: 120px;
}

/* Formular */

.fa_form { 
	padding-top:10px;
	padding-bottom:15px;
	/* border-top:1px solid #eeeeee; TRENNLINIE �BER FORMULAR - NUR FS */
	color: #333;
	}

/* Ergebnistabelle - Titelzeile */

.fa_headzeile
	{
	font-size:11px; /* SCHRIFTGR�SSE - Titelzeile */
	color: #999999; /* SCHRIFTFARBE - Titelzeile */
	background: #f5f5f5; /* HINTERGRUNDFARBE - Titelzeile */
	/* margin-top:10px; */
	padding-top:10px;
	padding-bottom:10px;
	}
.fa_headzeile_mobile {
	font-size:11px; /* SCHRIFTGR�SSE - Titelzeile */
	color: #999999;
    background-color: #f5f5f5;
	width:100% !important;
	left:0px !important;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;	
}
	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */

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

.fa_zeile
	{
	font-weight: normal;
	padding-top:10px;
	padding-bottom:10px;	
        line-height:20px !important;
	border:1px solid #ddd; /* TRENNLINIE DER ERGEBNISSE */
	background-color: #fff;
	color: #333;
        margin-top:10px;
	}
div.fa_zeile:hover
        {
        background: #f9f9f9;
        border:1px solid #bbb;
        }
.fa_zeile_mobile
	{
	font-size:11px;
	line-height:18px;
	color: #333;
	}
.fa_zeile_mobile a,.fa_zeile_mobile a:hover
	{
	color: #333 !important;
	}        
.fa_repbeispiel {
	font-size:11px;
	color:#999999;
	line-height:14px;
	margin-top:8px;	
	}

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

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

ul.fa_li_leistungen  li{
	/* display:inline; */
	padding-right:8px;	
	}
ul.fa_li_leistungen  li:before {
		content:"+ ";
		color: #47A447;
	}	
        
	
ul.fa_besonderheiten {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    line-height: 20px;
    list-style: none;
}

ul.fa_besonderheiten  li{
	/* display:inline; */
	padding-right:8px;	
	}
ul.fa_besonderheiten  li:before {
		content:"+ ";
		color: #47A447;
	}	
        
.fa_logoimg {
	width:100%;
	max-width: 200px;
	}
.fa_logoimg_mobile {
	width:100px;
	}
.fa_karteimg_mobile {
	width:60px;
	}	
	
/* Links */

.fa_link {
	color: #333; /* SCHRIFTFARBE LINK ANBIETER */
	font-weight:bold; /* BOLD = FETT */
	text-decoration: none !important;
	}
	
.fa_link strong {
	font-weight:bold;
}
	
.fa_productlink {
	color: #333; /* SCHRIFTFARBE LINK PRODUCT */
	font-weight:normal; /* BOLD = FETT */
	font-size:13px;
	text-decoration: none;
	}
	
.fa_productlink strong {
	font-weight:normal;
}
	
.fa_link_wrap {
	text-decoration:none !important;
	}
	
.fa_productlink:hover {
	text-decoration: none !important;
	}	
	
/*
.fa_link:hover {
	color: #333333 !important; 
	text-decoration: none !important;
	}
*/
	
.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; /* FARBE DES PFEILS */
	}
	
	
/* Ergebnistabelle - ungerade Zeilen - NICHT DEFINIERT */
.fa_zeile2 {
	font-size: 13px;
	font-weight: normal;
	color: #333333;	
	}

/* Ergebnistabelle - Zellen */
.fa_zelle {
	font-size:11px;
	color: #333333;
	padding-top:10px;
	padding-bottom:10px;
	}

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

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

.fa_button_submit { /* "NEU BERECHNEN"-BUTTON */
    background-color: #333333;
    color: #fff;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	font-weight:bold !important;
	margin-top:5px;
    display: block;
    padding: 8px 12px;
    border-radius: 4px !important;
        -webkit-appearance: button;
    cursor: pointer;
    touch-action: manipulation;
        -webkit-user-select: none;
    border: none !important;
    width:100%;    
	}

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

.fa_button_info { /* "NEU BERECHNEN"-BUTTON */
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	font-weight:bold !important;
	}

.fa_button_info:hover,
.fa_button_info:focus,
.fa_button_info:active,
.fa_button_info.active,
.open .dropdown-toggle.fa_button_info {
    color: #ffffff !important;
    background-color: #555555;
	}	
	
.input_more {
  padding: 9px 10px;
  background-color: #999999;
  border: 1px solid #999999;
  border-radius: 4px;
  margin-top:5px;
}
.input_more:focus {
  outline: none;
}
.input_more .icon-bar {
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 3px;
  border-radius: 1px;
}
.input_more .icon-bar + .icon-bar {
  margin-top: 4px;
}
	
/* FOOTER */	

	.fa_footnotes
	{
        background-color:#f5f5f5; /* HINTERGRUNDFARBE FOOTER */	
        font-size:11px; /* SCHRIFTGR?SSE FOOTER */	
        color: #999999; /* SCHRIFTFARBE FOOTER */	
        padding-top:10px;
        padding-bottom:10px;
        margin-bottom:20px;
        margin-top: 10px;
        border:1px solid #ddd;
        }
	
	
/* Incentive */

	.fa_incentive
	{
	font-size:11px;
	color: #40AB1D;
	cursor:default;
	border-bottom:1px dotted #40AB1D;
	display:table;
	display:inline;
	}
	
	
/* Info PopUp */
	.info_body,
	.fa_info_body,
	.fATools-fa_info_body
	{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* SCHRIFTART - ZEILE L�SCHEN F�R �BERNAHME AUS EIGENEM STYLESHEED */
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin: 0px;
	padding: 8px 8px 4px 8px;
	max-width:250px;
	}

	.info_header,
	.fa_info_header,
	.fATools-fa_info_header
	{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; /* SCHRIFTART - ZEILE L�SCHEN F�R �BERNAHME AUS EIGENEM STYLESHEED */
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color:#ffffff;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	}	
	
	#kreditkarte
	{
	position: absolute;
	z-index:5000;
	min-height:100%;
	height:auto !important;
	height:100%;
	overflow:auto;
	}
	
/* hervorgehobene spalte */

	.spalte_hervorgehoben,
	.spalte_hervorgehoben strong {
		color: #008000;
		font-weight: bold;
	}


	

	
/* Formular Felder */

.depotrechner_ordervolumen,
.depotrechner_orderanzahl,
.depotrechner_depotvolumen,
.festgeldrechner_anlagebetrag,
.girokontorechner_zahlungseingang,
.girokontorechner_guthaben,
.girokontorechner_minus,
.kreditkarterechner_umsatzeuroland,
.kreditkarterechner_umsatznichteuroland,
.ratenkreditrechner_kreditbetrag,
.tagesgeldrechner_anlagebetrag,
.studentenkontorechner_hochschulstadt,
.kreditkarterechner_kartengesellschaft,
.kreditkarterechner_anzeige,
.kreditkarterechner_zahlungsart,
.baufinanzierungrechner_tilgung,
.baufinanzierungrechner_beleihung,
.mietkautionrechner_verwendungszweck,
.privathaftpflichtrechner_alter,
.zahnzusatzrechner_alter,
.fa_gkvrechner_eingabe,
.hausratrechner_wohnflaeche

	{
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 6px 6px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius:4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  
}
	
.girokontorechner_minustage
	{
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 6px 6px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #eeeeee;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius:4px 0 0 4px !important;
	}
	


.girokontorechner_eckarte {
	display:inline !important;
	}
	
.festgeldrechner_laufzeit,
.depotrechner_orderinternet,
.girokontorechner_berufsgruppe,
.girokontorechner_guthabentage,
.girokontorechner_use_regional,
.girokontorechner_regional,
.ratenkreditrechner_laufzeit,
.ratenkreditrechner_verwendungszweck,
.tagesgeldrechner_laufzeit,
.haftpflichtrechner_person,
.haftpflichtrechner_alter,
.haftpflichtrechner_versicherungssumme,
.haftpflichtrechner_selbstbeteiligung,
.sterbegeldrechner_alter,
.sterbegeldrechner_versicherungssumme,
.risikolebensrechner_alter,
.risikolebensrechner_versicherungssumme,
.risikolebensrechner_laufzeit,
.baufinanzierungrechner_beleihung,
.baufinanzierungrechner_tilgung,
.mietkautionrechner_verwendungszweck,
.studentenkontorechner_hochschulstadt,
.kreditkarterechner_kartengesellschaft,
.kreditkarterechner_anzeige,
.kreditkarterechner_zahlungsart,
.haftpflichtrechner_kampfhunde,
.haftpflichtrechner_hunde,
.haftpflichtrechner_anzahl,
.haftpflichtrechner_ponys,
.fa_auslandskrankenrechner_alter,
.fa_auslandskrankenrechner_person,
.rechtsschutzrechner_person,
.rechtsschutzrechner_selbstbeteiligung,
.rechtsschutzrechner_zahlweise,
.girokontorechner_transaktionen,
.girokontorechner_unternehmensart,
.baufinanzierungrechner_regional,
.fa_gkvrechner_auswahl,
.hausratrechner_plz,
.hausratrechner_gebaeudeart,
.hausratrechner_selbstbeteiligung,
.minikreditrechner_laufzeit,
.sparzinsrechner_produktart,
.cfdbroker_wert,
.cfdbroker_volumen,
.forex_wert,
.forex_volumen,
.depotrechner_orderexchange
	{
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 6px 6px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
	}
	
.baufinanzierungrechner_regional,
.hausratrechner_plz,
.minikreditrechner_laufzeit
{
	margin: 5px 0 10px 0 !important;
}

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

.input-group {
margin:5px 0 10px 0 !important;
}

select {
margin:5px 0 10px 0 !important;
}

.girokontorechner_unternehmensart {
	margin-top: 0px !important;
}

/* star rating */

/* new stars    */
.fa_rating-container .fa_filled-stars{
    color: #ff6f00 !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;
     }	

	.fa_logoimg_v2 {
	 width:80px;
	 max-width:140px !important;
	 }
	 
	.is_tooltip > div {
		text-decoration: underline;
	}

        .fa_table_details>tbody>tr>td, 
        .fa_table_details>tbody>tr>th, 
        .fa_table_details>tfoot>tr>td, 
        .fa_table_details>tfoot>tr>th, 
        .fa_table_details>thead>tr>td, 
        .fa_table_details>thead>tr>th {
            width:30% !important;
        }
        
        .fa_border-top-xs {
        }

        @media (max-width: 480px) {
                .fa_border-top-xs {
                margin-top:5px;
            padding-top:5px;
                border-top:1px dashed #ccc !important; 
                }
        }
        @media (min-width: 768px) {
                .fa_border-top-xs {
            border:none !important; 
                }
        }

        .fa_border-bottom-xs {
        }

        @media (max-width: 480px) {
                .fa_border-bottom-xs  {
                margin-bottom:7px;
            padding-bottom:5px;
                border-bottom:1px dashed #ccc !important; 
                }
            .fa_qtip-default{
				left: 10px !important;
				box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
			}
        }
        @media (min-width: 768px) {
                .fa_border-bottom-xs {
            border:none !important; 
                }
        }
        

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

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

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

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


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

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

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

        .fa_icon-asterisk li:before {
            content:"\2a";
        }
        
.fa_checkbox{
    margin-top:10px !important;
    margin-bottom:6px !important;
}

	 
