html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

body {
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.d-none{
	display:none!important;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}

/* Layout Fix */
.OFST4JBCN .hero-bg{
	background-image: url(/assets/FXQr1K/img/done-bg.png)!important;
}

.hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.content {
    flex: 1 0 auto;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    padding-top: 50px;
}
.hero-title {
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 10px;
}
.sub-title {
	font-size:27px;
	font-weight:900;
	color: #797979;
}
.sub-progress{
	font-size:20px;
	color:#777777;
	margin-top:15px;
}
.white-box {
    border-radius: 11px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
}
.white-box p {
    margin-bottom: 25px;
	font-size:21px;
	font-weight:900;
}


/* Wrapper */
.range {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
}

/* Base slider */
input[type="range"].form-range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 6px;
    outline: none;
    --progress: 0%;
}

/* TRACK (WebKit & Chrome) */
input[type="range"].form-range::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(
        to right,
        #EA5B0C 0%,
        #EA5B0C var(--progress),
        #F4F4F4 var(--progress),
        #F4F4F4 100%
    );
}

/* TRACK (Firefox) */
input[type="range"].form-range::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(
        to right,
        #EA5B0C 0%,
        #EA5B0C var(--progress),
        #F4F4F4 var(--progress),
        #F4F4F4 100%
    );
}

/* THUMB (WebKit) */
input[type="range"].form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 3px solid #ea5b0c;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

input[type="range"].form-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/* THUMB (Firefox) */
input[type="range"].form-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 3px solid #ea5b0c;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

input[type="range"].form-range::-moz-range-thumb:hover {
    transform: scale(1.1);
}

/* Eurozeichen */

.euro-input-wrapper {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 5px;
	margin-bottom:15px;
	position:relative;
}


.euro-input {
    flex: 1;
    border: none !important;
    background: transparent;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    outline: none;
}

.euro-input::placeholder {
    color: #000000!important;
    font-weight: 500;
}

.euro-symbol {
    padding: 11px 10px;
    font-size: 16px;
	font-weight:500;
    color: #000;
    display: flex;
    align-items: center;
}


.amount-input {
    display: flex;
    gap: 10px;
    width: 90%;
    margin: 0px auto 30px;
}
.amount-input .form-control {
    border-radius: 5px;
    border: 2px solid #212529;
    background: #ffffff;
    padding: 7px 20px;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
}
.amount-input .form-control::placeholder {
    color: #000;
}
.amount-input .form-control:focus {
    box-shadow: none;
    border-color: #ea5b0c;
}
.btn-theme {
    border-radius: 50px;
    background-color: #ea5b0c;
    padding: 11px 30px;
    width: 100%;
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    border: 1px solid #ea5b0c;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.5px;
}
.btn-theme:hover {
    background-color: transparent;
    color: #ea5b0c;
    border-color: #ea5b0c;
}
.back-btn{
	border:0px!important;
	color:#797979!important;
	font-weight:900!important;
	margin-bottom:10px!important;
}
.back-btn-alt{
	border:0px!important;
	color:#797979!important;
	font-weight:900!important;
	margin-bottom:10px!important;
	margin-top:27px!important;
}
.back-btn:hover{
	background-color:transparent!important;
	color:#000000!important;
}
.small-text {
    color: #797979;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
}
.cust-list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.cust-ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.cust-ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    text-align: left;
}
.cust-ul li img {
    min-width: 20px;
    margin-top: 5px;
}
.review-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 20px;
}
.review-prof {
    min-width: 70px;
    height: 70px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px #d9d9d9;
}
.review-text {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
}
.prof-name {
    color: #696969;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

/*Professional Status*/
.secure-connection {
    border-radius: 50px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 7px 18px;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px auto 30px;
}
.btn-border {
    border-radius: 50px;
    background-color: transparent;
    padding: 11px 110px;
    color: #ea5b0c;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ea5b0c;
    transition: all 0.3s ease-in-out;
	margin-bottom:20px;
}
.btn-border:hover {
    background-color: #ea5b0c;
    color: #fff;
    border-color: #ea5b0c;
}
.progress-lable {
    color: #8fc219;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.progress {
    height: 8px;
    background-color: #d9e4bf;
}
.progress-bar {
    background-color: #8fc219;
    border-radius: 50px;
}
.progress-percent {
    color: #8fc219;
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
}

/* Hide the default radio button */
input[type="radio"] {
    display: none;
}

/* Style the label like a card */
.custom-radio-card label {
    display: block;
    border-radius: 5px;
    border: 2px solid #000000;
    background: #fff;
    padding: 17px 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: break-word;
    width: 100%;
    height: 100%;
}

.custom-radio-card label .check-box {
    display:none;
	/*
	min-width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
	*/
}

.custom-radio-card label .check-box img {
    display: none;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.custom-radio-card label:hover {
    border-color: #90d26d;
    background-color: #f7ffe4;
}

/* Checked state */
.custom-radio-card input[type="radio"]:checked + label {
    background-color: #f7ffe4;
    border-color: #8fc219;
    color: #8fc219;
    font-weight: 700;
}

.custom-radio-card input[type="radio"]:checked + label .check-box img {
    display: block;
}

.custom-radio-card input[type="radio"]:checked + label .check-box {
    background-color: #8fc219;
    border-color: #8fc219;
}

.custom-radio-card.o-card label {
    text-align: left;
    position: relative;
    padding: 15px 10px;
}
.custom-radio-card.o-card label .check-box {
    position: absolute;
    top: -7px;
    left: -6px;
    background-color: transparent;
    border-color: transparent;
}

.number-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.number-box label {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.number-box input[type="radio"]:checked + label {
    background-color: #f7ffe4;
    border-color: #8fc219;
    color: #8fc219;
    font-weight: 500;
}
label.yes-no {
    font-size: 16px;
    font-weight: 500;
}
.form-control {
    padding: 15px 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    border-color: #000000;
	border-width:2px;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #8fc219;
}
.form-control::placeholder {
    color: #000000;
}
.if-yes {
    margin-top: 30px;
}
.form-select {
    padding: 15px 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
	border-width:2px;
    border-color: #000000;
    --bs-form-select-bg-img: url(/assets/FXQr1K/img/icon/chevron-dw.svg);
}

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.selected-option {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 14px 20px;
    border-radius: 4px;
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}
.option-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-icon {
    margin-left: auto;
}

.dropdown-options {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 10;
    box-sizing: border-box;
}

.dropdown-options li {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

.cust-check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    color: #4e4e4e;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2em;
}
.cust-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.cust-check .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    background: #ffffff1a;
}
.cust-check:hover input ~ .checkmark {
    background-color: #ccc;
}
.cust-check input:checked ~ .checkmark {
    background-color: #8fc219;
}
.cust-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cust-check input:checked ~ .checkmark:after {
    display: block;
}
.cust-check .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-theme.bg-green {
    background-color: #8fc219;
    border-color: #8fc219;
    transition: all 0.3s ease-in-out;
}
.btn-theme.bg-green:hover {
    background-color: transparent;
    border-color: #8fc219;
    color: #8fc219;
}
.dsgvo {
    width: 350px;
}
.tipp {
    position: absolute;
	top: -35px;
	    left: -20px;
    transform: rotate(36deg);
}
.fee-free-credit-card{
	max-width: 290px;
	margin:10px auto;
}
.bold-acadamy {
    width: 150px;
}
.financial-freedom {
    padding: 50px;
    background-size: cover;
    background-position: center right;
    margin-right: -20px;
    margin-bottom: 35px;
}
.financial-freedom .ft-22 {
    max-width: 209px;
}
.net-income {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ni-input {
    width: 100%;
    position: relative;
}
.checked-correct-icon,
.false-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.ni-input input:-internal-autofill-selected {
    background-color: transparent;
}
.ni-input .form-control.correct {
    background-color: #f7ffe4;
    border-color: #8fc219;
}
.ni-input .form-control.false {
    background-color: #fff6f6;
    border-color: #de0505;
}
.ni-input .form-control.false::placeholder {
    color: #f18080;
}

/*Footer*/
.footer {
    flex-shrink: 0;
    padding: 30px 0px;
    text-align: center;
	order:3;
    width: 50%;
    margin: auto;
}

.footer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 5px;
}
.footer p:last-child {
    margin-bottom: 0px;
}
.footer p .f-link {
    transition: all 0.3s ease-in-out;
}
.footer p .f-link:hover {
    text-decoration: underline;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.extra-bold {
    font-weight: 800;
}
.black {
    font-weight: 900;
}
.text-green {
    color: #8fc219;
}
.mb-30 {
    margin-bottom: 30px;
}
.ft-22 {
    font-size: 22px;
}
.w-100a {
    width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
#monthlyRate{
	padding-top:15px;
}

.col-12.col-md-9.col-lg-7.col-xl-6 {
  display: flex;
  flex-direction: column;
}

.col-12.col-md-9.col-lg-7.col-xl-6 .secure-connection {
  order: 1;
}

.col-12.col-md-9.col-lg-7.col-xl-6 .text-center {
  order: 0;
}

#step_OFSTB9SRD #submit-btn {
    visibility: hidden;
}

#step_OFSTBC08Y #submit-btn {
    visibility: hidden;
}

#step_OFSTBC0MV #submit-btn {
    visibility: hidden;
}

#step_OFSTBC1FX #submit-btn {
    visibility: hidden;
}

#step_OFSTBFHD8 #submit-btn {
    visibility: hidden;
}
#step_OFSTBFIW8 #submit-btn {
    visibility: hidden;
}

#step_OFSTBDEDR #submit-btn {
	margin-top:15px;
}

.error-message {
	display: none;
	background-color: #ffffff;
	font-size: 11px;
    position: absolute;
    top: -8px;
    left: 15px;
    color: #dc3545;
    padding: 0px 4px;
    border-radius: 4px;
    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;
}

select.form-select.success {
  border: 1px solid #8fc219 !important;
  background-color: #f7ffe4;
  color:#8fc219;
}

select.form-select.error {
    border: 1px solid #dc3545 !important;
    background-color: #ffdce0 !important;
    color: #dc3545 !important;
}

input.check-input.error {
    border: 1px solid #dc3545 !important;
    background-color: #ffdce0 !important;
    color: #dc3545 !important;
}

input.check-input.success {
    border: 1px solid #8fc219 !important;
    background-color: #f7ffe4;
    color:#8fc219;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.8rem;
}

/**Gender Select**/

.gender-select {
    display: flex;
    gap: 10px;
}

.gender-option {
    flex: 1;
    position: relative;
    cursor: pointer;
}

.gender-option input {
    display: none;
}

.gender-option span {
    display: block;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    transition: all 0.2s ease;
	font-weight:700;
}

/* aktivierter Button */
.gender-option input:checked + span {
    border-color: #76c043;
    background: #ecf8e5;
    color: #2f7d1a;
    font-weight: 600;
}

#overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            background-color: rgba(0, 0, 0, 0.6); /* Abdunklung */
            backdrop-filter: blur(4px); /* Blur Effekt */
            display: flex;
            align-items: center;
            justify-content: center;
            
            /* Transition Eigenschaften */
            transition: opacity 0.3s ease, visibility 0.3s;
        }

        /* Zustand: Versteckt */
        #overlay.hidden-overlay {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

        /* Zustand: Sichtbar */
        #overlay.visible-overlay {
            opacity: 1;
            visibility: visible;
            pointer-events: auto; /* Blockiert Interaktion mit der Seite dahinter */
        }

        .overlay-content {
            position: relative;
            /* pointer-events: none; damit man nicht aus Versehen etwas selektiert */
            pointer-events: none; 
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        /* === ANIMATION STYLING === */
        
        /* Container für die Animationselemente */
        .thumb-container {
            position: relative;
            width: 150px;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* 1. Daumen SVG */
        #anim-thumb {
            width: 100px;
            height: 100px;
            color: #8fc219; /* Helles Blau */
            z-index: 10;
            /* Drop Shadow via Filter */
            filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3));
        }

        /* Animation Keyframe Zuweisung */
        .animate-thumb {
            animation: thumb-bounce 0.8s forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transform-origin: center bottom;
        }

        @keyframes thumb-bounce {
            0% { transform: scale(0) rotate(-15deg); opacity: 0; }
            50% { transform: scale(1.2) rotate(5deg); opacity: 1; }
            70% { transform: scale(0.9) rotate(0deg); }
            100% { transform: scale(1) rotate(0deg); }
        }

        /* 2. Burst Hintergrund-Kreis */
        .circle-burst {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 120%;
            height: 120%;
            background-color: #8fc219;
            border-radius: 50%;
            z-index: -1;
            transform: translate(-50%, -50%) scale(0);
            opacity: 0;
        }

        .animate-circle {
            animation: circle-pop 0.6s forwards ease-out;
        }

        @keyframes circle-pop {
            0% { transform: translate(-50%, -50%) scale(0); opacity: 1; }
            40% { opacity: 1; }
            100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
        }

        /* 3. Funken (Sparks) */
        .spark {
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            opacity: 0;
            z-index: -2;
        }

        /* Farben für die Funken */
        .s-yellow { background-color: #fbbf24; }
        .s-blue   { background-color: #60a5fa; }
        .s-red    { background-color: #f87171; }
        .s-green  { background-color: #4ade80; }
        .s-purple { background-color: #c084fc; }
        .s-orange { background-color: #fb923c; }

        /* Individuelle Flugbahnen für Funken */
        .animate-sparks .spark:nth-child(1) { --tx: 0px; --ty: -80px; animation: spark-fly 0.6s 0.1s forwards ease-out; }
        .animate-sparks .spark:nth-child(2) { --tx: 60px; --ty: -50px; animation: spark-fly 0.6s 0.1s forwards ease-out; }
        .animate-sparks .spark:nth-child(3) { --tx: 60px; --ty: 50px; animation: spark-fly 0.6s 0.1s forwards ease-out; }
        .animate-sparks .spark:nth-child(4) { --tx: 0px; --ty: 80px; animation: spark-fly 0.6s 0.1s forwards ease-out; }
        .animate-sparks .spark:nth-child(5) { --tx: -60px; --ty: 50px; animation: spark-fly 0.6s 0.1s forwards ease-out; }
        .animate-sparks .spark:nth-child(6) { --tx: -60px; --ty: -50px; animation: spark-fly 0.6s 0.1s forwards ease-out; }

        @keyframes spark-fly {
            0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
            100% { transform: translate(calc(-50% + var(--tx)), calc(-50% + var(--ty))) scale(0); opacity: 0; }
        }

        /* Cross-document View Transitions (Chrome 126+, Safari 18+). Firefox fällt auf Default-Reload zurück. */
        @view-transition {
            navigation: auto;
        }

        /* Logo und Progressbar bleiben beim Step-Wechsel stabil sichtbar */
        .logo {
            view-transition-name: logo;
        }
        .progress {
            view-transition-name: progress;
        }

        /* Restlicher Content cross-fade */
        ::view-transition-old(root),
        ::view-transition-new(root) {
            animation-duration: 0.25s;
        }

        @media (prefers-reduced-motion: reduce) {
            ::view-transition-old(root),
            ::view-transition-new(root) {
                animation: none;
            }
        }