/* homescreen */
.hh-component {
    background: var(--box-progress-none);
    padding: 21px;
	padding-bottom: 41px;
	padding-right: 90px;
    max-width: 400px;
    margin: auto;
    margin-bottom: 5px;
	position:relative;
	min-height: 100px;
	box-sizing: border-box;
}

.hh-progress {
	position: absolute;
	height: 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	
	background-color: var(--box-progress-none);
	border-top: 1px solid var(--box-progress-separator);
}

.hh-progress-value {
	width: 100%;
	overflow: hidden;
	text-overflow: elipsis;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: right;
	
	color: white;
	font-size: 10px;
	line-height: 15px;
	background-color: var(--box-progress-complete);
}

.flow-progress-issue .hh-progress-value {
	background-color: var(--box-progress-issue);
}

.hh-component.complete {
	
}

.hh-component.active {
	cursor: pointer;
	background: var(--box-background);
}

.hh-component.active:hover {
	color: var(--link-color);
}

.hh-component.active:hover .flowform-subtitle {
	color: var(--link-color);
}

.hh-component .flowform-subtitle {
	margin: 5px 0;
}

.hh-component p {
	margin: 5px 0;
	font-size: 14px;
}

.hh-h-tranche {
	font-size: 14px;
	margin: 5px 0;
}

.hh-liegenschaft {
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: -10px;
	padding: 10px;
}

.hh-action {
	position: absolute;
	right: 0;
	bottom: 35px;
}

.hh-action.btn-foldout {
	height: 60px;
	margin-right: 10px;
}

.hh-kn-icon {
	float: right;
	font-size: 80px;
	line-height: 120px;
	margin-top: -20px;
	margin-right: 20px;
	color: black;
}

.hh-ht-betrag,
.hh-ht-auszahlung,
.hh-ht-modell,
.hh-kg-modell {
	line-height: 20px;
    font-size: 14px;
	color: var(--title-color);
}

.hh-ht-betrag {
	float: right;
}

.hh-kg-name {
	color: var(--title-color);
}

.hh-kg-modell {
	line-height: 28px;
}

.hh-kg-zins {
	float: right;
	font-size: 18px;
	line-height: 28px;
}

.hh-kg-top {
    font-size: 14px;	
}

.hh-kg-top .flowform-input-icon {
	display: inline-block;
}