Zeitungszusteller*
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #4f5d60;
}
html {
line-height: 1;
font-family: 'Open Sans', 'sans-serif';
font-weight: 300;
}
body {
min-width: 940px;
background-color: #f0f5f8;
font-size: 0.9em;
}
strong, b {
font-weight: 600;
}
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
::selection {
background: #b3d4fc;
text-shadow: none;
}
img {
vertical-align: middle;
}
h1 {
font-family: 'Dosis', sans-serif;
margin: 0 0 2% 0;
}
h2 {
font-size: 1.2em;
font-weight: 600;
}
h3 {
font-size: 1em;
font-weight: 400;
margin: 0;
}
p {
line-height: 1.4;
}
a {
color: #f4a314;
font-weight: 600;
text-decoration: none;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.box-sized {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.view-job {
display: none;
}
.container {
margin: 25px auto;
width: 940px;
background-color: #ffffff;
}
/* Base Grid */
.row {
*zoom: 1;
}
.row:before,
.row:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.row:after {
clear: both;
}
/* Global */
.row .grid_4,
.row .grid_5,
.row .grid_6,
.row .grid_7,
.row .grid_8,
.row .grid_12 {
float: left;
}
.row .grid_4 {
width: 33.3333%;
}
.row .grid_5 {
width: 41.6666%;
}
.row .grid_6 {
width: 50%;
}
.row .grid_7 {
width: 58.3333%;
}
.row .grid_8 {
width: 66.6666%;
}
.row .grid_12 {
width: 100%;
}
/* Images & Other Objects */
img, object, embed {
max-width: 100%;
}
img {
height: auto;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
/* Header */
.logo-top {
margin-bottom: 2%;
}
.logo-bottom {
margin-top: 2%;
}
.logo-ct {
text-align: center;
}
.logo-ct > img {
max-height: 120px;
height: auto;
width: auto;
max-width: 100%;
}
.header-ct {
text-align: center;
}
.map {
background: #0085ca;
}
header .header-info {
background-color: #EF7D00;
color: #ffffff;
position: relative;
padding: 3% 0;
line-height: 1.1;
}
#job-header-info {
display: block;
list-style-type: none;
padding: 0;
margin: 0;
font-weight: 400;
}
#job-header-info li {
margin: 0 10px 10px 10px;
background: transparent url("https://static.softgarden.de/images/jobad/bp2014/sprite-icons.png") no-repeat left top;
padding-left: 16px;
display: inline-block;
*display: inline;
zoom: 1;
vertical-align: top;
}
#job-header-info .job-contract-type {
padding-left: 0px;
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #4f5d60;
padding: 3px 4px;
text-transform: uppercase;
font-size: 0.6em;
}
#job-header-info .job-contract-type.contract-dark-icon {
background: #4f5d60;
color: #fff;
}
#job-header-info .job-location {
color: #ffffff;
}
/* Light coloured icons */
#job-header-info .location-light-icon {
background-position: 0 0;
}
#job-header-info .experience-light-icon {
background-position: 0 -19px;
}
#job-header-info .date-light-icon {
background-position: 0 -40px;
}
/* Dark coloured icons */
#job-header-info .location-dark-icon {
background-position: 0 -59px;
}
#job-header-info .experience-dark-icon {
background-position: 0 -79px;
}
#job-header-info .remote-status-dark-icon {
background-position: 0 -121px;
}
#job-header-info .remote-status-light-icon {
background-position: 0 -141px;
}
#job-header-info .date-dark-icon {
background-position: 0 -99px;
}
#widgets {
padding-bottom: 0;
}
/* Content */
.section {
padding: 30px 60px;
}
.section-button {
padding: 50px 0px;
}
.section h2, .section .section-content__title {
color: #000000;
}
.section p, .section .section-content__body {
color: #000000;
}
.section ul {
color: #000000;
line-height: 1.4;
padding-left: 20px;
}
.section.internal-text:empty {
display: none;
}
.section-border {
border-bottom: 1px solid #EF7D00;
}
#company-details .section {
border-bottom: none;
}
#posted-by {
color: #4f5d60;
background-color: #f0f5f8;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
}
#location {
height: 200px;
}
#location.grid_8 {
padding-left: 30px;
}
#posted-by.grid_4 {
height: 200px;
}
#posted-by .avatar {
margin: 18px auto;
width: 70px;
height: 70px;
}
#posted-by .avatar img {
width: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#posted-by .job-owner {
text-align: center;
}
#posted-by .name {
display: block;
font-weight: 600;
}
#posted-by .position {
display: block;
}
#map_canvas {
width: 100%;
height: 100%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn {
text-align: center;
color: #FFFFFF;
padding: 0.6em 4em;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
background-color: #EF7D00;
}
a.btn:hover {
color: #FFFFFF;
background-color: #F5972C;
}
.btn_wa {
text-align: center;
color: #FFFFFF;
padding: 0.6em 1em;
margin-left: 1em;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: background-color 0.5s ease;
-moz-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
background-color: #075E54;
}
a.btn_wa:hover {
color: #fff;
background-color: #25D366;
}
.btn_wa img {
margin-bottom: 2px;
}
#company-wrap {
padding-bottom: 60px;
border-bottom: 1px solid #dce1e2;
}
/* Footer */
footer {
font-weight: 600;
}
footer .section {
font-size: .88em;
}
footer .share {
display: block;
float: left;
margin-left: 150px;
}
footer ul {
float: right;
padding: 0 !important;
margin: -5px 0 0 0;
list-style: none;
}
footer ul li {
float: left;
width: 25px;
margin: 0 0 0 10px;
background-color: #5e696e;
position: relative;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
footer .share img {
float: left;
position: relative;
width: 100%;
height: auto;
z-index: 2;
}
.social-share-list .facebook {
background-color: #3b5998;
}
.social-share-list .linkedin {
background-color: #0e76a8;
}
.social-share-list .google {
background-color: #dd4b39;
}
.social-share-list .twitter {
background-color: #000;
}
.social-share-list .xing {
background-color: #126567;
}
.social-share-list .whatsapp {
background-color: #009933;
}
footer .section-footer {
padding: 30px 60px;
font-size: 0.8em;
font-weight: 100;
color: #7a7b7b;
text-align: right;
}
.logo-image,
.header-image {
display: none;
}
.apply-container {
padding: 5px 0 5px 5px;
}
#certificate-widget{
text-align: right;
margin-right: -25px;
}
@media (max-width: 800px) {
#certificate-widget {
position: relative;
width: 270px;
margin: 0 auto;
}
}
.cerificate-widget + .row > div {
margin-top: 25px;
}
#posted-by.grid_4 {
display: flex;
flex-direction: column;
justify-content: center;
}
h3 + .job-owner {
margin-top: .5rem;
}
/* =============================================================================
768px Grid
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 995px) {
body {
min-width: 750px;
}
/* Container | 768px */
.container {
width: 750px;
}
footer .share {
margin-left: 65px;
}
/* =============================================================================
Less than 768px
========================================================================== */
@media only screen and (max-width: 767px) {
body{
min-width:0;
font-size: 0.8em;
}
h1 {
font-size: 1.3em;
}
/* Container */
.container { margin:0 auto; width:456px; overflow:hidden; }
/* Global */
.row .grid_4,
.row .grid_5,
.row .grid_6,
.row .grid_7,
.row .grid_8,
.row .grid_12 {
width: 100%;
float: none;
}
.section {
padding: 11px 24px;
}
.section-button {
padding: 35px 0px;
}
#company-wrap {
padding-bottom: 30px;
}
#posted-by.grid_4 {
height: auto;
}
#location.grid_8 {
padding-left: 0;
}
footer .social {
margin-top: 25px;
font-size: 1.2em;
}
footer .share {
margin: 0;
}
footer .section-footer {
padding: 30px 24px;
}
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
@media only screen and (min-width: 768px){
.whatsapp{
display:none;
}
}
/* =============================================================================
Less than 480px
========================================================================== */
@media only screen and (max-width: 479px) {
body{
min-width:0;
margin: 0;
}
/* Container */
.container { width:320px; }
/* Global */
.section {
padding: 10px 13px;
}
header .header-info ul {
float: none;
overflow: hidden;
margin-top: 10px;
}
header .header-info ul:nth-child(2) {
margin-left: 0;
}
#company-wrap {
padding-bottom: 22px;
}
footer {
font-size: .9em;
}
footer .section {
padding: 15px 13px;
}
.btn {
padding: 2em 0em;
display: inline-block;
width: 100%;
border-radius: 0px;;
}
.btn_wa {
padding: 1em 0em;
display: inline-block;
width: 70%;
border-radius: 50px;
margin-top: 15px;
}
footer .section-footer {
padding: 30px 19px;
}
footer ul li {
width: 20px;
margin: 0 0 0 9px;
}
footer .social {
font-size: 1em;
text-align:left;
}
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important; /* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
#map_canvas a[href]:after, header .header-info .location a[href]:after {
content: none;
}
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; /* h5bp.com/t */
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.view-job {
display: block;
}
.social {
display: none;
margin-bottom: 30px;
}
header.header-info{
padding: 1% 0;
}
.section {
padding: 10px 0;
}
.logo-bottom{
margin-top: 1%;
}
.logo-top{
margin-bottom: 1%;
}
}
.header-ct {
text-align: center;
border-style: solid;
border-top-color: #EF7D00;
border-left-style: none;
border-right-style: none;
border-bottom-style: none;
border-top-width: 8px;
}
#job-header-info .location-light-icon {
display: none;
}
{"@context":"http://schema.org/","@type":"JobPosting","title":"Zeitungszusteller*","description":"\u003cp\u003e\u003cstrong\u003eUm zu etwas Gro�em beizutragen, verteilen Sie für uns!\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eWas Sie bei uns erwartet:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eSie stellen die verschiedenen Produkte der BZ.medien-Gruppe zu\u003c/li\u003e\n\u003cli\u003eSie garantieren damit täglich die Zufriedenheit unserer Kundschaft\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUnsere Erwartungen an Sie:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eSie sind pünktlich und zuverlässig\u003c/li\u003e\n\u003cli\u003eSie sind zeitlich flexibel\u003c/li\u003e\n\u003cli\u003eIhnen macht körperliche Arbeit Spa�\u003c/li\u003e\n\u003cli\u003eSie mögen eigenständige Arbeit\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWir bieten mehr!\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eWählen Sie, welche Art der Anstellung am besten passt: Voll-/Teilzeit oder Minijob\u003c/li\u003e\n\u003cli\u003eEine gute und gründliche Einarbeitung\u003c/li\u003e\n\u003cli\u003eSie haben einen wohnortnahen und sicheren Arbeitsplatz\u003c/li\u003e\n\u003cli\u003eSie arbeiten weitgehend kontaktlos, eigenständig und eigenverantwortlich\u003c/li\u003e\n\u003cli\u003eBeschäftigungsmöglichkeiten an allen Wochentagen, tagsüber und nachts\u003c/li\u003e\n\u003cli\u003eFlexible Arbeitszeiten, dadurch Möglichkeiten für weitere Einkünfte\u003c/li\u003e\n\u003cli\u003eRabattierte Anzeigenschaltung (z.B. Geburtstagsanzeigen)\u003c/li\u003e\n\u003cli\u003eTrotzen Sie jedem Wetter - mit der richtigen Ausrüstung und den passenden Hilfsmitteln unterstützen wir Sie bestmöglich bei der Arbeit\u003c/li\u003e\n\u003cli\u003eZahlreiche Vorteile beim Einkaufen durch Corporate Benefits\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eNehmen Sie die Herausforderung an? \u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eDann bewerben Sie sich jetzt über unser Online-Portal! Wir freuen uns auf Sie!\u003c/p\u003e\n\u003cp\u003eUZG Universal Zustell Neustadt GmbH | Lörracher Str. 3 | 79115 Freiburg\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003e*Die Würde des Menschen ist unantastbar � Dem verpflichtet sich auch BZ.medien und garantiert Chancengleichheit und nimmt Abstand von jeglicher Art der Diskriminierung, die das Geschlecht, Alter, ethnische Zugehörigkeit, Religion oder Weltanschauung, sexuelle Orientierung oder Behinderung betreffen. Wir freuen uns über jede Bewerbung!\u003c/em\u003e\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003ca href\u003d\"https://short.sg/j/17122627\" rel\u003d\"nofollow\"\u003e\u003cspan style\u003d\"color: #000000; background-color: #ecf0f1;\"\u003eCLICK HERE FOR THE ENGLISH VERSION\u003c/span\u003e\u003c/a\u003e\u003c/p\u003e\n\n","datePosted":"2024-08-14T09:00:09.091+02:00","validThrough":"2026-08-14T09:00:09.091+02:00","employmentType":["OTHER"],"identifier":{"@type":"PropertyValue","name":"UZG Universal Zustell Neustadt GmbH","value":"https://uzg-neustadt.softgarden.io/#organization"},"baseSalary":{"@type":"MonetaryAmount","currency":"EUR","value":{"@type":"QuantitativeValue","minValue":0.0,"maxValue":0.0,"unitText":"MONTH"}},"hiringOrganization":{"@type":"Organization","@id":"https://uzg-neustadt.softgarden.io/#organization","name":"UZG Universal Zustell Neustadt GmbH","sameAs":"https://uzg-neustadt.softgarden.io","logo":"https://app.softgarden.io/assets/public/media/get/4d291abe-0551-4f07-80ed-a161a4c10c4c/1590744851476/Logo_BZ-medien_112x112.png","url":"https://www.bz-medien.de/jobs-und-karriere/stellenangebote/","industry":"Logistics and Delivery"},"jobLocation":{"@type":"Place","address":{"@type":"PostalAddress","streetAddress":"Glasbergweg 7","addressLocality":"Titisee-Neustadt","postalCode":"79822","addressRegion":"Baden-Württemberg","addressCountry":"Deutschland"}}}
function socialMedia() {
//pull page URL and add it to sharing links for social media
var shareUrl = location.href.replace(/;jsessionid=\w+[^\?]?/, '');
var docURL = shareUrl;
var docURLEnc = encodeURIComponent(docURL);
var title = document.getElementById('main-title').innerHTML;
var titleEnc = encodeURIComponent(title);
var linkedinUrl = "http://www.linkedin.com/shareArticle?mini=true&url=" + docURLEnc + "&title=" + titleEnc + "&source=softgarden";
setLink('linkedin-link', linkedinUrl);
var twitterUrl = "http://twitter.com/share?url=" + docURLEnc + "&text=" + titleEnc;
setLink('twitter-link', twitterUrl);
var facebookUrl = "https://www.facebook.com/sharer/sharer.php?u=" + docURLEnc;
setLink('facebook-link', facebookUrl);
var xingUrl = "https://www.xing.com/social_plugins/share?url=" + docURLEnc + "&wtmc=XING;&sc_p=xing-share";
setLink('xing-link', xingUrl);
}
function setLink(elId, url) {
var el = document.getElementById(elId);
if (el !== null && el !== undefined) {
el.setAttribute('href', url);
}
}
function initJobMap() {
var jobLocation = {lat: 47.9223408, lng: 8.1849604};
var elementId = 'map_canvas';
var jobMapMarker = '';
initMap(jobLocation, elementId, jobMapMarker);
}
window.onload = socialMedia;
View job here
Zeitungszusteller*
* Voll- oder Teilzeit
* Glasbergweg 7, 79822 Titisee-Neustadt, Deutschland
* Ohne Berufserfahrung
* 14.08.24
Um zu etwas Großem beizutragen, verteilen Sie für uns!
Was Sie bei uns erwartet:
* Sie stellen die verschiedenen Produkte der BZ.medien-Gruppe zu
* Sie garantieren damit täglich die Zufriedenheit unserer Kundschaft
Unsere Erwartungen an Sie:
* Sie sind pünktlich und zuverlässig
* Sie sind zeitlich flexibel
* Ihnen macht körperliche Arbeit Spaß
* Sie mögen eigenständige Arbeit
Wir bieten mehr!
* Wählen Sie, welche Art der Anstellung am besten passt: Voll-/Teilzeit oder Minijob
* Eine gute und gründliche Einarbeitung
* Sie haben einen wohnortnahen und sicheren Arbeitsplatz
* Sie arbeiten weitgehend kontaktlos, eigenständig und eigenverantwortlich
* Beschäftigungsmöglichkeiten an allen Wochentagen, tagsüber und nachts
* Flexible Arbeitszeiten, dadurch Möglichkeiten für weitere Einkünfte
* Rabattierte Anzeigenschaltung (z.B. Geburtstagsanzeigen)
* Trotzen Sie jedem Wetter - mit der richtigen Ausrüstung und den passenden Hilfsmitteln unterstützen wir Sie bestmöglich bei der Arbeit
* Zahlreiche Vorteile beim Einkaufen durch Corporate Benefits
Nehmen Sie die Herausforderung an?
Dann bewerben Sie sich jetzt über unser Online-Portal! Wir freuen uns auf Sie!
UZG Universal Zustell Neustadt GmbH | Lörracher Str. 3 | 79115 Freiburg
*Die Würde des Menschen ist unantastbar – Dem verpflichtet sich auch BZ.medien und garantiert Chancengleichheit und nimmt Abstand von jeglicher Art der Diskriminierung, die das Geschlecht, Alter, ethnische Zugehörigkeit, Religion oder Weltanschauung, sexuelle Orientierung oder Behinderung betreffen. Wir freuen uns über jede Bewerbung!
CLICK HERE FOR THE ENGLISH VERSION
Die UZG Universal Zustell GmbH Neustadt ist ein Unternehmen der BZ.medien Logistik KG mit Sitz in Freiburg und gehört der unabhängigen und familiengeführten BZ.medien Gruppe mit derzeit insgesamt über 950 Mitarbeitenden an. Die BZ.medien Gruppe macht die Region Südbaden erlebbar, gestaltet das Leben vor Ort aktiv mit und entwickelt neue Ideen - als namhafter Verlag und zukunftsorientiertes Medienhaus, attraktiver Arbeitgeber und starker Logistik-Partner, Veranstalter, Förderer und vieles mehr! Die BZ.medien Gruppe produziert, druckt und verteilt die Badische Zeitung u. a. Das Team der UZG Neustadt organisiert die Abholung, den Transport und die Zustellung von Zeitungen und Werbebeilagen – damit bereits zum Frühstück die frisch gedruckte Tageszeitung in den Briefkästen der Leserschaft zu finden ist.
Online bewerben