body {
    font-family: 'Inter', system-ui, sans-serif !important;
    color: #536371;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-variation-settings: "wght" 450;
    letter-spacing: -0.011em;
}

h1, h2, h3, h4, h5, h6 {
    color: #141414;
}

.header-container, .layout-container{
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 1rem;
    width: 100%;
}

.layout-container  {
    padding-left: 1rem;
}

.container-bg{
    background-color: #f6f7f8;
    padding-top: 2rem;
    overflow: auto;
}

.nav-link,
.header-btn,
.nav-pill-container,
.dropdown-menu-jobboards,
h1, h2, h3, h4, h5, h6,
p, span, label, a, button {
  font-family: inherit;
}

.nav-pill-container {
    padding: 0.35rem 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    box-shadow: 0px 1px 6px rgba(218, 234, 251, 0.8);
    background: #ffffff;
    line-height: 1.35;
}

.nav-pill-container .nav-link {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    font-weight: 600;
    font-variation-settings: "wght" 575;
    color: #536371;
    padding: 0.5rem 0;
    transition: color 0.2s ease;
    letter-spacing: 0.01em;
    line-height: 1.35;
    word-break: keep-all;
}

.nav-pill-container .nav-link:hover,
.nav-pill-container .nav-link:focus {
    color: #0aa6ff;
    text-decoration: none;
    background-color: #ffffff;
}

.nav-pill-container .nav-link.active {
    background-color: #e7f6ff;
    color: #0aa6ff;
    padding: 0.4rem 0.9rem;
    border-radius: 24px;
}

.nav-item.dropdown .dropdown-toggle:after {
    content: "";
    border: 0;
    background-image: url('/assets/icons/arrow-down.svg');
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
    background-image: url('/assets/icons/arrow-down-hover.svg');
}

.dropdown-menu.dropdown-menu-jobboards {
    font-size: 0.75rem;
    box-sizing: border-box;
    border-color: #fff;
    box-shadow: 0px 1px 6px rgba(218, 234, 251, 0.8)!important;
    border-radius: 16px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    padding: 0.5rem;
}

.dropdown-menu-jobboards li a {
    color: #536371;
    word-break: keep-all;
}

.dropdown-menu-jobboards li a:hover {
    background-color: #e7f6ff;
    color: #0aa6ff;
}
  
.header-btn {
    background-color: #f6f7f8;
    border: 1px solid #dde0e3;
    color: #536371;
    padding: 0.75rem 1rem;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    font-weight: 600;
    font-variation-settings: "wght" 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    letter-spacing: 0;
    line-height: 1.25;
}

.sidebar-nav h2 {
    text-align: left;
    border-bottom: 0;
    padding: 0 0 20px 0;
}

.sidebar-nav .btn-link{
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.sidebar-nav ul{
    border: 0 !important;
    background: #fff;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    overflow: auto;
}

.sidebar-nav ul form{
   margin-top: 1rem;
   margin-bottom: 1.5rem;
}

.header-btn:hover {
    background-color: #e7f6ff;
    border-color: #ceedff;
    color: #0aa6ff;
}

.header-btn svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    margin-right: 0.5rem;
}

.header__logo-img {
    height: 28px;
    width: auto;
    display: block;
}

.mobile-toggle-btn {
    background-color: #f6f7f8;
    border: none;
    border-radius: 6px;
    padding: 0.5rem;
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.mobile-toggle-btn:hover {
    background-color: #e7f6ff;
}

.mobile-toggle-btn .navbar-toggler-icon {
    background-image: url('/assets/icons/open.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    width: 1.5rem;
    height:  1.5rem;
    display: inline-block;
}

.mobile-toggle-btn.active .navbar-toggler-icon {
    background-image: url('/assets/icons/close.svg');
}

.mobile-nav-list {
    list-style: none;
    padding: 1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-nav-link {
    background-color: #f6f7f8;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    letter-spacing: -.4px;
    color: #141414;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
    width: 100%;
}

.mobile-nav-link.nav-button {
    border: none;
}

.mobile-login-button {
    margin-top: 1.5rem;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
    background-color: #e7f6ff;
    color: #0aa6ff;
    text-decoration: none;
}

.mobile-nav-link.jobboards-toggle::after {
    content: url('/assets/icons/chevron-right.svg');
    display: inline-block;
    margin-left: 0.5rem;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.mobile-dropdown {
    list-style: none;
    padding-left: 0;
    margin: 0.25rem 0 0 0;
}

.mobile-dropdown li {
    margin: 0;
    padding: 0;
}

.mobile-sub-link {
    display: block;
    padding: 0.65rem 1rem 0.65rem 2rem;
    background-color: #f6f7f8;
    border-radius: 12px;
    font-size: 0.8125rem;
    color: #536371;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    text-decoration: none;
    transition: background-color 0.2s ease;
    margin-top: 0.25rem;
}

.mobile-sub-link:hover {
    background-color: #e7f6ff;
    color: #0aa6ff;
}

.mobile-nav-dropdown .dropdown-toggle {
    background: #f6f7f8;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 1rem;
    border-radius: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: #212529;
    font-size: 1rem;
    appearance: none;
    box-shadow: none;
}

.mobile-nav-dropdown .dropdown-toggle::after {
    content: "";
    background-image: url('/assets/icons/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.mobile-nav-dropdown .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.page-hero {
    padding: 6rem 0 6rem;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}

.hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-wrapper {
    position: relative;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.hero-image-track {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.bannermove {
    display: inline-block;
    white-space: nowrap;
    animation: bannermove 40s linear infinite;
}

.hero-img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-right: 0.25rem;
    background-color: transparent;
    flex-shrink: 0;
}

@keyframes bannermove {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.hero-image-track:hover .bannermove {
    animation-play-state: paused;
}

.hero-img.bg-blue { background-color: #bde9ff; }
.hero-img.bg-dark-blue { background-color: #0aa6ff; }

.hero-eyebrow {
    font-size: 12px;
    color: #0aa6ff;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.35px;
    padding: 0 3px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #e7f6ff;
}

.hero-title {
    font-size: 58px;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    color: #1e1e1e;
    letter-spacing: -2.9px;
    line-height: 95%;
    font-style: normal;
    margin-bottom: 2rem;
}

.hero-title .highlighted, .website-title .highlighted {
    color: #0aa6ff;
}

.hero-text {
    color: #536371;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.hero-content-overlay {
    background: white;
    padding: 1rem 3rem;
    border-radius: 16px;
    max-width: 800px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.website-list {
    padding: 40px;
    background-color: #e7f6ff;
}

.list-unstyled {
    margin-bottom: 0;
}

.website-list ul > li {
    padding: 0 0.5rem;
}

.website-card {
    background-color: #fff;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    border: 1px solid #edf1f6;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px 24px 24px 24px;
}

.website-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.website-image img {
    max-height: 40px;
    object-fit: contain;
    max-width: 100%;
}

.website-title {
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.website-subtitle {
    font-size: 14px;
    font-weight: 425;
    font-variation-settings: "wght" 425;
    line-height: 20px;
    letter-spacing: -0.14px;
}

.website-card .btn {
    background-color: #0aa6ff;
    border-color: #0aa6ff;
    font-size: 14px;
    line-height: 19px; 
    font-weight: 600;
    font-variation-settings: "wght" 600;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    transition: all 0.2s ease-in-out;
    letter-spacing: -0.48px;
    color: #ffffff;
    max-width: 156px;
}

.website-card .btn:hover {
    background-color: #044266;
    border-color: #055380;
}

#main{
    margin-top: 0;
    margin-bottom: 0;
    min-height: calc(100vh - 380px);
    padding: 0 !important;
}

#main.col-md-9{
    padding: 0 1.5rem 0 0 !important;
}

.motivation-benefits-wrapper {
    background-color: #e7f6ff;
    margin-bottom: 0!important;
    padding-bottom: 40px;
}

.motivation__badge {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    background-color: #e7f6ff;
    color: #03324d;
    padding: 4px 6px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.motivation-benefits {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 80px 40px;
    border-radius: 12px;
    background-color: #03324d;
    max-width: calc(1240px - 1rem);
    margin: 0 auto;
}

.motivation {
    padding: 0 40px 0 0;
    flex: 1 1 48%;
}

.motivation__title {
    font-size: 32px;
    font-style: normal;
    font-weight: 750;
    font-variation-settings: "wght" 750;
    line-height: 114%;
    letter-spacing: -1.6px;
    color: #ffffff;
}

.motivation__title .highlighted{
    color: #9ddbff;
}

.motivation__body {
    color: #ffffff;
    font-size: 14px;
    font-weight: 425;
    font-variation-settings: "wght" 425;
    line-height: 142.857%;
    letter-spacing: -0.14px;
    text-align: justify;
}

.benefits {
    padding: 32px 0 0 40px;
    flex: 1 1 48%;
}

.benefits__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.benefits__item::before {
    content: "";
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background-color: #e7f6ff;
    border-radius: 50%;
    background-image: url("/assets/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    vertical-align: middle;
}

.benefits__body {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    letter-spacing: -0.48px;
}

.benefits__body .highlighted{
    color: #9ddbff;
}

.faq-section {
    padding: 32px 0;
    background-color: #f6f7f8;
    margin-bottom: 0!important;
}

.faq-card, .agb-card, .dataschutz-card, .imprint-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 60px 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px hsla(0, 0%, 8%, .2), 0 0 20px hsla(0, 0%, 8%, .08);
}

.agb-card h3 {
    font-size: 16px;
    font-size: clamp(1.15rem, 1.0596rem + .452vw, 1.602rem);
    font-weight: 700;
    font-variation-settings: "wght" 725;
    line-height: 1.25;
    letter-spacing: -.038rem;
    margin-bottom: 2rem;
}

.imprint-link {
    color: #0aa6ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.imprint-link a:hover {
    color: #0aa6ff;
}

.imprint-card p {
    text-align: justify;
}

.back-button .btn{
    background-color: #0aa6ff;
    border-color: #0aa6ff;
    font-size: 14px;
    line-height: 19px; 
    font-weight: 600;
    font-variation-settings: "wght" 600;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
    letter-spacing: -0.48px;
    color: #ffffff;
}

.back-button .btn:hover {
    background-color: #044266;
    border-color: #055380;
}

.faq-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height:14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    background-color: #e7f6ff;
    color: #0aa6ff;
    padding: 4px 6px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.faq-title h2{
    font-size: 32px!important;
    line-height: 36.45px;
    letter-spacing: -1.6px;
    font-weight: 750!important;
    font-variation-settings: "wght" 750;
    color: #141414;
    margin-bottom: 1.5rem;
}

.faq-question {
    font-size: 18px!important;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 130%;
    letter-spacing: -0.48px;
    color: #000000;
    background-color: #ffffff;
    padding: 1rem 1.25rem;
}

.faq-answer {
    font-size: 16px!important;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.48px;
    color: #536371;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dde2e6;
}

.accordion-button {
    background-color: transparent;
    padding: 1rem 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed),
.accordion-button.faq-question:not(.collapsed) {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("/assets/icons/chevron-down.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    filter: none !important;
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: url("/assets/icons/chevron-down.svg");
    filter: none !important;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

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

.accordion-body {
    padding: 1rem 0;
}

.pre-block-wrapper {
    background-color: #f6f7f8;
    padding: 0;
}

.pre-block {
    padding: 40px 0 40px 0;
}

.pre-block h2 {
    font-size: 32px !important;
    line-height: 36.45px;
    letter-spacing: -1.6px;
    font-weight: 750 !important;
    font-variation-settings: "wght" 750;
    color: #141414;
    margin-bottom: 1.5rem;
}

.thankyou__header {
    padding: 0 40px 0 40px;
}

.thankyou__paragraph {
    font-size: 16px;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.48px;
    color: #536371;
    padding: 0 40px 0 40px;
}

.site-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.page-headline {
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 1.72rem;
    font-size: clamp(1.72rem, 1.4866rem + 1.167vw, 2.887rem);
    font-weight: 800;
    font-variation-settings: "wght" 800;
    line-height: .95;
    letter-spacing: -.08rem;
    flex: 1 1;
    margin-bottom: 2rem;
}


.contact-section {
    background-color: #f6f7f8;
    padding: 0 0 32px 0;
}

.contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 60px 40px;
    box-shadow: 0 0 2px hsla(0, 0%, 8%, .2), 0 0 20px hsla(0, 0%, 8%, .08);
    margin-bottom: 2rem;
}

.contact-badge {
    display: inline-block;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 16px;
    letter-spacing: -0.14px;
    background-color: #e7f6ff;
    color: #011119;
    padding: 4px 6px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.contact-text {
    grid-area: text;
}

.contact-title h2{
    font-size: 32px!important;
    font-weight: 750!important;
    font-variation-settings: "wght" 750;
    line-height: 36.45px; /* 113.906% */
    letter-spacing: -1.6px;
    color: #141414;
    margin-bottom: 16px!important;
}

.contact-subtitle {
    color: #536371;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.48px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 0.8fr 2.2fr;
    align-items: flex-start;
    gap: 2rem;
}

.contact-info-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.contact-right-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-people {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.person {
    background-color: #e7f6ff;
    padding: 24px;
    display: flex;
    border-radius: 12px;
    flex: 1 1 120px;
    gap: 24px;
}

.person-image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.person-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.person-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.person-name {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    color: #141414;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.person-role {
    font-size: 14px;
    font-style: normal;
    font-weight: 425;
    line-height: 20px;
    letter-spacing: -0.14px;
    font-size: 13px;
    color: #141414;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    background-color: #e7f6ff;
}

.method {
    padding: 24px;
    flex: 1 1 240px;
    color: #141414;
}

.method-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 21px;
    letter-spacing: -0.48px;
}

.method-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 425;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding-bottom: 16px;
}

.method-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.method-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ceedff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.method-icon img {
    width: 18px;
    height: 18px;
}

.method-highlight {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 23.4px;
    letter-spacing: -0.48px;
}

.footer {
    background-color: #022133;
    color: #fff;
    padding: 5.5rem 0 4rem;
    position: relative;
}

.footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 1.5rem;
    border-radius: 0 0 24px 24px;
    background: #ffffff;
}

.page-grey-footer .footer::before,
.site-default .footer::before,
.site-hrm .footer::before,
.site-ps .footer::before,
.site-cm .footer::before,
.site-puk .footer::before {
    background: #f6f7f8;
}

.footer-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2rem;
    text-transform: none;
    font-family: inherit!important;
    font-size: .75rem;
    font-size: clamp(.75rem, .725rem + .125vw, .875rem);
    font-weight: 450;
    font-variation-settings: "wght" 450;
    line-height: 1.35;
    letter-spacing: -.2px;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.footer-logo-column {
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.footer__logo-img {
    height: 28px;
    width: auto;
    display: block;
}

.copyright {
    order: 0;
    margin-top: 1rem;
}

.footer-links {
    display: flex;
    flex: 2 1 600px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-link-group {
    min-width: 160px;
}

.footer-heading {
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.footer-link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-group li {
    margin-bottom: 0.5rem;
}

.footer-link-group a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-link-group a:hover {
    color: #0aa6ff;
}

.breadcrumbs-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.breadcrumbs {
    font-size: .75rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: #697a90;
    margin-bottom: 1.5rem;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
}

.breadcrumbs__item::after {
    content: "/";
    margin: 0 0.5rem;
    color: #c5ccd3;
}

.breadcrumbs__item:last-child::after {
    content: "";
    margin: 0;
}

.breadcrumbs__link {
    color: #b4bcc6;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs__link:hover {
    color: #0aa6ff;
}

.breadcrumbs__current {
    color: #536371;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
    display: inline-block;
}

.login-modal .modal-content {
    border: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    max-height: 90vh;
}
  
.login-modal .modal-header {
    background-color: #022133;
    color: #fff;
    padding: 1rem 1.1rem 1.75rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
    border: none;
}
  
.login-modal .modal-title {
    font-size: 1rem!important;
    font-size: clamp(1rem, .975rem + .125vw, 1.125rem)!important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1.25;
    letter-spacing: -.4px;
    margin: 0;
    color: #fff;
}
  
.modal-close {
    border-radius: 50% !important;
    height: 2rem !important;
    width: 2rem !important;
    padding: 0 !important;
    color: #fff;
    background: transparent;
    border: 0;
    transition: all .2s ease-in-out;
}

.modal-close:hover {
    background: #0aa6ff;
}
  
.login-modal .modal-body {
    background-color: #fff;
    padding: 2.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    overflow-y: auto;
    z-index: 2;
    position: relative;
    margin-top: -1rem;
    border-radius: 12px 12px 0 0;
    max-height: 75vh;
}
  
.login-modal h2 {
    font-family: inherit!important;
    font-size: 1.424rem!important;
    font-size: clamp(1.424rem, 1.3488rem + .376vw, 1.8rem)!important;
    font-weight: 700;
    font-variation-settings: "wght" 750;
    line-height: 1.15;
    letter-spacing: -1.4px;
    margin-bottom: .5rem;
}
  
.login-modal h3 {
    font-family: inherit!important;
    font-size: .91rem!important;
    color: #6c757d;
}
  
.login-modal input {
    font-family: inherit!important;
    background: #f6f7f8!important;
    border: 2px solid #f6f7f8!important;
    padding: 1rem;
    font-size: .889rem;
    font-size: clamp(.889rem, .8668rem + .111vw, 1rem);
    line-height: 1.25;
    letter-spacing: -.4px;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    font-size: 1rem;
}

.login-modal input::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.login-modal input:-webkit-autofill {
    background-color: #f6f7f8 !important;
    -webkit-box-shadow: 0 0 0px 1000px #f6f7f8 inset !important;
    -webkit-text-fill-color: #212529 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.login-modal input.form-control:focus {
    border: 2px solid #a3d5ff!important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(163, 213, 255, 0.5);
    background-color: #f6f7f8;
}

.login-form {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.login-modal .margin-bottom {
    margin-bottom: 0.5!important;
}
  
.login-modal .form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #6c757d;
}

.login-modal .form-check-label {
    cursor: pointer;
}
  
.login-modal .login-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.5rem;
}
  
.login-modal .btn-textlink {
    color: rgb(10, 166, 255);
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-variation-settings: "wght" 575;
}

.login-modal .btn-textlink:hover {
    color: #000000!important;
}

.login-modal .btn-primary {
    width: 100%;
    background-color:  rgb(10, 166, 255);
    border: none;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: 1rem;
    border-radius: 6px;
    color: #fff;
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
    letter-spacing: -0.02rem;
}

.login-modal .form-check-input {
    appearance: none;
    -webkit-appearance: none;
    background: #fff!important;
    border: 1px solid #dde0e3!important;
    border-radius: 6px;
    width: 1.5rem!important;
    height: 1.5rem!important;
    padding: 0!important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}
  
.form-check-input:checked {
    background-color: #0aa6ff!important;
    border-color: #0aa6ff!important;
}
  
.login-modal .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 1.5px 1.5px 0;
    transform: translate(-40%, -70%) rotate(45deg);
    pointer-events: none;
}
  
.form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 0 rgba(59, 153, 252, 0.25);
}

.login-modal .btn-primary:hover {
    background-color: #044266;
    border-color: #055380;
}

.login-modal .login-modal-text {
    font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    color: #000000;
}
  
.login-modal .register-link {
   margin-left: 0.5rem;
}

.password-login {
    position: relative;
    margin-bottom: 0.5rem!important;
}

.email-login {
    margin-bottom: 0.5rem!important;
}
  
.toggle-password {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    color: #141414;
    cursor: pointer;
    margin-right: 8px!important;
}

.toggle-password:hover svg {
    color: #0aa6ff;
}

.toggle-password svg {
    transition: color 0.2s ease;
    color: #141414;
}
  
.toggle-password.toggled svg {
    color: #0aa6ff;
}

.login-modal ::-webkit-scrollbar {
    width: 1rem;
}

.login-modal ::-webkit-scrollbar-track {
    background-color: #f6f7f8;
    border-radius: 100px;
}
  
.login-modal ::-webkit-scrollbar-thumb {
    background-color: #b6e4ff;
    border-radius: 100px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.modal-alert.alert-danger {
    background-color: #ffd6cc;
    color: #cc2900;
    border-radius: 24px;
    padding: 8px 12px 8px 16px;
    font-size: 0.75rem!important;
    font-weight: 600;
    margin: 2rem 0;
    letter-spacing: .01em;
    font-variation-settings: "wght" 575;
}
  
.modal-alert .alert-text {
    flex: 1;
}
  
.modal-alert img {
    flex-shrink: 0;
    width: 16px;
}

.alert-success-custom {
    background-color: #edffea;
    color: #39cb22;
    border: none;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    font-size: .75rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    gap: 0.75rem;
}

.success-icon-text {
    position: relative;
    padding-left: 2rem;
}

.success-icon-text::before {
    content: "";
    background-image: url('/assets/icons/alert-icon-success.svg');
    background-size: 1.25rem 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.alert-success-custom svg {
    color: #28a745;
}

.register-title {
    padding-left: .75rem;
}

.register-card-container{
    padding-right: 1.5rem;
}

.register-card {
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 2px hsla(0, 0%, 8%, .2), 0 0 20px hsla(0, 0%, 8%, .08);
    margin-bottom: 3rem;
}

.recovery {
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 0 2px hsla(0, 0%, 8%, .2), 0 0 20px hsla(0, 0%, 8%, .08);
    margin-bottom: 3rem;
}

.recovery h2{
    font-family: inherit!important;
    font-size: 1.424rem!important;
    font-size: clamp(1.424rem, 1.3488rem + .376vw, 1.8rem)!important;
    font-weight: 700!important;
    font-variation-settings: "wght" 750;
    line-height: 1.15;
    letter-spacing: -1.4px;
}

.recovery p{
    font-family: inherit!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    letter-spacing: -.4px;
    color: #022133!important;
}

.register-form {
    margin-top: 0;
    margin-bottom: 0;
}

.frc-container.frc-success .frc-text {
    display: inline;
}

.frc-container .frc-text {
    display: none;
}

.frc-captcha {
    border: 0px!important;
}

.register-card input.form-control {
    background-color: #f6f7f8;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    height: 50px;
    padding: 0.75rem 1rem;
}

.register-card input {
    font-family: inherit!important;
    background: #f6f7f8!important;
    border: 2px solid #f6f7f8!important;
    padding: 1rem;
    font-size: .889rem;
    font-size: clamp(.889rem, .8668rem + .111vw, 1rem);
    line-height: 1.25;
    letter-spacing: -.4px;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    font-size: 1rem;
}

.register-card input::placeholder {
    color: #adb5bd;
    opacity: 1;
}

.register-card input.form-control:focus {
    border: 2px solid #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.4);
}

.register-card .btn-primary {
    background-color: #0aa6ff;
    border: 1px solid #23afff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-variation-settings: "wght" 575;
    font-size: .875rem;
    font-size: clamp(.875rem, .875rem + 0vw, .875rem);
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1.25;
    letter-spacing: -.02em;
    padding: .75rem 1rem;
    margin-top: 1rem;
}

.register-card .btn-primary:hover {
    background-color: #044266;
    border-color: #055380;
}

.register-form .position-relative .toggle-password {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.invalid-feedback {
    text-align: left!important;
    font-size: .75rem;
    color: #f30;
    font-weight: 500;
    font-variation-settings: "wght" 525;
    line-height: 1.35;
    letter-spacing: .01em;
}

#company_profiles{
    background-color: #f6f7f8;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.companies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    margin: 2rem 0;
}

.company-card {
    background: white;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    cursor: pointer;
    min-height: 120px;
}

.company-logo {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #dde0e3;
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.company-logo-placeholder {
    font-size: 0.75rem;
    color: #9ca3af;
}

.company-info {
    flex: 1;
}

.company-name {
    font-size: 1rem;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    margin-bottom: 0.25rem;
    color: #111827;
}

.company-slogan {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    font-weight: 450;
    font-variation-settings: "wght" 450;
}

.job-count {
    background-color: #ceedff;
    color: #0aa6ff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.employer-promo-block {
    display: flex;
    flex-direction: row;
    background-color: #e7f6ff;
    border-radius: 16px;
    overflow: hidden;
}

.promo-content {
    padding: 32px 24px;
    flex: 1;
    color: #141414;
}
.promo-label {
    color: #03324d;
    margin-bottom: 12px;
    text-align: center;
    background-color: #ceedff;
    padding: 6px 8px;
    font-size: .75rem;
    font-weight: 500;
    font-variation-settings: "wght" 525;
    line-height: 1.35;
    letter-spacing: .01em;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.promo-headline {
    font-size: 2.3rem;
    font-weight: 800;
    font-variation-settings: "wght" 800;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -2.4px;
}

.promo-text {
    font-size: 14px;
    font-weight: 450;
    margin-bottom: 24px;
    line-height: 1.25;
}

.promo-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.promo-button {
    display: inline-flex;
    align-items: center;
    background-color: #0aa6ff;
    border: 1px solid #23afff;
    color: #fff;
    padding: 10px 20px;
    font-size: .875rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
}

.promo-button:hover {
    background-color: #044266;
    border-color: #055380;
    color: #fff;
}

.promo-button svg {
    margin-right: 8px;
}

.employer-promo-wrapper {
    margin: 2.5rem 0;
}

.promo-image-side {
    display: block;
    background-image: url('/assets/images/uprofil.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    flex: 1;
}

#announcement-popup {
    position: fixed;
    bottom: .75rem;
    right: .75rem;
    z-index: 98;
    font-family: "Inter", system-ui, sans-serif;
}

.announcement-box {
    width: 25rem;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 0 2px rgba(0,0,0,0.07),
                0 10px 15px -3px rgba(0,0,0,0.1),
                0 4px 6px -2px rgba(0,0,0,0.05);
    overflow: hidden;
    outline: 3px solid #fff;
    position: relative;
    display: flex;
    flex-direction: column;
}

.announcement-header {
    height: 90px;
    background-size: 100%;
    background-position: center 0%;
    background-repeat: no-repeat;
    border-radius: 16px 16px 0 0;
    margin-bottom: 5px;
}

.announcement-body {
    padding: 1.5rem;
    color: #141414;
}

.announcement-title {
    font-size: clamp(1rem, .975rem + .125vw, 1.125rem);
    line-height: 1.25;
    letter-spacing: -.4px;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    margin-bottom: .5rem;
}

.announcement-message {
    font-size: clamp(.889rem, .8668rem + .111vw, 1rem);
    line-height: 1.25;
    letter-spacing: -.4px!important;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    margin-bottom: 1rem;
}

.announcement-button a {
    background-color: #0aa6ff;
    border: 1px solid #23afff;
    color: white;
    display: inline-block;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: .875rem;
    font-size: clamp(.875rem, .875rem + 0vw, .875rem);
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 1.25;
    letter-spacing: -.02em;
    width: 100%;
}

.announcement-close-wrapper {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.announcement-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    color: #141414;
    border: none;
}

.announcement-voucher {
    margin-bottom: 1rem;
}

.voucher-headline {
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: -0.14px;
    font-weight: 600;
    font-variation-settings: "wght" 575;
    color: #7e8a95;
    margin-bottom: 1rem;
}

.voucher-code {
    background-color: #f6f7f8;
    border-radius: 12px;
    margin: 0.5rem 0 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#copy-button {
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 1100px) {
    .header__logo {
        padding-left: 1rem;
    }

    .layout-container {
        padding-left: 0;
        padding-right: 0;
    }

    .back-button {
        margin-left: 2.5rem;
    }

    .breadcrumbs-container, .site-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .website-list {
        padding: 20px;
    }

    .motivation-benefits-wrapper {
        background-color: #ffffff;
    }

    .faq-section {
        background-color: #ffffff;
        padding: 0;
    }

    .contact-section {
        background-color: #ffffff;
    }

    .page-grey-footer .footer::before {
        background: #ffffff;
    }

    .benefits {
        padding: 0;
    }

    .register-card-container{
        padding-right: 0;
    }

    .companies-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 990px) {
    .footer-columns {
        display: inline;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .footer-logo-column {
        margin-bottom: 1rem;
        padding-bottom: 0;
    }

    .footer__logo-img {
        margin-bottom: 0.25rem;
    }

    .copyright {
        padding: 0;
        text-align: left;
        margin-bottom: 1rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding: 0;
    }

    .footer-link-group {
        margin-bottom: 1rem;
        padding: 0;
        text-align: left;
    }

    .footer-heading {
        margin-bottom: 1rem;
    }

    .footer-link-group ul {
        list-style: none;
    }

    .footer-link-group{
        list-style: none;
    }

    .footer-link-group a {
        line-height: 1.3;
    }

    .website-list ul > li {
        padding: 0.5rem 0.5rem;
    }

    .promo-image-side {
        display: none;
    }
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
  
    .contact-right-block {
        margin-top: 2rem;
    }

    .contact-title h2, .faq-title h2 {
        font-size: 24px !important;
        font-weight: 600 !important;
        font-variation-settings: "wght" 600;
    }

    .faq-question {
        font-size: 16px !important;
        font-weight: 500;
        font-variation-settings: "wght" 500;
    }

    .page-hero {
        padding: 1rem 0 2rem;
    }

    .faq-answer {
        font-size: 14px !important;
    }
    
    .desktop-only {
        display: none;
    }

    .hero-image-grid.mobile-only {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        margin-top: 2rem;
    }

    .staggered-row {
        display: flex;
        gap: 0.5rem;
    }

    .staggered-wrapper {
        overflow: hidden;
        position: relative;
    }
    
    .staggered-row.offset {
        margin-left: -44px;
    }

    .staggered-item {
        flex-shrink: 0;
    }

    .hero-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: auto;
    }

    .hero-img {
        width: 88px;
        height: 88px;
        object-fit: cover;
        margin: 0;
    }

    .hero-content-overlay {
        position: static;
        transform: none;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        padding: 1rem;
        margin-top: 1rem;
    }

    .hero-title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 14px;
        padding: 0 1rem;
    }

    .hero-eyebrow {
        font-size: 11px;
        padding: 2px 8px;
    }
    
    .website-list {
       background-color: #ffffff;
    }

    .login-modal .register-link {
        margin-left: 0; 
    }

    .companies-grid {
        grid-template-columns: 1fr;
    }
    
    .promo-button-group {
        flex-direction: column;
        align-items: stretch;
    }

    .promo-button {
        width: 100%;
        justify-content: center;
    }
}
