@font-face 
{
	font-family: "Franklin Gothic Book Std Web";
	local: "Franklin Gothic Book Std Web";
	src: url("../fonts/axade/f008013tWeb.eot");
	src: url("../fonts/axade/f008013tWeb.woff") format("woff");
}

.module
{
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	margin-bottom:20px;
}

.container .content
{
	border:0px;
}

div.container div.content div.box-content h1,
div.container div.content div.box-content h2,
div.container div.content div.box-content h4
{
	font-family: "Franklin Gothic Book Std Web",Arial,sans-serif !important;
	
}

.box-content h1
{
	color: var(--axa-blue-400);
	padding: 0px 0px;
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	display: inline-block;
	background-color:#FFF;
}

.box-content h2
{
	font-size: 24px;
	color: var(--axa-blue-500);
	line-height: 24px;
}
.box-content h4
{
	color: #103184;
	font-weight: bold;
}

.box-content p
{
	font-family: Arial,sans-serif;
	font-size:14px;
}

.form-group label,
.div-custom-checkbox label
{
	font-size:14px;
	font-weight:bold;
	font-family: Arial,sans-serif;
	color: var(--axa-blue-500);
}

.btn-primary
{
	/*background: #6C3; !* Old browsers *!*/
	/*background: -moz-linear-gradient(top, #6C3 0px, #390 100%); !* FF3.6+ *!*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#6C3), color-stop(100%,#390)); !* Chrome,Safari4+ *!*/
	/*background: -webkit-linear-gradient(top, #6C3 0px, #390 100%); !* Chrome10+,Safari5.1+ *!*/
	/*background: -o-linear-gradient(top, #6C3 0px, #390 100%); !* Opera 11.10+ *!*/
	/*background: -ms-linear-gradient(top, #6C3 0px, #390 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, #6C3 0px, #390 100%) repeat scroll 0% 0% transparent;*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66CC33', endColorstr='#339900',GradientType=0 ); !* IE6-9 *!*/
    background-color: var(--axa-blue-400);

	border:0px;
	padding:10px 50px;
	font-weight:normal !important;
	font-size: 16px;
}

.form-group input[type="text"]
{
	border: 1px solid #CCC;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	height:45px;
	color: var(--grey-800);
	vertical-align: middle;
}

input.custom-checkbox[type="checkbox"]
{
	height: 25px;
	margin-right: 10px;
	width: 100px;
	border: 1px solid #CCC;
}

select.form-control.input-sm,select.form-select.form-select-sm {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	height:45px;
	color: var(--grey-800);
	vertical-align: middle;
}

.selectbox_date_day {
	width: 60px;
}

.selectbox_date_month {
	width: 89px;
}

.selectbox_date_year {
	width: 74px;
}

.btn-primary .icon-chevron-right {
	display: none;
}
.btn-primary .icon-chevron-left {
	display: none;
}

.footer a {
	color: var(--grey-700);
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
}

.footer a:hover {
	color: var(--grey-800);
	text-decoration: none;
}

.content.shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none!important;
	behavior: url("resources/css/PIE.htc");
}

.navbar-brand {
	max-width: 250px;
	padding: 0px 0px 0px 12px;
}

/**********************************************
 * Start Patientenfuchs Bestaetigungsseite
**********************************************/
div.icondesc {
  display:table;
  padding-top: 5px;
}
div.icondesc > div {
  display: table-row;
}
div.icondesc > div > div{
  display: table-cell;
  padding-right: 4px;
}
/**********************************************
 * Ende Patientenfuchs Bestaetigungsseite
**********************************************/
/**********************************************
 * Start Relax-Rente Bestaetigungsseite
**********************************************/
div.axaconfirm {
	font-size:16px;
	color:#103184;
}
/**********************************************
 * Ende Relax-Rente Bestaetigungsseite
**********************************************/
#mitteilung, #mitteilung_du, #anliegen_du {
    height: 120px;
}


#sonstige_Beratung, #lebensituation {
	height: 115px!important;
}

#Wohnung_oder_Haus .form-group {
	margin-top: -12px;
}

/**********************************************
 * Start Meine Gesundheit App Bestaetigungsseite
**********************************************/
.gesundheit-app .box-content p {
	font-size: 16px;
	font-weight: bold;
}

.gesundheit-app .btn.btn-small {
	width: 175px; 
	font-weight: bold!important; 
	padding: 10px 30px;
}

.gesundheit-app .btn .icon-chevron-right {
	font-size: 21px;    
	float: left;    
	margin-top: -31px;    
	margin-left: 107px; 
	display: block;
}

.gesundheit-app .btn-text {
	font-weight: bold;
	margin-left: 19px;
	float: left;
	width: 40%;
	font-size: 16px;
	line-height: 19px;
}

.gesundheit-app .btn-text span {
	font-weight: normal;
}

@media (max-width: 332px) {
	.gesundheit-app .btn-text {
		width: 30%;
	}
}

.input-append.date {
	position: relative;
}

.date .icon-f.add-on {
	position: absolute;
	top: 14px;
	right: 12px;
}

.Gewinnspiel_Relax_Rente_Fragen .radio {
	padding-left: 0px;
	margin-top: 0px;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}
.margin-top-10 {
	margin-top: 10px;
}

.addResidential {
    margin-bottom: 50px;
    margin-left: 14px;
}
.addFamilyMember {
	margin: 30px 30px 30px 16px;
}

.addResidential:before ,.addFamilyMember:before {
	font-family: FontAwesome;
	content: "\f067";
	color: #103184;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: 5px;
}

.addResidential a, .addFamilyMember a {
	color: #103184;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
.removeResidential {
	margin-left: 14px;
	margin-right: 30px;
	margin-bottom: 15px;
}
.removeResidential a {
	color: #103184;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}
.removeResidential:before {
    font-family: FontAwesome;
    content:"\f1f8";/* f146 */
    color: #EB0806;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
}

.ikvteaserleft {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	color: #103184;
}


@media (max-width: 767px) {
	.ikvteaserleft {
		clear:both;
	}
}

.ikvadd_1,
.ikvadd_2,
.ikvadd_3,
.ikvadd_4,
.ikvadd_5,
.ikvfam_1,
.ikvfam_2,
.ikvfam_3,
.ikvfam_4,
.ikvfam_5,
.ikvfam_6,
.ikvfam_7,
.ikvfam_8{
	display:none;
}
.adresstrenner {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	color: #CCC;
	margin-left: 26px;
	margin-right: 26px;
	width: 94%;
}

.adresstrenner > span {
	position: relative;
	display: inline-block;
}

.adresstrenner > span:before,
.adresstrenner > span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #CCC;
}

.adresstrenner > span:before {
	right: 100%;
	margin-right: 15px;
}

.adresstrenner > span:after {
	left: 100%;
	margin-left: 15px;
}

#ikvabmelden {
	display: none;
}

.module > .IKV_An_Abmelden,
.module > .IKV_Works_Reference,
.module > .IKV_Anrede_Name,
.module > .IKV_Contact_Details,
.module > .IKV_Cover_Details,
.module > .IKV_Add_Family_Members {
	background-color: #f6f6f6;
}
.row.ikvsender {
	margin-top: 45px;
}

.box
{
    border: 1px solid #999999;
    padding: 20px;
}

.fakeInput {
	border: 1px solid #CCC;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	background-color: #eee;
}

.form-input-heading {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	color: var(--axa-blue-500);
}

.box-jahresmeldung .btn-box-jahresmeldung:hover {
	display: inline-flex;
}