/*@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Baloo:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

:root {
    --orange: #FFA535;
    --brightOrange: #FFC266;
    --grey: #3B3C42;
    --lightGrey: #EFEFEF;
    --white: #FFF;
}

body,
html {
    background: url('../img/bg.png') no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    font-family: 'Nunito' !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.azubi-background {
    background: url('../img/bg.png') no-repeat center center fixed;
    background-size: cover;
}

input:-webkit-autofill {
    font-family: 'Nunito', sans-serif !important; /* Force your font */
    background-color: white !important; /* Override background */
    color: inherit !important; /* Ensure text color is inherited */
    transition: background-color 0s ease-in-out; /* Optional: prevent flashing */
}


.textPageTitle {
    font-weight: bold;
    font-size: 28px;
}

.textPageMediumTitle {
    font-weight: bold;
    font-size: 26px;
}

.textPageSubTitle {
    font-size: 16px;
}
/* Small devices (sm) */
@media (min-width: 576px) {

    .textPageTitle {
        font-size: 32px;
    }

    .textPageMediumTitle {
        font-size: 28px;
    }

    .textPageSubTitle {
        font-size: 20px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .textPageTitle {
        font-size: 40px;
    }

    .textPageMediumTitle {
        font-size: 32px;
    }

    .textPageSubTitle {
        font-size: 24px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .textPageTitle {
        font-size: 50px;
    }

    .textPageMediumTitle {
        font-size: 36px;
    }

    .textPageSubTitle {
        font-size: 30px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
}

.homeCardHeader {
    height: 160px;
    border: none;
}

.homeCardBody {
    height: fit-content;
}

@media (min-width: 576px) {
    .homeCardHeader {
        height: 160px;
    }

    .homeCardBody {
        min-height: 220px;
    }
}

@media (min-width: 768px) {
    .homeCardHeader {
        height: 140px;
    }
}

@media (min-width: 992px) {
    .homeCardHeader {
        height: 160px;
    }
}

@media (min-width: 1200px) {
    .homeCardHeader {
        height: 200px;
    }
}

@media (min-width: 1400px) {
    .homeCardHeader {
        height: 220px;
    }
}

.cardTextTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0 12px 0;
}

.cardTextContent {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.premiumTextTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 8px 0 6px 0;
}

premiumTextContent {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

a {
    color: black;
    font-weight: bold;
    text-decoration: none !important;
}

a.classic {
    text-decoration: underline !important;
    font-weight: normal !important;
    color: black !important;
}

.premium-section {
    background-color: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.azubibtn {
    width: fit-content;
    color: white !important;
    background-color: #ffa535 !important;
    padding: 4px 20px !important;
    border-radius: 20px !important;
    border: solid 3px #ffa535 !important;
    cursor: pointer;
    margin: 10px 0 0 0 !important;
    font-family: baloo !important;
    font-size: 16px !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.azubibtn.azubidisabled {
    cursor: default !important;
    background-color: #ffce92 !important;
    border: solid 2px #ffce92 !important;
}

.azubibtn:disabled {
    cursor: default !important;
    background-color: #ffce92 !important;
    border: solid 2px #ffce92 !important;
    opacity: 1;
}

.azubibtn:hover {
    color: white;
    background-color: #ffa535;
    opacity: 0.9;
}

.azubibtn_danger {
    width: fit-content;
    color: white !important;
    background-color: #ff0000 !important;
    padding: 4px 20px !important;
    border-radius: 20px !important;
    border: solid 3px #ff0000 !important;
    cursor: pointer;
    margin: 10px 0 0 0 !important;
    font-family: baloo !important;
    font-size: 16px !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.azubibtn_danger.azubidisabled {
    cursor: default !important;
    background-color: #fb8989 !important;
    border: solid 2px #fb8989 !important;
}

.azubibtn_danger:disabled {
    cursor: default !important;
    background-color: #fb8989 !important;
    border: solid 2px #fb8989 !important;
    opacity: 1;
}

.azubibtn_danger:hover {
    color: white;
    background-color: #ffa535;
    opacity: 0.9;
}

.azubibtn_inv {
    width: fit-content;
    color: #ffa535;
    background-color: white;
    padding: 4px 20px;
    border: solid 3px #ffa535;
    border-radius: 20px;
    cursor: pointer;
    margin: 10px 0 0 0;
    font-family: baloo !important;
    font-size: 16px !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.azubibtn_inv:hover {
    color: #ffa535;
    background-color: white;
    opacity: 0.9;
}

.azubibtn_alert {
    width: fit-content;
    color: white;
    background-color: #ff0000;
    padding: 4px 20px;
    border: solid 3px #ff0000;
    border-radius: 20px;
    cursor: pointer;
    margin: 10px 0 0 0;
    font-family: baloo !important;
    font-size: 18px !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.azubibtn_alert:hover {
    border-color: #ff6464;
    background-color: #ff6464;
    opacity: 0.9;
}

/*.azubibtn_inv:disabled {
        color: #bfbfbf;*/ /* Gray out the text */
/*background-color: #f5f5f5;*/ /* Light gray background */
/*border-color: #bfbfbf;*/ /* Gray border */
/*cursor: default;*/ /* Default cursor */
/*opacity: 0.6;*/ /* Optional: make it look slightly faded */
/*}*/
.azubibtn_inv:disabled {
    color: #ffd8a6; /* Lighter shade of the enabled color */
    border-color: #ffd8a6; /* Lighter border */
    cursor: default; /* Default cursor */
    opacity: 1;
    /*opacity: 0.7;*/ /* Slightly faded */
}

a.azubibtn_inv:visited {
    color: #ffa535;
}

@media (min-width: 576px) {
    .azubibtn {
        font-size: 18px !important;
    }
    .azubibtn_danger {
        font-size: 18px !important;
    }

    .azubibtn_inv {
        font-size: 18px !important;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
}

/* Large devices (lg) */
@media (min-width: 992px) {
}
/* XL devices (xl) */
@media (min-width: 1200px) {
}


.anchorbtn {
    border: none;
    background-color: transparent;
}

.azubibanner {
    color: white;
    background-color: #ffa535;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .azubibanner {
        max-height: calc(100% - 20px);
    }
}

.rotated-scaled-div {
    transform: scale(0.6) rotate(6deg);
    transform-origin: top left;
    min-width: 380px;
    max-width: 440px;
}

.rotated-div {
    transform: rotate(6deg);
    transform-origin: top left;
    min-width: 380px;
    max-width: 440px;
}

.premium {
    max-height: 180px;
    background-color: white;
}

@media (min-width: 992px) {
    .rotated-scaled-div {
        position: absolute;
    }

    .premium {
        background-color: inherit;
    }
}

@media (max-width: 991px) {
    .premium-content {
        background-color: #ffa535;
    }
}

.searchTextTitle {
    font-size: 22px;
    font-weight: 900;
    text-align: left;
}

@media (min-width: 768px) {
    .searchTextTitle {
        width: 70%;
    }
}

.styled-input {
    width: 90%;
    padding: 6px 16px;
    font-size: 16px; /* Adjust font size as needed */
    border: 1px solid #f5f5f5;
    border-radius: 20px; /* Rounded corners */
    background-color: #f5f5f5 !important; /* Light gray background */
    color: #666; /* Text color */
    outline: none; /* Remove default outline */
    box-shadow: none; /* Remove any shadow */
}

.styled-input::placeholder {
    color: #999; /* Placeholder text color */
    font-size: 16px;
}

.styled-input:hover {
    background-color: white !important;
}
/* small devices */
@media (min-width: 576px) {
    .styled-input {
        width: 80%; /* Adjust width as needed */
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .styled-input {
        width: 70%; /* Adjust width as needed */
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .styled-input {
        width: 70%; /* Adjust width as needed */
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .styled-input {
        width: 70%; /* Adjust width as needed */
    }
}

.autocomplete-items {
    position: absolute;
    /*border: 1px solid #d4d4d4;*/
    border-radius: 8px;
    /*border: none;*/
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 40px;
    left: 40px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    background-color: white;
}

.autocomplete-items div {
    padding: 8px 10px;
    cursor: pointer;
    background-color: #fff;
    /*border-bottom: 1px solid #d4d4d4;*/
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-top-item {
    /*    border-top: 1px solid #d4d4d4;
    border-radius: 16px;
*/
}

.autocomplete-bottom-item {
    /*    border-bottom: 1px solid #d4d4d4;
    border-radius: 16px;
*/
}

.autocomplete-highlight-item {
    font-weight: bold;
}

.autocomplete-layunder {
    position: absolute;
    opacity: 0;
    z-index: 98;
    /*position the autocomplete items to be the same width as the container:*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #d1e5f5 !important;
    color: #ffffff;
}

.registrationTitle {
    font-family: 'Baloo' !important;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.registrationSubTitle {
    font-size: 14px;
}
/* Small devices (sm) */
@media (min-width: 576px) {
    .registrationTitle {
        font-size: 20px;
    }

    .registrationSubTitle {
        font-size: 16px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .registrationTitle {
        font-size: 24px;
    }

    .registrationSubTitle {
        font-size: 16px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .registrationTitle {
        font-size: 28px;
    }

    .registrationSubTitle {
        font-size: 16px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .registrationTitle {
        font-size: 32px;
    }

    .registrationSubTitle {
        font-size: 16px;
    }
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 24px !important;
    height: 24px !important;
    position: relative !important;
}

.custom-checkbox input[type="checkbox"]:disabled {
    cursor: default !important;
}

.custom-checkbox label {
    top: 0;
    left: 32px;
    cursor: pointer;
    margin-left: 8px;
    text-align: left;
    width: fit-content;
}

/* Create the custom checkbox */
.custom-checkbox .checkmark {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333; /* Dark gray border for unchecked state */
    background-color: transparent;
    border-radius: 4px;
    top: 2px;
    flex-shrink: 0;
}

.custom-checkbox input:disabled + .checkmark {
    background-color: #EFEFEF;
    border-color: #cecece;
    cursor: default !important;
}

.custom-checkbox input:disabled + .checkmark ~ label {
    color: #b0b0b0;
    cursor: default !important;
}

.custom-checkbox.custom-checkbox-framed {
    border: 1px solid #ffa535;
    border-radius: 8px;
    padding: 4px 8px;
}

.custom-checkbox.custom-checkbox-framed .checkmark {
    top: 6px;
}

/* Style for when the checkbox is checked */
.custom-checkbox input:checked + .checkmark {
    background-color: #ffa535;
    border-color: #ffa535;
}

.custom-checkbox input:checked:disabled + .checkmark {
    background-color: #ffc071;
    border-color: #ffa535;
    cursor: default !important;
}

/* Add the checkmark when checked */
.custom-checkbox input:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Optional: Align the text with the checkbox */
.custom-checkbox {
    display: flex;
    cursor: pointer;
    position: relative;
}

label:has(input:disabled) {
    cursor: default !important;
}
/* Hide the default radio button */
.custom-radiobox input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create the custom radio button */
.custom-radiobox .radiomark {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333; /* Dark gray border for unchecked state */
    border-radius: 50%;
    margin-right: 8px;
    background-color: transparent;
}

/* Style for the checked radio button */
.custom-radiobox input[type="radio"]:checked + .radiomark {
    border-color: #ffa535; /* Orange border for checked state */
}

/* White circle around the orange dot in the checked state */
.custom-radiobox input[type="radio"]:checked + .radiomark:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
}

/* Inner orange dot */
.custom-radiobox input[type="radio"]:checked + .radiomark:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background-color: #ffa535;
    border-radius: 50%;
}

/* Align label text with the custom radio button */
.custom-radiobox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.close {
    display: none;
    border: none;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    color: white;
    background-color: #ffa535;
}

input.code {
    font-size: 24px;
}

/* Target the placeholder */
input.code::placeholder {
    font-size: 24px;
    color: #888; /* Optional: Customize the color of the placeholder */
}

.input-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 200px; /* Adjust width depending on spacing */
}

.char-input {
    width: 30px; /* Adjust to fit the desired size */
    height: 40px; /* Adjust height if needed */
    border: none;
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 24px;
    outline: none;
}

.char-input:focus {
    border-bottom-color: #ffa535; /* Optional: change color when focused */
}

.char-input::placeholder {
    color: transparent;
}

.baloo-title {
    font-family: baloo;
    font-size: 20px;
}
/* Small devices (sm) */
@media (min-width: 576px) {
    .baloo-title {
        font-size: 20px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .baloo-title {
        font-size: 24px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .baloo-title {
        font-size: 28px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .baloo-title {
        font-size: 32px;
    }
}

input:-webkit-autofill {
    background-color: #f5f5f5 !important;
}

/*responsive table*/
@media (max-width: 576px) {
    .table thead {
        display: none; /* Hide the table header */
    }

    .table, .table tbody, .table tr, .table td {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .table tr {
        margin-bottom: 1rem;
    }

    .table td {
        width: 50%; /* First two cells take 50% width each */
    }

    .table td:last-child {
        width: 100%; /* Last cell takes full width */
    }

    .table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 0.5rem;
    }
}

.fill-available-width {
    width: -webkit-fill-available; /* Chrome, Safari */
    width: -moz-available; /* Firefox */
    width: fill-available; /* Standard, future compatibility */
}

.baloo {
    font-family: baloo;
}

.baloo-14 {
    font-family: baloo;
    font-size: 14px;
}

.baloo-16 {
    font-family: baloo;
    font-size: 16px;
}

.baloo-18 {
    font-family: baloo;
    font-size: 18px;
}

.baloo-20 {
    font-family: baloo;
    font-size: 20px;
}

.baloo-22 {
    font-family: baloo;
    font-size: 22px;
}

.baloo-25 {
    font-family: baloo;
    font-size: 22px;
}

.baloo-28 {
    font-family: baloo;
    font-size: 28px;
}

.baloo-32 {
    font-family: baloo;
    font-size: 32px;
}


.baloo-btn-text {
    font-family: baloo;
    font-size: 14px;
}

.border-20 {
    border-radius: 20px;
}

@media (min-width: 576px) {
    .baloo-btn-text {
        font-size: 18px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
}

/* Large devices (lg) */
@media (min-width: 992px) {
}
/* XL devices (xl) */
@media (min-width: 1200px) {
}

.regular {
    font-family: nunito;
}

.regular-12 {
    font-family: nunito;
    font-size: 12px;
}

.regular-13 {
    font-family: nunito;
    font-size: 13px;
}

.regular-14 {
    font-family: nunito;
    font-size: 14px;
}

.regular-16 {
    font-family: nunito;
    font-size: 16px;
}

.regular-18 {
    font-family: nunito;
    font-size: 18px;
}

.regular-20 {
    font-family: nunito;
    font-size: 20px;
}

.regular-22 {
    font-family: nunito;
    font-size: 22px;
}

.regular-25 {
    font-family: nunito;
    font-size: 25px;
}

.regular-28 {
    font-family: nunito;
    font-size: 28px;
}

.regular-36 {
    font-family: nunito;
    font-size: 36px;
}

.regular-45 {
    font-family: nunito;
    font-size: 45px;
}

.regular-50 {
    font-family: nunito;
    font-size: 50px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-25 {
    font-size: 25px;
}

.text-28 {
    font-size: 28px;
}

.text-36 {
    font-size: 36px;
}

.text-45 {
    font-size: 45px;
}

.text-50 {
    font-size: 50px;
}

@media (min-width: 576px) {
    .text-sm-13 {
        font-size: 13px;
    }

    .text-sm-14 {
        font-size: 14px;
    }

    .text-sm-16 {
        font-size: 16px;
    }

    .text-sm-18 {
        font-size: 18px;
    }

    .text-sm-20 {
        font-size: 20px;
    }

    .text-sm-22 {
        font-size: 22px;
    }

    .text-sm-25 {
        font-size: 25px;
    }

    .text-sm-28 {
        font-size: 28px;
    }

    .text-sm-36 {
        font-size: 36px;
    }

    .text-sm-45 {
        font-size: 45px;
    }

    .text-sm-50 {
        font-size: 50px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .text-md-13 {
        font-size: 13px;
    }

    .text-md-14 {
        font-size: 14px;
    }

    .text-md-16 {
        font-size: 16px;
    }

    .text-md-18 {
        font-size: 18px;
    }

    .text-md-20 {
        font-size: 20px;
    }

    .text-md-22 {
        font-size: 22px;
    }

    .text-md-25 {
        font-size: 25px;
    }

    .text-md-28 {
        font-size: 28px;
    }

    .text-md-36 {
        font-size: 36px;
    }

    .text-md-45 {
        font-size: 45px;
    }

    .text-md-50 {
        font-size: 50px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .text-lg-13 {
        font-size: 13px;
    }

    .text-lg-14 {
        font-size: 14px;
    }

    .text-lg-16 {
        font-size: 16px;
    }

    .text-lg-18 {
        font-size: 18px;
    }

    .text-lg-20 {
        font-size: 20px;
    }

    .text-lg-22 {
        font-size: 22px;
    }

    .text-lg-25 {
        font-size: 25px;
    }

    .text-lg-28 {
        font-size: 28px;
    }

    .text-lg-36 {
        font-size: 36px;
    }

    .text-lg-45 {
        font-size: 45px;
    }

    .text-lg-50 {
        font-size: 50px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .text-xl-13 {
        font-size: 13px;
    }

    .text-xl-14 {
        font-size: 14px;
    }

    .text-xl-16 {
        font-size: 16px;
    }

    .text-xl-18 {
        font-size: 18px;
    }

    .text-xl-20 {
        font-size: 20px;
    }

    .text-xl-22 {
        font-size: 22px;
    }

    .text-xl-25 {
        font-size: 25px;
    }

    .text-xl-28 {
        font-size: 28px;
    }

    .text-xl-36 {
        font-size: 36px;
    }

    .text-xl-45 {
        font-size: 45px;
    }

    .text-xl-50 {
        font-size: 50px;
    }
}
/* XXL devices (xl) */
@media (min-width: 1400px) {
    .text-xxl-13 {
        font-size: 13px;
    }

    .text-xxl-14 {
        font-size: 14px;
    }

    .text-xxl-16 {
        font-size: 16px;
    }

    .text-xxl-18 {
        font-size: 18px;
    }

    .text-xxl-20 {
        font-size: 20px;
    }

    .text-xxl-22 {
        font-size: 22px;
    }

    .text-xxl-25 {
        font-size: 25px;
    }

    .text-xxl-28 {
        font-size: 28px;
    }

    .text-xxl-36 {
        font-size: 36px;
    }

    .text-xxl-45 {
        font-size: 45px;
    }

    .text-xxl-50 {
        font-size: 50px;
    }
}


.img-20 {
    width: 20px;
    height: 20px;
}

.img-24 {
    width: 24px;
    height: 24px;
}

.img-26 {
    width: 26px;
    height: 26px;
}

.img-30 {
    width: 30px;
    height: 30px;
}

.img-34 {
    width: 34px;
    height: 34px;
}

.img-35 {
    width: 35px;
    height: 35px;
}

.img-250-150 {
    width: 250px;
    height: 150px;
}

.img-250-150-hervorheben {
    width: 250px;
    height: 150px;
    background-image: url('../assets/Hervorheben.svg');
}

.img-250-150-container {
    width: 250px;
    min-width: 180px;
    max-width: 250px;
    /*height: 150px;*/
}

.img-250-150-logo-plus {
    /*width: 250px;*/
    min-width: 180px;
    max-width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../assets/LogoPlus.svg');
}

.img-250-150-gallery-plus {
    /*width: 250px;*/
    min-width: 180px;
    max-width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../assets/BilderGaleriePlus.svg');
}

.img-250-150-info-plus {
    /*width: 250px;*/
    min-width: 180px;
    max-width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../assets/InfoPlus.svg');
}

.img-250-150-link-plus {
    /*width: 250px;*/
    min-width: 180px;
    max-width: 250px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../assets/LinkPlus.svg');
}

.pointer {
    cursor: pointer;
}

.default-cursor {
    cursor: default !important;
}

.text-orange {
    color: #ffa535;
}

.bg-orange {
    background-color: #ffa535 !important;
    color: white !important;
}

input[type="text"].mandatory:placeholder-shown {
    border: solid 1px #ffa535 !important;
}

select.mandatory {
    border: solid 1px #ffa535 !important;
}

.orange-check-input:checked {
    background-color: #ffa535 !important;
    border-color: #ffa535 !important;
}

.code-input-container {
    height: 60px;
    width: 100%;
    display: flex;
    position: relative;
}

.code-input-container input[type="text"] {
    width: 3ch;
    padding: 6px 10px;
    font-family: nunito;
    font-size: 30px;
    outline: none;
    margin: auto;
}


.input-container input[type="text"], textarea, select {
    width: 100%;
    padding: 6px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    font-family: nunito;
    font-size: 16px;
    outline: none;
    background-color: #f1f1f1; /* Gray background when input is empty */
}

/* Placeholder styling */
.input-container input[type="text"]::placeholder, textarea::placeholder, select::placeholder {
    color: #aaa; /* Light gray color for placeholder */
    font-weight: normal; /* Normal font weight for placeholder */
}

/* Change background when input has content */
.input-container input[type="text"]:not(:placeholder-shown), textarea:not(:placeholder-shown), select:not(:placeholder-shown) {
    background-color: white; /* White background when there’s text */
}

.input-container input[type="text"]:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown {
    border-color: #f1f1f1;
}

.input-container label {
    position: absolute;
    top: -6px;
    left: 15px;
    background-color: white; /* Same color as the input background */
    padding: 0 2px;
    font-family: nunito;
    font-size: 10px;
    color: #787878;
    transition: opacity 0.3s ease; /* Optional: Smooth transition */
    height: 8px;
    white-space: nowrap;
}
/* Hide the label when placeholder is shown (input is empty) */
.input-container input[type="text"]:placeholder-shown + label, textarea:placeholder-shown + label {
    opacity: 0;
}

/* Show the label when there is input (placeholder hidden) */
.input-container input[type="text"]:not(:placeholder-shown) + label, textarea:not(:placeholder-shown) + label {
    opacity: 1;
}

.input-container input[type="text"]:focus, textarea:focus {
    border-color: #bbb;
}

.input-show-disabled:disabled {
    color: #858585;
}
/* small devices */
@media (max-width: 575px) {
    .h-st-sm-100 {
        height: 100% !important;
    }
}

/* Medium devices (md) */
@media (max-width: 767px) {
    .h-st-md-100 {
        height: 100% !important;
    }
}

/* Large devices (lg) */
@media (max-width: 991px) {
    .h-st-lg-100 {
        height: 100% !important;
    }
}
/* XL devices (xl) */
@media (max-width: 1199px) {
    .h-st-xl-100 {
        height: 100% !important;
    }
}

.card-success {
    border-radius: 5px;
    background-color: #f7f7f7;
    padding: 12px 12px;
}

.card-success > img:first-child {
    width: 74px;
    height: 74px;
    margin-top: -49px;
}

.card-success > div:nth-child(2) {
    width: 74px;
    height: 74px;
    margin-top: -74px;
}

.card-success > div:nth-child(2) > span {
    font-family: baloo;
    font-size: 32px;
}

.card-success-body span:first-child {
    font-family: baloo;
    font-size: 20px;
}

.card-success-body span:nth-child(2) {
    font-size: 16px;
}

/* Small devices (sm) */
@media (min-width: 576px) {
    .card-success {
        padding: 12px 24px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .card-success {
        padding: 12px 24px;
    }


    .card-success > div:nth-child(2) > span {
        font-size: 40px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .card-success {
        padding: 12px 24px;
    }

    .card-success-body span:first-child {
        font-size: 25px;
    }

    .card-success-body span:nth-child(2) {
        font-size: 18px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .card-success {
        padding: 12px 24px;
    }

    .card-success-body span:nth-child(2) {
        font-size: 18px;
    }
}

.password-rules {
    margin-left: 0;
}

.password-header-width {
}

/* Small devices (sm) */
@media (min-width: 576px) {
    .password-rules {
        /*margin-left: 20ch;*/
    }

    .password-header-width {
        /*width: 20ch;*/
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
}

/* Large devices (lg) */
@media (min-width: 992px) {
}
/* XL devices (xl) */
@media (min-width: 1200px) {
}

.dh-none {
    display: none;
}

@media (max-height: 575px) {

    .dh-xs-none {
        display: none !important;
    }

    .dh-xs-block {
        display: block !important;
    }

    .dh-xs-flex {
        display: flex !important;
    }
}

@media (min-height: 576px) {

    .dh-sm-none {
        display: none !important;
    }

    .dh-sm-block {
        display: block !important;
    }

    .dh-sm-flex {
        display: flex !important;
    }
}

/* Medium devices (md) */
@media (min-height: 768px) {
    .dh-md-none {
        display: none !important;
    }

    .dh-md-block {
        display: block !important;
    }

    .dh-md-flex {
        display: flex !important;
    }
}

/* Large devices (lg) */
@media (min-height: 992px) {
    .dh-lg-none {
        display: none !important;
    }

    .dh-lg-block {
        display: block !important;
    }

    .dh-lg-flex {
        display: flex !important;
    }
}
/* XL devices (xl) */
@media (min-height: 1200px) {
    .dh-xl-none {
        display: none !important;
    }

    .dh-xl-block {
        display: block !important;
    }

    .dh-xl-flex {
        display: flex !important;
    }
}
/* XXL devices (xl) */
@media (min-height: 1400px) {
    .dh-xxl-none {
        display: none !important;
    }

    .dh-xxl-block {
        display: block !important;
    }

    .dh-xxl-flex {
        display: flex !important;
    }
}

.premium-image-full {
    position: relative;
    top: -28px !important;
}

.premium-info-offset {
    margin-top: 32px !important;
}

@media (min-width: 992px) {

    .premium-info-offset {
        margin-top: 16px !important;
    }

    .premium-image-full {
        top: -46px;
    }
}

@media (min-width: 1200px) {

    .premium-info-offset {
        margin-top: 4px !important;
    }
}

div.parentedoverlaytransparent {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 5001;
    cursor: wait
}

.diagonal-strike-white {
    position: relative;
    display: inline-block;
    /*color: black;*/
}

.diagonal-strike-white::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 4px; /* line thickness */
    background-color: white; /* line color */
    transform: rotate(331deg); /* adjust angle */
    transform-origin: center;
    pointer-events: none;
}

.diagonal-strike-white-lg {
    position: relative;
    display: inline-block;
    /*color: black;*/
}

.diagonal-strike-white-lg::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 6px; /* line thickness */
    background-color: white; /* line color */
    transform: rotate(331deg); /* adjust angle */
    transform-origin: center;
    pointer-events: none;
}

.diagonal-strike-white-sm {
    position: relative;
    display: inline-block;
    /*color: black;*/
}

.diagonal-strike-white-sm::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 3px; /* line thickness */
    background-color: white; /* line color */
    transform: rotate(331deg); /* adjust angle */
    transform-origin: center;
    pointer-events: none;
}

.diagonal-strike {
    position: relative;
    display: inline-block;
    /*color: black;*/
}

.diagonal-strike::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 4px; /* line thickness */
    background-color: white; /* line color */
    transform: rotate(331deg); /* adjust angle */
    transform-origin: center;
    pointer-events: none;
}

.diagonal-strike-black {
    position: relative;
    display: inline-block;
    /*color: black;*/
}

.diagonal-strike-black::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 2px; /* line thickness */
    background-color: black; /* line color */
    transform: rotate(331deg); /* adjust angle */
    transform-origin: center;
    pointer-events: none;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media (max-height: 575px) {
    .modal-dialog.modal-fullscreen-short {
        width: 100vw;
        height: 100vh;
        margin: 0;
        max-width: none;
    }

    .modal-dialog.modal-fullscreen-short .modal-content {
        height: 100%;
        border-radius: 0;
    }
}
/* Rotate icon when collapse is shown */
.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-icon.collapsed {
    transform: rotate(-180deg);
}

.collapse.show ~ .card-header .accordion-icon,
.card-header .collapsed .accordion-icon {
    transform: rotate(0deg);
}

.card-header .accordion-icon {
    transform: rotate(-180deg);
}

.azubi-check-input {
}

.azubi-check-input:checked {
    background-color: #FFA535 !important;
    border-color: #FFA535 !important;
}

.azubi-check-input:focus {
    box-shadow: 0 0 0 .25rem #ffd8a6 !important;
    border-color: #FFA535 !important;
}

.azubi-check-input:focus:not(:checked) {
    color: #FFA535 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255%2C216%2C166%2C1)'/%3e%3c/svg%3e") !important;
}

footer a,
footer a:visited,
footer a:hover,
footer a:active {
    color: black;
    text-decoration: none; /* Optional: removes underline */
}
