#karriereportal-widget {
    display: flex;
    flex-direction: column;
    align-items: center;

    #karriereportal-widget-header {
        text-align: center;

        #widget-headline {
            font-family: "Montserrat", Sans-serif, serif;
            font-size: 27px;
            font-weight: 200;
            line-height: 23px;
        }

        #widget-subline {
            margin-top: 10px;
            font-family: "Montserrat", Sans-serif, serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 23px;
        }

        #job-offer-filters {
            margin-top: 30px;
            display: flex;
            flex-direction: row;
            gap: 20px;
            align-items: center;

            @media (max-width: 1100px) {
                flex-direction: column;
            }

            .nice-select {
                border-color: #00544d;
                font-size: 14px;

                span.current {
                    color: black;
                    font-weight: 600;
                }

                ul li {
                    display: block !important;
                }
            }

            .select-wrapper {
                position: relative;
                width: 300px;

                select {
                    font-family: "Montserrat", Sans-serif, serif;
                    font-weight: 300;
                    font-size: 14px;
                    border: 1px solid #D8D8D8;
                    padding: 10px 20px 10px 20px;
                    width: 300px;
                    text-align: center;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    text-overflow: ellipsis;

                    option {
                        font-weight: 300;
                    }
                }
            }
        }
    }

    #reset-filters {
        background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 846.5 842.3"><defs><style>.st0{fill:%2300544d;}</style></defs><g id="Layer_1"><g id="Filter_sort_icon_funnel_sign"><g id="up_icons"><g id="blue_line"><path class="st0" d="M789.3,270.3c-19.8-46.9-48.2-89-84.3-125.1-36.1-36.1-78.2-64.5-125.1-84.3-48.5-20.5-100.1-30.9-153.2-30.9s-104.7,10.4-153.2,30.9c-46.9,19.8-89,48.2-125.1,84.3-36.1,36.1-64.5,78.2-84.3,125.1-20.5,48.5-30.9,100.1-30.9,153.2s10.4,104.7,30.9,153.2c19.8,46.9,48.2,89,84.3,125.1,36.1,36.1,78.2,64.5,125.1,84.3,48.5,20.5,100.1,30.9,153.2,30.9s104.7-10.4,153.2-30.9c46.9-19.8,89-48.2,125.1-84.3,36.1-36.1,64.5-78.2,84.3-125.1,20.5-48.5,30.9-100.1,30.9-153.2s-10.4-104.7-30.9-153.2ZM426.6,776.1c-194.4,0-352.6-158.2-352.6-352.6S232.2,70.9,426.6,70.9s352.6,158.2,352.6,352.6-158.2,352.6-352.6,352.6Z"/><path class="st0" d="M620.9,274.4c-3.5-6.8-10.5-11.1-18.2-11.1H250.6c-7.7,0-14.7,4.3-18.2,11.1-3.5,6.8-2.9,15,1.5,21.3l121.2,170.7v99.5c0,6.8,3.3,13.1,8.9,16.9l102.1,70c3.5,2.4,7.5,3.6,11.6,3.6s6.6-.8,9.6-2.4c6.7-3.5,10.9-10.5,10.9-18.1v-169.5l121.2-170.7c4.4-6.3,5-14.5,1.5-21.3ZM461,448c-2.5,3.5-3.8,7.6-3.8,11.9v137.1l-61.1-41.9v-95.3c0-4.3-1.3-8.4-3.8-11.9l-102-143.7h272.7l-102,143.7Z"/></g></g></g></g><g id="Ebene_2"><rect class="st0" x="122.5" y="436.3" width="623.4" height="47.2" rx="23.6" ry="23.6" transform="translate(-154.1 227.7) rotate(-25.1)"/></g></svg>');
        background-repeat: no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 185px;
        right: 0;
        cursor: pointer;
    }

    #karriereportal-widget-content {
        display: grid;
        grid-template-columns: repeat(3, 350px);
        grid-auto-rows: 210px;
        column-gap: 20px;
        row-gap: 20px;
        margin-top: 50px;

        @media(max-width: 1100px) {
            grid-template-columns: repeat(2, 350px);
        }

        @media(max-width: 760px) {
            grid-template-columns: repeat(1, 350px);
        }

        .job-offer, .job-offer .job-offer-hover {
            background-color: #E5F2F2;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: "Montserrat", Sans-serif, serif;
            font-size: 14px;
            padding: 30px 25px;
            text-align: center;
            word-break: break-word;
            hyphens: auto;
            position: relative;
            transition: all 0.3s ease-in-out;

            &:hover {
                .job-offer-hover {
                    opacity: 100%;
                }
            }

            img {
                margin-bottom: 10px;
            }

            .title {
                font-family: "Montserrat", Sans-serif, serif;
                font-weight: 600;
            }

            .additional-information {
                margin-top: 7px;
                font-weight: 500;
            }

            .job-offer-hover {
                background-color: #00544D;
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                padding-top: 50px;
                padding-bottom: 50px;
                opacity: 0;
                padding-inline: 25px;
                justify-content: center;

                .title {
                    color: white;
                }

                .more {
                    color: white;
                    background-color: #00544D;
                    border: 2px solid white;
                    border-radius: 2px;
                    padding: 14px;
                    margin-top: 30px;
                    font-family: "Montserrat", Sans-serif, serif;
                    font-weight: 300;
                    font-size: 16px;
                }
            }
        }
    }

    #load-more-job-offers {
        background-color: #008578;
        color: white;
        font-family: 'Montserrat', Sans-serif, serif;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 50px;
        border: none;
        padding: 0 25px;
        box-shadow: 0 7px 16px rgba(12,12,12,.22);
        cursor: pointer;

        &::after {
            content: '';
            display: inline-block;
            width: 13px;
            height: 13px;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23FFFFFF" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/></svg>');
            background-size: contain;
            background-repeat: no-repeat;
            margin-left: 8px;
        }
    }

    #additional-information {
        display: flex;
        flex-direction: row;
        margin-top: 65px;

        #headline-wrapper {
            width: 30%;
            margin-right: 80px;

            .headline {
                font-family: "Montserrat", Sans-serif, serif;
                font-size: 32px;
                font-weight: 300;
                text-align: right;
            }
        }

        #text-wrapper {
            width: 70%;
            display: flex;
            flex-direction: column;
            font-family: "Montserrat", Sans-serif, serif;
            font-size: 15px;
            font-style: italic;

            .subline {
                font-weight: 500;
                margin-bottom: 15px;
            }

            .text {
                margin-bottom: 15px;
                font-weight: 300;
            }
        }
    }
}