/* BOOTSTRAP KORREKTUR START */

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

.ca_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 598px) {
  .ca_container {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .ca_container {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .ca_container {
    max-width: 1200px !important;
  }
}
.ca_container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ca_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;
  }

.ca_container:before,
.ca_container:after,
.ca_container-fluid:before,
.ca_container-fluid:after,
.ca_row:before,
.ca_row:after {
  display: table;
  content: " ";
}
.ca_container:after,
.ca_container-fluid:after,
.ca_row:after {
  clear: both;
}


/* Offtopic Schriftfarbe Fließtext, Überschriften, etc */

body {
    color: #333333 !important;
    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 */
}

@media (max-width: 598px) {
h1,
.h1 {
    font-size: 18px !important; /* SCHRIFTGRÖSSE ÜBERSCHRIFT H1 MOBIL */
    line-height: 25px;
	}
h2,
.h2 {
    font-size: 12px !important; /* SCHRIFTGRÖSSE ÜBERSCHRIFT H2 MOBIL */
    line-height: 10px !important;
	margin-top:20px;
	}
}

/* Formular */

.ca_headline { 
}

.ca_form { 
	padding-top:10px;
	padding-bottom:10px;
}

/* Ergebnistabelle - Titelzeile */

.ca_headzeile
	{
	font-size:11px; /* SCHRIFTGRÖSSE - Titelzeile */
	color: #999999; /* SCHRIFTFARBE - Titelzeile */
	background: #f5f5f5; /* HINTERGRUNDFARBE - Titelzeile */
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	}
.ca_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;	
}
.ca_logozeile_mobile {
    background-color: #FFFFFF;
	width:100% !important;
	left:0px !important;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 5px solid #cb0000;
}

	
/* Ergebnistabelle */
/* Ergebnistabelle - gerade Zeilen */

.ca_zeile
	{
	font-weight: normal;
	padding-top:10px;
	padding-bottom:10px;	
	border-top:1px solid #efefef; /* TRENNLINIE DER ERGEBNISSE */
	color: #333;
	}
div.ca_zeile:hover
	{
	background: #f9f9f9;
	}
.ca_zeile_mobile
	{
	font-size:11px;
	line-height:14px;
	color:#333333 !important;
	}
.ca_rep {
	font-size:11px;
	color:#999999;
	line-height:14px;
	margin-top:8px;	
	}
.ca_period {
	font-size:12px;
	border-bottom:1px dotted #999999;
	font-style:normal;
	}
.ca_leistungen {
	font-size:12px;
	border-bottom:0px dotted #999999;
	font-style:normal;
	}	
	
ul.ca_li_leistungen {
	padding:0px;
	margin:0px;
	font-weight:normal;
	line-height:normal;
	text-align:left;
	list-style: square;
	}
ul.ca_li_leistungen  li{
	display:inline;
	padding-right:8px;	
	}
ul.ca_li_leistungen  li:before {
		content:"+ ";
		color: #47A447;
	}	

ul.ul_leistungen {
	padding:0px;
	margin-left:10px !important;
	margin-bottom:0px !important;
	font-weight:normal;
	line-height:20px;
	text-align:left;
	list-style: none;
	}
ul.ul_leistungen  li{
	padding-right:8px;	
	}
	
ul.ul_leistungen  li:before {
		content:"";
		color: #47A447;
	}		

.ca_gebuehren_1_m {
	font-size: 16px !important; 
	margin-bottom: 5px;
	font-weight: bold;
	color: #444444;
	line-height:16px;
}	
	
.ca_link_v2_m{
	color: #333333; /* SCHRIFTFARBE LINK ANBIETER */
	font-size:11px;
	font-weight:normal; /* BOLD = FETT */
	text-decoration: none !important;
	}

.ca_productlink_v2_m {
	color: #333333; /* SCHRIFTFARBE LINK PRODUCT */
	font-size:11px;
	text-decoration: none;
	}	
	
.popover {
    background-color: #fff;
    border-radius: 0px !important;
    width: 280px;
	max-width: 280px !important;
    padding: 0px !important;
}	
	
.popover-content {
    padding: 0px 0px !important;
}	
	
.ca_fa {
color:#47a447;
}	
	
.ca_logoimg {
	max-width:100px !important;
	width:100%;
	}
.ca_logoimg_mobile {
	width:100px;
	}
.ca_logoimg_mobile_v2 {
	width:100%;
	max-width:100px;
	}	
.ca_karteimg_mobile {
	width:60px;
	}	
	
/* Links */

.ca_link {
	color: #333333; /* SCHRIFTFARBE LINK ANBIETER */
	font-size:13px !important;
	font-weight:bold; /* BOLD = FETT */
	text-decoration: none !important;
	}
	
.ca_productlink {
	color: #333333; /* SCHRIFTFARBE LINK PRODUCT */
	font-size:12px !important;
	text-decoration: none;
	}
	
.ca_link_wrap {
	text-decoration:none !important;
	}
	
.ca_productlink:hover {
	text-decoration: none !important;
	}	
	
.ca_link:hover {
	color: #333333 !important; /* SCHRIFTFARBE LINK ANBIETER MOUSEOVER */
	text-decoration: none !important;
	}
	
.ca_link_mobile {
	border-left:3px solid #47a447; /* FARBE TRENNBALKEN */
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
.ca_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 */
.ca_zeile2 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;	
	}

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

/* Formular Button */
.ca_button { /* "ZUM ANBIETER"-BUTTON */
    background-color: #47a447;
    border-radius: 4px;
    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;
	}

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

.ca_button_submit { /* "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;
	margin-top:5px;
	}

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

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

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

/* FOOTER */	

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

	.ca_incentive
	{
	font-size:11px;
	color: #40AB1D;
	cursor:default;
	border-bottom:1px dotted #40AB1D;
	display:table;
	display:inline;
	}
	
	
/* Info PopUp */
	.info_body,
	.ca_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: #f5f5f5;
	border: 1px solid #999999;
	margin: 0px;
	padding: 8px 8px 4px 8px;
	max-width:250px;
	}

	.info_header,
	.ca_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 #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color:#ffffff;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	}	

	
/* Formular Felder */

.depotrechner_ordervolumen
	{
  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;
  
}
	
.ca_calc_cost_setup_max,
.ca_calc_sms_volume,
.ca_calc_device_id,
.ca_calc_home_areacode,
.ca_calc_home_speed,
.ca_calc_phone_volume,
.ca_calc_mobile_volume,
.ca_calc_mobile_hardware,
.ca_calc_device_colorid,
.ca_calc_device_memory,
.ca_calc_numberporting
	{
  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;
	}

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

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


input[type=checkbox] {
	margin-right: 3px !important;
	margin-top:7px !important;
}

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





/* star rating */

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

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

          display: block;
          background: url(stars.png) 0 -16px repeat-x;
          width: 80px;
          height: 16px;
     }

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

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

	 