.flowform-box.angebot-box {
	flex: 100%;
	margin: 0;
	margin-bottom: 1px;
	min-height: 0;
}

.angebot-action-box {
	flex: 100%;
	max-width: 100%;
}

.flowform-box.angebot-box:after {
	display: none;
}

.angebot-info-box-container,
.angebot-box .flowform-nested {
	display: flex;
	flex-wrap: wrap;
}

.angebot-info-box-container .a-info-box,
.angebot-box .a-info-box {
	flex: 50%;
	max-width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
	position: relative;
}

.angebot-info-box-container .a-info-box-full,
.angebot-box.angebot-box-full {
	flex: 100%;
	max-width: 100%;
}

.angebot-box.angebot-box-half {
	flex: 50%;
}

.angebot-box.angebot-box-full .a-info-box,
.angebot-box.angebot-box-half .a-info-box {
	flex: 100%;
	max-width: 100%;	
}

.angebot-freischalten-box.a-info-box {
	padding-left: 20px;
}

.a-info-box.ff-design-icon-box:before {
	font-family: 'HypothekeIcons';
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 45px;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 0px;
	right: auto;
	bottom: auto;
	opacity: 1;
	z-index: 1;
	color: var(--title-color);
}

.a-box-kreditgeber:before { content: 'W'; }
.a-box-kontakt:before { content: 'U'; }
.a-box-voraussetzungen:before { content: 'd'; }
.a-box-hypothek:before { content: 'b'; }
.a-box-hypothek-detail:before { content: 'e'; }
.a-box-mittel:before { content: 'l'; }
.a-box-optimierungen:before { content: 'l'; }
.a-box-weiteres-vorgehen:before { content: 'g'; }
.a-box-sicherheiten:before { content: '$'; }

.a-box-kontakt .ff-inline-help,
.a-box-kontakt .btn-group p {
	margin-left: 0;
}

.a-box-kontakt .a-info-box {
    padding-left: 0;
}

.a-box-kontakt .btn {
    order: 2;
    margin-left: 22.5px;
    margin-right: 0;
}

.a-info-box p {
	margin-left: 0;
	margin-right: 0;
}

.a-box-kreditgeber-logo {
	text-align: center;
}

.a-box-kreditgeber-logo .MR-Kreditgeber {
	display: inline-block;
}

.angebot-box .a-info-box.a-info-box-full-width {
	flex: 100%;
	max-width: 100%;
}

.angebot-box .a-info-box.a-box-kreditgeber-logo {
	flex: 100%;
	max-width: 100%;	
	padding-left: 0;
	margin-bottom: 20px;
}

.aa-kg-logo-content-placeholder,
.aa-kg-logo-content {
	display: block;
    height: 50px;
    line-height: 50px;
	padding-left: 50px;
	font-size: 30px;
	color: var(--title-color);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	position:relative;
	text-align:center;
	margin-bottom: 30px;
}

p.aa-kg-kontakt {
	margin: 30px 0;
}


@media screen and (max-width : 900px) {
	.angebot-box {
		padding-top: 0;
	}
	
	.angebot-info-box-container .a-info-box,
	.angebot-box .a-info-box {
		max-width: 100%;
		min-width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	
	.angebot-info-box-container .a-info-box:first-child,
	.angebot-box .a-info-box:first-child {
		margin-top: 0;
	}
	
	.a-info-box-title {
		padding-left: 60px;
		margin-bottom: 35px;
	}
	
	.a-box-kreditgeber-details .a-info-box-title {
		padding-left: 0;
	}
	
	.a-info-box.ff-design-icon-box:before {
		left: 0;
	}
	
	.a-box-kontakt .btn-group {
	    margin-left: 60px;
	}
}

var[data-translation-var],
.KreditgeberPreview ul[data-translation-key*="KG-"] li,
.KreditgeberPreview span[data-translation-key*="KG-"] {
    /* color: blue; */
    border-bottom: 1px dashed blue;
}

.dk-tb-quality {
	width: calc(100% + 10px);
    height: 40px;
    color: var(--badge-success-color);
    background-color: var(--badge-success-background);
    position: relative;
    margin-left: -10px;
}

.dk-tb-quality-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
}

.dk-tb-quality-bar {
    height: calc(100% + 2px);
    max-width: 100%;
    background-color: var(--primary-2);
    transform: translateY(-1px);
}

.dk-tb-quality-warning { background-color: var(--warning-2-semi); }
.dk-tb-quality-warning .dk-tb-quality-bar { background-color: var(--warning-2); }