.ff-full-width-content,
.ff-full-width > .flow {
	max-width: none;
	margin: 0 40px;
}

.ff-full-width .flowform-box {
	margin-left:0;
	margin-right:0;
}

.ff-full-width .ff-slim .flowform-box {
	margin-top: 7px;
}

.Kreditgeber .nested-subprocess,
.Kreditgeber .nested-subprocess .ff-slim,
.KreditgeberDossier .nested-subprocess,
.KreditgeberDossier .nested-subprocess .ff-slim,
.AdministratorDossier .nested-subprocess,
.AdministratorDossier .nested-subprocess .ff-slim,
.Administrator .nested-subprocess,
.Administrator .nested-subprocess .ff-slim {
	max-width: 1000px;
}

@media screen and (max-width : 1300px) {
	.ff-full-width .ff-tb-process {
		padding: 0 10px;
		font-size: 14px;
	}
}

.ff-limited-width {
	max-width: 1300px;
	margin: auto;
	margin-bottom: 50px;
}

.ff-limited-width .flowform-box-group {
	margin-left: -2.5px;
	margin-right: -2.5px;
	margin-bottom: 20px;
}
.ff-limited-width .flowform-box-group .flowform-box {
	margin-left: 2.5px;
	margin-right: 2.5px;
}


.ff-main.flowform-head .ff-toolbar {
	margin-left: 160px;
}

.ff-main.flowform-head .ff-header-title {
	order: 2;
	
	font-size: 16px;
	color: var(--link-color);
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 0; 
	margin-bottom: 0;
}

.ff-slim .ff-choice-navigation .choice {
	padding-left: 10px;
	padding-right: 10px;
	
	overflow: hidden;
	text-overflow: ellipsis;
}

.ff-slim .ff-choice-navigation {
	background-color: transparent;
	padding: 0;
}

/* list-group */
.list-group {
	display: flex;
	flex-wrap: wrap;
}

.list-group-item {
    flex: 33%;
	box-sizing: border-box;
	padding: 20px 40px;
	margin: 2px;
		
	cursor: pointer;
	position: relative;
	background-color: var(--box-background);
	
	display: flex;
	justify-content: space-between;
}

.list-group-item:hover {
	box-shadow: 0 0 5px var(--shadow-dark);
}

.list-group-item.list-group-item-inactive {
	opacity: 0.5;
}

.list-group .badge {
    border-radius: 14px;
    background-color: var(--badge-background);
    color: var(--badge-color);
    padding: 5px 10px;
    text-align: center;
    margin-top: -5px;
	
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
}

.list-group .badge.badge-success {
	background-color: var(--badge-success-background);
}

.list-group .badge.badge-warning {
	background-color: var(--badge-warning-background);
}

.list-group-item.flow-progress:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	transition: all 0.3s ease-out;
	
	background-color: var(--form-background);
}

.list-group-item.flow-progress-issue:after { background-color: var(--form-progress-issue); }

.list-group-item.flow-progress-complete:after { background-color: var(--form-progress-complete); }




.kg-toolbar-company-name p {
	font-size: 12px;
}

.kg-dossier-details.form-group {
	padding: 0;
}

.kg-dossier-info {
	background-color: var(--box-background);
    margin-top: -10px;
    padding-bottom: 20px;
	padding-top: 20px;
}

.kg-toolbar-company-name {
	color: var(--link-color);	
	padding: 22px 10px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 170px;
    text-overflow: ellipsis;
	box-sizing: border-box;
}


.ff-cockpit-translations textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
}

.ff-cockpit-translations tr td {
	position:relative;
}

.ff-cockpit-translations tr td:nth-child(5) {
    white-space: pre-line;
    font-size: 7pt;
    font-family: Courier New;
}

.ff-cockpit-translations tr td:nth-child(6) {
	width: 100%;
	min-width: 500px;
}


.ff-cockpit-translations .missing td {
	background-color: var(--warning-2) !important;
}

.ff-cockpit-translations span[data-translation-key] {
    background: repeating-linear-gradient( 45deg, var(--neutral-3), var(--neutral-3) 10px, var(--neutral-4) 10px, var(--neutral-4) 20px );
    min-height: 30px;
    display: block;
	padding: 10px;
}

.ff-printable-questionaire .form-group {
	margin-top: 30px;
	page-break-inside: avoid;
}

.ff-printable-questionaire .choice {
	padding: 5px;
	background-color: white !important;
	border: 0 none !important;
	text-align: left !important;
	color: var(--text-color);
}

.ff-printable-questionaire .choice:before {
	width: 15px;
	height: 15px;
	content: '';
	border: 1px solid var(--text-color);
	display: block;
	float:left;
	margin-right: 10px;
}

.ff-printable-questionaire .choice.choice-active:before {
	font-family: 'HypothekeIcons';
	content: 'R';
	color: var(--text-color);
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}

.ff-printable-questionaire .input-group {
	margin-top: 10px;
}

.ff-printable-questionaire .input-group-addon {
	line-height: 30px;
}

.ff-printable-questionaire .flowform-input {
	font-size: 12px;
	padding: 10px;
}

.ff-printable-questionaire .ff-report-content,
.ff-printable-questionaire .ff-report-page {
	padding-left: 50px;
	padding-right: 50px;
}

.admin-hypotheke-db-result td span {
	white-space: pre-line;
}

.flowform-box-expand-to-child-width {
	float:left;
	min-width: calc(100vw - 80px - 17px);
	margin-right: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
}



.kg-provisions-voraussetzungen dd {
    min-width: calc(100% - 150px);
    margin: 0;
}

.kg-provisions-voraussetzungen dt {
	color: var(--font-color);
    min-width: 150px;
    margin: 0;
}

.kg-provisions-voraussetzungen {
    display: flex;
    flex-wrap: wrap;
}

.hyp-workflow {
	margin-top: 0px;
	margin-bottom: 40px;
}

.hyp-workflow-help {
	padding-left: 60px;
}

.hyp-workflow-help > i.ff-i-info {
	float:left;
	
	margin-left: -60px;
	font-size: 50px;
	line-height: 1;
	opacity: 0.2;
}

.hyp-workflow-help h4 {
	font-size: 11px;
}

.hyp-workflow-help p {
	font-size: 12px;
}

.hyp-workflow-help p .ff-i-continue {
	margin-right: 5px;
	font-size: 10px;
}

.hyp-workflow-help p + p {
	margin-top: 10px;
}


.hyp-wf-visual {
	display: flex;
}

.hyp-wfv-status {
    flex: 1;
	background: var(--badge-background);
	color: var(--badge-color);
	transition: all 0.2s ease-in;

	box-sizing: border-box;
	padding: 5px;
	margin: 5px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
	text-align: left;
	opacity: 0.9;

	--hyp-wfv-height: 60px;
	--hyp-wfv-arrow-height: 30px;
	--hyp-wfv-arrow-width: 10px;

	height: var(--hyp-wfv-height);
	min-height: var(--hyp-wfv-height);
	max-height: var(--hyp-wfv-height);
}

.hyp-wfv-status .btn-group {
	margin: 10px;
}

.hyp-wfv-status .btn-group .btn {
	padding: 0;
}

.hyp-wfv-status {
	display: flex;
    flex-direction: row;
}

.hyp-wfv-status-content {
	flex: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hyp-wfv-split {
	flex-direction: column;
}

.hyp-wfv-split .hyp-wfv-status {
	--hyp-wfv-height: 28px;
	--hyp-wfv-arrow-height: 28px;
}

.hyp-wfv-split .hyp-wfv-status:first-child:after,
.hyp-wfv-split .hyp-wfv-status:first-child:before {
	border-bottom-width: 0;
}

.hyp-wfv-split .hyp-wfv-status:first-child {
	margin-bottom: 2px;
}

.hyp-wfv-split .hyp-wfv-status:last-child {
	margin-top: 2px;
}

.hyp-wfv-split .hyp-wfv-status:last-child:after,
.hyp-wfv-split .hyp-wfv-status:last-child:before {
	border-top-width: 0;
}

.hypotizer-ws-attribute {
	display: block;
	font-size: x-small;
	margin-top: 2px;
	white-space: nowrap;
}

.hyp-wfv-status.before-active {
	background: var(--secondary-2);
}

.hypotizer-ws-interaction {
	position: absolute;
	top: -20px;
	display: none;
	color: var(--text-color);
	font-size: 12px;
	white-space: nowrap;
}

.hyp-wfv-split .hyp-wfv-status:last-child .hypotizer-ws-interaction {
	top: -52px;
}

.hyp-wfv-sub .hypotizer-ws-interaction {
	top: auto;
	bottom: -20px;
}

.hyp-wfv-status {
	position: relative;
}

.hyp-workflow-verbose .past-active .hypotizer-ws-interaction,
.hyp-wfv-status:hover .hypotizer-ws-interaction {
	display: block;
}

.hyp-workflow-verbose .past-active .hypotizer-ws-interaction {
	color: var(--link-color);
}

.hyp-workflow-verbose .past-active .hypotizer-ws-interaction::before {
	font-family: var(--icon-font);
	content: var(--continue-icon-content);
	display: block;
	float: left;
	margin-right: 5px;
	color: var(--link-color);
}

.hyp-wfv-status.interactive {
	cursor:pointer;
}

.hyp-wfv-status .hypotizer-ws-name {
	opacity: 0.8;
}

.hyp-wfv-status.active .hypotizer-ws-name,
.hyp-wfv-status.interactive .hypotizer-ws-name {
	opacity: 1;
}

.hyp-wfv-status.interactive:hover,
.hyp-wfv-status.active {
	background: var(--secondary-1);
	opacity: 1;
}

.hyp-wfv-status:before {
    content: '';
    position: absolute;
	top: 0;
    left: 0px;
    width: 0;
    height: 0;
    border-top: var(--hyp-wfv-arrow-height) solid transparent;
    border-bottom: var(--hyp-wfv-arrow-height) solid transparent;
    border-left: var(--hyp-wfv-arrow-width) solid white;
}

.hyp-wfv-stub > .hyp-wfv-status:first-child:before {
	display: none;
}

.hyp-wfv-status:after {
    content: '';
    position: absolute;
	top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: var(--hyp-wfv-arrow-height) solid transparent;
    border-bottom: var(--hyp-wfv-arrow-height) solid transparent;
    border-left: var(--hyp-wfv-arrow-width) solid var(--badge-background);
	transition: all 0.2s ease-in;
}

.hyp-wfv-stub > .hyp-wfv-status:last-child:after {
	display: none;
}

.hyp-wfv-status.before-active:after {
	border-left-color: var(--secondary-2);
}

.hyp-wfv-status.interactive:hover:after,
.hyp-wfv-status.active:after {
    border-left-color: var(--secondary-1);
}

.hyp-wfv-sub {
    line-height: 1.2;
}

.hyp-wfv-sub .hyp-wfv-status {
	--hyp-wfv-height: 50px;
	--hyp-wfv-arrow-height: 25px;

    margin: 5px;
	font-size: 14px;
}

.hyp-admin-checklist .flowform-list-items {
	padding-top: 0;
}

.hyp-admin-checklist .flowform-list-item {
	position: relative;
    line-height: 1.0;
    font-size: 14px;
    padding: 3px 5px;
}

.hyp-admin-checklist-erledigt {
	font-size: x-small;
}

.hyp-admin-checklist .btn-group {
	margin: 0 10px;
	margin-left: -5px;
}

.hyp-admin-checklist .btn {
	padding: 0;
	max-width: 18px;
	max-height: 18px;
	min-width: 18px;
	min-height: 18px;
	font-size: 12px;
	line-height: 18px;
}

.hyp-admin-checklist .flowform-list-description {
	cursor: pointer;
}

.hyp-admin-checklist .btn {
	background-color: transparent;
	border: 1px solid gray;
	color: transparent;
}

.hyp-admin-checklist .btn i {
	display: none;
}

.hyp-admin-checklist .btn.hyp-admin-checklist-checked i {
	display: inline;
	color: green;
}

.hyp-admin-checklist .btn.hyp-admin-checklist-checked {
	border: 1px solid green;
}

.hyp-admin-checklist-erledigt {
	display: block;
	order: 3;
	text-align: right;
}

.hyp-adresse-kreditor-qr-code pre {
	font-size: 9pt;
	line-height: 1;
	background-color: var(--neutral-4);
	padding: 10px;
	white-space: pre;
}

.hyp-admin-dossier-workflow-kreditgeber-choice .choice {
	padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: calc(25% - 2px);
    box-sizing: border-box;
	font-size: 14px;
	text-align: left;
}

.hyp-admin-dossier-potential-visual {
	width: 150px;
	float: right;
	z-index: 1;
}

.hyp-admin-dossier-potential-visual .flowform-input-icon .ff-i  {
	position: absolute;
	right: 0;
}

.hyp-admin-dossier-potential-visual .dk-tb-chart {
	height: 150px;
}

.hyp-admin-dossier-potential-visual .dk-tb-chart text {
	font-size: 30px;
	transform: translateY(2.5px);
}

.hyp-country-flag {
	box-shadow: 1px 1px 6px 2px gray;
	width: 20px;
	max-width: 20px;
    height: 20px;
	margin: 5px 10px 5px 0;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
    border-radius: 50px;
}

.hyp-country-flag.en {
    background-image: url(/img/languages/en.svg);
}

.input-combo.app-objekt-input {
	flex-wrap: wrap;
}

.input-combo.app-objekt-input .ff-ici-text .ff-input-text {
	border-left-style: solid;
}

.input-combo.app-objekt-input .ff-ici-value {
	flex: 100%;
	margin-bottom: 10px;
}