Media deliverer*
/* ==========================================================================
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":"Media deliverer*","description":"\u003cp\u003e\u003cstrong\u003eYou want to contribute to something great? Deliver!\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat awaits you:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eYou will deliver various products of the BZ.medien group\u003c/li\u003e\n\u003cli\u003eYou assure the daily satisfaction of our customers\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eYou are a perfect fit, if:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eYou are punctual and reliable\u003c/li\u003e\n\u003cli\u003eYou are flexible in time\u003c/li\u003e\n\u003cli\u003eYou enjoy manual labour\u003c/li\u003e\n\u003cli\u003eYou like to work independently\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat we offer:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eChoose which type of employment suits you best: Full- / part-time or mini-job - It is up to you!\u003c/li\u003e\n\u003cli\u003eA good and intensive training period is guaranteed\u003c/li\u003e\n\u003cli\u003eYou have a stable workplace close to your place of residence\u003c/li\u003e\n\u003cli\u003eYou are able to work contactlessly, independently and on your own responsibility to a large extent\u003c/li\u003e\n\u003cli\u003eEmployment opportunities 7 days a week from early morning until late at night\u003c/li\u003e\n\u003cli\u003eFlexible working hours and therefore opportunities for further income\u003c/li\u003e\n\u003cli\u003eDiscounted ad placement (e.g. birthday ads)\u003c/li\u003e\n\u003cli\u003eDefy any weather - with the suitable equipment and the matching accessories\u003c/li\u003e\n\u003cli\u003eShopping with Corporate Benefits\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eAre you up for the challenge\u003c/strong\u003e\u003cstrong\u003e?\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003eApply now over our online portal! We look forward to hearing from you!\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*Human dignity is inviolable - BZ.medien is committed to this and guarantees equal opportunities and refrains from any kind of discrimination on the grounds of race, ethnic origin, gender, religion or belief, disability, age or sexual orientation. We welcome every application!\u003c/em\u003e\u003c/strong\u003e\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003e\u0026nbsp;\u003c/em\u003e\u003c/strong\u003e\u003c/p\u003e\n\n","datePosted":"2024-08-14T09:00:13.096+02:00","validThrough":"2026-08-14T09:00:13.096+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
Media deliverer*
* Voll- oder Teilzeit
* Glasbergweg 7, 79822 Titisee-Neustadt, Deutschland
* Ohne Berufserfahrung
* 14.08.24
You want to contribute to something great? Deliver!
What awaits you:
* You will deliver various products of the BZ.medien group
* You assure the daily satisfaction of our customers
You are a perfect fit, if:
* You are punctual and reliable
* You are flexible in time
* You enjoy manual labour
* You like to work independently
What we offer:
* Choose which type of employment suits you best: Full- / part-time or mini-job - It is up to you!
* A good and intensive training period is guaranteed
* You have a stable workplace close to your place of residence
* You are able to work contactlessly, independently and on your own responsibility to a large extent
* Employment opportunities 7 days a week from early morning until late at night
* Flexible working hours and therefore opportunities for further income
* Discounted ad placement (e.g. birthday ads)
* Defy any weather - with the suitable equipment and the matching accessories
* Shopping with Corporate Benefits
Are you up for the challenge?
Apply now over our online portal! We look forward to hearing from you!
UZG Universal Zustell Neustadt GmbH | Lörracher Str. 3 | 79115 Freiburg
*Human dignity is inviolable - BZ.medien is committed to this and guarantees equal opportunities and refrains from any kind of discrimination on the grounds of race, ethnic origin, gender, religion or belief, disability, age or sexual orientation. We welcome every application!
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