Initiativbewerbung fridel

Initiativbewerbung fridel /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ /* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */ /* ========================================================================== 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: #EFEFEF; 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; 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_6, .row .grid_8, .row .grid_12 { float: left; } .row .grid_4 { width: 33.3333%; } .row .grid_6 { width: 50%; } .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: #96BE3C; 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("//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 .date-dark-icon { background-position: 0 -99px; } { padding-bottom: 0; } /* Content */ .section { padding: 30px 60px; } .section-button { padding: 50px 0px; } .section h2, .section .section-content__title { color: #4f5d60; } .section p, .section .section-content__body { color: #4f5d60; } .section ul { color: #4f5d60; line-height: 1.4; padding-left: 20px; } .section-border { border-bottom: 1px solid #FFFFFF; } #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: #96BE3C; } a.btn:hover { color: #ffffff; background-color: #027B29; } #company-wrap { padding-bottom: 60px; border-bottom: 1px solid #dce1e2; } /* Footer */ footer { font-weight: 600; } footer section { border-bottom: 1px solid #edf0f0; } 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 12px; 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; } footer .section-footer { padding: 30px 60px; font-size: 0.8em; font-weight: 100; color: #7a7b7b; text-align: right; } .logo-image, .header-image { display: none; } /* ============================================================================= 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_6, .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 { width: 350px; margin: 0 24px 24px; text-align: left; padding-left: 38px; position: relative; } #posted-by.grid_4 { margin: auto; width: auto; height: auto; } #location.grid_8 { padding-left: 0; } h3 { margin-left: 6px; } #posted-by .avatar { margin: 18px 0; width: 70px; height: 70px; } #posted-by .job-owner { position: absolute; top: 70px; left: 131px; width: 247px; } 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 */ } /* ============================================================================= Less than 480px ========================================================================== */ @media only screen and (max-width: 479px) { body{ min-width:0; } /* Container */ .container { width:320px; } /* Global */ .section { padding: 0px 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; } #posted-by { width: 238px; height: 100px; margin: 0 12px 12px; } #posted-by .job-owner { width: 140px; } footer { font-size: .9em; } footer .section { padding: 15px 13px; } .btn { padding: 0.6em 7.9em; } footer .section-footer { padding: 30px 19px; } } /* ========================================================================== 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; } } 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 googleUrl = "https://plus.google.com/share?url=" + docURL; setLink('google-link', googleUrl); 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); } } window.onload = socialMedia;
View job here
null
null

Initiativbewerbung fridel

  • Voll- oder Teilzeit
  • Saarbrücken, Deutschland
  • Ohne Berufserfahrung
  • 03.08.16
Du möchtest fridel aktiv mitgestalten hast jedoch keine passende Stelle in Markt, Restaurant oder Koordination gefunden? Bewirb dich hier initiativ bei fridel!
Globus SB-Warenhaus Holding GmbH & Co. KG Saarbrücken sam42_sales Berufseinsteiger Sales::Vertrieb und Verkauf Deutschland Vertrieb und Verkauf Voll- oder Teilzeit Saarland Voll- oder Teilzeit Sales Initiativbewerbung fridel Permanent Appointment::Feste Anstellung Initiativbewerbung fridel Du möchtest fridel aktiv mitgestalten hast jedoch keine passende Stelle in Markt, Restaurant oder Koordination gefunden? Bewirb dich hier initiativ bei fridel! Saarbrücken Permanent Appointment Full or Part Time Deutschland Saarland Einzelhandel Young Professional Saarbrücken, Deutschland Feste Anstellung fe020c2e30084859b68199c330e99ad9 3a3af3667f000002010ad49215c3a5f4 Feste Anstellung Berufseinsteiger Einzelhandel Globus SB-Warenhaus Holding GmbH & Co. KG Ohne Berufserfahrung visible 6.9969327 Full or Part Time::Voll- oder Teilzeit Saarbrücken, Deutschland (lat: 49.2401572, lng: 6.9969327) Einzelhandel Globus SB-Warenhaus Holding GmbH & Co. KG 9828646931bd4af0b0ef2978e952b00c Berufseinsteiger Retail::Einzelhandel 49.2401572 Young Professional::Berufseinsteiger Ohne Berufserfahrung Retail Du möchtest fridel aktiv mitgestalten hast jedoch keine passende Stelle in Markt, Restaurant oder Koordination gefunden? Bewirb dich hier initiativ bei fridel! 269762 1470235892285 Voll- oder Teilzeit Feste Anstellung Vertrieb und Verkauf Vertrieb und Verkauf Einzelhandel, Initiativ, Initiativbewerbung, Gastronomie, Koch, Systemgastronomie, Aushilfe, Verkäufer, Kaufmann, Verkäuferin, Marketing, Controlling, Einkauf, Verkauf, Leitung, Personal, HR, Sortimentsmanagement, Prozessorganisation, Vertrieb, Einzelhandelskaufmann, Einzelhandelskauffrau
Globus
  • Branche: Handel, Vertrieb
  • Unternehmensgröße: Big
  • Hauptsitz: St. Wendel, Saarland, Germany
Beteiligungen
Zusatzinformationen