:root {
    --primary: #65983e;
    --headline-bg: black;
    --headline-bg-hover: #65983e;
    --headline-text: white;
    --headline-text-hover: white;
    --button-bg: #65983e;
    --button-text: white;
    --button-hover-bg: black;
    --button-hover-text: white;
    --button-radius-top-left: 0;
    --button-radius-top-right: 0;
    --button-radius-bottom-left: 0;
    --button-radius-bottom-right: 0;
}

.falke-jobs_import {
    padding: 2rem 0 0;
}

.falke-jobs_headline {
    background: var(--primary);
    border-radius: 5px;
    position: relative;
}

.falke-hidden .falke-jobs_headline {
    background: var(--headline-bg);
}

.falke-jobs_headline:hover,
.falke-jobs_headline:active,
.falke-jobs_headline:focus {
    background: var(--headline-bg-hover);
}

.falke-jobs_headline:hover a,
.falke-jobs_headline:active a,
.falke-jobs_headline:focus a {
    color: var(--headline-text-hover);
}

.falke-jobs_headline a {
    font-weight: 700;
    font-size: 16px;
    color: var(--headline-text);
    padding: 12px 24px;
    display: block;
    text-align: left;
    scroll-margin-top: 125px;
}

.falke-jobs_headline::after {
    content: url(../images/bullet_point_w.svg);
    height: 12px;
    width: 12px;
    position: absolute;
    top: 10px;
    right: 25px;
    pointer-events: none;
    transform: rotate(90deg) translate(10px, -10px);
    transition: transform .2s ease-in-out;
}

.falke-hidden .falke-jobs_headline::after {
    transform: unset;
}

.falke-jobs_import ul {
    list-style-image: url(../images/bullet_point.svg);
}

.falke-jobs_import li {
    margin-top: -12px;
    margin-bottom: -12px;
}

.falke-jobs_description {
    display: inline-block;
    text-align: left;
}

.falke-border-top {
    border-top: 5px solid var(--primary);
    margin-top: 25px;
    padding-top: 25px;
}

.falke-border-bottom {
    border-bottom: 5px solid var(--primary);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.falke-button {
    text-align: center;
    background-color: var(--button-bg);
    background-image: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: var(--button-text);
    border-top-width: 2px;
    border-top-color: var(--button-bg);
    border-top-style: solid;
    border-top-left-radius: var(--button-radius-top-left);
    border-top-right-radius: var(--button-radius-top-right);
    border-right-width: 2px;
    border-right-color: var(--button-bg);
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: var(--button-bg);
    border-bottom-style: solid;
    border-bottom-left-radius: var(--button-radius-bottom-left);
    border-bottom-right-radius: var(--button-radius-bottom-right);
    border-left-width: 2px;
    border-left-color: var(--button-bg);
    border-left-style: solid;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    text-decoration: none;
}

.falke-button:hover,
.falke-button:focus,
.falke-button:active {
    background-color: var(--button-hover-bg);
    color: var(--button-hover-text);
    border-top-color: var(--button-hover-bg);
    border-right-color: var(--button-hover-bg);
    border-bottom-color: var(--button-hover-bg);
    border-left-color: var(--button-hover-bg);
}

.falke-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.border-box {
    box-sizing: border-box;
}

.falke-accordion-content {
    width: unset!important;
}
