.g6 {
    grid-column: 5/6;
}

.entrant_doc-item {
    height: clamp(240px, 20.5vw, 295px);
}

.entrant_doc-item,
.emblema {
    width: clamp(240px, 20.5vw, 295px);
    margin-bottom: 20px;
}

.emblema {
    height: auto;
}

.background_ornament {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100vw;
    height: 300px;
    background: url("/img/orn_2.svg") -80px repeat-x;
    z-index: -1;
}

h2 {
    margin-left: 25.5%;
}

.flflf-bf svg {
    flex-shrink: 0;
    width: 21.43px;
    height: 21.35px;
}

h2.curve_indent {
    text-indent: 15.5%;
    margin-left: 10%;
}

.indent {
    margin-left: 25.5%;
}

.display_flex {
    display: flex;
    gap: 20px;
}

.form_lern_flex-item-text {
    margin: 0;
    color: var(--text-dark-turquoise);
}

.form_lern_flex-item-form .flflf-bf:first-of-type a {
    border-top: solid 1px var(--turquoise-opacity05);
}

.border_top {
    border-top: solid 1px var(--turquoise-opacity05);
}

.tfl_big {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--text-turquoise);
}

.max_width400 {
    max-width: 400px;
}

.max_width650 {
    max-width: 650px;
}

.flflf-bf .block {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-bottom: solid 1px var(--turquoise-opacity05);
}

.width_full .block {
    height: 80px;
    width: 100%;
    margin: 0;
}

@media (hover: hover) and (pointer: fine) {
    .flflf-bf .block .tfl:hover {
        color: var(--text-turquoise);
    }
}

.tfl {
    color: var(--text-turquoise);
    max-width: 80%;
    align-items: start;
}

.entrant_doc a {
    width: 100%;
    height: 100%;
}

.marg_bot40 {
    margin-bottom: 40px;
}

.min_text {
    color: var(--turquoise);
}

.flflf-bf a,
.flflf-bf .block {
    height: auto;
    padding: 15px 0;
    align-items: start;
}

.form_lern_flex,
.form_lern_flex-item {
    margin-bottom: 0;
}

.blue_text {
    color: var(--text-turquoise);
}

.dark_blue_text {
    color: var(--text-dark-turquoise);
}

@media only screen and (max-width: 1300px) {
    .entrant_doc_ab {
        gap: 10px 20px;
    }

    .edi_min a {
        width: 100%;
        height: 100%;
    }

    .edi_min {
        width: clamp(232px, 20.5vw, 295px);
        height: clamp(232px, 20.5vw, 295px);
    }
}

@media only screen and (max-width: 1150px) {
    .entrant_doc {
        width: 100%;
        height: auto;
        margin-top: 70px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        column-gap: 10px;
    }
}

@media only screen and (max-width: 950px) {
    .indent {
        margin-left: 10%;
    }

    h2.curve_indent {
        text-indent: 0%;
        margin-left: 0%;
        text-align: center;
    }

    h2.indent {
        margin-left: 0;
        text-align: center;
    }

    h2 {
        margin-left: 0;
        font-size: clamp(26px, 1rem, 36px);
    }
}

@media only screen and (max-width: 765px) {
    .indent {
        margin-left: 0;
    }

    .flflf-bf a,
    .flflf-bf .block {
        width: 100%;
        margin-left: 0%;
    }

    .form_lern_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .form_lern_flex-item {
        margin-bottom: 0;
    }

    .display_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .entrant_doc_ab {
        justify-content: center;
    }
}

@media only screen and (min-width: 1900px) {
    .flflf-bf a,
    .flflf-bf .block {
        height: auto;
        padding: calc(15px * var(--scale)) 0;
    }

    .dark_blue_text,
    .blue_text {
        font-size: calc(16px * var(--scale));
        line-height: calc(20px * var(--scale));
    }

    .flflf-bf svg {
        transform-origin: top right;
        transform: scale(var(--scale));
    }

    .display_flex {
        gap: calc(20px * var(--scale));
    }

    .max_width400 {
        max-width: calc(400px * var(--scale));
    }

    .max_width650 {
        max-width: calc(650px * var(--scale));
    }

    .tfl_big {
        font-size: calc(20px * var(--scale));
        line-height: calc(20px * var(--scale));
    }

    .marg_bot40 {
        margin-bottom: calc(40px * var(--scale));
    }
}

@media (prefers-color-scheme: dark) {
    .background_ornament {
        background: url("/img/dark_orn_2.svg") -80px repeat-x;
    }
}
