/* Promo-Carousel */

a:hover {
	text-decoration: underline;
}

.ff-carousel-init {
	--cb-box-count : 4;
	--cb-box-count-double : calc(var( --cb-box-count ) * 2);
}

.ff-carousel-wrapper {
	margin-left: var(--ff-c-space);
	margin-right: calc(var(--ff-c-space) - 5px);
}

.ff-carousel-scroll-padding:first-child {
	min-width: var(--ff-c-space);
	max-width: var(--ff-c-space);
}

.ff-carousel-scroll-padding:last-child {
	min-width: calc(var(--ff-c-space) - 5px);
	max-width: calc(var(--ff-c-space) - 5px);
}

.ff-carousel-scroll-wrapper {
	overflow-x: hidden;
	overflow-y: visible;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	
	position: relative;
	z-index: 0;
}

.ff-carousel-loader {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	background-color: var(--box-background);
}

.ff-carousel-loader .ff-carousel-box {
	background-color: transparent;
}

.ff-carousel-loader .ff-carousel {
	position: relative;
	transition: all 0.2s ease-in-out;
}

.ff-carousel-loader .ff-carousel-box-wrapper {
	opacity: 0;
	transition: all 0.1s ease-in-out;
}

.ff-carousel-loader .ff-carousel-box-wrapper.ff-cl-visible {
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.ff-carousel-scroller {
	max-width: 100%;
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: thin;
	scrollbar-color: var(--button-secondary-background) transparent;
}

.ff-carousel-scroller::-webkit-scrollbar {
	height: 8px;
}

.ff-carousel-scroller::-webkit-scrollbar-track {
    background: transparent;
}

.ff-carousel-scroller::-webkit-scrollbar-thumb {
    background: var(--button-secondary-background);
}

.ff-carousel-nav {
	width: var(--ff-c-space);
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
}

.ff-carousel-nav-left {
	left: 0;
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgb(226, 230, 236) 100%)
}

.ff-carousel-nav-right {
	right: 0;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(226, 230, 236) 100%)
}

.white-background .ff-carousel-nav-right {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 100%);
}

.white-background .ff-carousel-nav-left {
	background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgb(255, 255, 255) 100%);
}

.ff-carousel-nav i {
	position: absolute;
	display: block;
	top: 50%;
	
	background: var(--container-background);
	box-shadow: 0 0 20px gray;
	color: var(--highlight-color);
	border-radius: 50%;
	width: 25px;
	height: 30px;
	box-sizing: border-box;
	font-size: 14x;
	line-height: 30px;
	text-align: center;
	transform: translateY(-50%);
	
	transition: all 0.2s ease-in;
	
	cursor: pointer;
}

.white-background .ff-carousel-nav i {
	background: var(--box-background);
}

.ff-carousel-nav.invisible i {
	opacity: 0;
}

.ff-carousel-nav-right i {
	right: 0;
	border-radius: 50% 0 0 50%;
}

.ff-carousel-nav-right.invisible i {
	right: -25px;
}

.ff-carousel-nav-left i {
	left: 0;
	border-radius: 0 50% 50% 0;
}

.ff-carousel-nav-left.invisible i {
	left: -25px;
}

.ff-carousel {
	margin-top: 5px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
}

.ff-carousel-wrapped {
	flex-wrap: wrap;
	justify-content: center;
}

.ff-carousel-box {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;
	overflow: hidden;
	
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.ff-carousel-box-frame {
	padding: 10px;
	padding-left: 15px;
	background-color: var(--box-background);
}

.white-background .ff-carousel-box-frame {
	border: 1px solid var(--neutral-6);
}

.ff-carousel-box-wrapper {
	max-width: calc(16.666666%);
	min-width: calc(16.666666%);
}

.ff-carousel-message {
	line-height: 20px;
	font-size: 14px;
	color: var(--text-color);
	margin: 0;
	transition: all 0.2s ease-in;
	
	display: flex;
	position: relative;
	z-index: 1;
}

.ff-cb-topzins {
	color: var(--text-color);
	text-align: center;
}

.ff-cb-topzins-modell {
	margin-bottom: 10px;
	font-size: clamp(12px,1.25vw,15px);
    line-height: 1.3;
	
	text-align: center;
}

.ff-cb-topzins-zins {
	display: block;
	font-size: clamp(18px,3vw,45px);
    line-height: clamp(18px,3vw,45px);
	text-align: center;
}

.ff-cb-topzins-details {
	display: block;
	font-size: clamp(10px,2vw,16px);
    line-height: clamp(10px,2vw,16px);
	text-align: center;
	margin-top: 10px;
}

.ff-cb-topzins-box-wrapper-less .ff-i,
.ff-cb-topzins-box-wrapper-more .ff-i {
	font-size: 25px;
	line-height: 50px;
}

.ff-carousel-box-wrapper.ff-cb-topzins-box-wrapper-less {
	width: 100%;
	max-width: 100%;
	flex: 1;
}

.ff-cb-topzins-box-wrapper-less .ff-carousel-box {
	background-color: transparent;
	margin-left: auto;
	max-width: 250px;
}

.ff-cb-topzins-details a i.ff-i,
.ff-cb-topzins-details a i.ff-i::before,
.ff-cb-topzins-details a {
	text-decoration: underline;
	font-size:smaller;
	color: var(--link-color);
}

.ff-cb-topzins-top-models {
	color: var(--text-color);
	margin-bottom: -25px;
	margin-top: 25px;
	margin-left: var(--ff-c-space);
}

.ff-carousel-with-headers {
	margin-top: 25px;
}

.ff-carousel-box-header {
	color: var(--text-color);	
	max-width: 0;
	min-width: 0;
	margin-top: -16px;
	white-space: nowrap;
	font-size: 16px;
}

.ff-cb-topzins-more {
	text-align: center;
	background: var(--button-secondary-background);
	border-radius: 50%;
	color: white;
	padding: 14px;
	max-width: 50px;
	max-height: 50px;
	margin: auto;
	margin-top: 10px;
}

.ff-carousel-message .ff-i {
	font-size: 45px;
    line-height: 45px;
    margin-right: 10px;
}

.ff-carousel-box::before {
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 150px;
}

.ff-carousel-box-green::before {
	top: -50%;
}

.open > .ff-carousel-box-green::before,
.ff-carousel-box-green:hover::before,
.ff-carousel-box-green.active::before {
	opacity: 0.1;
}

.open > .ff-carousel-box-green .ff-carousel-message,
.ff-carousel-box-green:hover .ff-carousel-message,
.ff-carousel-box-green.active .ff-carousel-message {
	color: var(--button-primary-color);
}

.open > .ff-carousel-box,
.ff-carousel-box:hover,
.ff-carousel-box.active {
	transform: scale(1.02);
	z-index: 1;
	/* box-shadow: 0px 5px 5px gray; */
}

.open > .ff-carousel-box-green,
.ff-carousel-box-green:hover,
.ff-carousel-box-green.active {
	background-color: var(--button-primary-background);
	color: var(--button-primary-color);
}

.Start .MatchingResultatListe {
	margin-top: 0;
}

.Start .app-legend-star:before,
.Start .ff-ptz-wrapper .ff-promo-title span:after,
.Start .MR-tab:first-child .MR-tab-title span:after {
    content: '*';
    transform: translateY(-0.3em);
    display: inline-block;
    color: #2B78CE;
}

.ff-promo-title {
	text-align: center;
	
	margin-top: 30px;
	margin-bottom: 10px;
}

.flowform-box-group > .ff-promo-title {
	flex: calc(100% - 5px);
}

.ff-promo-main-title {
	text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    text-transform: uppercase;
	letter-spacing: 2px;
}

.ff-promo-main-title b {
    font-size: 80px;
    font-weight: bold;
    line-height: 1;
	letter-spacing: 10px;
}

.ff-promo-main-title em {
    font-size: 40px;
    letter-spacing: 11px;
	margin-right: -3px;
    font-style: normal;
}

.flowform-box-group .ff-promo-title {
	margin-top: 15px;
	margin-bottom: 25px;
	color: var(--text-color);
}

.promo-header .ff-promo-title {
	color: var(--text-color);
}

.ff-popup-title {
	text-align: left;
}

h2.ff-promo-title + h3.ff-promo-title {
	margin-top: -10px;
}

h2.ff-promo-title,
.ff-promo-title h2 {
	font-size: 20px;
	line-height: 23px;
}

h3.ff-promo-title,
.ff-promo-title h3 {
	font-size: 18px;
	line-height: 20px;
}

.ff-promo-title.ff-promo-configuration-title {
    margin-bottom: 40px;
    margin-top: 50px;
}

.ff-promo-title.ff-promo-configuration-title h3 {
    font-size: 32px;
	line-height: 1.2;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ff-popup-container {
	position: relative;
}

.ff-popup-content {
	box-shadow: 0 0 15px 0 var(--shadow-color);
	background-color: var(--box-background);
	
	position: absolute;
	width: 100%;
	margin-top: 1px;
	/*transition: all 0.2s ease-in;*/
	left: 50%;
	top: 0;
	z-index: 3;
	padding: 40px var(--ff-c-space);
	box-sizing: border-box;
	transform: translateX(-50%) scale(0);
	width: clamp(320px,100vw,900px);
}

.ff-popup-content.open {
    box-shadow: 0 0 15px 0 var(--shadow-color);
    background-color: var(--box-background);
	transform: translateX(-50%) scale(1);
	box-shadow: 0 0 5000px 100px rgba(0,0,0,0.8);
}

.ff-popup-content-fixed {
	position: fixed;
	top: calc(50% + 40px);
	max-height: calc(100vh - 80px);
	left: 50%;
	transform: translate(-50%,-50%) scale(0);
	overflow-y: auto;
}

.ff-popup-content-fixed.open {
	transform: translate(-50%,-50%);
}

.ff-popup-title h3,
.ff-popup-title {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: var(--highlight-color);
	margin-bottom: 20px;
}

.ff-popup-subtitle h4,
.ff-popup-subtitle {
	font-size: 20px;
	line-height: 22px;
	color: var(--highlight-color);
	margin-bottom: 20px;
}

.ff-popup-title-with-icon { display: flex; } 
.ff-popup-title-with-icon .ff-i { font-size: 50px; margin: auto; } 
.ff-popup-title-with-icon span { margin-left: 20px; flex: 1; }

.ff-popup-content .ff-input-label {
	font-size: 18px;
	line-height: 22px;
	color: var(--text-color);
	margin: 15px 0 5px 0px;
	display: block;
}

.ff-popup-content .form-group {
	margin: 7px 0;
}

@media screen and (min-width : 1281px) {
	.ff-cb-topzins-details a {
		line-height: 25px;
	}
}

@media screen and (max-width : 1280px) {
	.ff-carousel {
	}

	.ff-carousel-box {
		padding: 5px;
	}

	.ff-carousel-message {
		flex-direction: column;
	}
	
	.ff-carousel-message {
		line-height: 1.2;
		font-size: 12px;
		text-align: center;
	}
	
	.ff-carousel-message .ff-i {
		font-size: 26px;
		line-height: 30px;
		text-align: center;
		display: block;
		margin: auto;
		margin-bottom: 3px;
	}
}

.promo-header,
.promo-footer {
	width: 100%;
	background-color: var(--promo-footer-background);
	z-index: 2;
	justify-content: center;
	box-shadow: 0 0 20px var(--shadow-color);
	box-sizing: border-box;
}

.promo-header {
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 50px;
}

.promo-footer {
	margin-top: 100px;
	padding-bottom: 50px;
}

.Dossier .promo-footer {
	margin-bottom: 200px;
	padding-bottom: 10px;
}

.promo-footer .flowform-subtitle {
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	
	margin-bottom: 0;
	padding-top: 30px;
}

.ff-carousel-box .aa-kg-logo-content {
	margin: 10px;
	height: 3vw;
}

.ff-carousel-box-wrapper {
	min-width: calc(100% / 4);
	max-width: calc(100% / 4);
	min-width: calc(100% / var( --cb-box-count ));
	max-width: calc(100% / var( --cb-box-count ));
}

.ff-carousel-scroll-wrapper .ff-carousel-box-wrapper {
	/*
	min-width: calc((100% - 2*var(--ff-c-space) + 5px) / 4);
	max-width: calc((100% - 2*var(--ff-c-space) + 5px) / 4);
	*/
	min-width: calc((100% - 2*var(--ff-c-space) + 5px) / var( --cb-box-count ));
	max-width: calc((100% - 2*var(--ff-c-space) + 5px) / var( --cb-box-count ));
}

.ff-cb-box-half {
	--cb-box-count : var( --cb-box-count-double );
}

.ff-carousel-promo-messages {
	--cb-box-count : 6;
    margin-top: 40px;
}

.ff-carousel-modell-picker {
	--cb-box-count : 6;
	
    margin-bottom: 20px;
}

.ff-cb-cite {
	--cb-box-count : 3;
}

.app-customer-ratings .ff-cb-cite {
	min-height: 100px;
}

.ff-cb-kg {
	--cb-box-count : 7;
	margin-bottom: 5px;
}

.ff-cb-topzins-loader {
	--cb-box-count : 3;
}

.ff-cb-kg-loader {
	--cb-box-count : 1;
}

.ff-cmp-wrapped {
	--cb-box-count : 5;
}

.ff-cmp-wrapped .ff-carousel-box:hover {
	z-index: 0;
}

.ff-cmp-wrapped .ff-carousel-box.active {
	background-color: var(--button-primary-background);
	color: var(--button-primary-color);
	z-index: 1;
	transform: scale(1.1);
}

.ff-cmp-wrapped .ff-carousel-box-wrapper {
	margin-bottom: 5px;
}

.ff-popup-content .ff-cb-kg { --cb-box-count : 4; }


.ff-cite-date {
	text-align: right;
	font-size: 12px;
}

.ff-cite-author {
	text-align: right;
	font-size: 20px;
	margin-right: 20px;
}

.ff-cite-date {
	margin-bottom: 10px;
}

.app-customer-ratings .ff-cite {
	font-size: 10px;
	margin: auto 20px;
	text-align: center;
}

.ff-cb-cite .ff-carousel-box {
	display: flex;
	flex-direction: column;
}

.ff-design-icon-box .ff-cite {
    position: relative;
    z-index: 1;
}

@media screen and (max-width : 1280px) {
	.ff-carousel-nav i {
		background: var(--box-background);
	}
	
	.ff-cb-cite { --cb-box-count : 2; }
	
	.ff-popup-content .buttongroup-final .btn-group {
		flex-direction: column;
	}

	.ff-popup-content .buttongroup-final .btn {
		margin: 1px 0;
	}
	
	/*
	.ff-cb-topzins-modell {
		font-size: 15px;
		line-height: 18px;
		white-space: normal;
	}
	
	.ff-cb-topzins-zins {
		font-size: 30px;
		line-height: 30px;
	}
	*/
	
	.ff-carousel .aa-kg-logo-content {
		margin: 5px;
		height: 5vw;
	}
	
	.promo-footer-meta .ff-col {
	    min-width: 320px;
	}
	
	.promo-footer-meta .ff-col {
		position: relative;
	}

	.promo-footer-meta iframe {
		position: absolute;
		right: 10px;
		max-width: 50%;
		top: 10px;
	}
}

@media screen and (max-width : 800px) {
	.ff-promo-title.ff-promo-configuration-title h3 {
		font-size: 26px;
	}

	.ff-cmp-wrapped { --cb-box-count : 3; }
}

@media screen and (max-width : 740px) {
	

	.ff-promo-main-title {
		font-size: 15px;
		letter-spacing: 2.6px;
	}

	.ff-promo-main-title b {
		font-size: 47px;
		letter-spacing: 5px;
	}

	.ff-promo-main-title em {
		font-size: 20px;
		letter-spacing: 8px;
	}
	
	.ff-carousel-box-header {
		font-size: 12px;
	}
	
	.ff-carousel-scroll-wrapper .ff-cb-box-half {
		min-width: 10px;
		max-width: 10px;
	}

	.ff-carousel-promo-messages,
	.ff-carousel-modell-picker {
		--cb-box-count : 4;
	}
	
	
	.ff-cb-cite { --cb-box-count : 1; }
	
	.ff-popup-content .ff-cb-kg,
	.ff-cb-kg { --cb-box-count : 3; }
	
	.ff-popup-content img[src="img/garantie.weiss.200.png"] {
		display:none;
	}
}

@media screen and (max-width : 400px) {
	.ff-carousel-promo-messages,
	.ff-carousel-modell-picker {
		--cb-box-count : 3;
	}
	
	.ff-cb-cite { --cb-box-count : 1; }
	
	.ff-popup-content .ff-cb-kg,
	.ff-cb-kg { --cb-box-count : 2; }
	
	.ff-carousel .aa-kg-logo-content {
		height: 15vw;
	}
}

.promo-form {
	background-color: white;
	color: var(--text-color);
	height: 100%;
}

.promo-form .form-input-title p {
	font-size: 14px;
	margin: 0;
	margin-top: 10px;
}

.promo-form,
.promo-form p,
.promo-form input,
.promo-form textarea {
	font-size: 14px;
}

.promo-form .ff-main-action .btn-text {
	font-size: 18px;
}

.promo-form .form-group {
	margin: 10px 0;
	z-index: auto;
}

.promo-form .flowform-input {
	padding: 4px;
}

.promo-form .ff-input-label {
	margin: 0;
	color: var(--text-color);
}

.promo-form .ff-inline-label,
.promo-form .ff-inline-help {
	margin: 0;
}

.promo-form .form-input-title {
	margin: 0;
}

.promo-form .input-group-addon {
	line-height: 25px;
	padding: 0 10px;
}

.promo-form .choice {
	padding: 4px 10px;
	min-width: auto;
	white-space: nowrap;
}

.promo-form .choice-group {
	width: 100%;
}

.promo-form.flowform-box,
.promo-form .flowform-box {
	padding: 10px 10px;
	min-height: 100px;
	flex: calc(25% - 5px);
	min-width: calc(200px - 5px);
}

@media screen and (max-width : 740px) {
	.promo-form {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.promo-form .flowform-box {
		padding: 0;
		min-width: calc(250px - 5px);
	}
}

.Start .flowform-box .ff-choice-inline .ff-input-label,
.promo-form .flowform-box .ff-choice-inline .ff-input-label {
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 10px;
}

.promo-form .form-group {
	display: flex;
	flex-direction: column;
}

.promo-form .ff-input-label {
	margin-bottom: 10px;
}

.promo-form .ff-slider {
	margin: 0;
}

.promo-form .flowform-input[type=text],
.promo-form .input-group-addon,
.promo-form .ff-input-rangeslider {
	color: var(--link-color);
	border: 0 none;
	background: transparent;
	font-size: 24px;
	line-height: 26px;
	padding: 0 10px;
}

.promo-form .typeahead__field .flowform-input::placeholder {
    font-size: 12px;
}

.promo-form .typeahead__field .flowform-input {
	border-bottom: 1px solid var(--button-secondary-background);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.promo-form .choice.choice-active {
	background-color: var(--button-secondary-background);
	border-color: var(--button-secondary-background);
}



.promo-form .ff-slider {
	--ff-slider-size: 20px;	
	--ff-track-height: 2px;	
	
	height: var(--ff-slider-size);
	margin-bottom: 3px;
}

.promo-form .ff-slider::-webkit-slider-runnable-track {
	height: var(--ff-track-height);
	background: var(--button-secondary-background);
	border: 0 none;
	margin: 0;
	padding: 0;
}

.promo-form .ff-slider::-moz-range-track {
	height: var(--ff-track-height);
	background: var(--button-secondary-background);
	border: 0 none;
}

.promo-form .ff-slider::-ms-track {
	height: var(--ff-track-height);
	background: var(--button-secondary-background);
	border: 0 none;
}

.promo-form .ff-slider::-webkit-slider-thumb {
	height: var(--ff-slider-size);
	width: var(--ff-slider-size);
	background-image: none;
	background: var(--button-secondary-background);
	margin: 0;
	margin-top: calc( var(--ff-slider-size) / -2 + var(--ff-track-height) / 2);
}

.promo-form .ff-slider::-moz-range-thumb {
	height: var(--ff-slider-size);
	width: var(--ff-slider-size);
	background-image: none;
	background: var(--button-secondary-background);
}

.promo-form .ff-slider::-ms-thumb {
	height: var(--ff-slider-size);
	width: var(--ff-slider-size);
	background-image: none;
	background: var(--button-secondary-background);
}

.ff-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


.ff-col {
	min-width: 240px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.ff-col:first-child { padding-left: 0; }

.ff-col-1 { flex: 1; }
.ff-col-2 { flex: 2; }
.ff-col-3 { flex: 3; }
.ff-col-4 { flex: 4; }
.ff-col-5 { flex: 5; }
.ff-col-6 { flex: 6; }


.ff-ptz-wrapper {
	text-align: center;
}

.ff-promo-top-zins {
	margin-top: 10px;
}

.ff-ptz-topzins {
	padding: 10px;
	background: var(--button-primary-background);
	margin: 15px;
	text-align: center;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ff-ptz-topzins p {
	opacity: 0.9;
	color: var(--button-secondary-color);
}

.ff-ptz-start-button {
	margin: 20px;
	display: inline-block;
	padding: 0 30px;
	margin-bottom: 5px;
}

.ff-ptz-tiny-comment {
	color: var(--font-color);
	font-size: 12px;
}

.start-app-button {
	margin: 40px;
	text-align: center;
	padding: 0 30px;
}

.start-app-button .btn {
	font-size: 20px;
	max-width: 350px;
	margin: auto;
	margin-bottom: 10px;
}

.Start .MR-group:first-of-type .MR-choose-offer.btn-foldout .btn-text {
	width: 282px;
	padding-right: 40px;
}

@media screen and (min-width : 500px) {
	.ff-promo-top-zins {
		display: flex;
		justify-content: center;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ff-ptz-topzins:nth-child(2) {
		scale: 1.1;
	}


	.ff-ptz-laufzeit {
		font-size: clamp(12px,2.25vw,25px);
	    line-height: clamp(13px,2.25vw,26px);
		margin-bottom: clamp(10px,2.25vw,20px);
	}
	
	.ff-ptz-modell {
		font-size: clamp(12px,1.25vw,15px);
	    line-height: clamp(13px,1.25vw,16px);
	}
	
	.ff-ptz-zins {
		font-size: clamp(18px,3vw,45px);
	    line-height: clamp(18px,3vw,45px);
	}
}

@media screen and (max-width : 500px) {
	.ff-ptz-zins {
		font-size: 25px;
		line-height: 60px;
		padding-right: var(--ff-c-space);
		position: absolute;
		top: 0;
		right: var(--ff-c-space);
		text-align: right;
	}
	
	.ff-ptz-laufzeit,
	.ff-ptz-modell {
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}	

	.ff-ptz-topzins {
		margin: 1px 0;
		position: relative;
	}
}

.app-start-konfigurator-navigation {
	flex: calc(100% - 5px);
	margin: 0 0 20px 0 !important;
	height: 42px;
	box-shadow: 0 10px 10px 0 var(--container-background);
}

.app-start-process {
	--bulb-size: 70px;
	--arrow-width: 10px;
	--bulb-size-inner: 65px;
	--bulb-color: var(--primary-1);
	--bulb-color-inner: white;
	--bulb-text: var(--text-color);
}

.app-start-process.app-start-mitarbeiter .app-sp-bulb > div {
	background-size: contain
}

.app-sp-bulb > img {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: 5px;
}

.app-start-process.app-start-mitarbeiter {
	--bulb-size: 90px;
	--bulb-size-inner: 85px;
}

.app-sp-step.app-sp-step-right .app-sp-bulb-connector { order: 2; }
.app-sp-step.app-sp-step-right .app-sp-description { order: 1; }

.app-sp-step:first-child .app-sp-arrow { display:none; }

.app-sp-content {
	display: flex;
}

.app-spd-more {
	max-height: 0;
	opacity: 0;
	overflow-y: auto;
	transition: all 0.2s ease-in;
	border-top: 1px dashed var(--link-color);
	margin-top: -10px;
	padding-top: 10px;
}

.app-spd-more-link {
	text-align: right;
	border-bottom: 0 none;
}

.app-spd-more-link.ff-more-link::after {
	margin-right: -20px;
}

.app-spd-more-link span {
	transition: all 0.2s ease-in;
}

.app-spd-more-link.open span {
	opacity: 0;
}

.app-spd-more.open {
	max-height: 75vh;
	opacity: 1;
}

.app-sp-description {
	margin: 10px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.app-sp-bulb {
	border-radius: 50%;
	height: var(--bulb-size);
	width: var(--bulb-size);
	min-width: var(--bulb-size);
	border: 2px solid var(--bulb-color);
	box-sizing: border-box;
	z-index: 1;
}

.app-sp-bulb > div {
	border-radius: 50%;
	border-style: solid;
	border-color: white;
	border-width: calc( (var(--bulb-size) - var(--bulb-size-inner)) / 2 );
	background-color: var(--bulb-color-inner);
	color: var(--bulb-text);
	width: 100%;
	height: 100%;
	
	text-align: center;
	box-sizing: border-box;
}

.app-sp-bulb > div > i {
	font-size: calc(var(--bulb-size-inner) * 0.55);
	line-height: calc(var(--bulb-size-inner)*0.95);
}

.app-sp-arrow {
	position: relative;
	width: calc( 100% - var(--bulb-size) + var(--arrow-width));
	margin: auto;
}

.app-sp-bulb-connector {
	display:flex;
	flex-direction: column;
}

.app-sp-bulb-arrow-connector,
.app-sp-arrow > * {
	display: block;
	background-color: var(--bulb-color);
	width: var(--arrow-width);
	height: var(--arrow-width);

	clear: both;
}

.app-sp-bulb-arrow-connector {
	flex: 1;
	margin-left: calc(50% - var(--arrow-width)*0.5 );
}

.app-sp-arrow > *:nth-child(1) { /* vertical-start */
	margin-top: calc(var(--arrow-width) / -2);
}

.app-sp-arrow > *:nth-child(4) { /* arrow */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: var(--arrow-width) var(--arrow-width) 0 var(--arrow-width);
	border-color: var(--bulb-color) transparent transparent transparent;
	background-color: transparent;

	margin-bottom: 3px;
}

.app-spa-down > *:nth-child(1), /* vertical-start */
.app-spa-down > *:nth-child(2) { /* horizontal */
	display: none;
}

.app-spa-down > *:nth-child(4) { /* arrow */
	margin-left: calc(var(--arrow-width) * -0.5);
}

.app-sp-step-right .app-spa-down > * {
	margin-left: calc(100% - var(--arrow-width));
}

.app-sp-step-right .app-spa-down > *:nth-child(4) { /* arrow */
	margin-left: calc(100% - var(--arrow-width) * 1.5);
}

.app-spa-left-to-right > *:nth-child(2) { /* horizontal */
	width: 100%;
	border-radius: 0 100px 0 100px;
}

.app-spa-left-to-right > *:nth-child(3) { /* vertical-end */
	height: calc(var(--arrow-width) / 2);

	margin-left: calc(100% - var(--arrow-width));
}

.app-spa-left-to-right > *:nth-child(4) { /* arrow */
	margin-left: calc(100% - var(--arrow-width) * 1.5);
}

.app-spa-right-to-left > *:nth-child(4) { /* arrow */
	margin-left: calc(var(--arrow-width) * -0.5);
}

.app-spa-right-to-left > *:nth-child(1) { /* vertical-start */
	margin-left: calc(100% - var(--arrow-width));
}

.app-spa-right-to-left > *:nth-child(2) { /* horizontal */
	width: 100%;
	border-radius: 100px 0 100px 0;
}

.app-spa-right-to-left > *:nth-child(3) { /* vertical-end */
	margin-left: 0;
}

.Start .MR-Angebot h5 {
    font-size: 20px;
}

.app-customer-testimonial {
	flex: 1;
	margin-right: 5px;

	display: flex;
	flex-direction: column;
}

.app-customer-testimonial-image {
    max-width: 250px;
	max-height: 250px;

	border-radius: 50%;
	background-color: white;
	padding: 5px;
	box-sizing: border-box;
	margin:auto;
	z-index: 1;
	position: relative;
}

.app-customer-testimonial img {
    max-width: 100%;
    object-fit: contain;
	border-radius: 50%;
}

.app-customer-testimonial {
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.app-customer-testimonial-content {
	padding: 10px 20px;
	background-color: #def2fc;
	margin-top: -20%;
	padding-top: 20%;
	display: flex;
	flex: 1;
	flex-direction: column;
}

.app-customer-testimonial-content .ff-cite {
	min-height: 80px;
	text-align: center;
	font-weight: bold;
}

.app-customer-testimonial-name {
	font-size: smaller;
	text-align: right;
	margin-top: 20px;
}

.app-customer-testimonial-text {
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width : 800px) {

	.app-customer-testimonial-text {
		display: none;
	}

}

@media screen and (max-width : 600px) {
	.app-customer-testimonial {
		flex-direction: row;
	}

	.app-customer-testimonial-content {
		margin: 0;
		padding: 0;
		margin-left: -10%;
		padding-left: 10%;
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.app-customer-testimonial-content .ff-cite {
		text-align: right;
	}

	.app-customer-testimonial-image {
		max-width: 150px;
	}
}