@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/MaterialIcons-Regular-687816b2c33eed868a8b0309dcf7f3d6.ttf") format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: Aptos, Inter, Roboto, Helvetica, Arial, sans-serif;
    color: #001942;
}

::selection {
    background: rgba(6, 214, 160, 0.3);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 700;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 1.67rem;
}

h3, .h3 {
    font-size: 1.5rem;
}

h4, .h4 {
    font-size: 1.1667rem;
}

h5, .h5, h6, .h6 {
    font-size: 1rem;
}

.h1.number {
    font-size: 4rem;
    font-family: 'Aptos', 'Inter', 'Effra', Roboto, Helvetica, Arial, sans-serif;
}

.registration-cta-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

button {
    color: #001942;
}

.button--filled, .button--filled.secondary {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    outline-style: unset !important;
    border-radius: 30px;
    box-shadow: 0 6px 30px -10px rgba(0, 25, 66, 0.5);
    white-space: nowrap;
}

.button--filled {
    background-color: #06d6a0;
    height: 56px;
    padding: 15px 30px;
    border: 1px solid #06d6a0;
}

.button--filled.dark {
    background-color: #001942;
    border: 1px solid #001942;
}

.button--filled.dark.social-media-button {
    width: 250px;
}

.link-button {
    color: #06d6a0;
    background-color: transparent;
    font-weight: bold;
    height: 56px;
    border: unset;
    outline-style: unset;
    border-radius: unset;
    white-space: nowrap;
    text-transform: unset;
    text-decoration: underline !important;
}

button.link-on-secondary, div.link-on-secondary, a.link-on-secondary {
    text-decoration: none !important;
}

.card-footer .link-on-secondary {
    text-decoration: underline !important;
}

.card-body.job-results {
    flex: 0 1 auto;
}

.countersection .extra-margin {
    margin: 0 100px;
}

button.link-on-secondary, button.link-inline {
    background-color: transparent;
    border: unset;
    padding: 0;
}

.button--square {
    color: #fff;
    background-color: #06d6a0;
    font-weight: bold;
    height: 56px;
    width: 56px;
    border: unset;
    outline-style: unset !important;
    border-radius: unset;
    display: block;
}

.button--outlined {
    color: #001942;
    background-color: #fff;
    font-weight: bold;
    height: 56px;
    border: 4px solid #001942;
    outline-style: unset !important;
    border-radius: unset;
    display: block;
}

.filter-collapse-button.button--outlined {
    border: 3px solid #001942;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}



.button--filled.disabled, .button--square.disabled {
    background-color: #ACACAC !important;
    border: 1px solid #ACACAC !important;
    cursor: not-allowed;
}

[role="button"]:focus, [role="button"]:active, [type="button"]:focus, [type="button"]:active, [role="tab"]:focus, [role="tab"]:active  {
    border: unset;
    outline: unset;
}

a.link-button:hover {
    color: #06d6a0 !important;
}

a.link-on-secondary:hover {
    color: #00af81 !important;
}

a.button--filled:hover {
    color: white;
}

.link-inline {
    color: #06d6a0;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline !important;
}

.link-inline:hover {
    color: #06d6a0;
}

.link-on-secondary {
    color: #00af81 !important;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline !important;
}

.footer-link {
    color: white;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 3px;
    cursor: pointer;
}

.footer-link:hover, .footer-link.current {
    color: #00af81;
}

a.link-dark {
    color: #001942;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 3px;
    cursor: pointer;
    text-decoration: underline;
}

.link-dark:hover {
    color: #06d6a0;
}

.footer-brand {
    height: 1.75em;
    width: auto;
}

.footer-icon {
    height: 28px;
    width: 28px;
}

.textfield-icon, .drag-n-drop-icon {
    color: #06d6a0 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

.collapse-icon {
    height: 32px;
    width: 32px;
    cursor: pointer;
}


.material-icons.collapse-icon {
    font-size: 2rem;
}

.collapse-toggle {
    cursor: pointer;
}

.button--filled .collapse-icon {
    padding-top: 2px;
}

.jobcard:not(.job-announcement-jobcard) {
    box-shadow: 3px 3px 30px -10px rgba(0, 25, 66, 0.1);
    transition: transform .3s;
}

.jobcard:not(.job-announcement-jobcard):hover {
    transform: scale(1.02);
}

.jobcard-divider {
    padding-bottom: 3em;
    border-top: 1px solid #001942;
}

.error-alert {
    color: #b00020;
    font-size: small;
}

.primary-alert {
    color: #00af81;
    font-size: small;
}

.radio-label {
    padding-top: 10px;
}

.content-container {
    margin-top: 90px;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 62.5%;
    height: 255px;

}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.list-styled {
    list-style-type: square;
    padding-left: 1.2rem;
}

li {
    padding-bottom: 0.5rem;
}

iframe {
    border: none;
    width: 100%;
    height: 220px;
}

.typewriter-column {
    margin-top: 0;
}

.bookmark {
    height: 3rem;
}

.footer, .footer--small, .footer--minimal {
    color: white;
    background-color: #001942;
    position: relative;
}

.footer {
    padding: 0 0 60px;
}

.svg-wrapper {
    height: 150px;
    width: 100%;
}

.svg-wrapper.mobile {
    height: 100px;
    width: 100%;
}

.footer .svg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.footer--small, .footer--minimal {
    -webkit-clip-path: polygon(0 15%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 calc(0% + 3vw), 0 100%, 100% 100%, 100% 0);
}

.footer--minimal {
    padding-top: 2rem;
}

.landingpage-footer {
    color: #fff;
    background-color: #001942;
    position: relative;
}

.landingpage-footer .svg-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
}

.info-box-container {
    position: relative;
}

.info-box {
    width: 100%;
    background-color: #ffec00;
    position: relative;
    margin-bottom: 3rem;
    -webkit-clip-path: polygon(4% 0%, 10% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(4% 0%, 10% 100%, 100% 100%, 100% 0%);
}

.info-box {
    padding: 30px 30px 30px 60px;
    height: auto;
}

.box-shadowed {
    box-shadow: 6px 3px 40px -20px rgba(0, 25, 66, 0.2);
}

.top-container {
    position: relative;
    top: 90px;
    margin-bottom: 160px;
}

.divider-dark {
    border-bottom: 3px solid #001942;
    padding: 0 0;
    margin-bottom: 1rem;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.success-toast {
    border-radius: unset;
    border: unset;
    color: #155724;
    background-color: #d4edda;
    max-width: 380px;
}

.success-toast > .toast-header {
    color: #155724;
    background-color: #d4edda;
    border-bottom: 1px solid #c3e6cb;
}

.success-toast > .toast-header > .close.success-close {
    color: #155724 !important;
}

.success-toast-icon {
    font-size: 18px;
}

.loader-overlay.hidden {
    display: none;
}

@media screen and (min-width: 576px) {
    iframe {
        height: 320px;
    }

    .svg-wrapper {
        height: 150px;
        width: 100%;
    }

    .footer .svg-wrapper {
        position: absolute;
        top: 0;
        right: 0;
    }

    .info-box-container {
        width: 460px;
    }

    .landingpage-footer .svg-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 2.5rem;
    }

    .h1.extra-small, h1.extra-small {
        font-size: 1.5rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .registration-cta-card {
        margin: 0 60px;
    }

    iframe {
        height: 420px;
    }

    .info-box {
        padding: 60px 60px 60px 90px;
        margin-top: -60px;
    }
}

@media screen and (min-width: 992px) {
    h4, .h4 {
        font-size: 1.25rem;
    }

    .registration-cta-card {
        margin: initial;
    }

    .content-container {
        margin-top: 160px;
    }

    iframe {
        height: 220px;
    }

    .info-box-container {
        left: 0;
    }

    .top-container {
        top: 104px;
    }
}

@media screen and (min-width: 1200px) {
    .registration-cta-card {
        height: 256px;
    }
}

.btn-linkedin {
    background: #0E76A8;
    border-radius: 2px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #084461;
    padding: 8px 18px;
}
.btn-linkedin:link, .btn-linkedin:visited {
    color: #fff;
}
.btn-linkedin:active, .btn-linkedin:hover {
    background: #084461;
    color: #fff;
}

.cxsFieldName_uc_ja_ich_mchte_dem_job_alarm_aktivieren__c > .cxsFieldLabel {
    display: none;
}
