﻿/*@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 {
    position: absolute;
    font-family: 'Nunito' !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.w-100-sm-initial {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-100-sm-initial {
        width: initial !important;
    }
}

@media (min-width: 578px) {
    body,
    html {
        background: url('../img/bg.png') no-repeat center center fixed;
        background-size: cover;
    }
}

.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;
}

.regular-page-subtitle {
    font-family: nunito;
    font-size: 20px;
}

.regular-page-highlight {
    font-family: nunito;
    font-size: 28px;
}

.regular-section-header {
    font-family: nunito;
    font-size: 18px;
}

/* Small devices (sm) */
@media (min-width: 576px) {

    .textPageTitle {
        font-size: 32px;
    }

    .textPageMediumTitle {
        font-size: 28px;
    }

    .textPageSubTitle {
        font-size: 20px;
    }

    .regular-page-subtitle {
        font-size: 24px;
    }

    .regular-page-highlight {
        font-size: 28px;
    }

    .regular-section-header {
        font-size: 20px;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .textPageTitle {
        font-size: 40px;
    }

    .textPageMediumTitle {
        font-size: 32px;
    }

    .textPageSubTitle {
        font-size: 24px;
    }

    .regular-page-subtitle {
        font-size: 28px;
    }

    .regular-page-highlight {
        font-size: 32px;
    }

    .regular-section-header {
        font-size: 24px;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .textPageTitle {
        font-size: 50px;
    }

    .textPageMediumTitle {
        font-size: 36px;
    }

    .textPageSubTitle {
        font-size: 30px;
    }

    .regular-page-subtitle {
        font-size: 32px;
    }

    .regular-page-highlight {
        font-size: 36px;
    }

    .regular-section-header {
        font-size: 26px;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {

    .regular-page-subtitle {
        font-size: 36px;
    }

    .regular-page-highlight {
        font-size: 36px;
    }

    .regular-section-header {
        font-size: 28px;
    }
}

.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: none !important;
    font-weight: normal !important;
    color: black !important;
}

a.classic:visited {
    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-p4 {
    width: fit-content;
    color: white !important;
    background-color: #ffa535 !important;
    padding: 3px 18px;
    border-radius: 20px !important;
    border: solid 3px #ffa535 !important;
    cursor: pointer;
    margin: 10px 0 0 0;
    font-family: baloo !important;
    font-size: 18px !important;
    font-weight: normal !important;
    white-space: nowrap;
}

.azubibtn_sm {
    width: fit-content;
    color: white !important;
    background-color: #ffa535 !important;
    padding: 0 16px !important;
    border-radius: 20px !important;
    border: solid 3px #ffa535 !important;
    cursor: pointer;
    margin: 0 0 0 0 !important;
    font-family: nunito !important;
    font-size: 16px !important;
    font-weight: 900 !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_sm: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_success {
    width: fit-content;
    color: white;
    background-color: #21b13a;
    padding: 4px 20px;
    border: solid 3px #21b13a;
    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_success:hover {
    border-color: #41d05a;
    background-color: #41d05a;
    opacity: 0.9;
}

.azubibtn_success_sm {
    padding: 0 16px !important;
    margin: 0 0 0 0 !important;
    font-family: nunito !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    width: fit-content;
    color: white;
    background-color: #21b13a;
    padding: 4px 20px;
    border: solid 3px #21b13a;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
}

.azubibtn_success_sm:hover {
    border-color: #41d05a;
    background-color: #41d05a;
    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;
    }

    .azubibtn_success {
        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: 100px;
    left: 70px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    background-color: white;
}
/* Large devices (lg) */
@media (max-width: 576px) {
    .autocomplete-items {
        left: 0;
    }
}

.autocomplete-item:hover {
    background-color: #e9e9e9;
}

.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: 20px;
    font-weight: normal;
    text-align: center;
}

.registrationSubTitle {
    font-size: 16px;
}
/* Small devices (sm) */
@media (min-width: 576px) {
    .registrationTitle {
        font-size: 22px;
    }

    .registrationSubTitle {
        font-size: 18px;
    }
}

/* 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 !important;
}

.regular-12 {
    font-family: nunito !important;
    font-size: 12px !important;
}

.regular-13 {
    font-family: nunito !important;
    font-size: 13px !important;
}

.regular-14 {
    font-family: nunito !important;
    font-size: 14px !important;
}

.regular-16 {
    font-family: nunito !important;
    font-size: 16px !important;
}

.regular-18 {
    font-family: nunito !important;
    font-size: 18px !important;
}

.regular-20 {
    font-family: nunito !important;
    font-size: 20px !important;
}

.regular-22 {
    font-family: nunito !important;
    font-size: 22px !important;
}

.regular-25 {
    font-family: nunito !important;
    font-size: 25px !important;
}

.regular-28 {
    font-family: nunito !important;
    font-size: 28px !important;
}



.regular-36 {
    font-family: nunito !important;
    font-size: 36px !important;
}

.regular-45 {
    font-family: nunito !important;
    font-size: 45px !important;
}

.regular-50 {
    font-family: nunito !important;
    font-size: 50px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-25 {
    font-size: 25px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-36 {
    font-size: 36px !important;
}

.text-45 {
    font-size: 45px !important;
}

.text-50 {
    font-size: 50px !important;
}

@media (min-width: 576px) {
    .text-sm-13 {
        font-size: 13px !important;
    }

    .text-sm-14 {
        font-size: 14px !important;
    }

    .text-sm-16 {
        font-size: 16px !important;
    }

    .text-sm-18 {
        font-size: 18px !important;
    }

    .text-sm-20 {
        font-size: 20px !important;
    }

    .text-sm-22 {
        font-size: 22px !important;
    }

    .text-sm-25 {
        font-size: 25px !important;
    }

    .text-sm-28 {
        font-size: 28px !important;
    }

    .text-sm-36 {
        font-size: 36px !important;
    }

    .text-sm-45 {
        font-size: 45px !important;
    }

    .text-sm-50 {
        font-size: 50px !important;
    }
}

/* Medium devices (md) */
@media (min-width: 768px) {
    .text-md-13 {
        font-size: 13px !important;
    }

    .text-md-14 {
        font-size: 14px !important;
    }

    .text-md-16 {
        font-size: 16px !important;
    }

    .text-md-18 {
        font-size: 18px !important;
    }

    .text-md-20 {
        font-size: 20px !important;
    }

    .text-md-22 {
        font-size: 22px !important;
    }

    .text-md-25 {
        font-size: 25px !important;
    }

    .text-md-28 {
        font-size: 28px !important;
    }

    .text-md-36 {
        font-size: 36px !important;
    }

    .text-md-45 {
        font-size: 45px !important;
    }

    .text-md-50 {
        font-size: 50px !important;
    }
}

/* Large devices (lg) */
@media (min-width: 992px) {
    .text-lg-13 {
        font-size: 13px !important;
    }

    .text-lg-14 {
        font-size: 14px !important;
    }

    .text-lg-16 {
        font-size: 16px !important;
    }

    .text-lg-18 {
        font-size: 18px !important;
    }

    .text-lg-20 {
        font-size: 20px !important;
    }

    .text-lg-22 {
        font-size: 22px !important;
    }

    .text-lg-25 {
        font-size: 25px !important;
    }

    .text-lg-28 {
        font-size: 28px !important;
    }

    .text-lg-36 {
        font-size: 36px !important;
    }

    .text-lg-45 {
        font-size: 45px !important;
    }

    .text-lg-50 {
        font-size: 50px !important;
    }
}
/* XL devices (xl) */
@media (min-width: 1200px) {
    .text-xl-13 {
        font-size: 13px !important;
    }

    .text-xl-14 {
        font-size: 14px !important;
    }

    .text-xl-16 {
        font-size: 16px !important;
    }

    .text-xl-18 {
        font-size: 18px !important;
    }

    .text-xl-20 {
        font-size: 20px !important;
    }

    .text-xl-22 {
        font-size: 22px !important;
    }

    .text-xl-25 {
        font-size: 25px !important;
    }

    .text-xl-28 {
        font-size: 28px !important;
    }

    .text-xl-36 {
        font-size: 36px !important;
    }

    .text-xl-45 {
        font-size: 45px !important;
    }

    .text-xl-50 {
        font-size: 50px !important;
    }
}
/* XXL devices (xl) */
@media (min-width: 1400px) {
    .text-xxl-13 {
        font-size: 13px !important;
    }

    .text-xxl-14 {
        font-size: 14px !important;
    }

    .text-xxl-16 {
        font-size: 16px !important;
    }

    .text-xxl-18 {
        font-size: 18px !important;
    }

    .text-xxl-20 {
        font-size: 20px !important;
    }

    .text-xxl-22 {
        font-size: 22px !important;
    }

    .text-xxl-25 {
        font-size: 25px !important;
    }

    .text-xxl-28 {
        font-size: 28px !important;
    }

    .text-xxl-36 {
        font-size: 36px !important;
    }

    .text-xxl-45 {
        font-size: 45px !important;
    }

    .text-xxl-50 {
        font-size: 50px !important;
    }
}

.img-18 {
    width: 18px;
    height: 18px;
}

.img-20 {
    width: 20px;
    height: 20px;
}

.img-24 {
    width: 24px;
    height: 24px;
}

.img-26 {
    width: 26px;
    height: 26px;
}

.img-28 {
    width: 28px;
    height: 28px;
}

.img-30 {
    width: 30px;
    height: 30px;
}

.img-32 {
    width: 32px;
    height: 32px;
}

.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"].invalid {
    border: solid 1px #ffa535 !important;
}

input[type="text"].mandatory:placeholder-shown {
    border: solid 1px #ffa535 !important;
}

select.mandatory:not(:valid):not(:disabled) {
    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"], input[type="number"], input[type="date"], 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 */
}

.input-container select:not(:valid) {
    color: #aaaaaa; /* 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) {
    background-color: white; /* White background when there�s text */
}

.input-container select:valid {
    color: black;
    background-color: white; /* White background when there�s text */
}

.input-container input[type="text"]:placeholder-shown, textarea: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 */
}

td.filled-column, th.filled-column {
    background-color: #EFEFEF;
}

/*td.filled-column-top, th.filled-column-top {
    height: 12px;
    background-color: #EFEFEF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}*/

.keep-1-2 td.filled-column-top,
.keep-1-2 th.filled-column-top,
.keep-1-4 td.filled-column-top,
.keep-1-4 th.filled-column-top,
.keep-all td.filled-column-top,
.keep-all th.filled-column-top {
    height: 12px;
    background-color: #EFEFEF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*td.filled-column-top-left, th.filled-column-top-left {
    height: 12px;
    background-color: #EFEFEF;
    border-top-left-radius: 10px;
}

td.filled-column-top-right, th.filled-column-top-right {
    height: 12px;
    background-color: #EFEFEF;
    border-top-right-radius: 10px;
}
*/

/*td.filled-column-bottom-left, th.filled-column-bottom-left {
    height: 12px;
    padding-bottom: 16px;
    background-color: #EFEFEF;
    border-bottom-left-radius: 10px;
}

td.filled-column-bottom-right, th.filled-column-bottom-right {
    height: 12px;
    padding-bottom: 16px;
    background-color: #EFEFEF;
    border-bottom-right-radius: 10px;
}


td.bordered-column-top, th.bordered-column-top {
    border-left: solid 4px #FFA535;
    border-right: solid 4px #FFA535;
    border-top: solid 4px #FFA535;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

td.bordered-column-bottom, th.bordered-column-bottom {
    border-left: solid 4px #FFA535;
    border-right: solid 4px #FFA535;
    border-bottom: solid 4px #FFA535;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
*/


td.bordered-column-premium-top, th.bordered-column-premium-top {
    padding-top: 4px;
    padding-bottom: 6px;
    background-color: #FFA535;
    border-left: solid 4px #FFA535;
    border-right: solid 4px #FFA535;
    border-top: solid 4px #FFA535;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.listing-table th,
.listing-table td {
    padding-right: 8px;
}

.listing-table > tbody > tr:first-child > td {
    padding-top: 16px;
}

.listing-table th:not(:first-child),
.listing-table td:not(:first-child) {
    padding-left: 8px;
}

.listing-table th:first-child,
.listing-table td:first-child {
    padding-left: 16px !important;
}

.listing-table tbody > tr > td:first-child:not(:has(> hr:only-child)) {
    padding-right: 12px;
}

.listing-table {
    table-layout: fixed;
    overflow: hidden; /* optional */
}

@media (min-width: 992px) {
    .listing-table th:first-child,
    .listing-table td:first-child {
        padding-left: 0 !important;
    }

    .listing-table th,
    .listing-table td {
        padding-left: 16px !important;
        padding-right: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.listing-table tbody > tr > td:first-child:not(:has(> hr:only-child)) {
    padding-right: 16px;
}

.listing-table tbody > tr:first-child > td {
    padding-top: 16px;
}


.listing-table tbody > tr:last-child > td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.listing-table tbody > tr > td.separator-column, th.separator-column {
    padding: 0;
    width: 16px;
}

.listing-table tbody > tr > td > hr {
    margin: 5px 0;
}

.listing-table tbody > tr > td.separator-column, th.separator-column > hr {
    padding: 0;
}

.listing-table td:has(> hr:only-child), th:has(> hr:only-child) {
    padding: 0;
}
/* Keep only cols 1 & 6 */
.keep-1-6 tr > :not(:nth-child(1)):not(:nth-child(6)) {
    display: none;
}

.keep-all tr > td:last-child,
.keep-all tr > th:last-child,
.keep-1-6 tr > td:last-child,
.keep-1-6 tr > th:last-child {
    border-right: solid 4px #FFA535;
}

.keep-all tr > td:last-child,
.keep-all tr > th:last-child {
    border-left: solid 4px #FFA535;
}

.keep-1-6 tr > td:first-child,
.keep-1-6 tr > th:first-child {
    border-left: solid 4px #FFA535;
}

/*td.bordered-column, th.bordered-column {
    border-left: solid 4px #FFA535;
    border-right: solid 4px #FFA535;
}
*/
/* Keep only cols 1 & 4 */
.keep-1-4 tr > :not(:nth-child(1)):not(:nth-child(4)) {
    display: none;
}

/* Keep only cols 1 & 2 */
.keep-1-2 tr > :not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

/* Optional: a no-op class for clarity */
.keep-all {
}

.maximale-sichtbarkeit-stacked {
    display: none;
}

.keep-1-6 .maximale-sichtbarkeit-stacked {
    display: table-row;
}

.maximale-sichtbarkeit-aligned {
    display: none;
}

.keep-all .maximale-sichtbarkeit-aligned {
    display: table-row;
}

.keep-1-2 > tbody > tr > td:first-child,
.keep-1-2 > thead > tr:not(:first-child) > th:first-child,
.keep-1-4 > tbody > tr > td:first-child,
.keep-1-4 > thead > tr:not(:first-child) > th:first-child,
.keep-1-6 > tbody > tr > td:first-child,
.keep-1-6 > thead > tr:not(:first-child) > th:first-child {
    background-color: #EFEFEF;
}

.keep-1-6 tr > td:first-child,
.keep-1-6 tr > th:first-child {
    border-left: solid 4px #FFA535;
}

.keep-all tr:last-child td:last-child,
.keep-1-6 tr:last-child td:last-child {
    border-bottom: solid 4px #FFA535;
    /*border-bottom-right-radius: 10px;*/
}

.keep-1-6 tr:last-child > td:first-child {
    border-bottom: solid 4px #FFA535;
    border-bottom-right-radius: 0;
}

.keep-1-4 tr:nth-last-child(-n+2) > td:first-child,
.keep-1-2 tr:nth-last-child(-n+2) > td:first-child {
    border-bottom-right-radius: 0;
}

.keep-1-6 tr:last-child > td:last-child {
    border-bottom-left-radius: 0;
}

.keep-1-4 tr:nth-last-child(-n+2) > td:not(:first-child),
.keep-1-2 tr:nth-last-child(-n+2) > td:not(:first-child) {
    border-bottom-left-radius: 0;
}

.keep-all tr:last-child > td:last-child {
    border-bottom: solid 4px #FFA535;
}

.keep-1-4 thead > tr:nth-child(3) > th:not(:first-child),
.keep-1-2 thead > tr:nth-child(3) > th:not(:first-child) {
    border-top-left-radius: 0;
}

.keep-1-4 thead > tr:nth-child(3) > th:first-child,
.keep-1-2 thead > tr:nth-child(3) > th:first-child {
    border-top-left-radius: 10px;
}


.listing-table.keep-1-2 {
    width: 100% !important;
}

.listing-table.keep-1-4 {
    width: 100% !important;
}

.listing-table.keep-1-6 {
    width: 100% !important;
}

.keep-all .d-not-keep-all,
.d-keep-all,
.d-keep-1-2,
.d-keep-1-4,
.d-keep-1-6 {
    display: none;
}

.keep-all .d-keep-all {
    display: table-row;
}

.keep-1-2 a.d-keep-1-2 {
    display: inline-block;
}

.keep-1-4 a.d-keep-1-4 {
    display: inline-block;
}

.keep-1-6 a.d-keep-1-6 {
    display: inline-block;
}

.keep-1-2 > tbody > tr > td.d-keep-1-2 {
    padding: 24px !important;
    display: table-cell !important;
    border-bottom: solid 4px #EFEFEF !important;
    border-left: solid 4px #EFEFEF !important;
    border-right: solid 4px #EFEFEF !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.keep-1-4 > tbody > tr > td.d-keep-1-4 {
    padding: 24px !important;
    display: table-cell !important;
    border-bottom: solid 4px #EFEFEF !important;
    border-left: solid 4px #EFEFEF !important;
    border-right: solid 4px #EFEFEF !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.keep-1-6 > tbody > tr > td.d-keep-1-6 {
    padding: 24px !important;
    display: table-cell !important;
    border-bottom: solid 4px #FFA535 !important;
    border-left: solid 4px #FFA535 !important;
    border-right: solid 4px #FFA535 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}


.keep-1-2 span.d-keep-1-2 {
    display: inline;
}

.keep-1-4 span.d-keep-1-4 {
    display: inline;
}

.keep-1-6 span.d-keep-1-6 {
    display: inline;
}

/*

.keep-1-6 tr > td:first-child,
.keep-1-6 tr > th:first-child {
    border-left: solid 4px #FFA535;
    background-color: #EFEFEF;
}

.keep-1-6 tr:first-child > th:first-child {
    border-top: solid 4px #FFA535;
    background-color: #FFA535;
}

table > thead > tr:first-child > td:last-child,
table > thead > tr:first-child > th:last-child {
    border-top-right-radius: 10px;
}

.keep-1-2, .keep-1-4, .keep-1-6 thead > tr:first-child > td:first-child,
.keep-1-2, .keep-1-4, .keep-1-6 thead > tr:first-child > th:first-child {
    border-top-left-radius: 10px;
}

.d-premium-md {
    display: none;
}

.keep-1-6 thead .d-premium-md {
    display: table-row;
}
*/

.standorte.nav-link {
    font-size: 16px !important;
    color: black !important;
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin: 0 12px 0 2px !important;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .standorte.nav-link {
        font-size: 18px !important;
        margin: 0 16px !important;
    }
}

.standorte.nav-link.active {
    border-bottom: 6px solid #FFA535 !important;
    border-radius: 0 !important;
}

.selected-content-nav-item {
    border-bottom: 3px solid #FFA535;
    font-weight: bold;
}

.posted-job-item {
    display: flex;
    align-items: center;
    border: 5px solid #FFA535 !important;
}

.posted-job-item-title {
    font-family: nunito;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 24px 4px 24px;
    position: relative;
    top: -1px;
    left: 0;
    background-color: #FFA535;
    border-bottom-right-radius: 8px;
}

.unposted-job-item {
    display: flex;
    align-items: center;
    border: 5px solid #cfcfcf !important;
}

.unposted-job-item-title {
    font-family: nunito;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 24px 4px 24px;
    position: relative;
    top: -1px;
    left: 0;
    background-color: #cfcfcf;
    border-bottom-right-radius: 8px;
}

@media (max-width: 576px) {
    .posted-job-item-title {
        width: calc(100% + 2px);
        border-bottom-right-radius: unset;
    }

    .unposted-job-item-title {
        width: calc(100% + 2px);
        border-bottom-right-radius: unset;
    }
}

.dashboard-content-padded {
    padding: 24px 36px;
}

.azubi-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.azubi-offcanvas {
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #3B3C42;
    color: white;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
}

.azubi-offcanvas img {
    width: 30px;
    height: 30px;
}

.azubi-content {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 330px;
    width: calc(100% - 330px);
    top: 0;
    bottom: 0;
}

@media (max-width: 1200px) {
    .azubi-offcanvas {
        width: 300px;
    }

    .azubi-content {
        left: 300px;
        width: calc(100% - 300px);
    }
}

@media (max-width: 991px) {

    .azubibtn_inv {
        padding: 4px 12px !important;
    }

    .azubibtn {
        padding: 4px 12px !important;
    }

    .azubi-offcanvas {
        height: 140px;
        padding: 12px 24px;
        bottom: 0;
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .azubi-offcanvas img {
        width: 24px;
        height: 24px;
    }

    .azubi-offcanvas-header {
        display: none;
    }

    .azubi-content {
        left: 0;
        height: calc(100% - 140px);
        width: 100%;
    }

    .dashboard-content-padded {
        padding: 20px 24px;
    }
}

.bg-lightgray-sm-none {
    background-color: #f5f5f5;
}

@media (min-width: 576px) {
    .bg-lightgray-sm-none {
        background-color: initial;
    }
}

@media (min-width: 992px) {
    .d-mw-xl-70 {
        max-width: 70%;
    }

    .d-mw-xl-80 {
        max-width: 80%;
    }

    .d-mw-xl-90 {
        max-width: 90%;
    }
}
