/* index */    
    .retouren_page {
        margin: 15px 0;
    }

    .retouren_page .hidden {
        display: none;
    }

    .retouren_page h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--colorGreen);
        padding: 0px;
        margin: 0px;
    }

    .retouren_page hr {
        margin-bottom: 20px;
    }

    .retouren_line {
        display: grid;
        margin-bottom: 20px;
    }

    .retour_info {
        display: grid;
        gap: 5px;
        padding: 5px;
    }

    .retour_info .rt_label {
        display: block;
    }

    

    @media screen and (max-width: 1000px) {
        .retour_info {
            grid-template-columns: 150px 1fr 150px 1fr;
        }
        .retouren_line .retouren_headings {
            display: none;
        }
    }

    @media screen and (min-width: 1001px) {
        .retour_info {
            display: grid;
            grid-template-rows: 20px;
            grid-template-columns: 120px 120px 100px 400px 1fr 60px;
            align-items: center;
            padding: 5px;
        }

        .retour_info .rt_label {
            display: none;
        }
    }

    @media screen and (max-width: 700px) {
        .retour_info {
            grid-template-columns: 150px auto;
        }
    }

    .retouren_title {
        align-items: center;
        background-color: var(--colorGreen);
        color: var(--colorWhite);
        font-weight: 700;
        padding: 5px;

    }

    .retouren_headings {
        display: grid;
        grid-template-rows: 20px;
        grid-template-columns: 120px 120px 100px 400px 1fr 60px;
        gap: 5px;
        align-items: center;
        background-color: var(--colorGray);
        color: var(--colorWhite);
        font-weight: 700;
        padding: 5px;
    }

    .retour_info:nth-child(even) {
        background-color: var(--colorLightGray);
    }

    .pdf_icon {
        height: auto;
        width: 20px;
        justify-self: center;
        cursor: pointer;
    }

    .pdf_icon:hover {
        filter: brightness(110%);
    }

/* Retour aanmaken */
    .retouren_page {
        margin: 15px 0;
    }

    .retouren_page .hidden {
        display: none;
    }

    .retouren_page h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--colorGreen);
        padding: 0px;
        margin: 0px;
    }

    .retouren_page hr {
        margin-bottom: 20px;
    }