.hypothek-konfigurator  {
	margin: 0 10px;
}

.hypothek-konfigurator > .flowform-subtitle {
	display: flex;
	margin-top: -10px;
	margin-bottom: 30px;
}

.hypothek-konfigurator > .flowform-subtitle:before {
	font-family: 'HypothekeIcons';
	content: 'T';
	font-size: 45px;
	line-height: 45px;
	margin-right: 20px;
}

.ff-print-preview .hypothek-konfigurator > .flowform-subtitle:before {
	display: none;
}

.slider-box {
	margin-top: 10px;
	border-width: 0;
	border-style: none;
	
	color: var(--text-color);
	background-color: var(--configurator-box-background);
	padding: 10px;
}

.slider-box.hypothek-kauf {
	
}

.slider-box.hypothek-refinanzierung {
	
}

.slider-segment {
	min-width: 150px;
	min-height: 126px;
}

.segment-label {
	order: 1;
}

.hypothek-refinanzierung-neu,
.hypothek-refinanzierung-bestehend,
.segment-content {
	box-sizing: border-box;
	padding: 21px;
	display: flex;
	flex-direction: column;
	
}

.slider-segment.child-segments-2 { min-width: 301px; }
.slider-segment.child-segments-3 { min-width: 452px; }
.slider-segment.child-segments-4 { min-width: 603px; }
.slider-segment.child-segments-5 { min-width: 754px; }
.slider-segment.child-segments-6 { min-width: 905px; }

.slider-segment {
	transition: background-color 0.2s ease-in-out, height 0.3s ease-in, margin-top 0.3s ease-in, margin-bottom 0.3s ease-in, min-width 0.3s ease-out;		
}

.hypothek {
	
}

.hypothek-part {
	margin: 0;
}

.hypothek-auszahlung {
}

.hypothek-kauf .hypothek > .segment-group > .hypothek-auszahlung {
	
}

.hypothek-kauf .hypothek > .segment-group > .hypothek-auszahlung > .segment-content {
	display: none;
}

.hypothek-auszahlung-new .slider-segment {
	display:none;
}

.hypothek-auszahlung-new > .segment-content .segment-options {
	order: 0;
	line-height: 45px;
	margin-top: 0;
	margin-bottom: 20px;
}

.hypothek-auszahlung-new > .segment-content .segment-value,
.hypothek-auszahlung-new > .segment-content .segment-label {
	margin-left: 30px;
}

.slider-segment.hypothek-tranche-new,
.slider-segment {
    background-color: var(--configurator-segment-background);
}

.hypothek-tranche {
	background-color: var(--configurator-segment-progress-background);
}

.slider-segment.hypothek-auszahlung {
	border-left: 1px solid var(--configurator-segment-progress-border);
}

.slider-segment.hypothek-auszahlung:first-child {
	border-left: 0 none;
}

.hypothek-refinanzierung .slider-segment.hypothek,
.hypothek-kauf .slider-segment.wert {
	background-color: var(--configurator-box-background);
}

.hypothek-refinanzierung .slider-segment.hypothek > .segment-group,
.hypothek-kauf .slider-segment.wert > .segment-group {
	box-shadow: 0px 1px 10px 5px var(--shadow-bright);
}

.hypothek-refinanzierung .hypothek-refinanzierung-neu .segment-label,
.hypothek-kauf .slider-segment.hypothek > .segment-content .segment-label {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
	overflow: visible;
}

.slider-segment.hypothek > .hypothek-refinanzierung-neu .segment-value,
.slider-segment.hypothek > .segment-content .segment-value {
	font-size: 20px;
	line-height: 20px;
}

.slider-segment.hypothek-rueckzahlung {
/*.slider-segment.eigenmittel { */
	padding: 40px 0; /* vertically centered */
}

.slider-segment.eigenmittel-darlehen {
	border-left: 2px solid var(--configurator-segment-progress-border);
}

.slider-segment.eigenmittel .segment-group .slider-segment {
	border-bottom: 2px solid var(--configurator-segment-progress-border);
}

.hypothek-refinanzierung .slider-segment.hypothek-auszahlung,
.hypothek-kauf .slider-segment.hypothek {
	border-bottom: 5px solid var(--configurator-segment-highlight-border);
}

.hypothek-refinanzierung .hypothek > .segment-content {
	display: none;
}

.hypothek-refinanzierung-neu {
	float: left;
	color: var(--configurator-highlight-color);
}

.slider-segment.hypothek > .segment-content {
    color: var(--configurator-highlight-color);
}

.hypothek-refinanzierung-bestehend {
	float: right;
}

.segment-label {
	
}

.segment-options {
	order: 3;
	margin-top: 10px;
	display:flex;
	white-space: nowrap;
}

.hypothek-tranche-new .segment-options {
	line-height: 45px;
	margin-top: 0;
}

.hypothek-tranche-new .segment-options .btn .ff-i {
	display: block;
}

.hypothek-tranche-new .segment-label,
.hypothek-tranche-new .segment-value {
	display:none;
}

.segment-options .btn-list {
	opacity: 0.5;
}

.segment-content > .segment-options .btn-list:hover {
	opacity:1; 
}

.segment-value {
	order: 2;
	font-weight: bold;
	width: 100%;
}

.segment-value input {
	font-weight: bold;
	width: 100px;
}

.hypothek-erhoehung-content {
	display: flex;
	padding: 0;
}
	
.segment-input-value > .segment-content .segment-value {
	border: 1px solid var(--input-text-border);
	background-color: rgba(255,255,255,0.9);
	text-align: right;
	
	padding: 0px 10px;
	margin-top: 5px;
	line-height: 30px !important;
	box-sizing: border-box;
	max-width: 200px;
}

.segment-input-value > .segment-content .segment-value.editing {
	border: 1px solid var(--input-text-focus-border);
	background-color: var(--input-text-focus-background);
}

@media only screen and (max-width: 600px) {
	.slider-box {
		margin-left: -13px;
		margin-right: -13px;
	}

	.segment-value {
		order: 3;
	  	margin: auto 10px !important;
	}
	
	.slider {
		display: none;
	}
	
	.hypothek-konfigurator {
		margin: 0 -10px;
	}
	
	.segment-group {
		display: block;
	}
	
	.segment-content {
		flex-direction: row;
		padding: 0;
	}
	
	.slider-segment {
		min-width: 100% !important;
		min-height: auto;
		border-left: 0 none;
	}
	
	.hypothek-refinanzierung .hypothek-refinanzierung-neu .segment-label,
	.hypothek-kauf .slider-segment.hypothek > .segment-content .segment-label {
		line-height: 40px;
	}
	
	.slider + .slider-segment > .segment-content, .slider + .slider-segment > .segment-group > :first-child > .segment-content {
		padding-left: 0;
	}
	
	.slider-segment.hypothek > .segment-content {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.hypothek-refinanzierung-neu {
		padding-left: 0;
		padding-right: 0;
		float: none;
		flex-direction: row;
	}
	
	.hypothek-refinanzierung .slider-segment.hypothek-auszahlung {
		border-bottom: 0 none;
	}
	
	.slider-segment.eigenmittel-darlehen {
		border-left: 0 none;
	}
	
	.slider-segment.eigenmittel .segment-group .slider-segment {
		border-bottom: 0 none;
	}
	
	.hypothek-refinanzierung-bestehend {
		float: none;
		flex-direction: row;
		padding: 0;
	}
	
	.hypothek-refinanzierung-bestehend .segment-label {
		max-width: 100%;
	}
	
	.slider-segment.hypothek > .hypothek-refinanzierung-bestehend .segment-value,
	.slider-segment.hypothek > .hypothek-refinanzierung-neu .segment-value,
	.slider-segment.hypothek > .segment-content .segment-value {
		max-width: 100%;
		text-align: right;
	}
	
	.hypothek-auszahlung-new > .segment-content .segment-value,
	.hypothek-auszahlung-new > .segment-content .segment-label {
		margin-left: 0;
		margin-top: auto;
		margin-bottom: auto;
	}

	.slider-segment.hypothek-rueckzahlung, .slider-segment.eigenmittel {
		padding: 0;
		margin-bottom: 20px;
		padding-top: 10px;
	}
	
	.slider-segment.hypothek-auszahlung {
		border-left: 0 none;
	} 
	
	.segment-options .btn-list {
		margin-right: 4px;
	}
	
	.segment-options .btn-lg {
		margin-left: 0;
	}
	
	.segment-options .btn-text {
		display: none;
	}

	.segment-options {
		margin: 0;
		/*flex: 1;*/
		order: 2;
	}
	
	.hypothek-tranche-new > .segment-content .segment-options,
	.hypothek-auszahlung-new > .segment-content .segment-options {
		padding-top: 10px;
		padding-left: 10px;
	}
	
	.hypothek-tranche-new {
		margin-bottom: 20px;
	}
	
	.segment-label,
	.segment-value {
		margin: 0 10px;
		width: auto;
		line-height: 40px;
		font-size: 12px;
		flex: 1;
		min-width: 90px;
	}
	
	.slider-segment.eigenmittel > .segment-group .segment-label {
		line-height: 30px;
	}
	
	.slider-segment.eigenmittel > .segment-content .segment-label {
		font-size: 16px;
	}
	
	.slider-segment.eigenmittel > .segment-content .segment-value {
		font-size: 16px;
		flex: 2;
	}
}

@media screen,print {
	.ff-print-preview .hypothek-konfigurator {
		margin: 0 25px;
	}
	
	.ff-print-preview .slider-box {
		background-color: transparent;
		padding: 0;
		margin-right: 5px;
	}
	
	.ff-print-preview .segment-group {
		display: block;
	}

	.ff-print-preview .hypothek-erhoehung-content .segment-group {
		flex-direction: column;
	}
	
	.ff-print-preview .slider:before {
		display: none;
	}
	
	.ff-print-preview .slider-segment {
		min-height: 0;
		width: auto !important;
	}
	
	.ff-print-preview .segment-content {
		padding: 8px 5px;
		display: flex;
		flex-direction: row;
	}

	.ff-print-preview .segment-label {
		flex: 1;
		min-width: 200px;
		font-size: 14px;
	}

	.ff-print-preview .segment-value {
		flex: 3;
		width: auto;
		font-size: 14px;
		text-align: right;
	}

	.ff-print-preview .slider-segment .slider-segment .slider-segment .segment-label {
		font-size: inherit;
	}

	.ff-print-preview .slider-segment .slider-segment .slider-segment .segment-value {
		padding-right: 60%;
		font-size: inherit;
	}

	.ff-print-preview .slider-segment.hypothek > .segment-content .segment-label,
	.ff-print-preview .slider-segment.hypothek > .hypothek-refinanzierung-neu .segment-value,
	.ff-print-preview .slider-segment.hypothek > .segment-content .segment-value {
		font-size: 14px;
	}

	.ff-print-preview .hypothek-refinanzierung-neu {
		color: inherit;
		float: none;
		width: 40%;
		padding: 8px 5px;
	}

	.ff-print-preview .slider-segment.hypothek-rueckzahlung {
		padding: 0;
	}

	.ff-print-preview .slider-segment.hypothek > .segment-content {
		color: inherit;
		border-top: 1px dotted var(--table-total-divider-color);
	}
	
	.ff-print-preview .hypothek-refinanzierung .slider-segment.hypothek > .segment-group,
	.ff-print-preview .hypothek-kauf .slider-segment.wert > .segment-group {
		box-shadow: initial;
		border: 0px none;
	}
	
	.ff-print-preview .hypothek-erhoehung-auszahlung .segment-content,
	.ff-print-preview .hypothek-erhoehung .segment-content {
		padding: 0;
		padding-bottom: 10px;
	}

	.ff-print-preview .slider-segment.hypothek-tranche {
		border-bottom: 0 none;
	}
	
	.ff-print-preview .slider-segment.hypothek-tranche-new,
	.ff-print-preview .slider-segment,
	.ff-print-preview .hypothek-refinanzierung .slider-segment.hypothek,
	.ff-print-preview .hypothek-kauf .slider-segment.wert {
		background-color: transparent;
	}
	
	.ff-print-preview .hypothek-refinanzierung .slider-segment.hypothek-auszahlung,
	.ff-print-preview .hypothek-kauf .slider-segment.hypothek {
		border: 0 none;
	}

	.ff-print-preview .slider-segment.eigenmittel > .segment-content {
		border-top: 1px dotted var(--table-total-divider-color);
	}

	.ff-print-preview .slider-segment.eigenmittel .segment-group .slider-segment {
		border: 0 none;
	}

	.ff-print-preview .hui-po-konfigurator-eigenmittel-zusammensetzung .hui-po-flow-control[data-flow-control-name=Intro] > .form-input-title::before {
		display: none;
	}
}

.hui-po-konfigurator-eigenmittel-zusammensetzung {
	box-shadow: 0px 1px 10px 5px var(--shadow-bright);
	padding: 20px;
	margin-top: 20px;
}

.ff-print-preview .hui-po-konfigurator-eigenmittel-zusammensetzung {
	box-shadow: none;
	padding: 0;
	margin-top: 40px;
}

.ff-print-preview .hui-po-konfigurator-eigenmittel-zusammensetzung .form-input-title .ff-inline-help {
	display: none;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .form-input-title p {
	margin: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .form-input-title h3 {
	margin: 0;
	margin-top: 30px;
	color: var(--title-color);
	font-size: 18px;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .form-input-title .ff-inline-help {
	margin: 0;
}

/*
div[data-flow-control-name=zusammensetzung] .init-single-choice {
	width: 33%;
	order: 1;
	font-size: 12px;
	margin-right: 10px;
}

div[data-flow-control-name=zusammensetzung] .init-single-choice .choice-group {
	display: flex;
}
*/

/*
.configurator-sicherheit-footer .ff-compact-slider .ff-inline-help {
	line-height: 33px;
}
*/

/*
div[data-input-name=KonfigurationEigenmittel] .ff-inline-help {
	width: 66%;
}
*/

.slider-segment.eigenmittel.warning {
    border-bottom: 5px solid var(--box-progress-issue);
}

.slider-segment.eigenmittel.warning::after {
	font-family: 'HypothekeIcons';
	display: block;
	content:'3';
	color: var(--warning-color);
	
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 50px;
	transform: translateY(-50%);
}

.child-segments-2.slider-segment.eigenmittel.warning::after {
    top: 75%;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .hui-po-flow-control {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .ff-compact-slider {
	width: calc(50% - 50px);
    min-width: 320px;
}

@media only screen and (max-width: 750px) {
	.hui-po-konfigurator-eigenmittel-zusammensetzung .ff-compact-slider {
		width: calc(100% - 20px);
	}

	.slider-segment.eigenmittel.warning::after {
		display: none;
	}
	
	.hypothek-konfigurator-eigenmittel-warnung .ff-box-incomplete {
		width: 90%;
	} 
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .hui-po-flow-control .form-input-title {
	min-width: 100%;
}

.hui-po-konfigurator-eigenmittel-zusammensetzung .hui-po-flow-control[data-flow-control-name=Intro] > .form-input-title::before {
    font-family: 'HypothekeIcons';
    content: 'F';
    font-size: 45px;
    line-height: 45px;
    margin-right: 20px;
	float: left;
}

.hypothek-konfigurator-eigenmittel-warnung {
	transition: height 0.1s ease-in;
	height: 0;
}

.hypothek-konfigurator-eigenmittel-warnung .ff-box-incomplete {
	bottom: 100px;
	display: none;
}

.hypothek-konfigurator-eigenmittel-warnung.flow-progress-issue {
	height: 100px;
}

.hypothek-konfigurator-eigenmittel-warnung.flow-progress-issue .ff-box-incomplete {
	bottom: 0px;
	display: block;
}

.configurator-sicherheit-footer {
	border-top: 1px dotted var(--title-color);
	padding-top: 15px;
}

.configurator-sicherheit-art {
	line-height: 1.1;
	margin-top: 3px;
	display: inline-block;
	white-space: nowrap;
}

.configurator-sicherheit-total {
	font-size: 20px;
}

.configurator-sicherheit-differenz {
	display: block;
	color: var(--primary-1);
}

.configurator-sicherheit-differenz::before {
	content: '+ ';
}

.configurator-sicherheit-differenz.warning {
	color: var(--warning-color);
}

.configurator-sicherheit-differenz.warning::before {
	content: '- ';
}

.app-cs-reduzierte-anrechnung {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 10px;
}

@media only screen and (max-width: 600px) {
	.hui-po-konfigurator-eigenmittel-zusammensetzung {
		padding: 10px;
	}
}

/* hypo-model-picker */
.hypo-models {
	
}

.hm-accept {
	position: absolute;
	bottom: 10px;
	right: 100px;
}

.hypo-model-table {
}

.hypo-model-table .hypo-model-list-item {
	width: 33.33%;
	min-width: 33.33%;
	white-space: nowrap;
}

.hypo-model-table .hypo-model-list {
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	display: flex;	
}

.hypo-model-list {
	width: 100%;
}

.hypo-model-list .choice {
	display:block;
}

.hypo-model-list-item {
	
}

.hypo-model-list-item {
	width: auto;
	text-align: center;
}