{
    "query": {
        "bool": {
            "must_not": [
                {
                    "term": {
                        "uuid": "5241e031-3f1c-49bd-b432-f686c6cc85ea"
                    }
                }
            ],
            "must": [
                {
                    "term": {
                        "locale": "de"
                    }
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "structure_type": "apo_stadtapotheke_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_adler_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_hausmannstaetten_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_salvator_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_germania_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_paulus_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_activa_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_obere_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_pinzgau_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_linden_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_obelisk_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_wieneu_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_tauern_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_krems_job"
                                }
                            },
                            {
                                "term": {
                                    "structure_type": "apo_barbara_job"
                                }
                            }
                        ]
                    }
                },
                {
                    "match_all": {}
                },
                {
                    "bool": {
                        "should": [
                            {
                                "term": {
                                    "main_webspace": "karriere"
                                }
                            },
                            {
                                "term": {
                                    "additional_webspaces": "karriere"
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "sort": [
        {
            "published": {
                "order": "asc"
            }
        }
    ],
    "from": 0,
    "size": 9
}