@import url('https://fonts.b-ite.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

html {
    background: #fff;
    color: #101828;
}

body {
    font-family: "Open Sans", serif;
}

html.bjpfg--variant-light * {
    outline-color: #101828;
}


body h1,
html.bjpfg--variant-light .bjpfg-icon {
    color: #4977B6;
}

body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #7AB51D;
}


body button:not(.--link) {
    color: #101828;
    font-weight: 600;
    background: #fff;
    background-image: none;
    box-shadow:
        inset 0 0 0 1px #101828,
        inset 0 -1px 0 #101828;
}

body button:not(.--link):hover,
body button:not(.--link):not([disabled]):hover {
    color: #fff;
    background-color: #101828;
    background-image: none;
    box-shadow: inset 0 0 0 1px #101828;
}

body button:not(.--link):hover .bjpfg-icon {
    color: #fff;
}

body button:not(.--link).--primary:not([disabled]) {
    color: #fff;
    font-weight: 600;
    background: #101828;
}

body button:not(.--link).--primary:not([disabled]):hover {
    color: #101828;
    background: #fff;
}


body button:not(.--link):disabled:hover {
    color: rgba(92, 112, 128, 0.5);
    background-color: #F0F4F9;
}

html.bjpfg--variant-dark button:not(.--link),
html.bjpfg--variant-dark .bjpfg-icon {
    color: #101828;
}

html.bjpfg--variant-dark button:not(.--link) {
    background: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover {
    color: #101828;
    background-color: #fff;
}

html.bjpfg--variant-dark button:not(.--link):not([disabled]):hover .bjpfg-icon {
    color: #fff;
    background-color: transparent;
}

html.bjpfg--variant-dark button:not(.--link).--primary:not([disabled]),
html.bjpfg--variant-dark button:not(.--link).--success:not([disabled]) {
    color: #fff;
}


body input:not([type=checkbox]).--disabled,
body input:not([type=checkbox]):disabled,
body select.--disabled,
body select:disabled,
body textarea.--disabled,
body textarea:disabled,
body button:not(.--link).--disabled,
body button:not(.--link):disabled {
    background-color: #F0F4F9;
}

html.bjpfg--variant-light body a,
html.bjpfg--variant-light body a:hover,
html.bjpfg--variant-light body a:visited,
html.bjpfg--variant-light body a:link {
    color: #101828;
}

body main section[aria-label="Kontakt"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body main section[aria-label="Kontakt"] h2,
body main section[aria-label="Kontakt"] h3 {
    width: 100%;
}

body main section[aria-label="Kontakt"] .bjpfg-field {
    width: 48%;
    margin-bottom: 10px;
}

.bjpfg-field + .bjpfg-field {
    margin-top: 0;
}

.__bjp-cnt--header--border {
    display: flex;
    width: 100%;
    height: 10px;
}

.__bjp-cnt--header--border span {
    flex: 1;
    height: 100%;
    display: block;
    transition: flex 0.5s ease;
}

.__bjp-cnt--header--border .orange {
    background-color: #F59F00;
}

.__bjp-cnt--header--border .blue {
    background-color: #4977B6;
}

.__bjp-cnt--header--border .green {
    background-color: #7AB51D;
}

button.--primary,
.bjpfg-tos-actions__deny-button,
.bjpfg-tos-actions__download-pdf-button,
.bjpfg-candidate-pool__show-content-button,
.bjpfg-field__widget,
.bjpfg-actions__support-button,
.bjpfg-field-group__fg_autoFill button,
.bjpfg-actions__pause-button,
.bjpfg-popover__actions button,
.bjpfg-actions__revise-button {
    border-radius: 50px !important;
    position: relative;
    transition: transform 0.3s ease;
    font-size: 16px;
    color: #4977B6 !important;
    background: #F0F4F9 !important;
    border-color: #4977B6 !important;
}

button.--primary {
    padding: 10px 4rem 10px 2rem !important;
}

button.--primary::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url('https://cs-assets.b-ite.com/landkreis-kelheim/images/arrow-blue.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

button.--primary:hover::after {
    transform: translateY(-50%) translateX(5px);
}

@media screen and (min-width: 992px) {
    .bjpfg-main main {
        width: 900px;
    }

    .bjpfg-header header {
        width: 900px;
    }
}


@media screen and (max-width: 500px) {
    body main section[aria-label="Kontakt"] .bjpfg-field {
        width: 100%;
    }
}