Sortation Associate (m/f/d) - Kassel
/* standard fonts */
.custom-hw-section h2 {
font-size: 1.8em !important;
padding-top: 20px !important;
padding-bottom: 25px !important;
margin: 0px;
color: #232f3e;
text-align: center;
line-height: 1.5em;
}
.custom-hw-section h3 {
font-size: 1.4em !important;
margin-bottom: 10px !important;
color: #232f3e;
text-transform: inherit !important;
font-weight: 700;
/* below line height new from Open Door days implementation forward */
line-height: 1.5em;
}
.custom-hw-section p {
font-size: 1.2em !important;
margin-bottom: 0 !important;
color: #232f3e;
line-height: 26px !important;
}
.custom-hw-section ul {
margin-bottom: 0px;
}
.custom-hw-section li {
font-size: 1.2em !important;
color: #232f3e;
line-height: 26px !important;
}
.custom-hw-section a {
font-size: 1em !important;
color: #0078d7;
text-decoration: underline;
font-weight: bold !important;
}
@media (max-width: 768px) {
.custom-hw-section h2 {
font-size: 1.6em !important;
}
.custom-hw-section h3 {
font-size: 1.4em !important;
}
.custom-hw-section p {
font-size: 1.1em !important;
}
.custom-hw-section li {
font-size: 1.1em !important;
}
.custom-hw-section a {
font-size: 0.95em !important;
}
}
.custom-hw-section a:hover {
text-decoration: none;
}
.custom-hr,
.custom-hr-mobile {
border: 1px solid #A2ABB5 !important;
margin: 40px 0;
border-top: 0 !important;
height: 0 !important;
}
@media (min-width: 768px) {
.custom-hr-mobile {
display: none;
margin: 0 !important;
}
.custom-display {
display: none;
}
}
@media (max-width: 768px) {
.custom-hr-mobile {
margin: 0 !important;
}
}
/* top blue section start*/
.notification-bar {
background-color: #d7ebfb;
padding: 15px 0;
text-align: center;
box-shadow: 0 0 0 100vmax #d7ebfb;
clip-path: inset(0 -100vmax);
margin-top: -10px;
}
/* top blue section end*/
/* Open door days css start */
.open-door-days-section {
border-bottom: 6px solid #FF6200;
padding-top: 40px !important;
padding-bottom: 35px !important;
padding-right: 40px !important;
margin-top: 40px !important;
}
.open-door-days-checkmark {
margin-left: 40px;
margin-right: 15px !important;
margin-top: 5px;
width: 28px !important;
height: 28px !important;
}
@media (max-width: 768px) {
.open-door-days-section {
margin-top: 15px !important;
margin-bottom: 15px !important;
}
.open-door-days-checkmark {
margin-left: 24px;
margin-right: 24px !important;
margin-top: 6px;
width: 30px !important;
height: 30px !important;
}
}
/* Open door days css end */
/* Grey headers start*/
.h2-headers_grey {
padding: 2px 0;
text-align: center;
}
/* Grey headers end*/
/* Map iframe start */
.i-frame_map-section>iframe {
width: 100%;
height: 315px;
margin-bottom: 15px;
}
.i-frame_map-heading>p {
text-align: center;
margin-bottom: 30px !important;
}
/* Map iframe end */
.two-col-content {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 40px 0 20px 0;
width: 100%;
}
.two-col-content>div {
flex: 1;
min-width: 300px;
padding: 0 30px;
}
@media (max-width: 768px) {
.two-col-content>div {
min-width: 300px;
padding: 0;
}
.two-col-content>div:first-child {
margin-bottom: 40px;
}
}
.two-col-content ul {
list-style-type: disc;
padding-left: 20px;
}
/* new CSS for 2025 req end */
/* Intro section start */
.intro-inner-section {
display: flex;
flex-direction: row;
padding: 50px 80px 0 0;
}
@media (max-width: 768px) {
.intro-inner-section {
padding: 30px 0 30px 0;
}
.custom-hr:first-of-type {
margin-top: 0 !important;
}
.custom-hr:nth-of-type(2) {
margin-bottom: 10px !important;
}
}
.intro-inner-section>img {
height: 60px;
margin-right: 20px;
}
.intro-inner-copy>h3 {
font-size: 1.2em;
font-weight: 600;
margin: 0;
padding: 5px 0;
text-transform: inherit !important;
}
.intro-outer-section {
padding-bottom: 30px;
padding-top: 15px;
}
/* Intro section end */
/* Find out more about your future job */
.video-i-frame_section {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}
.i-frame_container>iframe {
width: 100%;
height: 315px;
}
@media only screen and (max-width: 768px) {
.video-i-frame_section {
margin-bottom: 25px;
}
.i-frame_container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.i-frame_container>iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
}
.i-frame_copy {
padding: 0 20px;
}
@media (max-width: 768px) {
.i-frame_copy {
text-align: center;
}
}
/* Find out more about your future job end */
/*perks section*/
.two-card-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px 0 50px 0;
}
.two-card-item {
width: calc(50% - 15px);
border: 1px solid #D1D5DA;
border-radius: 0px;
margin-bottom: 20px;
text-align: left;
display: flex;
flex-direction: column;
box-sizing: border-box;
/* Include padding and border in element's total width and height */
}
.two-card-image-container {
width: 100%;
background-color: #F5F3EF;
display: flex;
justify-content: center;
align-items: center;
}
.two-card-image {
width: 45%;
height: auto;
max-height: 300px;
object-fit: contain;
border-radius: 0px;
padding: 30px 0;
}
.perks-text-container {
padding: 20px 50px 40px;
}
@media (max-width: 768px) {
.two-card-image {
width: 55%;
}
.perks-text-container {
padding: 15px 25px 40px;
}
.two-card-item {
width: 100%;
}
.two-card-item:first-child {
margin-bottom: 40px;
}
}
/*help section*/
.help-section {
text-align: center;
padding: 20px;
}
.help-title {
font-size: 1.5em;
color: #232f3e;
margin-bottom: 20px;
}
.help-contact-options {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
margin-bottom: 20px;
padding-top: 20px;
}
.help-contact-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
border-right: 1px solid #A2ABB5;
padding: 0 40px 0 40px;
}
.help-contact-item:last-child {
border-right: none;
padding-right: 0;
padding-left: 0;
}
@media (max-width: 768px) {
.help-contact-item {
padding: 0;
}
}
.help-main-icon {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
margin-left: auto;
margin-right: auto;
}
.help-icon-container {
display: flex;
justify-content: center;
padding-top: 20px;
}
@media (max-width: 768px) {
.help-contact-options {
flex-direction: column;
align-items: center;
}
.help-contact-item {
border-right: none;
padding-right: 0;
}
}
Please note: You are applying for a position at this specific location. If this was not your intention, explore all open
positions here

Salary
16.05 gross per hour for day time shifts
Guaranteed wage adjustment after 12 months (calculated 16.76/h gross) and 24 months
(calculated 17.73/h gross)

Shifts
We offer both full-time and part-time opportunities with fixed shift schedules to suit different lifestyles. Shift options and availability
vary by site, but you'll have the ability to choose your schedule later in the process.
Full-time shifts (35+ hours/week):
- Hybrid shift: 05:30 - 13:00
- Late shift: 15:00 - 22:30
- Night shift: 00:30 - 10:00
Part-time shifts (18+ hours/week):
- Early shift: 09:30 - 13:30
- Late shift: 18:00 - 22:00
Working week: Mon-Sat, 3-5 days, 2 Saturdays/month
Location
DHE7 Amazon Deutschland
Falderbaumstrae 10
34123
Kassel
Transportation
All employees at Amazon receive the Deutschlandticket (worth 63.00 monthly) free of charge
Free shuttle buses are available
DHE7 Amazon
Job Overview
You'll be part of the dedicated Amazon team at the delivery station - the last stop before we deliver smiles
to
customers. You'll load conveyor
belts, and transport and stage deliveries to be picked up by drivers. Watch the video to see what the job is like at an Amazon Warehouse and scroll
down to learn how to get started.
Some of your duties may include
- Receive and prepare inventory for delivery
- Use technology like scanners, computers, and handheld printers
- Build, wrap, sort, and transport pallets and packages
- Receive truck deliveries of customer packages
You'll also need to be able to
- Lift (products up to 15kg), stand, walk, push, pull, squat, bend, and reach during shifts
- View prompts on screens and follow direction for some tasks
- Use carts, dollies, hand trucks, and other gear to move items around.
- Go up and down stairs (where applicable)
- Work in an environment with varying temperatures and moving vehicles
Additional Requirements
Candidates must be 18 years or older and proficient in German and/or English, with the ability to understand and adhere to all job
requirement and safety guidelines.
Real perks. Quick steps. Your job at Amazon starts right here
class="two-card-image" />Why you'll love Amazon
- 28 days of paid vacation (based on a 5-day work week)
- A safe, modern, and well-organized workplace
- 10% Amazon employee discount
- Life insurance and long-term disability coverage
- Career Choice Program (eligible after 1 year of employment)
- Employee Assistance Program (EAP)
class="two-card-image" />How to Get Started
The application process is quick and easy
- Apply online within a few minutes (no cv/resume needed)
- Our team will tell you about the next available shift
Those who receive a job offer will need to undertake a background check and provide right to work documents.

Amazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race,
national origin, gender, gender identity, sexual orientation, disability, age, or other legally protected status. If you have a disability and
consider that you may require an adjustment to the recruitment process or reasonable accommodation, please contact us at href="mailto:[email protected]" class="help-email">[email protected] with your full name, the best way to reach you and adjustment
needed.