/*
@font-face { font-family: sofia-pro-light; src: url('../fonts/Sofia Pro Light Az.otf'); } 
@font-face { font-family: sofia-pro-regular; src: url('../fonts/Sofia Pro Regular Az.otf'); } 
@font-face { font-family: sofia-pro-medium; src: url('../fonts/Sofia Pro Medium Az.otf'); } 
@font-face { font-family: sofia-pro-semi-bold; src: url('../fonts/Sofia Pro Semi Bold Az.otf'); } 
@font-face { font-family: sofia-pro-bold; src: url('../fonts/Sofia Pro Bold Az.otf'); } 
@font-face { font-family: sofia-pro-black; src: url('../fonts/Sofia Pro Black Az.otf'); } 
*/
@import url("https://use.typekit.net/tvu0hcd.css");


summary::-webkit-details-marker{
	display:none!important;
}

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: "sofia-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
    color: #1a1a1a;
    line-height: 27px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
.fw-light{
    font-family: sofia-pro;
	font-weight:300;
}
.fw-medium{
    font-family: sofia-pro-;
	font-weight:500;
}
.fw-semibold{
    font-family: sofia-pro;
	font-weight:700;
}
.fw-bold{
    font-family: sofia-pro;
	font-weight:800;
}
.fw-extra-bold{
    font-family: sofia-pro;
	font-weight:900;
}

.ft-24{
    font-size: 24px;
}
.ft-20{
    font-size: 20px;
}
.ft-14{
    font-size: 14px;
}

.text-dark-blue{
    color: #001b64;;
}
.text-light-black{
    color: #363636;
}

.lh-42{
    line-height: 42px;
}
.lh-25{
    line-height: 25px;
}
.lh-20{
    line-height: 20px;
}
.lh-1{
    line-height: 1.0;
}

/*Header*/
.header {
    background: #fff 0% 0% no-repeat padding-box;
    z-index: 9;
    width: 100%;
    transition: all 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    left: 0px;
    padding: 17px;
}
.sticky-bar {
    background: #fbfbfb;
}
.bg-trasnparent{
    background-color: transparent;
}
.nav-link {
    display: block;
    transition: all 0.2s ease-in-out;
}
.logo{
    width: 200px;
}

/*@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}
}*/

#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}          
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.nav-item .nav-link.active {
    color: #1185f8;
}

/* close */
.navbar-toggler{
    padding: 0px;
    border: 0px;
}
.menu_toggle{
    width: 70px !important;
    height: 50px;
    padding: 9px 23px 9px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in;
    text-align: left;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 90;
    border-radius: 3px;
    line-height: 0px;
}
.menu_toggle span {
    height: 3px;
    width: 100%;
    background: #001b64;
    display: inline-block;
    transition: all 0.5s cubic-bezier(.62, .43, .35, 1.47);
    margin: 2px 0px;
}
.menu_toggle span:nth-child(2) {
    width: 75%; /* Make the middle line shorter */
    margin-left: auto; /* Center the shorter line */
    margin-right: 0px;
}

/* toggle icon animation */
#check1:checked~.menu_toggle span:nth-child(1) {
    width: 100%;
    transform: rotate(45deg) translateY(7px) translateX(7px);
}

#check1:checked~.menu_toggle span:nth-child(2) {
    width: 0;
}

#check1:checked~.menu_toggle span:nth-child(3) {
    width: 100%;
    transform: rotate(-45deg) translateY(-3px) translateX(3px);
}
#check1{
    display: none;
}

.navbar-nav{
    background-color: #fff0a0 !important;
    border-radius: 35px;
    padding: 0px 35px;
}
.navbar-nav .nav-item{
    padding: 10px 23px 15px;
}
.navbar-nav .nav-item .nav-link{
    color: #001b64;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.nav-link::after{
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: #001b64;
}

.nav-link:hover::after, .nav-link.active::after{
    width: 100%;
}

.sec-pad{
    padding: 70px 0px;
}
.title{
    font-size: 36px;
    color: #001b64;
}
.img-box{
    border-radius: 30px;
    overflow: hidden;
}

.img-box-head{
    border-radius: 30px;
    overflow: hidden;
}
.icon{
    width: 70px;
}
.form-box{
    background: linear-gradient(180deg, rgba(255, 240, 159, 1) 0%, rgba(205, 239, 249, 1) 100%);
    padding: 25px;
    border-radius: 30px;
}
.form-select{
    --bs-form-select-bg-img: url() !important;
}
.form-select, .form-control{
    border-radius: 10px;
    background-color: white;
    border: 1px solid #b4b4b4;
    color: black !important;
    padding: 12px 8px !important;
    font-family: sofia-pro;
	font-weight:300;
}
.form-select:focus,.form-control:focus, .form-check-input:focus{
    border-color: #b4b4b4;
    outline: 0;
    box-shadow: none;
}
.error{
    position: relative;
}
.error .form-select, .error .form-control{
    border: 3px solid #db4743 !important;
}
.has-error-text{
    display: none;
}
.error-close-icon{
    display: none;
}
.error .has-error-text{
    display: block;
    color: #a10000 !important;
    position: absolute;
    top: 0px;
    left: 12px;
    font-size: 10px;
}
.error .error-close-icon{
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 15px;
    cursor: pointer;
}
.error-text{
    display: none;
}
.error .error-text{
    display: block;
    color: #a10000 !important;
    font-size: 14px;
}
.form-control::placeholder {
  color: black !important;
}
.form-check-input{
    border-color: #b4b4b4;
    cursor: pointer;
}
.form-check-label{
    line-height: 1.0;
    font-size: 14px !important;
    margin-top: 4px;
    margin-left: 4px;
}
.btn-yellow{
    background-color: #FFF0A0;
    border: 0.5px solid #707070;
    border-radius: 10px;
    color: #001B64;
    width: 100% !important;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 9px 0px;
    transition: all 0.3s ease-in-out;
}
.btn-yellow:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px; /* Reduced shadow for a pressed look */
    transform: translateY(2px); /* Slight downward movement to simulate pressing */
    background-color: #FFE68A; /* Optional: Slightly darker color to enhance effect */
    color: #001B64;
}
.btn.btn-yellow:active {
    background-color: #FFE68A; /* Optional: Slightly darker color to enhance effect */
    color: #001B64;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px; /* Even less shadow for deeper press */
    transform: translateY(4px); /* More downward movement */
    border-color: transparent;
}

/*FAQ*/
/* Detail styling */
.details{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 30px !important;
    background-color: #fff0a0 !important;
    border-radius: 20px !important;
    padding-right: 20px;
    border: solid 1px #b0b0b0 !important;
}

.details + .details{
    margin-top: 15px;
}

.details__title{
    padding-left: 33px !important;
    font-size: 18px;
    --color: currentColor;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
}

.details__title:before,
.details__title:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: var(--color);
    position: absolute;
    border-radius: var(--radius);
    top: 13px;
    left: 8px;
    transition: all .3s ease-in-out;
}

.details__title:after {
    rotate: 90deg; /* Vertical bar for the "+" */
}

.details__container[open] .details__title:before {
    rotate: 0deg; /* Horizontal bar remains the same */
}

.details__container[open] .details__title:after {
    rotate: 0deg; /* Remove vertical bar to make "-" */
}


.details__container[open] .details__title{
    background-color: transparent;
}

.details__summary::marker{
    content:'';
}

.details__desc{
    visibility: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .3s ease-in-out;
    overflow: hidden;
    pointer-events: none;
    padding-left: 33px;
}

.details__container[open] + .details__desc{
    visibility: visible;
    grid-template-rows: 1fr;
    padding: 16px 0px 0px 33px;
}

.details__desc-inner{
    min-height: 0;
}

.btn-blue {
    background-color: #ceeff6;
    border-radius: 20px !important;
    border: solid 1px #b0b0b0;
    color: #001B64;
    font-size: 18px;
    padding: 10px 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.btn-blue:hover {
    color: #001B64;
    background-color: #ceeff6;
    transform: translateY(2px); /* Simulates pressing the button */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); /* Shadow reduces to enhance pressed effect */
}

.btn.btn-blue:active {
    color: #001B64;
    border-color: transparent;
    transform: translateY(4px); /* Deeper press for click */
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); /* Shadow reduces further */
    background-color: #b5dce9; /* Optional: Slightly darker background for clicked state */
}

/*Footer*/
.footer{
    padding: 40px;
    background-color: #fff0a0 !important;
    border-radius: 25px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.f-ul li{
    font-family: sofia-pro;
	font-weight:300;
    color: #001b64;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}

.f-ul li:not(:first-child)::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #001b64;
    margin-top: 2px;
}
.f-ul li:last-child{
    margin-right: 0px;
}

.hier-show {
    max-height: 0; /* Initially hidden */
    overflow: hidden; /* Prevent content from overflowing */
    transition: all 0.5s ease-in-out; /* Smooth transition */
}

.hier-show.active {
    max-height: 1000px; /* Arbitrary large value to show the content */
}

.cust-top-margin{
    text-align: center;
    margin-top: -34px;
}
.cust-top-margin .btn-yellow{
    width: fit-content !important;
    padding: 18px 34px;
}

/* 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: -15px;
	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;
	line-height: 16px;
}


.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;
	line-height: 16px;
}

.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 {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px;
    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;
}

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

			/*** TCC Abschluss nicht möglich .OFST6OZQX START***/
			.TCCbutton {
			background-color: #fff0a0!important;
			border: 0.5px solid #707070!important;
			border-radius: 10px!important;
			color: #001b64!important;
			font-weight: 900!important;
			display: inline-flex;
			padding: 1.15em 2.1em;
			border-radius: inherit;
			border-color: inherit;
			flex-flow: row wrap;
			align-items: center;
			transition: all .3s ease;
			}
			
			.TCCbutton:hover {
transform: translateY(-1px);
box-shadow: 0px 1px 1px rgba(0,0,0,0.05),
0px 2px 2px rgba(0,0,0,0.05),
0px 4px 4px rgba(0,0,0,0.05),
0px 8px 8px rgba(0,0,0,0.05),
0px 16px 16px rgba(0,0,0,0.05);
}

.btn-start{
	margin-top:-30px;
}


@media (max-width: 992px) {
.mb-lg-4TCC {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 768px){
	.mb-3TCC{
		margin-bottom:2rem!important;
	}
}

/*** TCC Abschluss nicht möglich .OFST6OZQX ENDE***/


/***TCC Seite 1 Start***/

 .OFSSQP2EX .errorTCC {
     color: red;
     font-weight: bold;
     margin-bottom: 10px;
   text-align:center;
 }
 
 .OFSSQP2EX .invalid {
            border: 2px solid red!important;
        }
	  
        .OFSSQP2EX .disabled {
            background-color: gray;
            cursor: not-allowed;
        }
 
.OFSSQP2EX .error-message1 {
 display: none;
 background-color: #ffdce0;
 font-size: 11px;
 position: absolute;
 top: -13px;
 line-height:1.3em;
 left: 10px;
 right: 10px;
 color: #dc3545;
 padding: 5px 10px;
 border-radius: 20px;
 border: 1px solid #dc3545;
 color: red;
 }
 
 .OFSSQP2EX .error-icon1 {
     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;
     line-height: 16px;
   z-index:999;
 }

 
 
 /***TCC Seite 1 Ende***/
 
 
 .loader {
  position: relative;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #b5b5bd;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #b5b5bd;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #b5b5bd;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}