:root {
    --primary-color: #549024;
    --primary-color-2: #497d1f;
}

html,
body {
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    color: #212121;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.button {
    text-decoration: none;
}

p {
    line-height: 1.5;
}

ul {
    list-style: square;
}
ul li {
    margin-bottom: .4em;
}
ul li::marker {
   color: #5e9533;
}

h1, h2, h3, h4, h5 {
    color: #212121;
}
h1 {
    font-family: bgek-titillium,Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 200;
    margin: 20px 0 40px
}

input[type=text],
select {
    background: #ededed;
    border: none;
    padding: 12px;
}
select:focus-visible {
    outline-color: var(--primary-color);
}


.header {
    font-family: bgek-titillium,Helvetica,Arial,sans-serif;
    font-size: 22.5px;
    font-weight: 200;
    color: #818181;
    padding-top: 30px;
}
.header .logo {
    margin-right: 15px;
}
.header .logo img {
    max-width: 160px;
}
.header span {
    display: inline-block;
    transform: translateY(-5px);
}

.container {
    position: relative;
}

.navigation_step {
    background: #EBFCEE;
    font-family: bgek-titillium,Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #333;
    color: #525252;
    text-wrap: nowrap;
}
.navigation_step .container {
    overflow: auto;
}
.navigation_step ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.navigation_step li {
    position: relative;
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-left: 40px;
}
.navigation_step li::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/assets/portale/barmer/icons/chevron-right.svg) no-repeat;
    position: absolute;
    /* transform: translate(-24px, -2px); */
    transform: translate(-34px, 2px);
    speak: none;
}
.navigation_step li:first-child {
    margin-left: 20px;
}
.navigation_step li:first-child::before {
    display: none;
}
.navigation_step li:last-child::after {
    content: "";
    display: inline-block;
    width: 20px;
}
.navigation_step strong {
    font-weight: 400;
    color: #212121;
    border-bottom: 3px solid #6B25C5;
}
@media (max-width: 800px) {
    .navigation_step {
        font-size: 13px;
    }
    .navigation_step li {
        margin-left: 20px;
    }
    .navigation_step li::before {
        /*transform: translate(-14px, -2px);*/
        transform: translate(-26px, -2px) scale(0.6);
    }
    .navigation_step li:first-child {
        margin-left: 0;
    }
}




.footer {
    background: #F2F0E5;
    border-top: none;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 70px;
    margin-top: 25px;
}
.footer * {
    color: #212121;
}
.footer a:hover {
    color: #51831c;
}
.footer > .inner {
    display: flex;
    justify-content: space-between;
}
.footer .footer-nav {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .footer-nav li {
    padding: 0 15px;
    border-left: 1px solid #ccc;
}
.footer .footer-nav li:first-child {
    border-left: none;
}
.footer a,
.footer .copyright {
    padding-top: 10px;
    display: inline-block;
}
@media (max-width: 800px) {
    .footer > .inner {
        flex-direction: column;
    }
    .footer .footer-nav li:first-child {
        padding-left: 0;
    }
}

.login-form {
    margin: 70px 0;
}


/* --------------------------------------- */
.info-image-auftragsnummer {
    width: 100%;
    box-sizing: border-box;
    transition: .3s all;
    background: white;
    padding: 10px;
}
.info-image-auftragsnummer p {
    font-size: 13px;
}

@media (max-width: 719px) {
    .info-image-auftragsnummer {
        margin-top: -40px;
    }
}

@media (min-width: 720px) {
    .info-image-auftragsnummer {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 340px;
        max-width: 90%;
    }
}
@media (min-width: 720px) and (hover: hover) and (pointer: fine) {
    .info-image-auftragsnummer:hover {
        width: 682px;
        border: .1em solid #cdcdcd;
    }
}


/* --------------------------------------- */

.bildhinweise {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bildhinweise > *:first-child {
    flex-grow: 1;
}
.bildhinweise img {
    width: 250px;
}
.bildhinweise ul {
    padding-left: 15px;
}

@media (min-width: 735px) {
    .bildhinweise {
        flex-direction: row;
    }
}


/* --------------------------------------- */


.image-check-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 40px;
}
@media (min-width: 700px) {
    .image-check-wrapper {
        flex-direction: row;
    }
}
.image-check-wrapper > * {
    flex-basis: 50%;
}

.image-check-wrapper table {
    border-collapse: collapse;
}
.image-check-wrapper table td {
    padding: 3px;
}
.image-check-wrapper table td:first-child {
    padding-right: 20px;
}
.image-check-wrapper table td:last-child {
    font-weight: bold;
}

/* --------------------------------------- */

.button.button--light {
    background: white;
    border: 1px solid #eaeaea;
    color: #333;
}
.button.button--light:hover {
    border-color: #333;
}


.button-bar {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}







@media (max-width: 800px) {
    h1 {
        font-size: 20px;
    }
}