@import url("https://use.typekit.net/qbs4sur.css");

/* stix-two-text-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/stix-two-text-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/stix-two-text-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/stix-two-text-v17-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/stix-two-text-v17-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/stix-two-text-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/stix-two-text-v17-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/stix-two-text-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* stix-two-text-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'STIX Two Text';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/stix-two-text-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway-Regular.woff2') format('woff2'),
         url('/assets/fonts/Raleway-Regular.woff') format('woff'),
         url('/assets/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway-Bold.woff2') format('woff2'),
         url('/assets/fonts/Raleway-Bold.woff') format('woff'),
         url('/assets/fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway-Black.woff2') format('woff2'),
         url('/assets/fonts/Raleway-Black.woff') format('woff'),
         url('/assets/fonts/Raleway-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway-Regular.woff2') format('woff2'),
         url('/assets/fonts/Raleway-Regular.woff') format('woff'),
         url('/assets/fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/Raleway-Light.woff2') format('woff2'),
         url('/assets/fonts/Raleway-Light.woff') format('woff'),
         url('/assets/fonts/Raleway-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    src: url('/assets/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


input, textarea, select {
    font-size: 16px !important;
} 

html, body {
    overflow-x: hidden;
}


body {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 15px;
}

header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: white;
	z-index: 2;
}

h1 {
	font-weight: 900;
	font-size: 52px;
}

h2 {
	font-weight: 900;
	font-size: 30px;
}

h3 {
	font-weight: 900;
}

h4 {
	font-weight: 900;
}

h4.novah4{
	font-weight:900;
}

strong {
	color: #ea5b0c;
}

.heavyfont {
	font-weight: 700;
}

hr {
	color: gray;
}

.navbar-nav {
	font-size: 16px;
}

.floatingtext {
	line-height: 1.7em;
	font-size: 16px;
}

#sliderValue {
	color: black !important;
	padding: 10px 20px !important;
}


.OFSRON15G .yellowbutton {
	text-decoration: none !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	
}

.adjustmentmobile {
	margin-top: -10px !important;
	margin-bottom: 0px !important;
}


.lightbutton {
	padding: 0.85em 1.5em;
	border-radius: 50px;
	background-color: white;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: black !important;
	font-weight: 700 !important;
}

.lightbutton:hover {
	padding: 0.85em 1.5em;
	border-radius: 50px;
	background-color: black;
	color:white !important;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.yellowbutton {
	padding: 0.85em 1.5em;
	border-radius: 50px;
	background-color: rgb(255, 221, 14);
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: black !important;
	font-weight: 700 !important;
}

.yellowbutton:hover {
	padding: 0.85em 1.5em;
	border-radius: 50px;
	background-color: black;
	color:white !important;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.submit-btn {
	color: black !important;
	font-weight: 700 !important;
}

.nova-submit-btn {
	color: black !important;
	font-weight: 900 !important;
}


.fa-circle-check {
	color:#a3cf11 !important;
	
}

.py-3 {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.my-7 {
	margin-top: 5rem!important;
	margin-bottom: 5rem!important;
}

.my-4 {
	margin-top: 2rem!important;
	margin-bottom: 2rem!important;
}

.floattextleft {
	text-align: left;
}

.content {
	padding-left: 10%;
	padding-right: 10%;
}

.nova-content{
	padding-left:6%;
	padding-right:6%;
}

.smallergrid {
	padding-left: 10%;
	padding-right: 10%;
}

.adjustform {
	margin-top: -700px;
}

.boxpadding {
		padding: 15px;
		border-radius: 5px;
}

.boxpaddingbig{
	
		padding: 35px;
		border-radius: 5px;
}

.novaboxpaddingbig{
	
		padding: 35px;
		border-radius: 5px;
}

.roundimage {
	border-radius: 400px;
}

@media (max-width:768px){
	.roundimage{
		max-width:30%;
		display:flex;
		margin:auto;
	}
}

.testimonial {
	margin-top: 15px;
	font-weight: 900;
}

.numberthing {
	font-size: 28px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.hovershadow {
	transition: transform 0.3s ease;
}


.hovershadow:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

.blogheadline {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:10px;
	float: left;
	color: black;
}

.successform {
	margin-top: 3px;
	font-size: 16px;
	font-weight: 700;
}

.morelink {
	color: #ea5b0c;
	transition: transform 0.5s ease;
	text-decoration: none;
}

.morelink:hover {
	color: #ea5b0c;
	transform: translateX(4px);
}

.cleanlink {
	color: gray;
	text-decoration: none;
}

.cleanlink:hover {
	color: gray;
	text-decoration: underline;
}

.biggreen {
	font-size: 60px;
	color: #7dbd0d;
	margin-top: -10px;
	text-align: center;
}

.biggreen2 {
	font-size: 40px;
	color: #7dbd0d;
	margin-top: 0px;
	text-align: center;
}

.biggray {
	font-size: 40px;
	color: #bdbdbd;
	margin-top: 0px;
	text-align: center;
}

.blogheadlinewhite h1 {
	color:white !important;
}

.blogheadlinewhite p {
	color:white !important;
}

.positionnegativ {
	margin-top: -50px;
	background: white;
	position: relative;
	z-index: 1;
}

.backgrounded {
	background-color: white;
	padding: 13px 30px;
	border-radius: 30px;
	display: inline-block;
}

.novabackgrounded {
	background-color: white;
	padding: 3px 10px 5px 10px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom:20px;
}

.backgroundrsv {
	background-color: white;
	margin-top: -120px;
	position: relative;
	z-index: 1;
	border-radius: 20px;
}

.bordergreen {
	border: 2px solid #7dbd0d;
	border-radius: 20px;
	padding: 30px 15px 5px 15px;
}

.bordergray {
	border: 2px solid #b5b5b5;
	border-radius: 20px;
	padding: 30px 15px 5px 15px;
}

.accordion-button:not(.collapsed) {
	font-weight: 700;
	color: black;
	}
	

.accordion-item {
    border: 1px solid #000; /* 1px schwarzer Rahmen um das gesamte Element */
    border-radius: 5px; /* 10px abgerundete Ecken */
    margin-bottom: 1rem; /* Abstand zwischen den Accordions */
}

/* Oberer Rand explizit hinzufgen, um sicherzustellen, dass er angezeigt wird */
.accordion-item:not(:first-child) {
    border-top: 1px solid #000;
}

.accordion-button {
	border-radius: 5px !important;
	border: 1px solid white;
	box-shadow: 0px 0px 0px black !important;
	font-weight: 700;
	color: black;}
	
.accordion-button:not(.collapsed) {
	background-color: white !important;
	
}


.nav-link {
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: inline-block;
	position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ea5b0c;
  transition: transform 0.25s ease-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

.nav-link::after {
  transform-origin: bottom center;
}


.nav-link:hover {
	color:#ea5b0c;
	padding-bottom:5px;
}

.btn-primary {
	background-color: white;
    border: 2px solid #ea5b0c;
    border-radius: 20px;
    color: #ea5b0c;
    padding: 7px 25px;
}

.btn-primary:hover {
	background-color: #ea5b0c;
    border: 2px solid #ea5b0c;
    border-radius: 20px;
    color: white;
    padding: 7px 25px;
}

.card {
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
	Padding:20px;
	border-radius: 15px;
}

.herosection {
	margin-top: 75px;
	padding-bottom: 150px !important;
	background:#ffdd0e;
	clip-path: polygon(50% 0%, 100% 0, 100% 90%, 81% 83%, 63% 91%, 41% 83%, 23% 92%, 10% 87%, 0 100%, 0 0);
}

.novaherosection{
	margin-top: 50px;
	padding-bottom: 120px !important;
	background:#ffdd0e;
	clip-path: polygon(100% 0, 100% 91%, 69% 88%, 45% 93%, 16% 89%, 0 93%, 0 0);
	
}

.lh-sm {
	font-size: 12px;
}

.footerimage {
	width: 100%;
  height: auto;
  max-width:900px;
}

	@media screen and (max-width:500px){
	.OFSR8DE8M input, textarea, select {
	    font-size: 14px !important;
	}
	.OFSR8DE8M .img-fluid {
	        margin-top: 30px !important;
	        margin-bottom: -40px !important;
	        width: 130px;
	        margin-left: auto!important;
	        margin-right:auto!important;
	        display: flex;
	    }
		.OFSR8DE8M .boxpaddingbig {
			text-align:center;
		}
}


/* Mobile Menu */

.navbar-collapse {
	position: fixed;
	top: 0;
	right: -100%;
	width: 300px;
	height: 100%;
	background-color: white;
	transition: right 0.3s ease;
	z-index: 1000;
        }
            
.navbar-collapse.show {
    right: 0;
		}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;      
	z-index: 999;
        }

.overlay.show {
    display: block;
        }
        
/* Burger icon */
.navbar-toggler {
	 border: none;
	 outline: none;
        }

.navbar-toggler-icon {
    background-image: url("/assets/img/burger-menu-462145.webp");
}

.fa-circle-check {
	color: #ea5b0c;
	font-size: 24px;
	margin-right: 10px;
	top: 2px;
	position: relative;
}

.backgrounded {
	font-size: 13px !important;
    background-color: #ffe790 !important;
    border: 1px solid white !important;
}

.bigheadline {
	font-size: 92px !important;
	font-weight: 900 !important;
	line-height: 0.8em !important;
}

.novabigheadline {
	font-size: 62px !important;
	font-weight: 900 !important;
	line-height: 0.8em !important;
}

.novaunderline {
	text-decoration: underline 5px #FFF0A0;
	text-decoration-skip-ink: none;
}

.screamgreen {
	color: #7dbd0d !important;
}

.novaorange{
	color:#FE8002 !important;
}

.laststephero {
	background:#fff091 !important; /* für gelben Hintergrund */
    background-image: url('/assets/img/moneybg.png') !important; /* Pfad zu deinem Bild */
    background-size: cover !important; /* Passt das Bild an die Größe der Section an */
    background-position: center !important; /* Zentriert das Bild */
    background-repeat: no-repeat !important; /* Verhindert das Wiederholen des Bildes */
}

.laststephero2 {
	background:#fff091 !important; /* für gelben Hintergrund */
    background-image: url('/assets/img/konfetti.png') !important; /* Pfad zu deinem Bild */
    background-size: cover !important; /* Passt das Bild an die Größe der Section an */
    background-position: bottom !important; /* Zentriert das Bild */
    background-repeat: no-repeat !important; /* Verhindert das Wiederholen des Bildes */
}

.datenschutz strong {
	color:black !important;
	font-weight: 900;
}


.OFSSSC394 .form-row{
	display:inherit!important;
}

.OFSSSC394 .accordion-item {
	border: 1px solid black!important;
}
@media screen and (min-width: 768px) {
    .OFSSSC394 .accordion-button {
        border: 0px  !important;
    }
	
	.OFSSSC394 .laststephero{
		background-image: url("/assets/img/HeaderNovaSedes.jpg")!important;
		background-repeat: no-repeat!important;
	}
}


.OFSRLJVHV .form-row{
	display:inherit!important;
}

.OFSRLJVHV .accordion-item {
	border: 1px solid black!important;
}
@media screen and (min-width: 768px) {
    .OFSRLJVHV .accordion-button {
        border: 0px  !important;
    }
	
	.OFSRLJVHV .laststephero{
		background-image: url("/assets/img/HeaderNovaSedes.jpg")!important;
		background-repeat: no-repeat!important;
	}
}

	@media screen and (max-width:500px){
	.OFSRQJFLX input, textarea, select {
	    font-size: 14px !important;
	}
	.OFSRQJFLX .img-fluid {
	        margin-top: 30px !important;
	        margin-bottom: -40px !important;
	        width: 130px;
	        margin-left: auto!important;
	        margin-right:auto!important;
	        display: flex;
	    }
		.OFSRQJFLX .boxpaddingbig {
			text-align:center;
		}
}

	.OFSRA897W .underline{
		text-decoration: underline;
		text-decoration-thickness: 5px; 
		text-decoration-color: #FFF0A0;
		text-decoration-skip-ink: none;
	}
	
	@media (max-width: 992px) {
	    .OFSRA897W .navbar-expand-lg {
	        left: 20px;
	    }
	}
	
	@media (min-width: 768px) {
		.OFSRA897W .herosection {
		    margin-top: 65px!important;
	}
}
    
    
    @media (max-width: 768px) {
	    
	      .OFSRA897W .minififont {
			font-size: 16px;
			}
			
		.OFSRA897W .mobilechange {text-align: center; font-size: 16px;}
		.OFSRA897W .mobilechange a {text-decoration: underline;}
		
		.OFSRA897W .boxpaddingbig {padding: 20px;}
		
		.OFSRA897W .bigheadline {font-size: 28px !important; line-height: 1.1em !important;}
		.OFSRA897W h2 {margin-top: -10px; font-size: 16px;}
		.OFSRA897W h5 {font-size: 1em;}
		.OFSRA897W h4 {font-size: 16px !important;}
	    /*.navbar-toggler {display:none !important;}*/
	    .OFSRA897W .logo img {width: 130px !important;}
	    .OFSRA897W .herosection {margin-top: 20px !important; padding-bottom: 110px !important;}
	    .OFSRA897W .logo {width: 100%; text-align: left;}
	    .OFSRA897W .borderyellow {font-size: 14px; line-height: 1.2em;}
	    .OFSRA897W .minifont {font-size: 15px;}
	    .OFSRA897W .py-3 {padding-top: 5px !important; padding-bottom: 5px !important;}
	    .OFSRA897W .checkbox-group label {line-height: 1.1em; font-size: 12px;}
	    .OFSRA897W .topperhoch {margin-top: -17px; line-height: 1em;}
	    .OFSRA897W .hiddentext {height: 25px !important;}
	    .OFSRA897W .graybackground {background-color: #ededed; padding:20px; margin-left: 4%; width: 92%;margin-bottom: 15px;}
	    .OFSRA897W .accordion-item {border: 0px solid white;}
		.OFSRA897W .submit-btn {font-weight:900!important;font-size:17px;}
	    
    }
    
	.OFSRA897W .content {
	    padding-left: 6%;
	    padding-right: 6%;
	}
    .OFSRA897W .bigheadline {line-height: 1em !important;}
    
    .OFSRA897W #document-list {
	    transition: all 0.3s ease-in-out;
	}
  .OFSRA897W .hiddentext{
	  margin-left:0px;
  }

  .OFSRA897W li{
	  font-size:14px;
	  line-height:1.2em;
  }

/*VWL Schleife*/
.vwl-ohne-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
}


    .novaohnegraybackground {
        background-color: #ededed;
        padding: 20px;
        margin-left: 1%;
        width: 98%;
        margin-bottom: 15px;
		margin-top:20px;
    }
	
	/*VWL Schleife Ende*/
	

@media (max-width: 768px) {
	
	
	.OFSRLJVHV .laststephero{
		background-image: url("/assets/img/MobileBGNova.jpg")!important;
		background-size: contain!important;
		background-repeat: no-repeat!important;
	}
	
	.OFSSSC394 .laststephero{
		background-image: url("/assets/img/MobileBGNova.jpg")!important;
		background-size: contain!important;
		background-repeat: no-repeat!important;
	}
	
	
	.hidemobile {
		display:none !important;
	}
	
	.card-title {
	font-size: 20px;
	}	
	
	
	.bigheadline {
	font-size: 42px !important;
	font-weight: 900 !important;
	line-height: 0.8em !important;
	}
	
	.novabigheadline {
		font-size: 30px !important;
		font-weight: 900 !important;
		line-height: 1em !important;
	}
	
	.my-4 {
		margin-top: 1rem!important;
		margin-bottom: 1rem!important;
	}
	
	.my-7 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important;
	} 
	
	.my-5 {
		margin-top: 3rem!important;
		margin-bottom: 3rem!important;
	}
	

	.biggreen {
	font-size: 40px;
	color: #7dbd0d;
	margin-top: -10px;
	text-align: center;
	}
	
	
	body .bkm1 .custom-checkbox {
	width: 200px !important;
	
	}
	
	.bkm2 .custom-checkbox {
		
		width: 40px !important;
		
	}
	
	    .novagraybackground {
	        background-color: #ededed;
	        padding: 20px;
	        margin-left: 4%;
	        width: 92%;
	        margin-bottom: 15px;
	    }
	
	.gx-3 .col-md-3 {
		margin-bottom:30px;
	}
	
    .desktopnav {
        display:none !important;
        }
        
     h1 {
	font-weight: 900;
	font-size: 18px !important;
	margin-top: 10px;
	}
	
	.nova h1 {
		font-size: 18px !important;
		font-weight:700;
	}
	
	h2 {
		font-weight: 900;
		font-size: 19px;
	}
	
	h3 {
		font-weight: 900;
	}
	
	h4.novah4{
		font-weight:900;
		font-size:19px;
	}
	
	.splitmobile {
		margin-bottom: 20px !important;
	}
	
	.OFSTEMP .counter {
		padding:30px !important;
	}
	
	select {
		color:black !important;
	}
	
	.input-fields select{
		color:black !important;
	}
	
	.boxpadding {
		margin-bottom: 40px;
	}
	
	.boxpaddingbig {
		padding: 30px;
	}
	

  .novaboxpaddingbig {
	        padding: 30px 10px 30px 10px;
	    }
	
	.herosection {
	margin-top: 60px;
	padding-bottom: 120px !important;
	background:#ffdd0e;
	clip-path: polygon(100% 0, 100% 91%, 69% 88%, 45% 93%, 16% 89%, 0 93%, 0 0);
	}
	
	.novaherosection{
		margin-top: 40px;
		padding-bottom: 120px !important;
		background:#ffdd0e;
		clip-path: polygon(100% 0, 100% 91%, 69% 88%, 45% 93%, 16% 89%, 0 93%, 0 0);
		
	}
	
	.smallheight .herosection {
	margin-top: 90px;
	padding-bottom: 40px !important;
	background:#ffdd0e;
	clip-path: polygon(100% 0, 100% 91%, 69% 88%, 45% 93%, 16% 89%, 0 93%, 0 0);
	margin-bottom: 30px;
	}

	.card {
		margin-bottom: 10px !important;
		padding: 20px 5px 20px 5px;
	}
	
	.card-body {
		padding: 0px;
	}
	
	.mobilehide {
		display: none;
	}
	
	.adjustform {
	margin-top: -110px;
	}
	
	.OFSR8DE8M .adjustform {
	        margin-top: -110px;
	    }
	
		.OFSRQJFLX .adjustform {
		        margin-top: -110px;
		    }
			.OFSTHX .adjustform {
		        margin-top: -110px;
		    }
	
	.custom-checkbox{
		width: 75px !important;
	}
	
	.OFSSOSJ60 .custom-checkbox{
		width: 57px !important;
	}
	
	.OFSSOSJ60 .sepa .custom-checkbox {
	    width: 110px !important;
	}

	.OFSR8DE8M .counter {
		margin-bottom: 40px !important;
	}
	
	.step3 .counter {
		margin-bottom: 40px !important;
	}
	
	.testimonial {
		text-align: center !important;
		margin-top: 70px !important;
	}
	
	.img-fluid {
		margin-top: 30px !important;
		margin-bottom: -40px !important;
	}
	
	.step3 .step-container {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.step3 .creditcard1 .custom-checkbox {
		width: 28px !important;
	}
	
	.step3 .creditcard2 .custom-checkbox {
		width: 20px !important;
	}
	
	.boxpaddingbig .col-md-9 {
		text-align: center;
		margin-top: 20px;
	}
	
	.bordergreen .col-md-6 {
		text-align: center;
		margin-top: 20px;
	}
	
	.bordergreen .col-md-4 {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	.bordergray .col-md-6 {
		text-align: center;
		margin-top: 20px;
	}
	
	.bordergray .col-md-4 {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 20px;
	}

	.nova .custom-checkbox {
		width: 95px !important;
	}
	
	.OFSRO15G .img-fluid {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	
}

/* Hide the mobile menu button on large screens */
@media (min-width: 768px) {
    

    .navbar-collapse {
        position: relative;
        right: 0;
        height: auto;
        width: auto;
        background-color: transparent;
        transition: none;
    }

    .overlay {
        display: none !important;
    }

    .navbar-toggler {
        display: none;
    }
	
	.desktophide{
		display:none;
	}
   
    
}


/* STEP SYSTEM */

.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
    padding-left: 6%;
    padding-right: 6%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    color: #333;
    font-weight: bold;
    z-index: 1;
}

.active .circle {
    background-color: #f96302;
    color: white;
}

.green .circle {
    background-color: #a3cf11;
    color: white;
}

.line {
    height: 4px;
    background-color: #f1f1f1;
    position: absolute;
    top: 18px;
left: 100%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 0;
}

.active ~ .line {
    background-color: #f96302;
}

.step-title {
    margin-top: 10px;
    font-size: 12px;
}


/* RECHNER CONTAINER */

.counter {
	margin-bottom: 50px;
}

.slider-container {
            width: 100%;
            text-align: center;
        }

.slider-value {
	font-family: 'Lato';
    font-size: 24px;
    font-weight: bold;
    color: #fdd835;
    margin-bottom: 20px;
    border: 2px solid #fdd835;
    border-radius: 20px;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 6px;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
    margin: 20px 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #fdd835;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #fdd835;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.input-fields {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.input-fields input, .input-fields select {
	font-family: 'Lato';
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    background-color: #f9f9f9;
    text-align: center;
    outline: none;
    transition: border-color 0.2s;
}

.input-fields input:focus, .input-fields select:focus {
    border-color: #fdd835;
}

.button {
    background-color: #e65100;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #ff8a00;
}

.monthly-rate {
	font-family: 'Lato';
    font-size: 18px;
    margin-top: 20px;
}

.input-fields select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 25px;
    font-size: 16px;
    background-color: #f9f9f9;
    text-align: center;
    outline: none;
    appearance: none; /* Entfernt das Standard-Dropdown-Pfeil */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdd835"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    transition: border-color 0.2s;
}

.input-fields select:focus {
    border-color: #fdd835;
}


/* FORM CSS */

.form-container {
    width: 100%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.form-group input,
.form-group select {
	font-family: 'Lato';
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-group select {
    background-color: #fff;
    padding-right: 40px;
    cursor: pointer;
}
.form-group .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}
.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.checkbox-group input[type="checkbox"] {
    opacity: 0;
}

.custom-checkbox {
    width: 48px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.creditcard1 .custom-checkbox {
	width: 20px;
}

.creditcard2 .custom-checkbox {
	width: 20px;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #a3cf11; /* Grn */
    border-color: #a3cf11;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox i {
    display: block;
    color: white;
}

.checkbox-group label {
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.checkbox-group label[for^="consent"]{
	font-size:12px!important;
}

.custom-checkbox i {
    display: none;
    font-size: 14px;
}

.radio-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.radio-group input[type="radio"] {
    display: none;
}

.custom-radio {
    width: 20px;
	min-width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}


.radio-group input[type="radio"]:checked + .custom-radio {
    background-color: #a3cf11; /* Grn */
    border-color: #a3cf11;
}

.radio-group input[type="radio"]:checked + .custom-radio i {
    display: block;
    color: white;
}

.radio-group label {
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.custom-radio i {
    display: none;
    font-size: 14px;
}     





.submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #FFD700;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}   

.nova-submit-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #FFD700;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
}

.section-title {
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.green-line {
    width: 100%;
    height: 2px;
    background-color: #a3cf11;
    margin: 30px 0px;
   
}
        
/* LIST STYLING */

.styled-list {
    list-style-type: none;
    padding: 0;
}
.styled-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}
.styled-list li i {
    margin-right: 10px;
    color: #f96302; /* Bootstrap Primary Color */
}


/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Fills the entire screen */
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
    z-index: 1000;

}

.mobile-menu-content {
    background: white;
    width: calc(100% - 30px); /* Adds 15px margin on each side */
    height: 65%; /* Fills 65% of the screen height */
    padding: 20px;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: black;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    flex-grow: 1;
}

.mobile-menu-list li {
    margin-bottom: 15px;
}

.mobile-menu-list li a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.social-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    font-size: 24px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.language-switcher {
    margin-top: 20px;
    text-align: center;
}

/* Hide the desktop menu on mobile */
@media (max-width: 992px) {
    .desktopnav {
        display: none;
    }
    
    .navbar-expand-lg {
	    left: 75px;
    }
	
    .novanavbar-expand-lg {
	    left: 75px;
    }
}

/* Slide-in animation */
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/* Slide-down animation for closing the menu */
@keyframes slideDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

.greenicon {
	color: #a3cf11;
	margin-right: 10px;
}

.listicon ul {
            list-style: none; /* Standard-Aufzählungszeichen entfernen */
            padding: 0;
        }

.listicon  li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            list-style: none;
        }

.listicon   li i {
            margin-right: 20px; /* Platz zwischen Icon und Text */
            color: #ffdd0e; /* Farbe der Icons */
            font-size: 18px
        }
        
.blogheadline {
	width: 100%;
}

.footerlinks a {
	color:white;
	text-decoration: none;
}

.footerlinks a:hover {
	color:white;
	text-decoration: underline;
}
        
        
@media (min-width: 2560px) {
    .content {
	    padding-left: 2% !important;
	    padding-right: 2% !important;
    }
}


/* FEHLERMELDUNGEN */

.form-control.error {
    border-color: #dc3545;
    color: #dc3545;
    
}

.form-control.success {
    border-color: #7dbd0d;
    color:#7dbd0d;
}

.error-message {

	display: none;
	background-color: #ffdce0;
	font-size: 11px;
	position: absolute;
	top: -10px;
	left: 20px;
	color: #dc3545;
	padding: 1px 10px;
	border-radius: 20px;
	border: 1px solid #dc3545;
	color:red;
	
}

.error-icon {
	display: none;
	position: absolute;
	top: 14px;
	right: -7px;
	color: #dc3545;
	background-color: white;
	width: 20px;
	text-align: center;
	border-radius: 400px;
	height: 20px;
	border: 2px solid #dc3545;
	font-size: 12px;
}


.success-icon {
	display: none;
	position: absolute;
	top: 14px;
	right: -7px;
	color: #7dbd0d;
	background-color: white;
	width: 20px;
	text-align: center;
	border-radius: 400px;
	height: 20px;
	border: 2px solid #7dbd0d;
	font-size: 12px;
}

.sepa .custom-checkbox {
	width: 65px;
}

.rsv .custom-checkbox {
	width: 35px;
}

.minitext {
	font-size: 10px;
	}

.buttongray {
	color: black;
	background-color: #e1e1e1;
	padding: 9px 40px;
	width: 100%;
	border-radius: 40px;
	margin-bottom: 30px;
	border: 0px solid white;
}

.hiddentext {
	margin-left: 20px;
	margin-top: 15px;
	max-height: 50px;
	overflow: scroll;
	
}

.bkm1 .custom-checkbox {
	width: 130px;
	
}

.bkm2 .custom-checkbox {
	
	width: 35px;
	
}

.fa-circle-right {
	Color:#a3cf11 !important;
}

.heavytext {
	font-weight: 700;
	margin-bottom: 0px !important;
}

.info-box {
    background-color: #fafafa; /* Sehr hellgrau */
    border: 1px solid #e3e3e3; /* Grauer Rahmen */
    max-width: 600px;
    margin: 50px auto; /* Zentriert die Box */
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.info-box h5 {
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.info-box p {
    font-size: 0.7rem;
}

.backgrounded {
	font-size: 12px !important;
    background-color: rgba(255, 255, 255, 0.32) !important;
    border: 1px solid white !important;
	font-weight:300;
}

.novabackgrounded {
	font-size: 12px !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid white !important;
	font-weight:300;
}

#OFSSV65M1_userDataArea,
#OFSSV65M1_infoArea,
#OFSR8DFH1_userDataArea,
#OFSR8DFH1_infoArea {
	display: none;
}

#funnelMessageZone {
	overflow-x: scroll;
    max-width: 305px;
}


/*Beschleunige deine Anfrage*/
.inner-hero{
	position: relative;
}
.inner-hero::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 510px;
	background: transparent linear-gradient(180deg, #FEEF91 0%, #FEEF9100 100%) 0% 0% no-repeat padding-box;
}
.inner-hero-title{
	font-size: 52px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 70px;
	position: relative;
}
.box001{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000064;
	border-radius: 30px;
	padding: 54px 95px 71px;
	margin-top: -58px;
	position: relative;
	z-index: 1;
}
.title{
	font-weight: 900;
    font-size: 23px;
    text-align: center;
	color: #000000;
	position: relative;
	margin-bottom: 60px;
}
.title:after{
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid #FEEF91;
	width: 130px;
}
.small-title{
	text-align: center;
	font-weight: 800;
	color: #000000;
	position: relative;
	margin-bottom: 16px;
}
.small-title::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 3px solid #FEEF91;
	width: 36px;
}
.dotted-box{
	border: 1px dashed #707070;
	border-radius: 20px;
	padding: 13px;
}
.small-text{
	text-align: center;
	color: #717171;
	font-size: 11px;
	margin-bottom: 12px;
	margin-top: -3px;
}
.btn-yellow{
    padding: 8px 20px;
    background-color: #FFD701;
    border-radius: 50px;
    font-weight: 800;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
    border: 0px;
    transition: all 0.2s ease-in-out;
}
.btn.btn-yellow:hover{
	background-color: #ffe123;
	color: #000000;
}
.btn-green{
	padding: 8px 40px;
    background-color: #A3CF10;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: fit-content;
    margin: 0 auto;
    border: 0px;
    transition: all 0.2s ease-in-out;
}
.btn.btn-green:hover{
	background-color: #92b90f;
	color: #000000;
}
.btn-lock{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 auto;
    border: 0px;
    color: #717171;
	font-size: 11px;
	transition: all 0.2s ease-in-out;
}
.sub-title{
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	color: #000000;
}
.bold{
	font-weight: bold;
}
.border-left{
	position: relative;
}
.border-left::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
    border: 1px solid #D0D0D0;
    height: 720px;
    width: 0px;
    margin: auto auto;
}
body.modal-open .inner-hero {
    opacity: 0.3; /* Adjust as needed */
    transition: all 0.3s ease-in-out;
}
.modal-content {
    background-color: transparent;
    border: 0px; 
}
.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 1;
}
.btn-close:focus {
    box-shadow: none;
    opacity: 1;
}
.inner-hero hr{
	color: #D0D0D0;
	margin-top: 26px;
	margin-bottom: 15px;
}
.mobi-show {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out, visibility 0.5s;
    display: none;
}

.mobi-show.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px; /* Adjust as needed */
    display: block;
}

.mobi-open {
    transition: margin-bottom 0.3s ease-in-out;
}

.mobi-open.active {
    display: none !important;
}

.upload-options {
    display: none;
    position: absolute;
    background: #f2f2f2;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
    border-radius: 10px;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 1000;
    overflow: hidden;
}

.upload-options button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s;
    padding: 5px 10px 5px;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid #f5f5f5 !important;
}

.upload-options button:last-child {
    margin-bottom: 0px;
    border: none;
    border-bottom: 0px !important;
}

.upload-options button img{
	width: 12%;
}
.w-11{
	width: 11% !important;
}

.upload-options button:hover {
    background: #d1d1d1;
}
.custom-file-upload{
		cursor: pointer;
	}

/*--------------------------------------------------------------
15. Media queries Gehaltsupload
--------------------------------------------------------------*/

@media (max-width: 1400px) {
.inner-hero-title {
    font-size: 45px;
}
.border-right::after {
    content: '';
    position: absolute;
    top: 47px;
    border: 1px solid #D0D0D0;
    height: 688px;
    width: 0px;
    margin: auto auto;
    right: -28px;
}
.box001 {
    padding: 40px 50px 45px;
}
}


@media (max-width: 1350px){

}


@media (max-width: 1200px) {
.border-right::after {
    height: 705px;
    right: -15px;
}
.title {
    font-size: 21px;
    margin-bottom: 40px;
}
.sub-title {
    font-size: 18px;
} 
}


@media (max-width: 992px){
.inner-hero-title {
    font-size: 42px;
}
.box001 {
    padding: 30px 40px 40px;
}
}


@media (max-width: 768px) {
.inner-hero-title{
	font-size: 30px !important;
	text-align:left!important;
	padding-top:20px;
	padding-bottom:20px;
}
.inner-hero .img-fluid {
    margin: 0px !important;
}
.box001 {
    padding: 20px;
}     
.col-tcc-mobile-upload-60{
	width:65%!important;
}  
.col-tcc-mobile-upload-40{
	width:35%!important;
}  
}


@media (max-width: 576px) {
.btn-yellow {
    padding: 8px 15px;
    gap: 10px;
    font-size: 15px;
} 
.btn-green {
    padding: 8px 40px;
    font-size: 15px;
    gap: 12px;
}      
}


@media (max-width: 400px) {
       
}

/***PersoUpload***/

.upload{ position:relative; display:flex; justify-content:center; width:100% }

.upload > input[type="file"]{
  position:absolute !important;
  left:0; top:0; right:0; bottom:0;
  width:100% !important; height:48px !important;
  opacity:.01 !important;
  cursor:pointer;
  margin:0 !important; padding:0 !important; border:0 !important;
}

.btn-file{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding:12px 18px; border-radius:9999px;
  font-weight:800; border:0; background:#ffd400; color:#111;
  width:100%; max-width:360px; transition:background .2s,color .2s;
}

.btn-file::after{ content:attr(data-default) }
.upload:has(> input[type="file"]:valid) .btn-file{
  background:#A3CF10; color:#fff;
}
.upload:has(> input[type="file"]:valid) .btn-file::after{
  content:attr(data-selected);
}


.btn-green-selected {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;

}

/* Ausgewählt: Grün */
.btn-green-selected {
  background-color: #A3CF10; !important;
  color: #000 !important;
  border-color: #A3CF10; !important;
  padding: 8px 20px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 800;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: fit-content;
    margin: 0 auto;
    border: 0px;
    transition: all 0.2s ease-in-out;
}

/* Wrapper für Input + Button */
.upload-btn {
  position: relative;
  display: flex;               
  justify-content: center;     
  width: 100%;                 
}

.upload-btn button {
  width: auto;                 
}

/* Echte Inputs über den Button legen */
.upload-btn .real-file {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/***PersoUpload End***/


	/***TCC Custom Infopage***/
	
.infopage-content{
		padding-left:6%;
		padding-right:6%;
	}
	
.infopage-underline{
		text-decoration: underline;
		text-decoration-skip-ink: none;
		text-decoration-color: #FED703 !important;
		text-decoration-thickness: 5px;
	}
	
.tccrightbox{
		    background-color: #FFFBE8;
			border-radius:20px;
			border:solid 2px #FFECA0;
			padding: 20px 20px 10px 10px;
			text-align: center;
			width: 39%;
			margin-top:35px;
			margin-bottom:50px;
}
	
@media screen and (max-width:768px){
.tccrightbox{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
	margin-top:-10px;
	margin-bottom:10px;
}
.infopage-borderyellow {
    border: 2px solid #FFECA0;
	background-color: #FFFBE8;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.bordergrau {
    border: 2px solid #BEBEBE;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
	background:#F8F8F8;
}
.infopageHero{
        margin-top: 40px;
        padding-bottom: 120px !important;
		padding-top: 70px !important;
}

.infopage{
	        font-weight: 900;
	        font-size: 25px !important;
	        margin-top: 10px;
}
.infopage-order-2{
	order:1!important;
}
.infopage-order-1{
	order:2!important;
}
.infopage-boxpaddingbig {
    padding: 10px 20px 10px 20px;
}
}

@media screen and (min-width:768px){
.infopageHero{
	    padding-bottom: 150px !important;
		padding-top: 150px !important;
}

.infopage{
	        font-weight: 900;
	        font-size: 40px !important;
}
.infopage-col-md-6 {
flex: 0 0 auto;
width: 100%!important;
}
.infopage-order-md-2 {
order: 1!important;
}
.infopage-boxpaddingbig {
    padding: 35px;
    border-radius: 5px;
}
}


.infopage-borderyellow {
border: 2px solid #FFECA0;
background-color: #FFFBE8;
border-radius: 20px;
padding: 20px 20px 10px 10px;
text-align:center;
}

.bordergrau {
border: 2px solid #BEBEBE;
border-radius: 20px;
padding: 20px 20px 10px 10px;
background: #F8F8F8;
text-align:center;
}

.tcc-order-md-3{
	order:3!important;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom:30px;
}

.infopageBox{
	margin-top:-80px!important;
	background-color:#ffffff;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.infopageKredit{
	background-image:url("/assets/img/HeaderInfoKredit.jpg")!important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.infopageRSV{
	background-image:url("/assets/img/HeaderInfoRSV.jpg")!important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.infopageVWL{
	background-image:url("/assets/img/HeaderInfoVWL.jpg")!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/***TCC Custom Infopage Ende***/


/***TCC ZuschussPlus VarB***/

.OFSSSC394 .exit-modal-nose { 
	            display: none; 
	            position: fixed; 
	            top: 0; left: 0; 
	            width: 100%; height: 100%; 
	            background: rgba(0, 0, 0, 0.5); 
	            justify-content: center; 
	            align-items: center;
	        }
.OFSSSC394 .modal-content {
	background: white;
	    margin-top: 50%;
	    width: 95%;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 20px;
	    border-radius: 10px;
		text-align:center;
	        }
.OFSSSC394 .close-btn {
	            margin-top: 10px;
	            cursor: pointer;
	            color: red;
	        }
	.OFSSSC394 .logo img{
		content:url('/assets/img/123-ZuschussPlusLogo.svg');
		width:220px;
	}
	
	.OFSSSC394 .nova-steps{
		width:32%!important;
		display:inline-table;
		text-align:center;
		-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		border-radius: 10px;
		height: 90px;
		padding-top:10px;
		font-size:14px;
		}
		
		.OFSSSC394 .step-numbers{
		    background-color: #ffffff;
		    border-radius: 30px;
		    color: #000000;
		    display: block;
		    margin-top: -25px;
		    width: 30px;
		    font-weight: 700;
		    font-size: 20px;
			margin-bottom:5px;-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		}
		
		.OFSSSC394 #RelDocuments{
		padding-left: 15px;
		    padding-right: 10px;
		    padding-top: 20px;
		    max-height: 370px;
		    border: 1px solid #EBEBEB;
		    border-radius: 20px;
		    overflow: scroll;
		}
		
		
		.OFSSSC394 .accordion-button {
		    border-radius: 20px !important;
		    border: 1px solid white;
		    box-shadow: 0px 0px 0px black !important;
		    font-weight: 700;
		    color: black;
		    padding: 5px 10px 5px 10px !important;
			font-size:14px;
			position:inherit!important;
		}
		
		.OFSSSC394 .accordion-item {
		    border: 0px solid black !important;
			border-radius:20px;
		}
		
		.OFSSSC394 .vwl-ohne-btn{
	    color: #a5a5a5;
	    border: 1px solid #a5a5a5;
		padding-top: 5px;
		padding-bottom: 5px;
	    width: 250px;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.OFSSSC394 .fa-circle-check{
		position:inherit;
		padding-top:2px;
	}
	
	.OFSSSC394 .BTT-btn{
	    padding: 15px;
	    background-color: #FFD700;
	    color: #000000;
	    border: none;
	    border-radius: 25px;
	    font-size: 17px;
	    cursor: pointer;
	    text-align: center;
	    font-weight: 700;
	    text-decoration: none;
		width: 300px;
		    display: block;
		    margin-left: auto;
		    margin-right: auto;
	}
		
	
	@media (max-width: 992px) {
	   .OFSSSC394 .navbar-expand-lg {
	        left: 40px;
	    }
	}
	
	@media (min-width:768px){
		.OFSSSC394 .nova-steps{
			width:24%!important;
			display:inline-table;
			text-align:center;
			-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			border-radius: 10px;
			height: 90px;
			padding-top:10px;
			font-size:14px;
			margin-left:4%;
			margin-right:4%;
			padding-left:5px;
			padding-right:5px;
			}
			
			.OFSSSC394 .accordion-item {
			    border: 1px solid #EBEBEB !important;
				border-radius:20px;
			}
		
	}

/***TCC ZuschussPlus VarB Ende***/
	
	/***TCC zuschuss plus VarC***/

			.OFSSTH3P3 p, ul, li, .borderyellow, a{
				font-weight:100;
				color:#000000;
			}
		
			.OFSSTH3P3 .borderyellow{
				border: 2px solid #fade4b;
				    border-radius: 10px;
				    padding: 10px;
			}
		
			.OFSSTH3P3 a{
				text-decoration:none;
			}
		
			.OFSSTH3P3 li {
				color:#000000;
			}
		
			.OFSSTH3P3 .nova-submit-btn {
				font-weight:800!important;
			}

	
			.OFSSTH3P3 .nav-link{
				font-weight:400!important;
			}
		
			.OFSSTH3P3 .form-row {
				display:block;
			}
		
			.OFSSTH3P3 .fa-circle-check{
				color:#fade4b!important;
			}
		
		
			
				.OFSSTH3P3 .footerlinks{
					color:#ffffff!important;
					font-weight:400!important;
				
				}
			
				.OFSSTH3P3 .footerlinks a{
					color:#ffffff!important;
					font-weight:400!important;
			}
		
			.OFSSTH3P3 .shadow{
				box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%)!important;
			}
		
			@media screen and (min-width:768px){
			.OFSSTH3P3 .laststephero{
			background: url(/assets/img/HeaderNovaAltDesk.svg)!important;
			clip-path:none!important;
		    background-position: center !important;
		    background-repeat: no-repeat !important;
		    background-size: cover !important;
		}
	
		.OFSSTH3P3 h4{
			font-weight:800;
			font-size:28px;
			color:#000000;
		}
	
		.OFSSTH3P3 .novaherosection{
			padding-bottom:330px!important;
		}
	
		.OFSSTH3P3 .left-side{
			margin-top:-275px!important;
		}
	
		.OFSSTH3P3 .right-side{
			margin-top:-70px!important;
		}
		.OFSSTH3P3 .novabigheadline{
			font-size: 2.8vw !important;
			    text-align: left !important;
			    font-weight: 800 !important;
			    color: #000000;
				line-height:1em!important;
			}
	}

			@media screen and (max-width:768px){
			.OFSSTH3P3 .laststephero{
			background: url(/assets/img/HeaderNovaAltMob.jpg)!important;
			clip-path:none!important;
		    background-repeat: no-repeat !important;
		    background-size: contain !important;
			margin-top:74px!important;
			padding-top:15px!important;
		}
	
		.OFSSTH3P3 h4{
			font-weight:800;
			font-size:26px;
			color:#000000;
		}
		.OFSSTH3P3 .novabigheadline{
			font-size: 2.2em !important;
			    text-align: center !important;
			    font-weight: 800 !important;
			    color: #000000;
				line-height:1em!important;
			}
		
			.OFSSTH3P3 .nova-content {
			    padding-left: 5%;
			    padding-right: 5%;
			}
	}
	
		@media screen and (max-width:1199px) and (min-width:768px){
		   .OFSSTH3P3 .container{
		    	max-width:1000px!important;
		    }
		}	
	
		/***TCC zuschuss plus VarC Ende***/
		
		/***TCC LP Kredite-Im-Alter OFSSEERBB START***/
	
		@media (max-width: 768px) {
		    .OFSSEERBB .herosection {
		        margin-top: 67px;
		        padding-bottom: 0px !important;
		        background: white;
		        background-image: url(/assets/img/Header123mobKIA.jpg);
		        background-repeat: no-repeat;
		        background-size: contain;
		        text-align: center !important;
				padding-top:185px!important;
				clip-path: none!important;
		    }
			.OFSSEERBB .lp-heading{
				font-weight:900;
				font-size:20px;
			}
		}
	
		@media (min-width: 769px) {
		.OFSSEERBB .herosection {
		    margin-top: 80px;
		    padding-bottom: 50px !important;
		    background-color: #fff;
		    padding-top: 60px !important;
		    background-image: url(/assets/img/Header123DeskKIA.jpg);
		    background-position: top -40px center;
		    margin-bottom: 50px;
		    background-repeat: no-repeat;
		    background-size: cover;
		    text-align: right !important;
			clip-path:none;
		}
		.OFSSEERBB .lp-heading{
			font-weight:900;
			font-size:25px;
			text-align:center;
		}
	}

	/***TCC LP Kredite-Im-Alter OFSSEERBB ENDE***/

	/***TCC LP Kredite-trotz-Schufa OFSSFYBBB START***/

	@media (max-width: 768px) {
	    .OFSSFYBBB .herosection {
	        margin-top: 67px;
	        padding-bottom: 0px !important;
	        background: white;
	        background-image: url(/assets/img/Header123mobOhneSchufa.jpg);
	        background-repeat: no-repeat;
	        background-size: contain;
	        text-align: center !important;
			padding-top:185px!important;
			clip-path: none!important;
	    }
		.OFSSFYBBB .lp-heading{
			font-weight:900;
			font-size:20px;
		}
	}

	@media (min-width: 769px) {
	.OFSSFYBBB .herosection {
	    margin-top: 80px;
	    padding-bottom: 50px !important;
	    background-color: #fff;
	    padding-top: 60px !important;
	    background-image: url(/assets/img/Header123DeskOhneSchufa.jpg);
	    background-position: top -40px center;
	    margin-bottom: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    text-align: right !important;
		clip-path:none;
	}
	.OFSSFYBBB .lp-heading{
		font-weight:900;
		font-size:25px;
		text-align:center;
	}
}

/***TCC LP Kredite-trotz-Schufa OFSSFYBBB ENDE***/

	/***TCC LP Mobile Heading OFSSI5CDW START***/

	@media (max-width: 768px) {
	    .OFSSI5CDW .herosection {
	        margin-top: 25px;
	        padding-bottom: 0px !important;
	        background: white;
	        background-image: none;
	        background-repeat: no-repeat;
	        background-size: contain;
	        text-align: center !important;
			clip-path: none!important;
	    }
		.OFSSI5CDW .lp-heading{
			font-weight:900;
			font-size:20px;
		}
		.OFSSI5CDW .navbar{
			display:none!important;
		}
	}
/***TCC LP Mobile Heading OFSSI5CDW ENDE***/
	
	/***TCC LP Immobesitzer OFSSJQUAF START***/

	@media (max-width: 768px) {
	    .OFSSJQUAF .herosection {
	        margin-top: 67px;
	        padding-bottom: 0px !important;
	        background: white;
	        background-image: url(/assets/img/MobileHeaderImmo.jpg);
	        background-repeat: no-repeat;
	        background-size: contain;
	        text-align: center !important;
			padding-top:185px!important;
			clip-path: none!important;
	    }
		.OFSSJQUAF .lp-heading{
			font-weight:900;
			font-size:20px;
		}
	}

	@media (min-width: 769px) {
	.OFSSJQUAF .herosection {
	    margin-top: 80px;
	    padding-bottom: 50px !important;
	    background-color: #fff;
	    padding-top: 60px !important;
	    background-image: url(/assets/img/DeskHeaderImmo.jpg);
	    background-position: top -40px center;
	    margin-bottom: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    text-align: right !important;
		clip-path:none;
	}
	.OFSSJQUAF .lp-heading{
		font-weight:900;
		font-size:25px;
		text-align:center;
	}
}

/***TCC LP Immobesitzer OFSSJQUAF ENDE***/	

/***TCC zuschuss plus VarD OFSSTOK55***/

@media (max-width: 768px) {
   .OFSSTOK55 .novagraybackground {
		width:100%!important;
		background-color:#ffffff;
		margin-left:0!important;
		}}

@media (max-width: 992px) {
   .OFSSTOK55 .navbar-expand-lg {
        left: 40px;
    }
}


.OFSSTOK55 .logo img{
	content:url('/assets/img/123-ZuschussPlusLogo.svg');
	width:220px;
}

.OFSSTOK55 .BTT-btn{
    padding: 15px;
    background-color: #FFD700;
    color: #000000;
    border: none;
    border-radius: 25px;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
	width: 300px;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
}


.OFSSTOK55 .nova-steps{
	width:32%!important;
	display:inline-table;
	text-align:center;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	border-radius: 10px;
	height: 90px;
	padding-top:10px;
	font-size:14px;
	}
	
	.OFSSTOK55 .step-numbers{
	    background-color: #ffffff;
	    border-radius: 30px;
	    color: #000000;
	    display: block;
	    margin-top: -25px;
	    width: 30px;
	    font-weight: 700;
	    font-size: 20px;
		margin-bottom:5px;-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
	}
		.OFSSTOK55 p, ul, li, .borderyellow, a{
			font-weight:100;
			color:#000000;
		}
	
		.OFSSTOK55 .borderyellow{
			border: 2px solid #fade4b;
			    border-radius: 10px;
			    padding: 10px;
		}
	
		.OFSSTOK55 a{
			text-decoration:none;
		}
	
		.OFSSTOK55 li {
			color:#000000;
		}
	
		.OFSSTOK55 .nova-submit-btn {
			font-weight:800!important;
		}


		.OFSSTOK55 .nav-link{
			font-weight:400!important;
		}
	
		.OFSSTOK55 .form-row {
			display:block;
		}
	
		.OFSSTOK55 .fa-circle-check{
			color:#a3cf11!important;
		}
		
	
	
		
			.OFSSTOK55 .footerlinks{
				color:#ffffff!important;
				font-weight:400!important;
			
			}
		
			.OFSSTOK55 .footerlinks a{
				color:#ffffff!important;
				font-weight:400!important;
		}
	
		.OFSSTOK55 .shadow{
			box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%)!important;
		}
	
		@media screen and (min-width:768px){
		.OFSSTOK55 .laststephero{
		background: url(/assets/img/HeaderNovaAltDesk.svg)!important;
		clip-path:none!important;
	    background-position: center !important;
	    background-repeat: no-repeat !important;
	    background-size: cover !important;
	}
	
	.OFSSTOK55 .nova-steps{
		width:26%!important;
		display:inline-table;
		text-align:center;
		-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		border-radius: 10px;
		height: 90px;
		padding-top:10px;
		font-size:14px;
		margin-left:3%;
		margin-right:3%;
		padding-left:5px;
		padding-right:5px;
		}

	.OFSSTOK55 h4{
		font-weight:800;
		font-size:24px;
		color:#000000;
	}

	.OFSSTOK55 .novaherosection{
		padding-bottom:330px!important;
	}

	.OFSSTOK55 .left-side{
		margin-top:-275px!important;
	}

	.OFSSTOK55 .right-side{
		margin-top:-70px!important;
	}
	.OFSSTOK55 .novabigheadline{
		font-size: 2.8vw !important;
		    text-align: left !important;
		    font-weight: 800 !important;
		    color: #000000;
			line-height:1em!important;
		}
}

		@media screen and (max-width:768px){
		.OFSSTOK55 .laststephero{
		background: url(/assets/img/HeaderNovaAltMob.jpg)!important;
		clip-path:none!important;
	    background-repeat: no-repeat !important;
	    background-size: contain !important;
		margin-top:74px!important;
		padding-top:15px!important;
	}

	.OFSSTOK55 h4{
		font-weight:800;
		font-size:18px;
		color:#000000;
	}
	.OFSSTOK55 .novabigheadline{
		font-size: 2.2em !important;
		    text-align: center !important;
		    font-weight: 800 !important;
		    color: #000000;
			line-height:1em!important;
		}
	
		.OFSSTOK55 .nova-content {
		    padding-left: 5%;
		    padding-right: 5%;
		}
}

	@media screen and (max-width:1199px) and (min-width:768px){
	   .OFSSTOK55 .container{
	    	max-width:1000px!important;
	    }
	}	

	/***TCC zuschuss plus VarD Ende***/	
	
	/***TCC zuschuss plus VarE OFSSUCGDU***/

	@media (max-width: 768px) {
	    .OFSSUCGDU .novagraybackground {
			width:100%!important;
			background-color:#ffffff;
			margin-left:0!important;
			}}

	@media (max-width: 992px) {
	    .OFSSUCGDU .navbar-expand-lg {
	        left: 45px;
	    }
	}


	 .OFSSUCGDU .logo img{
		content:url('/assets/img/NovaSedesVarELogo.svg');
		width:100%;
		padding-left:4%;
	}



	 .OFSSUCGDU .nova-steps{
		-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
		border-radius: 10px;
		height: 40px;
		padding-top:10px;
		font-size:14px;
		margin-bottom:8px;
		padding-left:15px;
		}
	
			.OFSSUCGDU p, ul, li, .borderyellow, a{
				font-weight:100;
				color:#000000;
			}
	
			.OFSSUCGDU .borderyellow{
				border: 2px solid #fade4b;
				    border-radius: 10px;
				    padding: 10px;
			}
	
			 .OFSSUCGDU a{
				text-decoration:none;
			}
	
			 .OFSSUCGDU li {
				color:#000000;
			}
	
			 .OFSSUCGDU .nova-submit-btn {
				font-weight:800!important;
				color:#394B05!important;
				background: rgb(159,214,10);
				background: linear-gradient(54deg, rgba(159,214,10,1) 0%, rgba(219,244,33,1) 100%);
			}


			 .OFSSUCGDU .nav-link{
				font-weight:400!important;
			}
	
			 .OFSSUCGDU .form-row {
				display:block;
			}
	
			 .OFSSUCGDU .fa-circle-check{
				color:#a3cf11!important;
			}
		
				 .OFSSUCGDU .footerlinks{
					color:#ffffff!important;
					font-weight:400!important;
			
				}
		
				 .OFSSUCGDU .footerlinks a{
					color:#ffffff!important;
					font-weight:400!important;
			}
	
			 .OFSSUCGDU .shadow{
				box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%)!important;
			}
	
			@media screen and (min-width:768px){
			 .OFSSUCGDU .laststephero{
			background: url(/assets/img/HeaderNovaAltDesk.svg)!important;
			clip-path:none!important;
		    background-position: center !important;
		    background-repeat: no-repeat !important;
		    background-size: cover !important;
		}
	
		 .OFSSUCGDU .nova-steps{
			width:100%!important;
			-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
			border-radius: 10px;
			height: 40px;
			padding-top:10px;
			font-size:14px;
			padding-left:25px;
			padding-right:25px;
			}
		
	        .OFSSUCGDU .connector.right {
	          transform: rotate(0deg);
	 		 left:104%;
	 		 opacity:33%;
	        }

	        .OFSSUCGDU .connector.left {
	          transform: rotate(180deg);
	 		 left:-18%;
	 		 opacity:33%;
	        }
		
			.OFSSUCGDU .flag-top{
				margin-top:-41px;
			}

		 .OFSSUCGDU h4{
			font-weight:800;
			font-size:24px;
			color:#000000;
		}

		 .OFSSUCGDU .novaherosection{
			padding-bottom:330px!important;
		}

		 .OFSSUCGDU .left-side{
			margin-top:-275px!important;
		}

		 .OFSSUCGDU .right-side{
			margin-top:-70px!important;
		}
		 .OFSSUCGDU .novabigheadline{
			font-size: 2.8vw !important;
			    text-align: left !important;
			    font-weight: 800 !important;
			    color: #000000;
				line-height:1em!important;
			}
	}

			@media screen and (max-width:768px){
			 .OFSSUCGDU .laststephero{
			background: url(/assets/img/HeaderBGNovaSedesVarEmob.jpg)!important;
			clip-path:none!important;
		    background-repeat: no-repeat !important;
		    background-size: contain !important;
			margin-top:74px!important;
			padding-top:15px!important;
		}

		 .OFSSUCGDU h4{
			font-weight:800;
			font-size:18px;
			color:#000000;
		}
		 .OFSSUCGDU .novabigheadline{
			font-size: 2.2em !important;
			    text-align: center !important;
			    font-weight: 800 !important;
			    color: #000000;
				line-height:1em!important;
			}
	
			 .OFSSUCGDU .nova-content {
			    padding-left: 5%;
			    padding-right: 5%;
			}
		
			.OFSSUCGDU .flag-top{
				margin-top:-35px;
			}
	}

		@media screen and (max-width:1199px) and (min-width:768px){
		    .OFSSUCGDU .container{
		    	max-width:1000px!important;
		    }
		}	
	
		.OFSSUCGDU hr.divider {
		  border-top: 2px solid #FCCC21;
		  border-radius: 0px;
		  width:70px;
		  opacity:1;
		}
	
		@media (max-width: 768px) {
		    .OFSSUCGDU h4.novah4 {
		        font-weight: 900;
		        font-size: 24px;
		    }
	        .OFSSUCGDU .connector.right {
	          transform: rotate(0deg);
	 		 left:97%;
	 		 opacity:33%;
	        }

	        .OFSSUCGDU .connector.left {
	          transform: rotate(180deg);
	 		 left:-21%;
	 		 opacity:33%;
	        }
	   
		}
	
		.OFSSUCGDU .steps-container{
			width:93%;
			margin:auto;
		}
	
	    .OFSSUCGDU .connector {
	         position: relative;
	         top: 100%;
	         width: 60px;
	         height: 80px;
	         margin-top:-60px
	       }
	   
		   .OFSSUCGDU .scrollbox-list {
		       border: solid 1px #EBEBEB;
		       border-radius: 20px;
		       padding: 10px 10px 10px 10px;
		       height: 220px;
		       overflow: scroll;
			   margin-bottom:20px;
	   
		   }
	   
		   .OFSSUCGDU .scrollbox-list2 {
		          position:relative;
		          padding: 10px 10px 10px 10px;
		   	       height: 130px;
		   	       overflow: scroll;
		   	   }
       
		          .OFSSUCGDU .info-section2{
		         position: relative;
		         width: 100%;
		         height: 100px;
		         overflow: hidden;
		         border-radius: 20px;
		         border: solid 1px #EBEBEB;
		       }
       
		            .OFSSUCGDU .fade-bottom {
		         position: absolute;
		         bottom: 0;
		         left: 0;
		         width: 100%;
		         height: 50px;
		         background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
		         pointer-events: none; /* damit der Benutzer trotzdem scrollen kann */
		       }
	   
	   
	       .OFSSUCGDU svg {
	         display: block;
	       }
	   
	   

		/***TCC zuschuss plus VarE Ende***/
		
		/***TCC Bold VarB OFSSUJLKS Start***/

		.OFSSUJLKS .steps-container{
			width:93%;
			margin:auto;
		}
	
		   .OFSSUJLKS svg {
		   	         display: block;
		   	       }
	
			.OFSSUJLKS body{
				overflow:visible!important;
			}
	
			.OFSSUJLKS .yellowbutton1 {
			            position: relative;
			            cursor: pointer;
			            transition: all 0.8s ease;
				
			        }

	  
			.OFSSUJLKS .yellowbutton{
				padding-top: 0.85em;
				padding-bottom: 0.85em;
				width:100%;
				background-color:#FFD700;
				border-radius:20px!important;
				font-weight:800!important;
			}
			
			.OFSSUJLKS .yellowbutton:hover{
				color:#000000!important;
			}


			.OFSSUJLKS ul.tcclist li::marker {
			  content: "\f058"; /* FontAwesome Unicode */
			  font-family: 'Font Awesome 6 Pro'!important;
			  color:#a3cf11!important;
			  margin-right:10px;
			}
	

	
			.OFSSUJLKS ul.tcclist li:before{
			  content: "\f058"; /* FontAwesome Unicode */
			  font-family: 'Font Awesome 6 Pro'!important;
			  color:#a3cf11!important;
			  margin-right:10px;
			}
	
			.OFSSUJLKS ul.tcclist1 li:before{
			  content: "\f058"; /* FontAwesome Unicode */
			  font-family: 'Font Awesome 6 Pro'!important;
			  color:#ea5b0c!important;
			  margin-right:10px;
			}
	
			.OFSSUJLKS ul.tcclist1 li::marker {
			  content: "\f058"; /* FontAwesome Unicode */
			  font-family: 'Font Awesome 6 Pro'!important;
			  color:#ea5b0c!important;
			  margin-right:10px;
			}
	
			.OFSSUJLKS .time-box{
				border-radius: 20px;
				    padding: 10px;
				    border: 2px dashed #ea5b0c;
			}
	
			.OFSSUJLKS .time-box1{
				border-radius: 20px;
				    padding: 10px;
					background-color: #ea5b0c;
					color:#ffffff;
			}
	
			.OFSSUJLKS .tcclist li {
			    padding-left: 10px;
			    margin-left: 20px;
			    padding-bottom: 10px;
			}
	
			.OFSSUJLKS .tcclist1 li {
			    padding-left: 10px;
			    margin-left: 20px;
			    padding-bottom: 10px;
			}
	
			.OFSSUJLKS hr.divider {
			    border-top: 2px solid #ea5b0c;
			    border-radius: 0px;
			    width: 70px;
			    opacity: 1;
			}
	
			.OFSSUJLKS body{
				line-height:1.1em!important;
			}
			.OFSSUJLKS .backgrounded {
			    font-size: 13px !important;
			    background-color: #ffffff !important;
			    border: 1px solid white !important;
				border-radius:30px;
			}
	
			.OFSSUJLKS .yellowbutton{
				border-radius:5px;
			}
			
			.OFSSUJLKS .connector {
			     position: relative;
			     top: 100%;
			     width: 60px;
			     height: 80px;
			     margin-top:-50px
			   }
	
			@media (min-width:768px){
				.OFSSUJLKS .nova-steps{
					-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					border-radius: 10px;
					height: 40px;
					padding-top:15px;
					font-size:16px;
					font-weight:300;
					margin-bottom:8px;
					padding-left:15px;
					}
				
				
				.OFSSUJLKS .connector.right {
				    transform: rotate(0deg);
				    left: 98%;
				    opacity: 33%;
				}
				.OFSSUJLKS .connector.left {
				    transform: rotate(180deg);
				    left: -17%;
				    opacity: 33%;
				}
		
			.OFSSUJLKS .herosection {
				text-align:left!important;
			    background-image: url(/assets/img/HeaderBoldDesk.jpg);
			    background-size: cover !important;
			    background-position: center;
			    background-repeat: no-repeat !important;
			    margin-top: 68px!important;
			    padding-bottom: 165px!important;
				padding-top:70px!important;
				clip-path:none!important;
		
			}
		    .OFSSUJLKS .bigheadline {
				text-align:left!important;
				font-size: 65px!important;
			}
			.OFSSUJLKS .novabackgrounded {
			 	font-size: 15px !important;
			}
	
		}
	
			@media (max-width: 768px) {
				
				.OFSSUJLKS .nova-steps{
					-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					border-radius: 10px;
					height: 40px;
					padding-top:15px;
					font-size:14px;
					font-weight:300;
					margin-bottom:8px;
					padding-left:15px;
					}
		
		        .OFSSUJLKS .connector.right {
		          transform: rotate(0deg);
		 		 left:97%;
		 		 opacity:33%;
		        }

		        .OFSSUJLKS .connector.left {
		          transform: rotate(180deg);
		 		 left:-21%;
		 		 opacity:33%;
		        }
		
		       .OFSSUJLKS .fixed {
		            position: fixed;
		            top:74px;
		            right: 0px;
		            z-index: 1000;
					border-radius:0px!important;
		        }
		
			    /* Platzhalter, der die gleiche Höhe wie der Button hat */
			           .OFSSUJLKS .placeholder {
			               display: none;
			               height: 60px; /* Höhe des Buttons */
			           }

		
			    .OFSSUJLKS .img-fluid {
			        margin-bottom: 0px !important;
			    }
			    .OFSSUJLKS .boxpaddingbig {
			        padding: 30px 15px!important;
			    }
				.OFSSUJLKS .herosection {
				    background-image: url(/assets/img/HeaderBoldMob.jpg);
				    background-size: cover !important;
				    background-position: center;
				    background-repeat: no-repeat !important;
				    margin-top: 50px!important;
					padding-bottom:85px!important;
					padding-top:110px!important;
				}
			    .OFSSUJLKS .bigheadline {
			        font-size: 30px !important;
			        font-weight: 700 !important;
			        line-height: 0.9em !important;
			    }
		
				.OFSSUJLKS .container{
					padding-left:5%!important;
					padding-right:5%!important;
				}
			}
	
			/*** TCC Bold VarB OFSSUJLKS Ende***/
			
			/*** BKM VarA (alt) .OFSSKQD9U Start***/
			
			@media (max-width: 992px) {
			    .OFSSKQD9U .navbar-expand-lg {
			        left: 20px;
			    }
			}
		

	    
		    @media (max-width: 768px) {

			      .OFSSKQD9U .minififont {
					font-size: 16px;
					}
				
				.OFSSKQD9U .mobilechange {text-align: center; font-size: 16px;}
				.OFSSKQD9U .mobilechange a {text-decoration: underline;}
			
				.OFSSKQD9U .boxpaddingbig {padding: 20px;}
			
				.OFSSKQD9U .bigheadline {font-size: 28px !important; line-height: 1.1em !important;}
				.OFSSKQD9U h2 {margin-top: -10px; font-size: 16px;}
				.OFSSKQD9U h5 {font-size: 1em;}
				.OFSSKQD9U h4 {font-size: 16px !important;}
			    /*.navbar-toggler {display:none !important;}*/
			    .OFSSKQD9U .logo img {width: 130px !important;}
			    .OFSSKQD9U .herosection {margin-top: 20px !important; padding-bottom: 110px !important;}
			    .OFSSKQD9U .logo {width: 100%; text-align: left;}
			    .OFSSKQD9U .borderyellow {font-size: 14px; line-height: 1.2em;}
			    .OFSSKQD9U .minifont {font-size: 15px;}
			    .OFSSKQD9U .py-3 {padding-top: 5px !important; padding-bottom: 5px !important;}
			    .OFSSKQD9U .checkbox-group label {line-height: 1.1em; font-size: 12px;}
			    .OFSSKQD9U .topperhoch {margin-top: -17px; line-height: 1em;}
			    .OFSSKQD9U .hiddentext {height: 25px !important;}
			    .OFSSKQD9U .graybackground {background-color: #ededed; padding:20px; margin-left: 4%; width: 92%;margin-bottom: 15px;}
			    .OFSSKQD9U .accordion-item {border: 0px solid white;}
				.OFSSKQD9U .submit-btn {font-weight:900!important;font-size:17px;}
		    
		    }
	    
			.OFSSKQD9U .content {
			    padding-left: 6%;
			    padding-right: 6%;
			}
		    .OFSSKQD9U .bigheadline {line-height: 1em !important;}
	    
		    .OFSSKQD9U #document-list {
			    transition: all 0.3s ease-in-out;
			}
		  .OFSSKQD9U .hiddentext{
			  margin-left:0px;
		  }

		  .OFSSKQD9U li{
			  font-size:14px;
			  line-height:1.2em;
		  }
		  
		  /*** BKM VarA (alt) .OFSSKQD9U Ende***/
		  
		   /*** Ratenrechner VarB .OFSSVXTAR Start***/
		  
	  	@media (min-width:768px){
	  		.OFSSVXTAR .herosection{
	  			clip-path:none;
	  			padding-bottom:0px!important;
	  			background: #F9DC4D;
	  			background: linear-gradient(185deg,rgba(249, 220, 77, 1) 0%, rgba(215, 94, 39, 0.26) 65%, rgba(214, 91, 38, 0) 100%);
	  		}
	  		.OFSSVXTAR .img-header {
				width: 300px;
				        display: block;
				        margin: auto;
				        margin-right: 0;
				        margin-top: -410px;
	  		}
			.OFSSVXTAR .col-md-6 {
			        flex: 0 0 auto;
			        width: 50%;
			        max-width: 900px;
			        margin: auto;
			}
			.OFSSVXTAR .counter {
   			 		margin-top: -65px;
		}
	  	}
	
	  	@media (max-width: 768px) {
	  	    .OFSSVXTAR .card {
	  	        padding: 20px 10px 20px 10px;
	  	        margin: 0px 0px 0px 0px;
	  	    }
	  	    .OFSSVXTAR .navbar-expand-lg {
	  	        left: 95px;
	  	    }
	  		.OFSSVXTAR .h1-VarB{
	  			font-size:26px!important;
	  			line-height:1em;
	  			margin-top:0px!important;
	  			color:black;
	  			margin-bottom:15px;
	  		}
	  	    .OFSSVXTAR .herosection {
	  	        margin-top: 45px!important;
	  			clip-path:none!important;
	  			background: #F9DC4D;
	  			background: linear-gradient(185deg,rgba(249, 220, 77, 1) 0%, rgba(215, 94, 39, 0.26) 65%, rgba(214, 91, 38, 0) 100%);
	  			padding-bottom: 30px !important;
	  		}
	  	    .OFSSVXTAR .card {
	  	        padding: 10px 10px 20px 10px;
	  			border-radius:20px!important;
	  			box-shadow: 0px 0px 5px rgb(0 0 0 / 40%)!important;
	  	    }
	  		.OFSSVXTAR .splitmobile {
	  		    margin-bottom: 0px !important;
	  		    }
	  			.OFSSVXTAR .img-header{
	  			    position: absolute;
	  			    top: 40px;
	  			    right: 0px;
	  			    width: 160px;
	  			}
	  	}

	  	.OFSSVXTAR .logo img {
	  		width: 120px !important;
	  	}
	  	.OFSSVXTAR .monthly-rate{
	  		font-family: 'Raleway' !important;
	  		    font-size: 16px;
	  		    font-weight: 800;
	  	}
	  	.OFSSVXTAR .slider-value{
	  		font-family:'Raleway';
	  		font-weight:800!important;
	  		border-radius:30px!important;
	  		border: 3px solid #FADD4D!important;
	  	}
	
	  	.OFSSVXTAR #sliderValue {
	  	    padding: 2px 40px !important;
	  	}
	  	.OFSSVXTAR .gradient-usp{
	  		background: #D65B26;
	  		background: linear-gradient(90deg,rgba(214, 91, 38, 1) 0%, rgba(214, 91, 38, 0) 100%);
	  	    border-radius: 30px;
	  	    padding: 1px 10px 4px 5px;
	  		margin-bottom:5px
	  	}
	
	  	.OFSSVXTAR .usp-check{
	  		width: 15px;
	  		margin-right: 5px;
	  	}
	
	  	.OFSSVXTAR .usp-check1 {
	  	    width: 30px;
	  	    margin-right: 10px;
	  	}
	  	.OFSSVXTAR p.usp-text{
	  		font-weight:600;
	  		color:#ffffff;
	  		margin-bottom:0px;
	  		font-size:12px;
	  	}
	  	.OFSSVXTAR p.card-subheader{
	  		font-size:12px;
	  		font-weight:500;
	  		margin-top:-5px;
	  	}
	
	  	.OFSSVXTAR p.card-subheader1{
	  		font-size:12px;
	  		font-weight:500;
	  	    margin-top: 5px;
	  	    line-height: 1em;
	  	}
	
	  	.OFSSVXTAR .slider::-webkit-slider-thumb {
	  	    -webkit-appearance: none;
	  	    appearance: none;
	  	    width: 25px;
	  	    height: 25px;
	  	    background: #D65B26;
	  	    border: 3px solid white;
	  	    border-radius: 50%;
	  	    cursor: pointer;
	  	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	  	}

	  	.OFSSVXTAR .slider::-moz-range-thumb {
	  	    width: 25px;
	  	    height: 25px;
	  	    background: #D65B26;
	  	    border: 3px solid white;
	  	    border-radius: 50%;
	  	    cursor: pointer;
	  	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	  	}
	  	.OFSSVXTAR .form-top{
	  		padding:0px 20px 0px 20px;
	  	}
	
	  	.OFSSVXTAR .input-fields input, .OFSSVXTAR .input-fields select {
	  	    font-family: 'Raleway';
	  	    width: 55%;
	  	    padding: 5px;
	  	    background-color: #ffffff;
	  		font-size:15px!important;
	  		text-align:center!important;
	  		text-align-last:center!important;
	  	}
	  	.OFSSVXTAR p.info-text{
	  		margin-bottom: 0;
	  		text-align: left;
	  		line-height: 1em;
	  	}
	
	  	.OFSSVXTAR .button{
	  		padding: 10px;
	  		font-weight: 700;
	  	    border: none;
	  	    border-radius: 25px;
	  	    font-size: 17px;
	  	}
	  	.OFSSVXTAR .trust-img{
	  	    width: 100%;
	  	    padding-top: 20px;
	  		max-width:350px;
	  		margin:auto;
	  	}
	
	  	.OFSSVXTAR .bottom-info{
	  		border-radius: 20px;
	  		border: 2px dashed #D65B26;
	  		padding:15px 0px 0px 0px;
	  		font-weight:500;
	  		margin:auto;
	  		max-width:800px;
	  	}
	
	  	.OFSSVXTAR .row-padding{
	  		padding: 0px 10px!important;
	  	}
	  	.OFSSVXTAR .back-to-top{
	  	margin:auto;
	  	}
	  	.OFSSVXTAR .label-container {
	  	      display: flex;
	  	      justify-content: space-between;
	  	      position: relative;
	  	      margin-top: 5px;
	  	      font-size: 14px;
	  	      color: #333;
	  	    }

	  		.OFSSVXTAR .label-container .min::after,
	  		   .OFSSVXTAR .label-container .max::after {
	  		      content: "▼";
	  		      display: block;
	  		      font-size: 12px;
	  		      text-align: center;
	  		      color: #555;
	  		      margin-bottom: 2px;
	  		    }

	  	    .OFSSVXTAR .label-container .min,
	  	    .OFSSVXTAR .label-container .max {
	  	      display: flex;
	  	      flex-direction: column;
	  	      align-items: center;
	  	      width: 30px;
	  	    }
	  		.OFSSVXTAR .slider{
	  			margin: 0px 0px 20px 0px!important;
	  		}
			
			/*** Ratenrechner VarB .OFSSVXTAR Ende***/
			
			
			
			/***TCC zuschuss direkt VarA OFSSUCGDU***/

			@media (max-width: 768px) {
			    .OFSSYHA0Z .novagraybackground {
					width:100%!important;
					background-color:#ffffff;
					margin-left:0!important;
					}}

			@media (max-width: 992px) {
			    .OFSSYHA0Z .navbar-expand-lg {
			        left: 45px;
			    }
			}


			 .OFSSYHA0Z .logo img{
				content:url('/assets/img/NovaSedesVarELogo.svg');
				width:100%;
				padding-left:4%;
			}



			 .OFSSYHA0Z .nova-steps{
				-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
				-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
				box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
				border-radius: 10px;
				height: 40px;
				padding-top:10px;
				font-size:14px;
				margin-bottom:8px;
				padding-left:15px;
				}
	
					.OFSSYHA0Z p, ul, li, .borderyellow, a{
						font-weight:100;
						color:#000000;
					}
	
					.OFSSYHA0Z .borderyellow{
						border: 2px solid #fade4b;
						    border-radius: 10px;
						    padding: 10px;
					}
	
					 .OFSSYHA0Z a{
						text-decoration:none;
					}
	
					 .OFSSYHA0Z li {
						color:#000000;
					}
	
					 .OFSSYHA0Z .nova-submit-btn {
						font-weight:800!important;
						color:#394B05!important;
						background: rgb(159,214,10);
						background: linear-gradient(54deg, rgba(159,214,10,1) 0%, rgba(219,244,33,1) 100%);
					}


					 .OFSSYHA0Z .nav-link{
						font-weight:400!important;
					}
	
					 .OFSSYHA0Z .form-row {
						display:block;
					}
	
					 .OFSSYHA0Z .fa-circle-check{
						color:#a3cf11!important;
					}
		
						 .OFSSYHA0Z .footerlinks{
							color:#ffffff!important;
							font-weight:400!important;
			
						}
		
						 .OFSSYHA0Z .footerlinks a{
							color:#ffffff!important;
							font-weight:400!important;
					}
	
					 .OFSSYHA0Z .shadow{
						box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%)!important;
					}
	
					@media screen and (min-width:768px){
					 .OFSSYHA0Z .laststephero{
					background: url(/assets/img/HeaderNovaAltDesk.svg)!important;
					clip-path:none!important;
				    background-position: center !important;
				    background-repeat: no-repeat !important;
				    background-size: cover !important;
				}
	
				 .OFSSYHA0Z .nova-steps{
					width:100%!important;
					-webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					-moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 25%);
					border-radius: 10px;
					height: 40px;
					padding-top:10px;
					font-size:14px;
					padding-left:25px;
					padding-right:25px;
					}
		
			        .OFSSYHA0Z .connector.right {
			          transform: rotate(0deg);
			 		 left:104%;
			 		 opacity:33%;
			        }

			        .OFSSYHA0Z .connector.left {
			          transform: rotate(180deg);
			 		 left:-18%;
			 		 opacity:33%;
			        }
		
					.OFSSYHA0Z .flag-top{
						margin-top:-41px;
					}

				 .OFSSYHA0Z h4{
					font-weight:800;
					font-size:24px;
					color:#000000;
				}

				 .OFSSYHA0Z .novaherosection{
					padding-bottom:330px!important;
				}

				 .OFSSYHA0Z .left-side{
					margin-top:-275px!important;
				}

				 .OFSSYHA0Z .right-side{
					margin-top:-70px!important;
				}
				 .OFSSYHA0Z .novabigheadline{
					font-size: 2.8vw !important;
					    text-align: left !important;
					    font-weight: 800 !important;
					    color: #000000;
						line-height:1em!important;
					}
			}

					@media screen and (max-width:768px){
					 .OFSSYHA0Z .laststephero{
					background: url(/assets/img/HeaderBGNovaSedesVarEmob.jpg)!important;
					clip-path:none!important;
				    background-repeat: no-repeat !important;
				    background-size: contain !important;
					margin-top:74px!important;
					padding-top:15px!important;
				}

				 .OFSSYHA0Z h4{
					font-weight:800;
					font-size:18px;
					color:#000000;
				}
				 .OFSSYHA0Z .novabigheadline{
					font-size: 2.2em !important;
					    text-align: center !important;
					    font-weight: 800 !important;
					    color: #000000;
						line-height:1em!important;
					}
	
					 .OFSSYHA0Z .nova-content {
					    padding-left: 5%;
					    padding-right: 5%;
					}
		
					.OFSSYHA0Z .flag-top{
						margin-top:-35px;
					}
			}

				@media screen and (max-width:1199px) and (min-width:768px){
				    .OFSSYHA0Z .container{
				    	max-width:1000px!important;
				    }
				}	
	
				.OFSSYHA0Z hr.divider {
				  border-top: 2px solid #FCCC21;
				  border-radius: 0px;
				  width:70px;
				  opacity:1;
				}
	
				@media (max-width: 768px) {
				    .OFSSYHA0Z h4.novah4 {
				        font-weight: 900;
				        font-size: 24px;
				    }
			        .OFSSYHA0Z .connector.right {
			          transform: rotate(0deg);
			 		 left:97%;
			 		 opacity:33%;
			        }

			        .OFSSYHA0Z .connector.left {
			          transform: rotate(180deg);
			 		 left:-21%;
			 		 opacity:33%;
			        }
	   
				}
	
				.OFSSYHA0Z .steps-container{
					width:93%;
					margin:auto;
				}
	
			    .OFSSYHA0Z .connector {
			         position: relative;
			         top: 100%;
			         width: 60px;
			         height: 80px;
			         margin-top:-60px
			       }
	   
				   .OFSSYHA0Z .scrollbox-list {
				       border: solid 1px #EBEBEB;
				       border-radius: 20px;
				       padding: 10px 10px 10px 10px;
				       height: 220px;
				       overflow: scroll;
					   margin-bottom:20px;
	   
				   }
	   
				   .OFSSYHA0Z .scrollbox-list2 {
				          position:relative;
				          padding: 10px 10px 10px 10px;
				   	       height: 130px;
				   	       overflow: scroll;
				   	   }
       
				          .OFSSYHA0Z .info-section2{
				         position: relative;
				         width: 100%;
				         height: 100px;
				         overflow: hidden;
				         border-radius: 20px;
				         border: solid 1px #EBEBEB;
				       }
       
				            .OFSSYHA0Z .fade-bottom {
				         position: absolute;
				         bottom: 0;
				         left: 0;
				         width: 100%;
				         height: 50px;
				         background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
				         pointer-events: none; /* damit der Benutzer trotzdem scrollen kann */
				       }
	   
	   
			       .OFSSYHA0Z svg {
			         display: block;
			       }
	   
	   

				/***TCC zuschuss direkt VarA Ende***/
				
				/***TCC Ratenrechner VarC TikTok Start***/
				
				.OFSSYRNWP .tcc-not-visible,
				.OFSSYRNWP header {
				  display: none;
				}

				.OFSSYRNWP .tcc-hero {
				  margin-top: 0px;
				  padding-bottom: 50px !important;
				  background: url('/assets/img/BGTikTokDesk.jpg') top no-repeat;
				  background-size: cover;
				}

				.OFSSYRNWP .slider-value {
				  font: 900 34px 'Raleway';
				  margin: 0 auto 20px;
				  border: 7px solid #41FCF6;
				  border-radius: 300px !important;
				  height: 225px;
				  width: 225px !important;
				}

				.OFSSYRNWP #sliderValue {
				  color: #fff !important;
				  padding: 78px 20px !important;
				}

				.OFSSYRNWP .tt-container {
				  max-width: 800px;
				}

				.OFSSYRNWP .tt-h1,
				.OFSSYRNWP .tt-h1-effect h1 {
				  color: #0FFDF7;
				  font-family: "subway-paris-sc", sans-serif;
				  font-weight: 400;
				  line-height: 0.9em;
				  position: relative;
				}

				.OFSSYRNWP .tt-h1 {
				  font-size: 80px !important;
				}

				.OFSSYRNWP .tt-h1-effect {
				  position: relative;
				  display: inline-block;
				}

				.OFSSYRNWP .tt-h1-effect h1 {
				  font-size: 120px !important;
				  margin: 0;
				  padding: 0;
				  white-space: nowrap;
				  line-height: 0.8;
				}

				.OFSSYRNWP .tt-h1-shadow {
				  position: absolute!important;
				  top: 2px;
				  left: 2px;
				  color: #E805D4!important;
				  z-index: 1;
				  pointer-events: none;
				}

				.OFSSYRNWP .tt-h1-span {
				  position: relative;
				  background: linear-gradient(180deg, #13FAF7, #1FB5EA);
				  -webkit-background-clip: text;
				  -webkit-text-fill-color: transparent;
				  z-index: 2;
				}

				.OFSSYRNWP .card-title {
				  color: #fff;
				}

				.OFSSYRNWP .slider {
				  -webkit-appearance: none;
				  appearance: none;
				  width: 65%;
				  height: 8px;
				  background: linear-gradient(90deg, rgba(19,250,247,1) 0%, rgba(171,56,222,1) 50%, rgba(232,5,212,1) 100%);
				  border-radius: 6px;
				  outline: none;
				  opacity: 1;
				  transition: opacity .2s;
				  margin: 20px 0;
				}

				.OFSSYRNWP .button {
				  background: linear-gradient(90deg, rgb(255 0 152) 0%, rgb(149 84 226) 100%);
				  font-weight: 700;
				}

				.OFSSYRNWP .input-fields input,
				.OFSSYRNWP .input-fields select {
				  font-family: 'Raleway';
				  width: 30%;
				  color: #fff !important;
				  background: transparent;
				  border: 2px solid #E805D4;
				  font-weight: 700;
				}

				.OFSSYRNWP .input-fields select {
				  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23fdd835"><path d="M7 10l5 5 5-5z"/></svg>');
				  background-position: right 4px center;
				  background-repeat: no-repeat;
				}

				.OFSSYRNWP .input-fields {
				  margin: 5px 0 !important;
				}

				.OFSSYRNWP .input-fields select:focus,
				.OFSSYRNWP .input-fields input:focus {
				  border-color: #13FAF7;
				}

				.OFSSYRNWP .tcc-steps {
				  display: flex;
				  gap: 12px;
				  justify-content: center;
				  flex-wrap: wrap;
				  padding: 40px 0;
				}

				.OFSSYRNWP .tcc-step-box {
				  background: #0a0a1a;
				  color: #fff;
				  padding: 15px 5px;
				  font-size: 40px;
				  font-weight: 500;
				  text-align: center;
				  border-radius: 20px;
				  width: 110px;
				  display: flex;
				  flex-direction: column;
				  justify-content: center;
				  align-items: center;
				  line-height: 1.5;
				  border: 2px solid transparent;
				  position: relative;
				}

				.OFSSYRNWP .tcc-step-box span {
				  font-size: 13px;
				}

				.OFSSYRNWP .step-1 {
				  border-color: #4ef4ff;
				}

				.OFSSYRNWP .step-2 {
				  border-color: #ff0099;
				}

				.OFSSYRNWP .step-3 {
				  border-color: #8a61e3;
				}

				.OFSSYRNWP .tcc-gradient {
				  height: 20px;
				  margin: 0 !important;
				  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(7 9 32) 100%);
				}

				/* Mobile Styles */
				@media (max-width: 768px) {
				  .OFSSYRNWP .slider-value {
				    height: 180px;
				    width: 180px !important;
				  }

				  .OFSSYRNWP #sliderValue {
				    padding: 55px 0 !important;
				  }

				  .OFSSYRNWP .tcc-hero {
				    margin-top: 0;
				    padding-bottom: 0 !important;
				    background-image: url('/assets/img/BGTikTok.jpg');
				    background-size: cover;
				    background-position: top;
				    background-repeat: no-repeat;
				  }

				  .OFSSYRNWP .tt-h1 {
				    font-size: 55px !important;
				  }

				  .OFSSYRNWP .tt-h1-effect h1 {
				    font-size: 70px !important;
				  }

				  .OFSSYRNWP .card-title {
				    font-size: 24px;
				    padding-top: 10px;
				  }
				}
				/***TCC Ratenrechner VarC TikTok Ende***/

				/***TCC Ratenrechner VarD Immo Start***/
.OFSSYN57W .herosection {
  padding-bottom: 50px !important;
  background: #ECECEB;
  background: linear-gradient(180deg, rgba(236, 236, 235, 1) 0%, rgba(236, 236, 235, 1) 90%, rgba(255, 255, 255, 1) 100%);
  clip-path: none;
  margin-top: 50px;
}

.OFSSYN57W .line {
  height: 4px;
  background-color: #BFA143;
  top: 41px;
}

.OFSSYN57W .circle {
  width: 25px;
  height: 25px;
  border: 1px solid #BFA143;
  background-color: #ffffff;
  font-size: 13px;
}

.OFSSYN57W .active .circle {
  background-color: #BFA143;
  color: white;
  border: none;
}

.OFSSYN57W .step-container {
  padding-left: 0%;
  padding-right: 0%;
}

.OFSSYN57W h1 {
  font-weight: 500;
  font-size: 45px !important;
  margin-top: 40px;
  font-family: 'Stix Two Text';
  text-align: left;
  max-width: 60%;
}

.OFSSYN57W .tcc-66 { width: 60% !important; }
.OFSSYN57W .tcc-33 { width: 40% !important; }

.OFSSYN57W .tcc-row {
  display: flex;
  gap: 5px;
}

.OFSSYN57W .card {
  margin-bottom: 10px !important;
  padding: 0px 20px 20px 20px;
  width: 100%;
  margin: -540px 20px 20px 10px;
}

.OFSSYN57W .card-title {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.OFSSYN57W .slider-value {
  font-family: 'Raleway';
  font-size: 22px;
  font-weight: 700 !important;
  border: 2px solid #BFA143 !important;
  border-radius: 10px;
  width: 100%;
}

.OFSSYN57W #sliderValue {
  padding: 2px 20px !important;
}

.OFSSYN57W input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #BFA143 !important;
}

.OFSSYN57W .input-fields input,
.OFSSYN57W .input-fields select {
  font-family: 'Raleway';
  width: 48%;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.OFSSYN57W .slider {
  margin: 20px 0px 0px 0px;
}

.OFSSYN57W .tcc-none {
  display: none;
}

.OFSSYN57W .button {
  background-color: #BFA143;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-weight: 700;
}

.OFSSYN57W .tcc-usp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.OFSSYN57W .usp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.OFSSYN57W .usp-item i {
  color: #000;
  font-size: 20px;
  margin-top: 3px;
}

.OFSSYN57W .immo-pic {
  margin-top: -70px;
}

/* ----------- MEDIA QUERIES ------------ */

@media (max-width: 768px) {
  .OFSSYN57W .herosection {
    margin-top: 25px;
  }

  .OFSSYN57W h1 {
    font-size: 28px !important;
    margin-top: 10px;
    max-width: 100%;
  }

  .OFSSYN57W .card {
    width: 80%;
    margin: -85px 20px 20px 10px;
  }

  .OFSSYN57W .immo-pic {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .OFSSYN57W .card {
    margin: -350px 20px 20px 10px;
  }

  .OFSSYN57W h1,
  .OFSSYN57W .immo-pic {
    max-width: 100%;
    margin-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .OFSSYN57W .card {
    margin: -500px 20px 20px 10px;
  }

  .OFSSYN57W h1,
  .OFSSYN57W .immo-pic {
    max-width: 100%;
    margin-top: 0px;
  }
}

				/***TCC Ratenrechner VarD Immo Ende***/


				/***TCC Ratenrechner VarE Google Start***/
.OFSSYP7BX .navbar, .OFSSYP7BX .desktopnav{
    display:none;
}

.OFSSYP7BX .herosection {
    margin-top: 65px;
}

@media (max-width:768px){
    .OFSSYP7BX .herosection{
        margin-top:25px;
    }

   .OFSSYP7BX h1 {
    font-size: 25px !important;
    }
}
				/***TCC Ratenrechner VarE Google Ende***/
				
				/***TCC Seite 2 VarC Kreditkarte Start***/
				.OFSSXYFO4 .radio-group.creditcard1 {
				    display: flex;
				    align-items: center;
				    width: 100%;
				    margin-left: 0%;
				}

				.OFSSXYFO4 .creditcard1 {
				  position: relative;
				  margin-bottom: 20px;
				  background-color: #D3E6FB;
				  padding: 15px;
				  border-radius: 12px;
				  margin-top: 40px;
				}

				.OFSSXYFO4 .creditcard1 input[type="radio"] {
				  display: none;
				}

				.OFSSXYFO4 .custom-radio {
				  background-color: #fff;
				  display: flex;
				  align-items: center;
				  justify-content: center;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-label {
				  display: flex;
				  flex-direction: column;
				  cursor: pointer;
				  position: relative;
				  flex: 1;
				}

				.OFSSXYFO4 .creditcard1 .highlight-tag {
				  position: absolute;
				  top: -42px;
				  left: -5px;
				  background-color: #ADCD44;
				  color: #ffffff;
				  padding: 2px 20px;
				  border-radius: 10px 10px 0px 0px;
				  font-weight: 900;
				  font-size: 16px;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-headline {
				  margin-bottom: 12px;
				}

				.OFSSXYFO4 .creditcard1 .creditcard1-title {
				  font-size: 16px;
				  font-weight: 900;
				  display: block;
				}

				.OFSSXYFO4 .creditcard1 .subline {
				  font-size: 14px;
				  color: #444;
				  margin-top: -5px;
				  display: block;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-content {
				  display: flex;
				  justify-content: space-between;
				  align-items: center;
				  gap: 20px;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-text {
				  flex: 1;
				}

				.OFSSXYFO4 .creditcard1 .cta {
				    font-size: 14px;
				    margin-bottom: 20px;
				    display: inline-block;
				    font-weight: 600;
				    line-height: 1.2;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-image {
				  position: relative;
				  margin-left: 20px;
				}

				.OFSSXYFO4 .creditcard1 .creditcard-image img {
				  width: 130px;
				  border-radius: 8px;
				}

				@media (max-width: 600px) {
				  .OFSSXYFO4 .creditcard1 .creditcard-content {
				    flex-direction: row;
				    align-items: flex-start;
				    gap: 15px;
				  }

				  .OFSSXYFO4 .creditcard1 .creditcard-image {
				    margin-left: 0;
				  }

				  .OFSSXYFO4 .creditcard1 .creditcard-image img {
				    width: 95px;
				    height: auto;
				  }
				}
				@media (min-width: 601px) {
				  .OFSSXYFO4 .creditcard1 .creditcard-content {
				    margin-top: -20px;
				  }
				}
				
				.OFSSXYFO4 .styled-list1 li {
				    margin-bottom: 0px;
				    font-size: 14px;
				    color: #333;
					line-height:1.1em;
					margin-left:0px;
				}
	
				.OFSSXYFO4 .styled-list1 {
				    list-style-type: none;
				    padding: 0;
				}
	
				.OFSSXYFO4 .styled-list1 li i {
				    margin-right: 5px;
				    color: #3fac3c;
				}
				@media (max-width: 600px) {
				    .OFSSXYFO4 .OFSSXYFO4 .creditcard1 .creditcard-image {
				        margin-left: 0;
				        margin-top: -25px;
				    }
				}
	
				.OFSSXYFO4 .creditcard1 .creditcard-headline {
				    margin-bottom: 0px;
				}
	
				@media (max-width: 768px) {
				    .OFSSXYFO4 .creditcard1 .custom-radio {
				        width: 20px;
				        margin-top: 55px;
				    }
					.OFSSXYFO4 .creditcard1 {
					    padding: 20px 5px 20px 5px;
					    width: 109%!important;
					    transform: translateX(-4%);
					}
				}
	
				@media (min-width: 769px) {
				    .OFSSXYFO4 .creditcard1 .custom-radio {
				        margin-top: 35px;
				    }
				}
				
				/***TCC Seite 2 VarC Kreditkarte Ende***/
				
	 		   /*** Ratenrechner VarF .OFST1C613 Start***/
		  
	 	  	@media (min-width:768px){
	 	  		.OFST1C613 .herosection{
	 	  			clip-path:none;
	 	  			padding-bottom:0px!important;
	 	  			background: #F9DC4D;
	 	  			background: linear-gradient(185deg,rgba(249, 220, 77, 1) 0%, rgba(215, 94, 39, 0.26) 65%, rgba(214, 91, 38, 0) 100%);
	 	  		}
	 	  		.OFST1C613 .img-header {
	 				width: 300px;
	 				        display: block;
	 				        margin: auto;
	 				        margin-right: 0;
	 				        margin-top: -410px;
	 	  		}
	 			.OFST1C613 .col-md-6 {
	 			        flex: 0 0 auto;
	 			        width: 50%;
	 			        max-width: 900px;
	 			        margin: auto;
	 			}
	 			.OFST1C613 .counter {
	    			 		margin-top: -65px;
	 		}
	 	  	}
	
	 	  	@media (max-width: 768px) {
	 	  	    .OFST1C613 .card {
	 	  	        padding: 20px 10px 20px 10px;
	 	  	        margin: 0px 0px 0px 0px;
	 	  	    }
	 	  	    .OFST1C613 .navbar-expand-lg {
	 	  	        left: 95px;
	 	  	    }
	 	  		.OFST1C613 .h1-VarB{
	 	  			font-size:26px!important;
	 	  			line-height:1em;
	 	  			margin-top:0px!important;
	 	  			color:black;
	 	  			margin-bottom:15px;
	 	  		}
	 	  	    .OFST1C613 .herosection {
	 	  	        margin-top: 45px!important;
	 	  			clip-path:none!important;
	 	  			background: #F9DC4D;
	 	  			background: linear-gradient(185deg,rgba(249, 220, 77, 1) 0%, rgba(215, 94, 39, 0.26) 65%, rgba(214, 91, 38, 0) 100%);
	 	  			padding-bottom: 30px !important;
	 	  		}
	 	  	    .OFST1C613 .card {
	 	  	        padding: 10px 10px 20px 10px;
	 	  			border-radius:20px!important;
	 	  			box-shadow: 0px 0px 5px rgb(0 0 0 / 40%)!important;
	 	  	    }
	 	  		.OFST1C613 .splitmobile {
	 	  		    margin-bottom: 0px !important;
	 	  		    }
	 	  			.OFST1C613 .img-header{
	 	  			    position: absolute;
	 	  			    top: 40px;
	 	  			    right: 0px;
	 	  			    width: 160px;
	 	  			}
	 	  	}

	 	  	.OFST1C613 .logo img {
	 	  		width: 120px !important;
	 	  	}
	 	  	.OFST1C613 .monthly-rate{
	 	  		font-family: 'Raleway' !important;
	 	  		    font-size: 16px;
	 	  		    font-weight: 800;
	 	  	}
	 	  	.OFST1C613 .slider-value{
	 	  		font-family:'Raleway';
	 	  		font-weight:800!important;
	 	  		border-radius:30px!important;
	 	  		border: 3px solid #FADD4D!important;
	 	  	}
	
	 	  	.OFST1C613 #sliderValue {
	 	  	    padding: 2px 40px !important;
	 	  	}
	 	  	.OFST1C613 .gradient-usp{
	 	  		background: #D65B26;
	 	  		background: linear-gradient(90deg,rgba(214, 91, 38, 1) 0%, rgba(214, 91, 38, 0) 100%);
	 	  	    border-radius: 30px;
	 	  	    padding: 1px 10px 4px 5px;
	 	  		margin-bottom:5px
	 	  	}
	
	 	  	.OFST1C613 .usp-check{
	 	  		width: 15px;
	 	  		margin-right: 5px;
	 	  	}
	
	 	  	.OFST1C613 .usp-check1 {
	 	  	    width: 30px;
	 	  	    margin-right: 10px;
	 	  	}
	 	  	.OFST1C613 p.usp-text{
	 	  		font-weight:600;
	 	  		color:#ffffff;
	 	  		margin-bottom:0px;
	 	  		font-size:12px;
	 	  	}
	 	  	.OFST1C613 p.card-subheader{
	 	  		font-size:12px;
	 	  		font-weight:500;
	 	  		margin-top:-5px;
	 	  	}
	
	 	  	.OFST1C613 p.card-subheader1{
	 	  		font-size:12px;
	 	  		font-weight:500;
	 	  	    margin-top: 5px;
	 	  	    line-height: 1em;
	 	  	}
	
	 	  	.OFST1C613 .slider::-webkit-slider-thumb {
	 	  	    -webkit-appearance: none;
	 	  	    appearance: none;
	 	  	    width: 25px;
	 	  	    height: 25px;
	 	  	    background: #D65B26;
	 	  	    border: 3px solid white;
	 	  	    border-radius: 50%;
	 	  	    cursor: pointer;
	 	  	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	 	  	}

	 	  	.OFST1C613 .slider::-moz-range-thumb {
	 	  	    width: 25px;
	 	  	    height: 25px;
	 	  	    background: #D65B26;
	 	  	    border: 3px solid white;
	 	  	    border-radius: 50%;
	 	  	    cursor: pointer;
	 	  	    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	 	  	}
	 	  	.OFST1C613 .form-top{
	 	  		padding:0px 20px 0px 20px;
	 	  	}
	
	 	  	.OFST1C613 .input-fields input, .OFST1C613 .input-fields select {
	 	  	    font-family: 'Raleway';
	 	  	    width: 55%;
	 	  	    padding: 5px;
	 	  	    background-color: #ffffff;
	 	  		font-size:15px!important;
	 	  		text-align:center!important;
	 	  		text-align-last:center!important;
	 	  	}
	 	  	.OFST1C613 p.info-text{
	 	  		margin-bottom: 0;
	 	  		text-align: left;
	 	  		line-height: 1em;
	 	  	}
	
	 	  	.OFST1C613 .button{
	 	  		padding: 10px;
	 	  		font-weight: 700;
	 	  	    border: none;
	 	  	    border-radius: 25px;
	 	  	    font-size: 17px;
	 	  	}
	 	  	.OFST1C613 .trust-img{
	 	  	    width: 100%;
	 	  	    padding-top: 20px;
	 	  		max-width:350px;
	 	  		margin:auto;
	 	  	}
	
	 	  	.OFST1C613 .bottom-info{
	 	  		border-radius: 20px;
	 	  		border: 2px dashed #D65B26;
	 	  		padding:15px 0px 0px 0px;
	 	  		font-weight:500;
	 	  		margin:auto;
	 	  		max-width:800px;
	 	  	}
	
	 	  	.OFST1C613 .row-padding{
	 	  		padding: 0px 10px!important;
	 	  	}
	 	  	.OFST1C613 .back-to-top{
	 	  	margin:auto;
	 	  	}
	 	  	.OFST1C613 .label-container {
	 	  	      display: flex;
	 	  	      justify-content: space-between;
	 	  	      position: relative;
	 	  	      margin-top: 5px;
	 	  	      font-size: 14px;
	 	  	      color: #333;
	 	  	    }

	 	  		.OFST1C613 .label-container .min::after,
	 	  		   .OFST1C613 .label-container .max::after {
	 	  		      content: "▼";
	 	  		      display: block;
	 	  		      font-size: 12px;
	 	  		      text-align: center;
	 	  		      color: #555;
	 	  		      margin-bottom: 2px;
	 	  		    }

	 	  	    .OFST1C613 .label-container .min,
	 	  	    .OFST1C613 .label-container .max {
	 	  	      display: flex;
	 	  	      flex-direction: column;
	 	  	      align-items: center;
	 	  	      width: 30px;
	 	  	    }
	 	  		.OFST1C613 .slider{
	 	  			margin: 0px 0px 20px 0px!important;
	 	  		}
			
	 			/*** Ratenrechner VarF .OFST1C613 Ende***/
			
				