.promo-box {
	margin-top: 50px;
}

.promo-message > .flowform-subtitle .ff-i {
    font-family: 'HypothekeIcons';
    font-size: 45px;
    line-height: 45px;
    margin-right: 20px;
}

.promo-message > .flowform-subtitle {
    display: flex;
    margin-top: -10px;
    margin-bottom: 30px;
	line-height: 45px;
}

.flowform-box-closed .promo-garantie {
	display: none;
}

.promo-garantie {
	position: absolute;
	top: -140px;
	right: -100px;
	width: 150px;
}

@media screen and (max-width : 1400px) {
	.promo-garantie {
		right: -50px;
	}
}

@media screen and (max-width : 1200px) {
	.promo-garantie {
		display: none;
	}
}

@media screen and (max-width : 600px) {
	.promo-box {
		margin-top: 0;
	}
	
	.promo-garantie {
		display: none;
	}
	
	.promo-box:first-child {
		margin-top: 20px;
	}

	.promo-box:last-child {
		margin-bottom: 20px;
	}
}

.MatchingResultatFilter {
	position: relative;
	display: flex;
	flex-direction: row;
	max-width: 25%;
	margin: auto;
	margin-top: 50px;
}

.MatchingResultatFilter .flowform-input {
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 50px;
}

.MatchingResultatFilter .ff-i-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-1);
  margin-right: 0px;
  padding-top: 0;
  background: 1px solid var(--primary-1);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  opacity: 0.7;
}

.MatchingResultatListe {
	margin-top: 50px;
	position: relative;
    margin-left: var(--ff-c-space);
    margin-right: var(--ff-c-space);
}

.white-background .MatchingResultatListe {
	height: calc(75vh + 71px)
}

.white-background .MatchingResultat {
	height: 75vh;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 5px solid #F1F3F6;
	border-right: 0 none;
}

.white-background .MatchingResultatListe {
	margin: 0;
}

.white-background .MatchingResultatListe > div {
	width: 100%;
}

.MatchingResultatListe > .flowform-box {
	margin-top: 0;
	margin-bottom: 0;
}

.MR-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.white-background .MR-tabs {
	margin-bottom: -5px;
}

.MR-tab {
	flex: 3;
	background-color: var(--matching-tab-background);
	margin-left: 10px;
	max-width: 50%;
	min-height: 60px;
}

.white-background .MR-tab-title {
	border: 5px solid #F1F3F6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.white-background .active .MR-tab-title {
	border-bottom-color: #FFFFFF;
	
}

.MR-tab:first-child {
	margin-left: 0;
}

.MR-tab-title:hover {
	
}

.MR-tab-title {
	font-size: 20px;
	color: var(--title-color);
	padding: 21px 40px;
	cursor:pointer;
	display: flex;
	flex-direction: row;
}

.MR-Administrator-Liste .MR-tab-offer-badge {
	font-size: 14px;
	height: 18px;
	line-height: 16px;
	padding: 5px 2px;
}

.MR-Administrator-Liste .MR-tab-title {
	font-size: 16px;
	padding: 10px 20px;
}

.MR-tab-title-link {
	display: inline-block;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: -15px;
}

.MR-tab-title-content {
	width: 100%;
}

.MR-tab-offer-badge {
	order: 2;
	
    border-radius: 14px;
    background-color: var(--badge-background);
    color: var(--badge-color);
    padding: 5px 10px;
    width: 30px;
	height: 24px;
    text-align: center;
    margin-top: -5px;
}

.MR-tab.active .MR-tab-offer-badge {
	background-color: var(--badge-success-background);
    color: var(--badge-success-color);	
}

.MR-tab.active {
	background-color: var(--matching-tab-active-background);
}

.MR-tab-content {
	display: none;
}

.MR-tab-content.active {
	display: block;
}

.MatchingResultat > table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.MR-row > * {
	font-weight: normal;
	padding: 21px 30px 21px 20px;
	background-color: var(--box-background);
}

@media screen and (max-width : 900px) {
	.MR-row > * {
		padding: 10.5px 15px 10.5px 10px;
	}
}

@media screen and (max-width : 600px) {
	.MR-r-wrapper {
		padding-left: 15px;
	}
	
	.MR-row > * {
		/* padding-left: 15px; */
	}
}

.MR-Amortisation,
.MR-Sicherheiten,
.MR-Kosten {
	width: 100px;
	text-align: right;
}

.MR-Kosten,
.MR-Sicherheiten {
	width: 150px;
}

.MR-Administrator {
	width: 30px;
}

.MR-Sicherheiten-Content {
	display: flex;
	cursor: pointer;
}

.MR-Sicherheiten-Content .MR-Sicherheiten-Wert {
	flex: 1;
}

.btn.btn-list.MR-Sicherheiten-Konfigurieren {
	margin-top: -4px;
}

.MR-Sicherheiten-Unkonfiguriert {
	color: var(--warning-color);
	white-space: nowrap;
}

.MR-Sicherheiten-Fehlend {
	font-size: smaller;
	color: var(--warning-color);
	white-space: nowrap;
}

.MR-Sicherheiten-Unkonfiguriert::after,
.MR-Sicherheiten-Fehlend::after {
	font-family: var(--icon-font);
	content: var(--warning-icon-content);
	margin-left: 5px;
	margin-right: -20px;
}

.MR-Sicherheiten-Zusaetzlich {
	font-size: smaller;
	color: var(--primary-1);
}

.MR-Amortisation-frist {
	font-size: smaller;
}

.MR-Amortisation-einmalig,
.MR-Amortisation-kurz {
	color: var(--warning-color);
}

.MR-Amortisation {
	position: relative;
}

.MR-Amortisation .flowform-input-icon {
	text-align: left;
}

.MR-Amortisation .flowform-input-icon-content {
	min-width: 350px;
}

.MR-Amortisation .flowform-input-icon.active .flowform-input-icon-content {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.MR-Kosten {
	font-weight: bold;
}

.MR-Angebot {
	white-space: normal;
	width: 90%;
	position: relative;
}

.MR-Angebot-info {
	white-space: normal;
	padding: 20px 40px;
	background-color: var(--box-background);
	
}

.MR-Angebot-info.warning {
	color: var(--warning-color);
}

.ff-print-preview .MR-Angebot-info {
	text-align: left;
	padding: 0;
	background-color: transparent;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.ff-print-preview .MR-Angebot-info.warning {
	font-size: 14px;
	border-bottom: 1px solid var(--print-preview-separator);
}

.MR-Kosten.MR-Kosten-issue {
	color: var(--warning-color);
}

.MR-Kosten-potential {
	font-size: smaller;
	color: var(--primary-1);
}

.MR-Debug {
	display:none;
	width: 100%;
}

.MR-header th {
	vertical-align: bottom;
	font-weight: normal;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
}

.MR-header th .flowform-input-icon-content {
	min-width: 350px;
}

.MR-header th .active .flowform-input-icon-content {
	right: 0;
	left: auto;
	margin-top:	5px;
}

@media screen and (max-width : 900px) {
	.MR-header th {
		height:	auto;
		font-size: 14px;
	}
}

.MR-header .flowform-input-icon {
	display: inline-block;
	margin-left: 0;
	margin-right: 3px;
}

.MR-header .sortable {
	cursor:pointer;
}

.MR-header .sortable.sorted {
	color: var(--link-color);
}

.MR-group {
}

.MR-group.hidden {
	display: none;
}

.MR-group.inactive {
	opacity: 0.5;
	pointer-events: none;
}

.MR-overview > td {
	border-top: 3px solid var(--container-background);
}

.MR-overview > .MR-Angebot {
	width: 90%;
}

.MR-details td {
	padding-top: 0;
}

.MR-detail-box {
	position: relative; 
}

.MR-fokus-box .angebot-action-box-sicherheiten {
	margin-bottom: 0;
}

.MR-fokus-box .a-box-kreditgeber-logo {
	display: none;
}

.MR-fokus .MR-detail-box {
    padding: 20px;
}

.ff-print-preview .MR-fokus .MR-detail-box {
	padding: 0;
}

.MR-angebot-qualitaet-value {
    position: absolute;
    right: 0;
    top: -200px;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    border: 10px solid gray;
    line-height: 60px;
    width: 60px;
    text-align: center;
}

.MR-choose-offer {
	position: absolute;
    right: 0;
	top: -87px;
    z-index: 1;

	order: 10;
}

.MR-choose-offer .ff-badge {
	margin-top: -5px;
}

.MR-choose-offer-explanation-text {
    display: block;
    font-size: 14px;
	color: var(--link-color);
    cursor: pointer;
    text-align: right;
	text-decoration: underline;
}

.MR-choose-offer-explanation.flowform-input-icon .flowform-input-icon-content {
	margin-top: 10px;
}

.MR-choose-offer-explanation.flowform-input-icon.active {
    min-width: min(800px,75vw);
	z-index: 4;
}

.MR-choose-offer-explanation {
	position: absolute;
    right: 0;
	top: -10px;
    z-index: 1;

	order: 10;
}

.MR-show-offer {
	color: var(--link-color);
    margin: 20px 0 20px 30px;
    cursor: pointer;
    float: left;
    border-radius: 25px;
    line-height: 20px;
	/*
    border: 1px solid var(--link-color);
    padding: 9px 20px;
	*/
}

.MR-show-offer:hover {
	text-decoration: underline;
}

.MR-show-more td {
	padding: 40px 20px;
	background: linear-gradient(180deg, var(--box-background) 25%, rgba(0,0,0,0) 100%);
    border-top: 1px dotted transparent;
}

.MR-show-more.hidden td {
	padding: 0;
	transition: all 0.3s ease-out;
    background: var(--container-background);
    border-top: 0 none;
}

.MR-show-more-link {
    display: block;
	max-width: 300px;
	margin: auto;
	color: var(--link-color);
	border-bottom: 1px solid var(--link-color);
    padding-bottom: 2px;
	cursor: pointer;
	text-align: center;
}

.MR-show-more-link:after {
    content: '->';
    transform: rotate(90deg);
    display: inline-block;
    cursor: pointer;
}

.MR-show-more.hidden .MR-show-more-link {
	max-height: 0;
	opacity: 0;
	transition: all 0.3s ease-out;
	padding-bottom: 0;
	border-bottom: 0 none;
}

.MR-group.inactive + .MR-show-more {
    opacity: 0.5;
}

.MR-close-details td {
	padding: 20px 20px 60px 20px;
	background: linear-gradient(180deg, var(--box-background) 0%, rgba(0,0,0,0) 75%);
}

.MR-close-details-link {
    display: block;
	max-width: 300px;
	margin: auto;
	font-size: 16px;
	color: var(--link-color);
	border-bottom: 1px solid var(--link-color);
    padding-bottom: 2px;
	cursor: pointer;
	text-align: center;
}

.MR-close-details-link:after {
    content: '->';
    transform: rotate(-90deg);
    display: inline-block;
    cursor: pointer;
}

.MR-choose-offer.btn-foldout .btn-text {
	white-space: normal;
}

.MR-group:first-of-type .MR-choose-offer .btn-text {
	width: 250px;
}

.MR-group:first-of-type .MR-choose-offer.btn-foldout .btn-text {
	animation: pulse 3s ease infinite;
	right: 0;
	border-radius: 30px;
	padding-right: 30px;
	cursor: pointer;
	max-width: 50vw;
}

@media screen and (max-width : 900px) {
	.MR-group:first-of-type .MR-choose-offer.btn-foldout .btn-text {
		width: 230px;
		padding-right: 40px;
		max-width: 70vw;
	}
}

.MR-group:first-of-type .MR-choose-offer.btn-foldout.open .btn-text {
	animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(58, 138, 228, 0.8);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(58, 138, 228, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(58, 138, 228, 0);
  }
}

.MR-fokus-box p,
.MR-detail-box p,
.MR-detail-box h6 {
	white-space: normal;
	font-size: 16px;
	margin-bottom: 4px;
	margin-top: 0;
}

@media screen and (max-width : 900px) {
	.MR-fokus-box p,
	.MR-detail-box p,
	.MR-detail-box h6 {
		font-size: 14px;
	}
}

.MR-detail-box h6 {
	padding-left: 30px;
}

.MR-detail-box h6 .ff-i {
	position: absolute;
	margin-left: -25px;
}

.MR-detail-box dl,
.MR-detail-box dt,
.MR-detail-box dd,
.MR-detail-box ul {
	padding: 0;
	margin: 0;
}

.MR-detail-box dt {
	clear:both;
}

.MR-detail-box dd {
	margin-left: 5px;
}

.MR-detail-box dt,
.MR-detail-box dd {
	float:left;
}

.ff-cmp-wrapped .ff-carousel-box.ff-cb-zins {
	cursor: default;
	background-color: var(--configurator-box-background);
}

.ff-cmp-wrapped .ff-carousel-box.ff-cb-zins.active {
	background-color: var(--configurator-box-background);
	border-bottom: 5px solid var(--configurator-segment-highlight-border);
	color: var(--title-color);
	transform: scale(1);
}

@media screen and (max-width : 800px) {
	.ff-cmp-wrapped {
		--cb-box-count: 2 !important;
	}
}

.MR-Zinsangebot {
	display: flex;
	position: relative;
}

.MR-Zinsangebot-Cashback,
.MR-ZinsangebotTranche {
	color: var(--title-color);
	background-color: var(--configurator-box-background);
	text-align: center;
	min-width: 150px;
	padding: 15px;
	position: relative;
    box-sizing: border-box;
	margin-right: 2px;
	
	text-align: center;

	background-color: var(--configurator-box-background);
	border-bottom: 5px solid var(--configurator-segment-highlight-border);
}

.MR-Zinsangebot-Cashback.btn {
	position: initial;
}

.MR-Zinsangebot-Cashback.MR-Zinsangebot-BeraterGebuehr,
.MR-Zinsangebot-Cashback.MR-Zinsangebot-Gebuehr {
	color: var(--warning-color);
	border-bottom-color: var(--warning-color);
}

.MR-Zinsangebot-Cashback:hover,
.MR-ZinsangebotTranche:hover {
	background-color: var(--configurator-box-background);
}

.MR-ZinsangebotTranche.zat-invalid {
	background-color: var(--box-progress-none);
	color: var(--warning-color);
}

.MR-Zinsangebot-Cashback.flowform-input-icon .flowform-input-icon-content {
	top: 80px;
}

.zat-alternative {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4;
    width: 100%;
	min-width: 250px;
	margin-top: 0px;
	max-height: 0;
	overflow:hidden;
	transition: all 0.2s ease-in;
	text-align: left;
}

.MR-ZinsangebotTranche.open .zat-alternative {
	max-height: 50vh;
	overflow-y: auto;
	box-shadow: 0 0 15px 0 var(--shadow-dark);
	background-color: var(--box-background);
}

.zat-alt-item:hover.inactive,
.zat-alt-item {
	background-color: var(--input-choice-background);
	color: var(--input-choice-color);
    padding: 7.5px 15px;
	box-sizing: border-box;
	padding-bottom: 11.5px;
    border-bottom: 1px solid var(--input-choice-border);
	transition: background-color 0.1s ease-in;
}

.zat-alt-item.active,
.zat-alt-item:hover {
	padding-bottom: 7.5px;
	border-bottom: 5px solid var(--configurator-segment-highlight-border);
}

.zat-alt-item.inactive,
.zat-alt-item:hover.inactive {
	cursor:auto;
	background-color: var(--input-choice-disabled-background);
}

.zat-modell {
	text-overflow: ellipsis;
	overflow: hidden;
}

.ff-print-preview .zat-zins,
.zat-zins {
    line-height: 24px;
    font-size: 20px;
}

.MR-tab-fill {
	flex: 1;
}

.MR-tab-promo {
	flex: 1;
	max-width: 45px;
	margin: 10px 10px;
}

.MR-tab-freischaltung {
}

.MR-tab-zins-potential {
	position: relative;
}

.zat-zins-potential-box {
	background-color: var(--matching-offer-potential-background);
	display: flex;
	padding: 5px;
	padding-right: 10px;
	border-radius: 16px;
}

.zat-zins-potential-box.warning {
	color: var(--box-warning-color);
	background-color: var(--box-warning-background);
}

.zat-zins-potential-box.optimiert {
	background-color: var(--box-progress-none);
}

.zat-zins-potential-box em {
	display: flex;
	padding: 10px;
	font-size: 18px;
	padding-right: 15px;
	flex-direction: column;
	justify-content: center;
}

.zat-zins-potential-box em i {
	display: block;
}

.zat-zins-potential-box span {
	display: block;
}

.zat-zins-potential {
    text-align: center;
	line-height: 40px;
	font-size: 20px;
	min-width: 50px;
	color: inherit;

	background-color: var(--matching-offer-potential-background);
	border-right-color: var(--matching-offer-potential-background);
	cursor: pointer;
}

.zat-zins-potential.optimiert {
	background-color: var(--box-progress-none);
	border-right-color: var(--box-progress-separator);
}

.zat-zins-top-delta {
	min-width: auto;
}

.zat-zins-top-delta {
	min-width: auto;
}

.zat-zins.zat-zins-issue {
	color: var(--warning-color);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

.MR-db-info {
	margin-bottom: 10px;
	
	position: relative;
	white-space: normal;
}

.MR-db-info .flowform-subtitle {
	margin-bottom: 5px;
}

.MR-db-info li {
	margin-bottom: 10px;
	margin-left: 30px;
}

.MR-db-info-common li {
	margin-bottom: 30px;
}

.MR-db-info .flowform-input-icon {
	display: inline;
}

.MR-db-info .flowform-input-icon-content {
    max-width: 600px;
    margin-top: 10px;
}

.MR-db-specials li::before,
.MR-db-info .ff-i-check {
	display: inline-block;
	text-align: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	line-height: 16px;
	font-size: 10px;
	background-color: var(--input-icon-success-background);
	color: var(--input-icon-success-color);
	position: absolute;
	margin-left: -25px;
}

.MR-db-specials li::before {
	content: 'Q';
	font-family: 'HypothekeIcons';
}

@media screen and (max-width : 900px) {	
	.MR-db-info li {
		margin-bottom: 5px;
	}
	
	.MR-detail-box {
		display: flex;
		flex-direction: column;
	}
}

.MR-Kreditgeber {
	display: block;
    height: 50px;
	margin-top: 5px;
	margin-bottom: 25px;
	position:relative;
	min-width: 345px;
}

.MR-Kreditgeber-logo {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.MR-Kreditgeber-locked {
	font-family: Inter;
	font-weight: 300;
	font-size: 30px;
    line-height: 50px;
}

.MR-Kreditgeber-placeholder {
	white-space: nowrap;
	padding-left: 70px;
	font-size: 20px;
    line-height: 50px;
	
	background-image:url('../../../img/kreditgeber/platzhalter.svg');
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}

.MR-Kreditgeber-placeholder > span {
	font-family: Inter;
	font-weight: 300;
	color: var(--title-color);
}

.MR-Kreditgeber .flowform-input-icon {
	display:inline-block;
}

.MR-Kreditgeber .btn-sm {
	position: absolute;
    top: 30px;
    left: 26px;
}

.MR-column-Label {
	display:none;
}

@media screen and (max-width : 900px) {
	.MatchingResultatListe {
		margin-left: 0;
		margin-right: 0;
	}
	
	.MR-tab-title {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 18px;
		white-space: normal;
	}
	
	.MR-Angebot-info {
		padding: 10px calc(50% + 20px) 10px 20px;
	}
	
	.MR-tab-offer-badge {
		order: 0;
	    padding: 2px;
	    margin: 0;
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	
	.MR-tab-title span {
		line-height: 40px;
	}
	
	.MR-group:first-of-type .btn-foldout .btn-text {
		/* width: 160px; */
	}
	
	.MR-detail-box p,
	.MR-detail-box h6 {
		font-size: 14px;
	}
}

@media screen and (max-width : 720px) {
	.MR-Kreditgeber-logo {
		min-width: 150px;
	}
}

@media screen and (max-width : 900px) {
	 .MR-header th {
	 	font-size: 14px;
	}
	
	.MR-tab[data-name=Vollstaendig] .MR-header th {
		padding-top: 0;
	}
	
	.MR-Angebot-info {
		padding: 20px;
	}
	
	.MR-header  {
		display: none;
	}
	
	.MR-tab-offer-badge {
		margin: 5px auto;
	}
	
	.MR-tab-fill {
		display: none;
	}
	
	.MR-tab {
		max-width: 50%;
		white-space: nowrap;
	}
	
	.MR-overview > td {
		border-top: 0px none;
	}
	
	.MR-tab-title {
		flex-direction: column;
		text-align: center;
		padding: 10px;
	}
	
	.MR-tab-title span {
		line-height: 20px;
	}
	
	.MR-column-Label {
		display:block;
	}

	.MR-choose-offer {
		position: relative;
		top: auto;
		right: auto;
		height: 60px;
	}

	.MR-choose-offer-explanation {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 10px;
		font-size: 12px;
		margin-bottom: 20px;
	}
	
	.MR-row .MR-Kreditgeber {
		width: 200px;
		box-sizing: border-box;
	}
	
	.MR-row .MR-Kreditgeber-placeholder {
		background-size: 40px;
		font-size: 16px;
		width: 345px;
	}
	
	.MR-row .MR-Zinsangebot {
		box-sizing: border-box;
		flex-wrap: wrap;
	}

	.zat-zins-top-delta {
		display: none;
	}

	.MatchingResultat > table,
	.MatchingResultat > table > tbody,
	.MatchingResultat > table > tbody > tr,
	.MatchingResultat > table > tbody > tr > td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.MR-group .MR-overview {
		display: flex;
		flex-wrap: wrap;
	}

	.MR-group {
		border-top: 5px solid var(--container-background);
	}

	.MR-overview > .MR-Angebot {
		width: 100%;
		flex: 100%;
	}

	.MR-overview {
		padding-bottom: 20px;
		background-color: var(--box-background);
	}
	
	.MR-overview .MR-Sicherheiten,
	.MR-overview .MR-Amortisation,
	.MR-overview .MR-Kosten {
		display: block;
		width: auto;
		flex: 1;
		font-size: 12px;
	}
}

.ff-print-preview .MatchingResultatListe {
	display: block;
	margin: 0;
}

.ff-print-preview .MatchingResultatListe .MR-tab-zins-potential {
	display: none;
}

.ff-print-preview .MatchingResultatListe .MR-tab {
	max-width: none;
	min-height: auto;
	margin-left: 0;
	background-color: var(--print-preview-background);
}

.ff-print-preview .MatchingResultatListe .MR-tabs {
	display: block;
}

.ff-print-preview .MatchingResultatListe .MR-tab.active .MR-tab-offer-badge {
	background-color: var(--print-preview-background);
	color: var(--print-preview-color);
}

.ff-print-preview .MatchingResultatListe .MR-tab-title {
	justify-content: left;
	padding: 0;
}

.ff-print-preview .MatchingResultat {
	display: block;
	position: static;
	left: auto;
}

.ff-print-preview .MatchingResultat .MR-choose-offer {
	display: none;
}

.ff-print-preview .MR-overview > td {
	border-top-color: var(--print-preview-separator);
	border-top-width: 1px;
}

.ff-print-preview thead + .MR-group .MR-overview > td,
.ff-print-preview .MR-group:first-child .MR-overview > td {
	border-top-width: 0px;
}

.ff-print-preview .MR-header {
	display: none;
}

.ff-print-preview .MR-column-Label {
    display: none;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.ff-print-preview .MR-tab-offer-badge {
	order: 0;
	background: none;
	color: #4E545F;
	padding-left: 0;
	width: auto;
}

.ff-print-preview .MR-group {
	page-break-inside: avoid;
}

.ff-print-preview .MR-row > * {
	padding: 20px 10px;
}

.ff-print-preview .MR-row.MR-details > * {
	padding: 0 5px;
}

.ff-print-preview .MR-Kosten.MR-Kosten-issue {
	color: inherit;
}

.ff-print-preview .zat-zins.zat-zins-issue {
	color: inherit;
}

.ff-print-preview .MR-ZinsangebotTranche.zat-zins-potential {
	background: none;
	flex:revert !important;
}

.ff-print-preview .MR-ZinsangebotTranche.btn {
	display: block;
}

@media screen,print {
	.ff-print-preview .hypothek-tranche {
		background-color: var(--print-preview-background);
		border-bottom: 1px solid var(--configurator-segment-highlight-border);
	}
}


.MR-Rating {
	position: absolute;
	width: 200px;
	top: 15px;
	right: 0;
}

.MR-Rating.open {
	z-index: 3;
}

.MR-r-wrapper {
	display: flex;
	width: 200px;
	cursor: pointer;
}

.MR-r-value {
	line-height: 28px;
	margin-left: 5px;
	font-size: 16px;
	text-align: right;
}

.MR-r-stars-bg,
.MR-r-stars {
	background-image: url('/img/rating.svg');
	background-repeat: repeat-x;
	background-position: top left;
	background-size: 25px;
	background-position-y: 1px;
	
	height: 25px;
	width: 125px;
}

.MR-r-more {
	width: 500px;
	background: white;
	max-height: 0;
	overflow-y: auto;
	border-width: 0;
	box-sizing: border-box;
	opacity: 0;
}

.MR-Rating.open .MR-r-more {
	max-height: 500px;
	border: 1px solid var(--input-text-border);
	opacity: 1;
	transition: all 0.2s linear;
	margin-top: 5px;
	box-shadow: 0 5px 15px 0 var(--shadow-dark);
}

.MR-r-topics {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}

.MR-r-topic {
	width: 200px;
	margin: 10px;
}

.MR-r-topic-wrapper {
	display: flex;
}

.MR-r-topic-text {
	flex: 1;
}

.MR-r-topic-value {
	text-align: right;
}

.MR-r-topic-range,
.MR-r-topic-bg {
	height: 6px;
	border-radius: 2px;
	background-color: var(--input-slider-track-background);
}

.MR-r-topic-range {
	background-color: var(--input-slider-handle-background);
}

.MR-r-stars {
	background-position: bottom left;
}

.MR-r-feedback {
	margin: 10px;
	border-top: 1px solid var(--container-background);
	padding-top: 10px;
}

.MR-r-more h3 {
	font-size: 20px;
	color: var(--title-color);
	margin: 20px;
	margin-bottom: 10px;
}

.MR-rf-date {
	font-size: 14px;
	text-align: right;
}

.MR-rf-votes {
	margin-top: 10px;
	font-size: 12px;
    line-height: 20px;
	display: flex;
}

.MR-rf-previous-votes {
	text-align: right;
	flex: 1;
}

.MR-rf-vote-up {
	color: var(--button-secondary-background);
	display: flex;
	text-decoration: underline;
	cursor: pointer;
}

.MR-rf-votes.voted .MR-rf-vote-up {
	display:none;
}

.MR-rf-voted-up {
	display: none;
}

.MR-rf-votes.voted .MR-rf-voted-up {
	display:block;
}

.MR-rf-vote-up i {
    font-size: 14px;
}

.MR-rf-vote-up span {
    display: inline-block;
    margin-left: 6px;
}

.MR-rf-message {
	margin-top: 10px;
}

.MR-rf-message::before { content: '\00ab'; }
.MR-rf-message::after { content: '\00bb'; }

.MR-rf-name {
	text-align: right;
	font-size: 14px;
}

.MR-r-feedback-list {
	font-size: 16px;
	margin: 10px;
}


.MR-r-list {
	display: none;
}

@media screen and (max-width : 1280px) {
	.MR-Rating {
		position: static;
		width: auto;
		margin-bottom: 10px;
	}
	
	.MR-r-more {
		position: absolute;
		z-index: 2;
		font-size: 16px;
		max-width: 100vw;
		border: ;
		border-left: 0 none;
		border-right: 0 none;
	}
}

.MR-AsynchroneAngebote {
	text-align: center;
	background-color: var(--header-background);
	padding: 20px 50px;
}

.MR-AsynchroneAngebote .flowform-subtitle {
	text-align: center;
	margin: 0;
}

.MR-AsynchroneAngebote .flowform-loader-local {
	margin-top: 20px;
}

.MR-AsynchroneAngebote p {
	font-size: 12px;
	margin: 0;
}

.MR-fokus td {
    padding: 0;
}

.angebot-detail-tabs {
	border-bottom: 1px solid var(--container-background);
}

.angebot-detail-tab-list {
    display: flex;
	padding-left: 15px;
	max-width: 720px;
}

.angebot-detail-tab {
    text-align: center;
	flex: 1;
    margin: 0 5px;
    padding: 5px;
    background: var(--matching-tab-background);
    cursor: pointer;
    font-size: 16px;
}

.angebot-detail-tab.active {
    cursor: default;
    border: 1px solid var(--container-background);
	border-bottom: 0 none;
    background: var(--matching-tab-active-background);
    margin-bottom: -1px;
	z-index: 1;
}

.angebot-detail-tab.disabled {
    cursor: default;
	opacity: 0.3;
}

.a-box-sicherheiten-incomplete.zat-zins-potential-box {
	margin-top: 20px;
	opacity: 1;
	transition: all 0.3s ease-out;
}

.flow-progress-complete .a-box-sicherheiten-incomplete.zat-zins-potential-box {
	opacity: 0;
}

.configurator-sicherheit .btn[data-submit-value=refresh] {
	display: none;
}

@media screen and (max-width : 900px) {
	.configurator-sicherheit .btn[data-submit-value=refresh] {
		display: block;
	}
	
	.angebot-detail-tab-list {
		padding-left: 0;
		max-width: none;
	}

	.angebot-detail-tab {
		margin: 0 1px;
		padding: 10px 5px;
	}

	.angebot-detail-tab.active:first-child {
		margin-left: 0;
		border-left: 0 none;
	}

	.angebot-detail-tab.active:last-child {
		margin-right: 0;
		border-right: 0 none;
	}
}

@media screen and (max-width : 600px) {
	.angebot-detail-tab {
		font-size: 12px;
		padding: 10px 2px;
	}
}

.MR-admin-details {
	margin-top: 10px;
}

.MR-admin-details .MR-ad-bisherige-konditionen,
.MR-admin-details p {
	font-size: 10px;
	line-height: 12px;
}

.MR-berater-details p {
	margin-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 13px;
}

.MR-ad-bisherige-konditionen {
    border-radius: 10px;
    background-color: var(--badge-background);
    color: var(--badge-color);
    padding: 7px;
	margin: 10px 0;
	white-space: normal;
	text-align: center;
}

.MR-ad-bisherige-konditionen b {
	font-size: 14px;
	line-height: 1.2;
}

.MR-adbk-warning {
	background-color: var(--box-warning-background);
	color: var(--box-warning-color);
}

.MR-adbk-abschliessbar {
	margin-top: 5px;
}

.MR-kein-angebot .btn-group {
	margin-bottom: 30px;
}