@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");
}

:root {
	--dbv-orange: #F08700;
	--dbv-black: #000000;
}

.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
{
	font-family: "Franklin Gothic Book Std Web",Arial,sans-serif !important;
	
}

.box-content h1
{
	color: #8BAECA;
	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: #103184;
	line-height: 24px;
}

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

.form-group label,
.div-custom-checkbox label,
.select-group label
{
	font-size:14px;
	font-weight:bold;
	font-family: Arial,sans-serif;
	color: #103184;
}

.row .box-content-btn .btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 200px;
	background: var(--dbv-orange);
	padding: 15px 32px;
	color: var(--dbv-black);

}

.row .box-content-btn .btn-primary:hover {
	background: #F47200;
}

.row .box-content .btn-primary:focus, .btn:first-child:active, .row .box-content-btn .btn-primary:focus  {
	border: 0px solid var(--dbv-orange, #F08700);
	background: var(--dbv-orange, #F08700);

	/* Focus */
	box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px var(--dbv-black);
}



.form-group input[type="text"]
{
	border: 1px solid #CCC;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	height:45px;
	color: #555;
	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: #555;
	vertical-align: middle;
}

.input-group > .form-control, .input-group > .form-select {
	position: relative;
	flex: none;
	min-width: 0;
}

.selectbox_date_day {
	width: 60px!important;
}

.selectbox_date_month {
	width: 89px!important;
}

.selectbox_date_year {
	width: 74px!important;
}

.btn-primary .icon-chevron-right {
	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: 100%;
	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;
}

.module.d-none {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
/**********************************************
 * Ende Relax-Rente Bestaetigungsseite
**********************************************/
.datumsabhaenige-frage label {
	color: #f08700 !important;
}

#mitteilung {
	height: 120px;
}


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

h1, h2, h3, label, .axaconfirm {
	color: #4d4d4d !important
}

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

/* bootstrap info button */
.btn-info:hover, .btn:hover , .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #e68404 !important;
    border-color: #e68404 !important;
}

.btn-info, .btn {
    background-color: #ED8701 !important;
    border-color: #ED8701 !important;
}

.confirm-text {
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.img-center {
    text-align: center;
}

.img-center img {
    width: auto;
}

#themaDiv{
	display: none;
}

a {
  color: var(--dbv-black);
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: var(--grey-700);
  text-decoration: underline;
}

.form-input-heading {
	color: var(--grey-700);
}

.checkbox-with-label label {
	color: var(--dbv-black);
}

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