@import url("https://use.typekit.net/bya1uqa.css");
@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/css/font/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/css/font/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/css/font/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/css/font/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/css/font/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/css/font/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/css/font/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/css/font/stix-two-text-v17-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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

html, body {
    overflow-x: hidden;
}


body {
    font-family: 'futura-pt';
    /*font-weight: 300;*/
    font-size: 18px;
}

.hexagon {
  position: relative;
  width: 150px; /* Breite des Hexagons */
  height: 86.6px; /* H�he des Hexagons */
  background: #ffffff;
  margin: 10px auto; /* Zentrierung */
  text-align: center;
  color: #000;
  font-weight:700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Obere und untere Dreiecke */
.hexagon::before, .hexagon::after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
}

.hexagon::before {
  bottom: 100%;
  border-bottom: 43.3px solid #fff;
}

.hexagon::after {
  top: 100%;
  border-top: 43.3px solid #fff;
}

/* Zentrierter Text */
.hexagon-text {
  font-size: 1rem;
  line-height: 1.2;
}
    
    
header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 2;
}

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

h2 {
	font-weight: 700;
	font-size: 40px;
}

h3 {
	font-weight: 700;
}

h4 {
	font-weight: 700;
}


strong {
	color: #07A0E3;
}

.heavyfont {
	font-weight: 700;
}

hr {
	color: gray;
}

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

.navbar-nav li{
	font-size: 18px;
}

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

#sliderValue {
	color: white !important;
	padding: 5px 40px !important;
}

.headerlogo{
	width:250px;
}

.OFSRA897W .underline{
	text-decoration: underline;
	text-decoration-thickness: 5px; 
	text-decoration-color: #029fe1;
	text-decoration-skip-ink: none;
}

.OFSRA897W .submit-btn{
	background-color: #FFD700 !important;
	    color: black!important;
		border-radius:5px;
}

.OFSRA897W .boxpaddingbig{
	border-radius:30px;
}

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

.OFSTEMP p.usp{
	float:left;
	padding-left:50px;
}

@media screen and(max-width:768px){
	.OFSTEMP p.usp{
		display:none;
	}
}
  
  
  @media (max-width: 768px) {
	
	    .OFSRA897W .custom-checkbox {
	        width: 42px !important;
	    }
    
      .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: 34px !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: 85px !important;}
    .OFSRA897W .logo {width: 100%; text-align: left;}
    .OFSRA897W .borderyellow {font-size: 16px; line-height: 1.2em;}
    .OFSRA897W .minifont {font-size: 15px;}
    .OFSRA897W .py-3 {padding-top: 0px !important; padding-bottom: 0px !important;}
    .OFSRA897W .checkbox-group label {line-height: 1.1em; font-size: 16px;}
    .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:700!important;font-size:17px;}
    
  }

@media (min-width:768px){
	.OFSRA897W .checkbox-group label {
	    font-size: 18px;
		line-height:1.0;
	}
}
  
.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;
}

.OFSRLJVHV .laststephero{
	/*background-image:none!important;*/
	background-image: url("/assets/img/HeaderNovaSedes.jpg")!important;
	background-size: stretch!important;
	background-repeat: no-repeat!important;
}


.OFSRLJVHV body{
	line-height:1.2em!important;
}

#OFSSV65M1_userDataArea,
#OFSSV65M1_infoArea,
#OFSRLJVHV_userDataArea {
    display: none;
}



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

.OFSRLJVHV .accordion-item {
	border: 1px solid black!important;
}
@media screen and (min-width: 768px) {
    .OFSRLJVHV .accordion-button {
        border: 0px  !important;
    }
}

@media (max-width: 768px) {
   .OFSR8DE8M .card {
	 margin-left:0%;
	 margin-right:0%;
 }
}

.OFSR8DE8M .uspimg{
 width:30%!important;
 margin-top:-160px;
}

.OFSR8DE8M .card {
    margin-top: 0px;
}

.OFSR8DE8M .hexagonTCCwrap1{
	filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
margin-top:-70px;
}

.OFSR8DE8M .hexagonTCCwrap2{
	filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
}
.OFSR8DE8M .hexagonTCC {
           position: relative;
           width: 280px;
           height: 320px;
           background: white;
           clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-align: center;
       }

       .OFSR8DE8M .hexagonTCC img {
           width: 30%;
           height: auto;
           border-radius: 50%;
           margin-bottom: 10px;
       }

       .OFSR8DE8M .hexagonTCC p {
           font-size: 16px;
           color: #333;
           margin: 0;
       }
	
.OFSR8DE8M .accordionTCC {
            max-width: 600px;
            margin: 20px auto;
            border-radius: 5px;
            overflow: hidden;
        }

        .OFSR8DE8M .accordion-item {
            border-bottom: 1px solid #ddd;
        }

       .OFSR8DE8M .accordion-item:last-child {
            border-bottom: none;
        }

       .OFSR8DE8M .accordion-header {
            background: #dadada;
            cursor: pointer;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
	 
        }

        .OFSR8DE8M .accordion-header:hover {
            background: #eee;
        }

        .OFSR8DE8M .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
            background: #fff;
        }

        .OFSR8DE8M .accordion-content p {
            margin: 15px 0;
        }

        .OFSR8DE8M .accordion-item.active .accordion-content {
            max-height: 150px;
        }
		
	 @media (max-width: 768px) {
	     .OFSRQJFLX .card {
			 margin-left:0%;
			 margin-right:0%;
			 margin-top: -110px !important;
		 }
	 }
	 
	 .OFSRQJFLX .uspimg{
		 width:30%!important;
		 margin-top:-160px;
	 }
	 
	 .OFSRQJFLX .card {
	     margin-top: 0px;
	 }
	 
	 .OFSRQJFLX .hexagonTCCwrap1{
	 	filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
		margin-top:-70px;
	 }
	 
	 .OFSRQJFLX .hexagonTCCwrap2{
	 	filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
	 }
	 .OFSRQJFLX .hexagonTCC {
	            position: relative;
	            width: 280px;
	            height: 320px;
	            background: white;
	            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	            display: flex;
	            flex-direction: column;
	            align-items: center;
	            justify-content: center;
	            text-align: center;
	        }

	        .OFSRQJFLX .hexagonTCC img {
	            width: 30%;
	            height: auto;
	            border-radius: 50%;
	            margin-bottom: 10px;
	        }

	        .OFSRQJFLX .hexagonTCC p {
	            font-size: 16px;
	            color: #333;
	            margin: 0;
	        }
	 
	 
	 .OFSRQJFLX .accordionTCC {
	             max-width: 600px;
	             margin: 20px auto;
	             border-radius: 5px;
	             overflow: hidden;
	         }

	         .OFSRQJFLX .accordion-item {
	             border-bottom: 1px solid #ddd;
	         }

	         .OFSRQJFLX .accordion-item:last-child {
	             border-bottom: none;
	         }

	         .OFSRQJFLX .accordion-header {
	             background: #dadada;
	             cursor: pointer;
	             padding: 15px;
	             font-size: 20px;
	             font-weight: bold;
	             display: flex;
	             justify-content: space-between;
	             align-items: center;
			 
	         }

	         .OFSRQJFLX .accordion-header:hover {
	             background: #eee;
	         }

	         .OFSRQJFLX .accordion-content {
max-height: 0;
	             overflow: hidden;
	             transition: max-height 0.3s ease;
	             padding: 0 15px;
	             background: #fff;
	         }

	         .OFSRQJFLX .accordion-content p {
	             margin: 15px 0;
	         }

	         .OFSRQJFLX .accordion-item.active .accordion-content {
	             max-height: 200px;
	         }		

.OFSTHX .herosection{
	margin-top: 60px;
	padding-bottom: 430px !important;
	background:white;
	background-image: url('/assets/img/HeaderOHNEXL.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center !important;
 }

.OFSR8DE8M .herosection {
		
	margin-top: 60px;
	padding-bottom: 430px !important;
	background:white;
	background-image: url('../img/HeaderOHNEXL.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center !important;
	
	}
	
	.OFSR8DFH1 body {
	 hyphens: auto;
	}
	
.OFSR8DFH1 .herosection {
		
	    padding-bottom: 70px !important;
	}
	
.OFSR8DFH1 .herosection h1 {
	    text-align: center !important;
	}


.OFSR8DE8M .herosection h1 {
		
	text-align: center !important;
	
	}
	
.OFSRQJFLX .herosection {
		
	margin-top: 60px;
	padding-bottom: 430px !important;
	background:white;
	background-image: url('../img/HeaderOHNEXL.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center !important;
	
	}


.OFSRQJFLX .herosection h1 {
		
	text-align: center !important;
	
	}

.kreditalter .herosection container {
	text-align: center !important;
}

.lightbutton {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #40ac3c;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: white !important;
	font-weight: 700 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lightbutton:hover {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #07A0E3 !important;
	color: white !important;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transform: scale(1.05) translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.yellowbutton {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #40ac3c;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: white !important;
	font-weight: 700 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/**
.yellowbutton:hover {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #07A0E3 !important;
	color: white !important;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transform: scale(1.05) translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
**/

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


.fa-circle-check {
	color:#40ac3c !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%;
}

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

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

.OFSRQJFLX .adjustform {
	margin-top: -480px;
	}


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

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

.roundimage {
	border-radius: 0px;
}

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

.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-size: 18px;
	margin-top: 10px;
	margin-bottom:10px;
	float: left;
	color: black;
}

.successform {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 700;
}

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

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

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

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

.biggreen {
	font-size: 42px;
	color: #7dbd0d;
	margin-top: 0px;
	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: -10px;
	background: white;
	position: relative;
	z-index: 1;
}

.testimonialimage {
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}

.greenbg {
	display: inline-block;
	    background-color: #40ac3c !important;
	    padding: 5px 15px;
	    width: 80%;
	    font-weight: 700;
	    color: white;
}

.green {
	text-align: center;
}

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

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


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

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

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

	}

.accordion-button {
	background-color: #ffffff!important;
}

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

.accordion-button {
	   padding: 16px 20px;
	 font-size: 22px;
}

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

@media screen and (min-width:768px){
	.accordion-button {
		border: 1px solid black!important
	}
}
.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: #40ac3c !important;
	
}
*/
.nav-link {
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: inline-block;
	position: relative;
	color:black;
}

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

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

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


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

.btn-primary {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #40ac3c;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	color: white !important;
	font-weight: 700 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.btn-primary:hover {
	padding: 0.85em 1.5em;
	border-radius: 0px;
	background: #07A0E3 !important;
	color: white !important;
	border: 0px solid white;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	transform: scale(1.05) translateY(-2px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);

}

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

.bigtopimage .herosection {
	margin-top: 90px;
	padding-bottom: 50px !important;
	background-color: #fff;
	padding-top: 60px !important;
	background-image: url('../img/background.jpg');
	background-position: left -170px center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	}


.herosection {
	margin-top: 80px;
	padding-bottom: 50px !important;
	background-color: #fff;
	padding-top: 60px !important;
	background-image: url('../img/background.jpg');
	background-position: top -40px center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right !important;
	}
	
.herosection h1 {
	text-align: right !important;
}	

.card-title {
	text-align: center;

}

.forwhat .col-md-6 img {
	clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
	box-shadow: 0px 0px 15px 0px 0px 0px rgba(0, 0, 0, 0.16);
}

	
.bg-dark {
	background-color: #07A0E3 !important;
}

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

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footerimage {
	width: 100%;
  height: auto;
}


/* 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("https://cdn.iconscout.com/icon/free/png-256/burger-menu-462145.png"); /* Beispiel f�r ein Icon */
}

.fa-circle-check {
	color: #40ac3c;
	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: 72px !important;
	font-weight: 700 !important;
	line-height: 0.8em !important;
	text-align: center;
}

.screamgreen {
	color: #40ac3c !important;
}

.laststephero {
	background:#ade6ff !important; /* f�r gelben Hintergrund */
    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:#ade6ff !important;
    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: 700;
}

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

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

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

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

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

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

.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: 18px;
    cursor: pointer;
    text-align: center;
}

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

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

/*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: 18px;
    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;
	}
	
	.OFSRQJFLX .creditcard1 .custom-radio {
		width: 25px;
	}
	
	.novagraybackground {
	        background-color: #ededed;
	        padding: 20px;
	        margin-left: 4%;
	        width: 92%;
	        margin-bottom: 15px;
	    }
	
    .novabigheadline {
        font-size: 34px !important;
        font-weight: 700 !important;
        line-height: 1em !important;
    }
	
	.novaboxpaddingbig {
	        padding: 30px 10px 30px 10px;
	    }

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

	
	.py-3 {
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
    .mobilehide{
    	display:none;
    }
	
	.headerlogo{
		width:150px;
	}
	
	
	.index .card {
		margin-top: -60px !important;
	}
	
	.index .herosection {
		padding-bottom: 0px !important;
	}
	
	.hidemobile {
		display:none !important;
	}
	
	.card-title {
	font-size: 20px;
	}	
	
	
	.accordion-button {
	   padding: 20px;
	 font-size: 16px;
}
	
	.bigheadline {
	font-size: 42px !important;
	font-weight: 700 !important;
	line-height: 0.8em !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 .OFSRA897W1 .custom-checkbox {
	width: 200px !important;
	
	}
	
	.OFSRA897W2 .custom-checkbox {
		
		width: 40px !important;
		
	}

	
	.gx-3 .col-md-3 {
		margin-bottom:30px;
	}
	
    .desktopnav {
        display:none !important;
        }
        
     h1 {
	font-weight: 700;
	font-size: 20px !important;
	margin-top: 10px;
	}
	
	.nova h1 {
		font-size: 30px !important;
	}
	
	h2 {
		font-weight: 700;
		font-size: 16px;
	}
	
	h3 {
		font-weight: 700;
	}
	
	.splitmobile {
		margin-bottom: 20px !important;
	}
	
	.index .counter {
		padding:30px !important;
	}
	
	select {
		color:black !important;
	}
	
	.input-fields select{
		color:black !important;
	}
	
	.boxpadding {
		margin-bottom: 40px;
	}
	
	.boxpaddingbig {
		padding: 30px;
	}
	
	.OFSTHX .herosection{
		margin-top: 67px;
		padding-bottom: 115px !important;
		background:white;
		background-image: url('../img/BGmob.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center !important;
	 }
	
	.OFSR8DE8M .herosection {
		
	margin-top: 67px;
	padding-bottom: 115px !important;
	background:white;
	background-image: url('../img/BGmob.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center !important;
	
	}
	
	.OFSRQJFLX .herosection {
		
		margin-top: 67px;
		padding-bottom: 115px !important;
		background:white;
		background-image: url('../img/BGmob.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center !important;
	
	}

	
	/*MOBILE* HERO */
	
	.herosection {
	margin-top: 67px;
	padding-bottom: 0px !important;
	background:white;
	background-image: url('../img/BGmob.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center !important;
	}
	
	.step-container {
	    padding-left: 2%!important;
	    padding-right: 2%!important;
	}
	
	.herosection h1 {
		text-align: center !important;
	}
	
	.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;
        margin-left: 2%;
        margin-right: 2%;
		margin-top: 100px;
	}
	
	.card-body {
		padding: 0px;
	}
	
	.mobilehide {
		display: none;
	}
	
	.adjustform {
	margin-top: -740px;
	}
	
	.OFSRQJFLX .adjustform {
	margin-top: -43px;
	}
	
	
	.OFSR8DE8M .adjustform {
	margin-top: -113px;
	}
	.custom-checkbox{
		width: 42px !important;
	}

	.OFSR8DE8M .counter {
		margin-bottom: 40px !important;
	}
	
	.OFSRQJFLX .counter {
		margin-bottom: 40px !important;
	}
	
	.testimonial {
		text-align: center !important;
		margin-top: 70px !important;
	}
	
	.img-fluid {
		margin-top: 30px !important;
		margin-bottom: -40px !important;
	}
	
	.OFSRQJFLX .step-container {
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.OFSRQJFLX .creditcard1 .custom-checkbox {
		width: 28px !important;
	}
	
	.OFSRQJFLX .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;
	}
	
	.OFSSUJLKS .img-fluid {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}


html .OFSRA897W .herosection {
		padding-bottom: 55px !important;
	}
	
}

/* Hide the mobile menu button on large screens */
@media (min-width: 768px) {
    .desktophide{
    	display:none;
    }

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

    .overlay {
        display: none !important;
    }

    .navbar-toggler {
        display: none;
    }
   
    
}


/* STEP SYSTEM */

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

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

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

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

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

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

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

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


/* RECHNER CONTAINER */

.counter {
	margin-bottom: 50px;
}

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

.slider-value {
    font-size: 24px;
    font-weight: 700;
    color: #97c333;
    margin-bottom: 20px;
    background: #07A0E3;
    border-radius: 10px;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 300px;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 0px;
    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: #97c333;
    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: #97c333;
    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 {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    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: #97c333;
}

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

.button:hover {
    background-color: #07A0E3;
}

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

.input-fields select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
    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="000000"><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: #97c333;
}


/* FORM CSS */

.form-container {
    width: 100%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border-radius: 0px;
    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 {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 0px;
    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;
}

@media screen and (min-width:768px){
.OFSR8DE8M .custom-checkbox {
    width: 48px!important;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
}

@media screen and (max-width:768px){
.OFSR8DE8M .custom-checkbox {
    width: 68px!important;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
}

@media screen and (min-width:768px){
.OFSRQJFLX .custom-checkbox {
    width: 48px!important;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.custom-checkbox1 {
    width: 150px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}
.OFSRQJFLX .creditcard1 .custom-radio {
	width: 20px;
}
}

@media screen and (max-width:768px){
.OFSRQJFLX .custom-checkbox {
    width: 68px!important;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

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



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



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


.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-checkbox1 {
    background-color: #a3cf11; /* Gr�n */
    border-color: #a3cf11;
}

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

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

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

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

.radio-group input[type="radio"] {
    display: none;
}

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

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



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

.radio-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.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: #06a0e3;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}   

.section-title {
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.green-line {
    width: 100%;
    height: 2px;
    background-color: #40ac3c;
    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: #07A0E3; /* 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: 0px;
    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: 80px;
    }
}

/* 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: #40ac3c;
	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: #7dbd0d; /* 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;
	}





.erroricon {
	position: absolute;
	top: 14px;
	right: 14px;
	color: #dc3545;
}


.successicon {
	position: absolute;
	top: 14px;
	right: 14px;
	color: #7dbd0d;
}



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

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

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

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

.fa-circle-right {
	color:#40ac3c !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: 0px;
    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;
}

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

	/***TCC Custom Infopage***/
	
.infopage-content{
		padding-left:6%;
		padding-right:6%;
	}
	
.infopage-underline{
		text-decoration: underline;
		text-decoration-skip-ink: none;
		text-decoration-color: #40ac3c !important;
		text-decoration-thickness: 5px;
	}
	
.tccrightbox{
		    background-color: #EFFDFF;
			border-radius:20px;
			border:solid 2px #D2EFF2;
			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: 700;
	        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;
}


.infopageh2 {
        font-weight: 700;
        font-size: 20px;
    }
}

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

.infopage{
	        font-weight: 700;
	        font-size: 40px !important;
}

.infopageh2 {
        font-weight: 700;
        font-size: 30px;
    }
.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 #D2EFF2;
background-color: #EFFDFF;
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;
}
.infopage-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #40ac3c;
    color: white;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

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

/***TCC Custom Infopage Ende***/

/***TCC zuschuss plus VarB***/

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

	
		.OFSSSC394 .nav-link{
			font-weight:400!important;
		}
		
		.OFSSSC394 .form-row {
			display:block;
		}
		
		.OFSSSC394 .fa-circle-check{
			color:#fade4b!important;
		}
		
		
			
			.OFSSSC394 .footerlinks{
				color:#ffffff!important;
				font-weight:400!important;
				
			}
			
			.OFSSSC394 .footerlinks a{
				color:#ffffff!important;
				font-weight:400!important;
		}
		
		.OFSSSC394 .shadow{
			box-shadow:0px 0px 15px 0px rgb(0 0 0 / 30%)!important;
		}
		
		@media screen and (min-width:768px){
		.OFSSSC394 .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;
	}
	
	.OFSSSC394 h4{
		font-weight:800;
		font-size:28px;
		color:#082c3d;
	}
	
	.OFSSSC394 .novaherosection{
		padding-bottom:330px!important;
	}
	
	.OFSSSC394 .left-side{
		margin-top:-275px!important;
	}
	
	.OFSSSC394 .right-side{
		margin-top:-70px!important;
	}
	.OFSSSC394 .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){
		.OFSSSC394 .laststephero{
		background: url(/assets/img/HeaderNovaAltMob.jpg)!important;
		clip-path:none!important;
	    background-repeat: no-repeat !important;
	    background-size: contain !important;
		margin-top:65px!important;
		padding-top:10px!important;
	}
	
	.OFSSSC394 h4{
		font-weight:800;
		font-size:26px;
		color:#082c3d;
	}
	.OFSSSC394 .novabigheadline{
		font-size: 2.2em !important;
		    text-align: center !important;
		    font-weight: 800 !important;
		    color: #000000;
			line-height:1em!important;
		}
		
		.OFSSSC394 .nova-content {
		    padding-left: 5%;
		    padding-right: 5%;
		}
}
	
	@media screen and (max-width:1199px) and (min-width:768px){
	   .OFSSSC394 .container{
	    	max-width:1000px!important;
	    }
	}	
	
	/***TCC zuschuss plus VarB Ende***/
	
	/***TCC LP Kredite-Im-Alter OFSSEERBB START***/
	.OFSSEERBB p.usp{
		float:left;
		padding-left:50px;
	}
	
	@media screen and(max-width:768px){
		.OFSSEERBB p.usp{
			display:none;
		}
	}
	
	@media (max-width: 768px) {
	    .OFSSEERBB .herosection {
	        margin-top: 67px;
	        padding-bottom: 0px !important;
	        background: white;
	        background-image: url(/assets/img/MobileHeaderKIA.jpg);
	        background-repeat: no-repeat;
	        background-size: contain;
	        text-align: center !important;
			padding-top:100px!important;
	    }
		.OFSSEERBB .lp-heading{
			font-weight:700;
		}
	}
	
	@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/DeskHeaderKIA.jpg);
	    background-position: top -40px center;
	    margin-bottom: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    text-align: right !important;
	}
	.OFSSEERBB .lp-heading{
		font-weight:700;
		font-size:25px;
		text-align:center;
	}
}

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

/***TCC LP Kredite-Ohne-Schufa OFSSYBBB START***/
.OFSSFYBBB p.usp{
	float:left;
	padding-left:50px;
}

@media screen and(max-width:768px){
	.OFSSFYBBB p.usp{
		display:none;
	}
}

/***TCC LP Kredite-Ohne-Schufa OFSSYBBB ENDE***/

/***TCC LP mobile Heading OFSSI5CDW START***/
.OFSSI5CDW p.usp{
	float:left;
	padding-left:50px;
}

@media screen and(max-width:768px){
	.OFSSI5CDW p.usp{
		display:none;
	}
}

	
	@media (max-width: 768px) {
	    .OFSSI5CDW .herosection {
	        margin-top: 67px;
	        padding-bottom: 0px !important;
	        background: white;
	        background-image: none!important;
	        background-repeat: no-repeat;
	        background-size: contain;
	        text-align: center !important;
			padding-top:0px!important;
	    }
		.OFSSI5CDW .lp-mobile-heading{
			font-weight:700;
			padding-top:20px;
		}
		
		.OFSSI5CDW .card {
        margin-bottom: 10px !important;
        padding: 20px 5px 20px 5px;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 20px;
    }
	
	.OFSSI5CDW .navbar{
		display:none!important;
	}
	}
	
	@media (min-width: 769px) {
	.OFSSI5CDW .herosection {
	    margin-top: 80px;
	    padding-bottom: 50px !important;
	    background-color: #fff;
	    padding-top: 60px !important;
	    background-image: url(/assets/img/background.jpg);
	    background-position: top -40px center;
	    margin-bottom: 50px;
	    background-repeat: no-repeat;
	    background-size: cover;
	    text-align: right !important;
	}
	.OFSSI5CDW .lp-mobile-heading{
		font-weight:700;
		font-size:25px;
		text-align:center;
	}
}

/***TCC LP mobile Heading OFSSI5CDW ENDE***/

	/***TCC LP Immobesitzer OFSSJQUAF START***/
	.OFSSJQUAF p.usp{
		float:left;
		padding-left:50px;
	}
	
	@media screen and(max-width:768px){
		.OFSSJQUAF p.usp{
			display:none;
		}
	}
	
	@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:100px!important;
	    }
		.OFSSJQUAF .lp-heading{
			font-weight:700;
		}
	}
	
	@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;
	}
	.OFSSJQUAF .lp-heading{
		font-weight:700;
		font-size:25px;
		text-align:center;
	}
}

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

/***TCC Bold VarB OFSSUJLKS Start***/

.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:10px;
	font-size:16px;
	font-weight:300;
	margin-bottom:8px;
	padding-left:15px;
	}

.OFSSUJLKS .steps-container{
	width:93%;
	margin:auto;
}

.OFSSUJLKS .connector {
     position: relative;
     top: 100%;
     width: 60px;
     height: 80px;
     margin-top:-60px
   }
	
   .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:#07A0E3;
		border-radius:20px!important;
	}


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

	
	.OFSSUJLKS ul.tcclist li:before{
	  content: "\f058"; /* FontAwesome Unicode */
	  font-family: 'Font Awesome 6 Pro'!important;
	  color:#40ac3c!important;
	  margin-right:10px;
	}
	
	.OFSSUJLKS ul.tcclist1 li:before{
	  content: "\f058"; /* FontAwesome Unicode */
	  font-family: 'Font Awesome 6 Pro'!important;
	  color:#07A0E3!important;
	  margin-right:10px;
	}
	
	.OFSSUJLKS ul.tcclist1 li::marker {
	  content: "\f058"; /* FontAwesome Unicode */
	  font-family: 'Font Awesome 6 Pro'!important;
	  color:#07A0E3!important;
	  margin-right:10px;
	}
	
	.OFSSUJLKS .time-box{
		border-radius: 20px;
		    padding: 10px;
		    border: 2px dashed #40ac3c;
	}
	
	.OFSSUJLKS .time-box1{
		border-radius: 20px;
		    padding: 10px;
			background-color: #40ac3c;
			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 #40ac3c;
	    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;
	}
	
	@media (min-width:768px){
		.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: 90px!important;
	    padding-bottom: 90px!important;
		
	}
    .OFSSUJLKS .bigheadline {
		text-align:left!important;
	}
	.OFSSUJLKS .novabackgrounded {
	 	font-size: 18px !important;
	}
	
}
	
	@media (max-width: 768px) {
		
        .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:63px;
            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:50px!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***/
	
	/*** TCC Bold VarA(alt) OFSRON15G Start***/
	
	.OFSRON15G .backgrounded {
	    font-size: 13px !important;
	    background-color: #ffffff !important;
	    border: 1px solid white !important;
		border-radius:30px;
	}
	
	.OFSRON15G .yellowbutton{
		border-radius:5px;
	}
	
	@media (max-width: 768px) {
	    .OFSRON15G .herosection {
			padding-bottom:50px!important;
		}
	    .OFSRON15G .img-fluid {
	        margin-top: 30px !important;
	        margin-bottom: 0px !important;
	    }
	    .OFSRON15G .boxpaddingbig {
	        padding: 30px 20px!important;
	    }
	}
	
	/*** TCC BoldVarA(alt) OFSRON15G Ende***/
	
	/*** BKM VarA OFSSKQD9U Start***/
	.OFSSKQD9U .herosection{
	text-align:center!important;
	padding-bottom:80px!important;
	}
	
	.OFSSKQD9U .bigheadline {
    font-size: 87px !important;
	}
	.OFSSKQD9U h2 {
    font-size: 33px;
	}
	.OFSSKQD9U .content {
	padding-left: 6%;
	padding-right: 6%;
	}
	.OFSSKQD9U .backgrounded{
	border-radius:30px!important;	
	}
	.OFSSKQD9U p.lightfont{
	font-weight:300!important;
	line-height:1.1em;
	}
	.OFSSKQD9U ul.TCC-ul-small{
	font-size:16px!important;
	line-height:1.3em!important;
	}
	.OFSSKQD9U .checkbox-group label{
	font-size: 16px;
	line-height: 1.3em;
	}
	.OFSSKQD9U p.heavyfont {
	font-weight: 700 !important;
	}
	.OFSSKQD9U .accordion-body{
	font-weight:300!important;	
	}
	
	@media screen and (min-width:768px){
	.OFSSKQD9U .custom-checkbox {
	width:115px!important;	
	}
	.OFSSKQD9U .custom-checkbox1 {
	width:30px!important;	
	}
	.OFSSKQD9U .bigheadline {
    font-size: 87px !important;
	}
	.OFSSKQD9U .herosection{
	text-align:center!important;
	padding-bottom:80px!important;
	}		
	}
	
	@media screen and (max-width:768px){
	.OFSSKQD9U .bigheadline {
	font-size: 35px !important;
	}
	.OFSSKQD9U h2 {
	font-size: 18px;
	}
	.OFSSKQD9U .herosection{
	text-align:center!important;
	padding-bottom:60px!important;
	margin-top:10px!important;
	}
	.OFSSKQD9U .custom-checkbox1 {
	width:50px!important;	
	}
	.OFSSKQD9U .custom-checkbox {
	width:190px!important;	
	}
    .OFSSKQD9U .boxpaddingbig {
        padding: 20px 15px;
    }		
	}
	/*** BKM VarA OFSSKQD9U Ende***/
	
	/*** BKM VarB TCC OFSRA897W Start***/
	.OFSRA897W .herosection{
		padding-bottom:75px!important;
	}
	.OFSRA897W .accordion-body{
	font-weight:300!important;	
	}
	/*** BKM VarB TCC OFSRA897W Ende***/
	
	
	/*** Seite 2 Extra Karte VarC minified***/
	@media (max-width:768px){.OFSSXYFO4 .card{margin-left:0%;margin-right:0%;margin-top:-110px !important;}.OFSSXYFO4 .creditcard1 .custom-radio{width:20px;}.OFSSXYFO4 .herosection{margin-top:67px;padding-bottom:115px !important;background:white;background-image:url('/assets/img/BGmob.jpg');background-repeat:no-repeat;background-size:cover;text-align:center !important;}.OFSSXYFO4 .adjustform{margin-top:-43px;}.OFSSXYFO4 .counter{margin-bottom:40px !important;}.OFSSXYFO4 .step-container{padding-left:4%;padding-right:4%;}.OFSSXYFO4 .creditcard1 .custom-checkbox{width:20px !important;}.OFSSXYFO4 .creditcard2 .custom-checkbox{width:20px !important;}.OFSSXYFO4 .custom-checkbox{width:68px!important;height:20px;border:2px solid #ccc;border-radius:0px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px;position:relative;}}.OFSSXYFO4 .uspimg{width:30%!important;margin-top:-160px;}.OFSSXYFO4 .card{margin-top:0px;}.OFSSXYFO4 .hexagonTCCwrap1{filter:drop-shadow(0 4px 10px rgba(0,128,0,0.5));margin-top:-70px;}.OFSSXYFO4 .hexagonTCCwrap2{filter:drop-shadow(0 4px 10px rgba(7,160,227,0.5));}.OFSSXYFO4 .hexagonTCC{position:relative;width:280px;height:320px;background:white;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}.OFSSXYFO4 .hexagonTCC img{width:30%;height:auto;border-radius:50%;margin-bottom:10px;}.OFSSXYFO4 .hexagonTCC p{font-size:16px;color:#333;margin:0;}.OFSSXYFO4 .accordionTCC{max-width:600px;margin:20px auto;border-radius:5px;overflow:hidden;}.OFSSXYFO4 .accordion-item{border-bottom:1px solid #ddd;}.OFSSXYFO4 .accordion-item:last-child{border-bottom:none;}.OFSSXYFO4 .accordion-header{background:#dadada;cursor:pointer;padding:15px;font-size:20px;font-weight:bold;display:flex;justify-content:space-between;align-items:center;}.OFSSXYFO4 .accordion-header:hover{background:#eee;}.OFSSXYFO4 .accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0 15px;background:#fff;}.OFSSXYFO4 .accordion-content p{margin:15px 0;}.OFSSXYFO4 .accordion-item.active .accordion-content{max-height:200px;}.OFSSXYFO4 .herosection{margin-top:60px;padding-bottom:430px !important;background:white;background-image:url('/assets/img/HeaderOHNEXL.jpg');background-repeat:no-repeat;background-size:cover;text-align:center !important;}.OFSSXYFO4 .herosection h1{text-align:center !important;}.OFSSXYFO4 .adjustform{margin-top:-480px;}@media screen and (min-width:768px){.OFSSXYFO4 .custom-checkbox{width:48px!important;height:20px;border:2px solid #ccc;border-radius:0px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px;position:relative;}.OFSSXYFO4 .creditcard1 .custom-radio{width:20px;}}.OFSSXYFO4 .radio-group.creditcard1{display:flex;align-items:center;width:108%;margin-left:-4%;}.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:#3fac3c;color:#ffffff;padding:2px 20px;border-radius:10px 10px 0px 0px;font-weight:700;font-size:16px;}.OFSSXYFO4 .creditcard1 .creditcard-headline{margin-bottom:12px;}.OFSSXYFO4 .creditcard1 .creditcard1-title{font-size:17px;font-weight:700;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:500;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:120px;height:auto;}}@media (min-width:601px){.OFSSXYFO4 .creditcard1 .creditcard-content{margin-top:-20px;}}
	
	.OFSSXYFO4 .styled-list1 li {
	    margin-bottom: 0px;
	    font-size: 15px;
	    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 .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;
	    }
	}
	
	@media (min-width: 769px) {
	    .OFSSXYFO4 .creditcard1 .custom-radio {
	        margin-top: 35px;
	    }
	}
	
	/*** Seite 2 Extra Karte VarC minified Ende***/
	
	/*** TCC Ratenrechner VarC TikTok Start***/
	
.OFSSYRNWP .tcc-not-visible, .OFSSYRNWP header {
  display: none;
}

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

/* Slider-Anzeige */
.OFSSYRNWP .slider-value {
  font-size: 35px;
  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;
  background: transparent !important;
}

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

/* Überschriften */
.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;
}

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

/* Slider-Styling */
.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 0.2s;
  margin: 20px 0;
}

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

/* Input-Felder */
.OFSSYRNWP .input-fields input,
.OFSSYRNWP .input-fields select {
  width: 40%;
  color: #fff !important;
  background: transparent;
  border: 2px solid #E805D4;
  font-weight: 700;
  border-radius: 30px;
}

/* Custom Dropdown */
.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 -5px 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;
}

/* Schritte-Boxen */
.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;
}

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

/* Responsive 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;
  }
}

@media (max-width: 768px) {
.OFSSYRNWP .hexagonTCCwrap1{
    margin-top:20px!important;
}
.OFSSYRNWP .hexagonTCCwrap2{
    margin-top:20px!important;
}
}

.OFSSYRNWP .hexagonTCCwrap1{
	filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
margin-top:-70px;
}

.OFSSYRNWP .hexagonTCCwrap2{
	filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
}
.OFSSYRNWP .hexagonTCC {
           position: relative;
           width: 280px;
           height: 320px;
           background: white;
           clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-align: center;
       }

      .OFSSYRNWP .hexagonTCC img {
           width: 30%;
           height: auto;
           border-radius: 50%;
           margin-bottom: 10px;
       }

       .OFSSYRNWP .hexagonTCC p {
           font-size: 16px;
           color: #333;
           margin: 0;
       }
	
.OFSSYRNWP .accordionTCC {
            max-width: 600px;
            margin: 20px auto;
            border-radius: 5px;
            overflow: hidden;
        }

        .OFSSYRNWP .accordion-item {
            border-bottom: 1px solid #ddd;
        }

       .OFSSYRNWP .accordion-item:last-child {
            border-bottom: none;
        }

       .OFSSYRNWP .accordion-header {
            background: #dadada;
            cursor: pointer;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
	 
        }

        .OFSSYRNWP .accordion-header:hover {
            background: #eee;
        }

        .OFSSYRNWP .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
            background: #fff;
        }

        .OFSSYRNWP .accordion-content p {
            margin: 15px 0;
        }

       .OFSSYRNWP .accordion-item.active .accordion-content {
            max-height: 150px;
        }
	/*** TCC Ratenrechner VarC TikTok Ende***/

	/*** TCC Ratenrechner VarD Immo Start***/
.OFSSYN57W .herosection {
  padding-bottom: 20px !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 !important;
  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 !important;
  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-size: 22px;
  font-weight: 700 !important;
  border: 2px solid #BFA143 !important;
  border-radius: 10px;
  width: 100%;
  background: #ffffff !important;
}

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

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

.OFSSYN57W .input-fields input,
.OFSSYN57W .input-fields select {
  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: 10px;
  text-align: left;
}

.OFSSYN57W .usp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.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%;
    text-align: left !important;
  }

  .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;
  }
}

@media (max-width: 768px) {
.OFSSYN57W .hexagonTCCwrap1{
    margin-top:20px!important;
}
.OFSSYN57W .hexagonTCCwrap2{
    margin-top:20px!important;
}
}

.OFSSYN57W .hexagonTCCwrap1{
	filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
margin-top:-70px;
}

.OFSSYN57W .hexagonTCCwrap2{
	filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
}
.OFSSYN57W .hexagonTCC {
           position: relative;
           width: 280px;
           height: 320px;
           background: white;
           clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-align: center;
       }

      .OFSSYN57W .hexagonTCC img {
           width: 30%;
           height: auto;
           border-radius: 50%;
           margin-bottom: 10px;
       }

      .OFSSYN57W .hexagonTCC p {
           font-size: 16px;
           color: #333;
           margin: 0;
       }
	
.OFSSYN57W .accordionTCC {
            max-width: 600px;
            margin: 20px auto;
            border-radius: 5px;
            overflow: hidden;
        }

        .OFSSYN57W .accordion-item {
            border-bottom: 1px solid #ddd;
        }

       .OFSSYN57W .accordion-item:last-child {
            border-bottom: none;
        }

       .OFSSYN57W .accordion-header {
            background: #dadada;
            cursor: pointer;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
	 
        }

       .OFSSYN57W .accordion-header:hover {
            background: #eee;
        }

        .OFSSYN57W .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
            background: #fff;
        }

        .OFSSYN57W .accordion-content p {
            margin: 15px 0;
        }

       .OFSSYN57W .accordion-item.active .accordion-content {
            max-height: 150px;
        }
	/*** TCC Ratenrechner VarD Immo Ende***/
	
	/*** TCC Ratenrechner VarE Google Start***/
.OFSSYP7BX p.usp{
	float:left;
	padding-left:50px;
}

.OFSSYP7BX .navbar{
    display:none;
}

.OFSSYP7BX .desktopnav{
    display:none;
}

@media screen and(max-width:768px){
.OFSSYP7BX p.usp{
		display:none;
	}
}

@media (max-width: 768px) {
 .OFSSYP7BX .card {
	 margin-left:0%;
	 margin-right:0%;
 }
.OFSSYP7BX .hexagonTCCwrap1{
    margin-top:20px!important;
}
.OFSSYP7BX .hexagonTCCwrap2{
    margin-top:20px!important;
}
.OFSSYP7BX .herosection{
    margin-bottom:20px!important;
}
.OFSSYP7BX h2{
    font-size:24px!important;
}
}

.OFSSYP7BX .uspimg{
 width:30%!important;
 margin-top:-160px;
}

.OFSSYP7BX .card {
    margin-top: 100px;
}

.OFSSYP7BX .hexagonTCCwrap1{
	filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
margin-top:-70px;
}

.OFSSYP7BX .hexagonTCCwrap2{
	filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
}
.OFSSYP7BX .hexagonTCC {
           position: relative;
           width: 280px;
           height: 320px;
           background: white;
           clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
           text-align: center;
       }

       .OFSSYP7BX .hexagonTCC img {
           width: 30%;
           height: auto;
           border-radius: 50%;
           margin-bottom: 10px;
       }

       .OFSSYP7BX .hexagonTCC p {
           font-size: 16px;
           color: #333;
           margin: 0;
       }
	
.OFSSYP7BX .accordionTCC {
            max-width: 600px;
            margin: 20px auto;
            border-radius: 5px;
            overflow: hidden;
        }

        .OFSSYP7BX .accordion-item {
            border-bottom: 1px solid #ddd;
        }

       .OFSSYP7BX .accordion-item:last-child {
            border-bottom: none;
        }

       .OFSSYP7BX .accordion-header {
            background: #dadada;
            cursor: pointer;
            padding: 15px;
            font-size: 20px;
            font-weight: bold;
            display: flex;
            justify-content: space-between;
            align-items: center;
	 
        }

        .OFSSYP7BX .accordion-header:hover {
            background: #eee;
        }

        .OFSSYP7BX .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 15px;
            background: #fff;
        }

        .OFSSYP7BX .accordion-content p {
            margin: 15px 0;
        }

       .OFSSYP7BX .accordion-item.active .accordion-content {
            max-height: 150px;
        }

	/*** TCC Ratenrechner VarE Google Ende***/

	/*** TCC Ratenrechner VarB Frau im Header Start***/
    .OFSSVXTAR .tcc-none{
        display:none;
    }
 .OFSSVXTAR p.usp{
	float:left;
	padding-left:50px;
}

.OFSSVXTAR .tcc-header-img{
	display: block;
    margin-left: -150px;
    width: 500px;
    margin-top: -120px;
}
.OFSSVXTAR .card{
	margin-top:-120px;
}
.OFSSVXTAR .label-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}
.OFSSVXTAR .label-container .min, .OFSSVXTAR .label-container .max {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
}
.OFSSVXTAR .label-container .min::after, .OFSSVXTAR .label-container .max::after {
    content: "▼";
    display: block;
    font-size: 12px;
    text-align: center;
    color: rgb(85, 85, 85);
    margin-bottom: 2px;
}

@media (max-width:768px){
.OFSSVXTAR p.usp{
		display:none;
	}
.OFSSVXTAR .card{
    margin-top:-50px!important;
	padding: 20px 20px 20px 20px;
}

.OFSSVXTAR .tcc-header-img{
	width:320px;
	margin-left:-55px;
	margin-top:0px;
}
.OFSSVXTAR .herosection{
	margin-top:-40px;
}
}


.OFSSVXTAR .herosection{
    background-image:none;
    background: #07A0E3;
    background: linear-gradient(166deg,rgba(7, 160, 227, 1) 0%, rgba(56, 168, 56, 1) 100%);
}

	/*** TCC Ratenrechner VarB Frau im Header Ende***/
	
	/*** TCC Ratenrechner VarF Start***/
	.OFST1C613 .label-container {
	    display: flex;
	    justify-content: space-between;
	    position: relative;
	    margin-top: 5px;
	    font-size: 14px;
	    color: #333;
	}
	.OFST1C613 .label-container .min, .OFST1C613 .label-container .max {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 30px;
	}
	.OFST1C613 .label-container .min::after, .OFST1C613 .label-container .max::after {
	    content: "▼";
	    display: block;
	    font-size: 12px;
	    text-align: center;
	    color: rgb(85, 85, 85);
	    margin-bottom: 2px;
	}
	.OFST1C613 .trust-img {
	    width: 100%;
	    padding-top: 20px;
	    max-width: 350px;
	    margin: auto;
	}
	.OFST1C613 .info-text{
		margin-bottom:0px!important;
		font-size:12px!important;
		text-align:left!important;
	}
  	.OFST1C613 .gradient-usp{
  		background: #D65B26;
	    background: linear-gradient(90deg, rgb(8 158 223 / 100%) 0%, rgb(11 157 223 / 0%) 70%);
	    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: 5px;
  	}
  	.OFST1C613 p.usp-text{
  		font-weight:600;
  		color:#ffffff;
  		margin-bottom:0px;
  		font-size:12px;
  	}
	.OFST1C613 .card{
		margin-top:0px!important;
	}
	.OFST1C613 h1 {
	    font-weight: 900;
	    font-size: 52px;
	    line-height: 1.0em;
		text-align:left!important;
	}
	.OFST1C613 .herosection {
    background-image: url(../img/backgroundF.jpg);
    background-size: contain;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
	@media (min-width: 768px) {
	    .OFST1C613 .col-md-6 {
	        flex: 0 0 auto;
	        width: 50%;
	        max-width: 900px;
	        margin: auto;
	    }
	}
	
	@media (max-width: 768px) {
		.OFST1C613 .top-section{
			margin-top:-50px!important;
		}
		
		.OFST1C613 .card-title {
        font-weight: 900;
    }

	.OFST1C613 .herosection h1 {
		  text-align: left !important;
		  font-size:25px!important;
		    }
	 .OFST1C613 .card {
		 margin-left:10px;
		 margin-right:10px;
	 }
	.OFST1C613 .hexagonTCCwrap1{
	    margin-top:20px!important;
	}
	.OFST1C613 .hexagonTCCwrap2{
	    margin-top:20px!important;
	}
	.OFST1C613 .herosection{
	    margin-bottom:20px!important;
	}
	.OFST1C613 h2{
	    font-size:24px!important;
	}
	}

	.OFST1C613 .uspimg{
	 width:30%!important;
	 margin-top:-160px;
	}

	.OFST1C613 .card {
	    margin-top: 100px;
	}

	.OFST1C613 .hexagonTCCwrap1{
		filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
	margin-top:-70px;
	}

	.OFST1C613 .hexagonTCCwrap2{
		filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
	}
	.OFST1C613 .hexagonTCC {
	           position: relative;
	           width: 280px;
	           height: 320px;
	           background: white;
	           clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	           display: flex;
	           flex-direction: column;
	           align-items: center;
	           justify-content: center;
	           text-align: center;
	       }

	       .OFST1C613 .hexagonTCC img {
	           width: 30%;
	           height: auto;
	           border-radius: 50%;
	           margin-bottom: 10px;
	       }

	       .OFST1C613 .hexagonTCC p {
	           font-size: 16px;
	           color: #333;
	           margin: 0;
	       }
	
	.OFST1C613 .accordionTCC {
	            max-width: 600px;
	            margin: 20px auto;
	            border-radius: 5px;
	            overflow: hidden;
	        }

	        .OFST1C613 .accordion-item {
	            border-bottom: 1px solid #ddd;
	        }

	       .OFST1C613 .accordion-item:last-child {
	            border-bottom: none;
	        }

	       .OFST1C613 .accordion-header {
	            background: #dadada;
	            cursor: pointer;
	            padding: 15px;
	            font-size: 20px;
	            font-weight: bold;
	            display: flex;
	            justify-content: space-between;
	            align-items: center;
	 
	        }

	        .OFST1C613 .accordion-header:hover {
	            background: #eee;
	        }

	        .OFST1C613 .accordion-content {
	            max-height: 0;
	            overflow: hidden;
	            transition: max-height 0.3s ease;
	            padding: 0 15px;
	            background: #fff;
	        }

	        .OFST1C613 .accordion-content p {
	            margin: 15px 0;
	        }

	       .OFST1C613 .accordion-item.active .accordion-content {
	            max-height: 220px;
	        }
			.OFST1C613 .top-section{
				padding-left:10px;
				padding-right:10px;
				text-align:left!important;
			}
			.OFST1C613 .form-top {
			    padding: 0px 20px 0px 20px;
			}
	
			.OFST1C613 p.card-subheader {
			    font-size: 14px;
			    font-weight: 400;
			    margin-top: -5px;
			}
			.OFST1C613 .card-title {
		    font-weight:900!important;
		}
		.OFST1C613 .bottom-info {
		    border-radius: 20px;
		    border: 2px dashed #08a0e3;
		    padding: 15px 0px 0px 0px;
		    font-weight: 500;
		    margin: auto;
		    max-width: 800px;
		}
		.OFST1C613 p.card-subheader1 {
			font-size: 16px;
			    font-weight: 400;
			    margin-top: 5px;
			    line-height: 1em;
			}
		@media (max-width: 768px) {
		    .OFST1C613 .splitmobile {
		        margin-bottom: 0px !important;
		    }
			    .OFST1C613 .roundimage {
			        max-width: 30%;
			        display: flex;
			        margin: auto;
			}
		}

		.OFST1C613 .styled-list li {
			font-weight:400!important;
			font-size:18px;
		}
	
	/*** TCC Ratenrechner VarF Ende***/
	
	