Head of Software Engineering (m/w/d)
display: none;
}
.jobAd ul li {
list-style: initial !important;
}
.jobAd ul li::before {
display: none;
}
.jobAd {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
font-family: “Roboto”, Arial, sans-serif;
font-size: 18px;
line-height: 1.3;
margin: 0 auto;
max-width: 848px;
width: 100%;
color: #3c454b;
background-color: #fff;
font-weight: 300;
box-shadow: none;
hyphens: auto;
}
.jobAd * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
margin: 0;
padding: 0
}
.jobAd a {
color: #3c454b;
text-decoration: none
}
.jobAd a:focus, .jobAd a:hover {
color: #3c454b;
text-decoration: underline
}
.jobAd b, .jobAd strong {
font-weight: 500;
}
.jobAd ul {
margin: 0 0 0 1.2em
}
.jobAd ul li {
list-style: none;
margin-left: 30px;
}
.jobAd ul li::before {
content: ‘•’;
position: absolute;
margin-left: -25px;
font-size: 28px;
margin-top: -7px;
}
.jobAd p {
line-height: 1.3;
}
.jobAd h1 {
color: #3c454b;
font-family: “Roboto”, Arial, sans-serif !important;
font-size: 36px;
font-weight: 400;
line-height: 1.2;
margin: 0 0 25px;
text-align: center;
}
.jobAd h2 {
color: #3c454b;
font-family: “Roboto”, Arial, sans-serif;
font-size: 2rem;
font-weight: 700;
line-height: 1;
margin: 0 0 .5em
}
.jobAd h3 {
color: #881b4c;
font-family: “Roboto”, Arial, sans-serif;
font-size: 25px;
font-weight: 400;
margin: 0 0 15px;
text-transform: uppercase;
}
.jobAd .jobBlock {
margin: 0 0 2em;
width: 100%
}
.jobAd .jobAdHeader img {
width: 100%
}
.jobAd .jobAdContent {
padding: 4em 0 2em;
}
.jobAd .companyDes p {
text-align: justify;
}
.jobAd .shortFacts {
display: flex;
margin: 30px 0px 40px;
justify-content: center;
flex-wrap: wrap;
}
.jobAd .shortFacts .fact {
display: flex;
align-items: center;
margin: 10px 35px;
}
.jobAd .shortFacts .fact img {
height: 35px;
margin-right: 10px;
}
.jobAd .benefitsBox {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
margin-bottom: 55px;
}
.jobAd .benefitsBox .benefit {
text-align: center;
}
.jobAd .benefitsBox .benefit img {
height: 40px;
margin-bottom: 10px;
}
.jobAd .benefitsBox .benefit p {
font-size: 13px;
}
.jobAd .contact {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin-bottom: 40px;
background: #f5f5f5;
padding: 15px;
}
.jobAd .contact .contactImage img {
max-width: 240px;
margin-right: 20px;
margin-bottom: 20px;
}
.jobAd .contact .contactText h4 {
font-weight: 300;
font-size: 22px;
margin-bottom: 15px;
font-family: “Roboto”, Arial, sans-serif;
color: #3c454b;
text-transform: uppercase;
}
.jobAd .contact .contactText .websiteLink {
margin-top: 10px;
font-weight: 500;
}
.jobAd .socialMedia img {
width: 60px;
margin: 10px 0 5px 0;
}
.jobAd .applyDiv {
margin-top: 35px;
text-align: center;
}
.jobAd .applyButton {
color: #fff;
background: #881b4c;
border: 1px solid #881b4c;
font-size: 16px;
font-weight: 400;
padding: 10px 20px;
text-decoration: none;
border-radius: 0;
display: inline-flex !important;
align-items: center;
}
.jobAd .applyButton img {
width: 30px;
margin-right: 10px;
}
.jobAd .applyButton:focus, .jobAd .applyButton:hover {
color: #fff;
background: #881b4c;
border-color: #881b4c;
text-decoration: none
}
@media (max-width:990px) {
.jobAd .jobAdContent {
padding: 3em 2em 2em;
}
}
@media (max-width:767px) {
.jobAd h1 {
font-size: 24px;
}
.jobAd h3 {
font-size: 20px;
}
.jobAd .jobAdContent {
padding: 2em 0 1em;
}
.jobAd .benefitsBox {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media (max-width:570px) {
.jobAd .shortFacts .fact img {
height: 25px;
margin-right: 5px;
}
.jobAd .benefitsBox {
grid-template-columns: 1fr 1fr;
}
.jobAd .benefitsBox .benefit img {
height: 35px;
}
.jobAd .contact .contactImage img {
max-width: 100%;
}
}
@media print {
.jobAd .jobAdContent {
padding: 20px 15px 0;
}
.jobAd, .jobAd .applyButton {
font-size: 12px;
}
.jobAd h1 {
font-size: 24px;
}
.jobAd h3, .jobAd .contact .contactText h4 {
font-size: 15px;
}
.jobAd .shortFacts {
margin: 10px 0px 10px;
}
.jobAd .shortFacts .fact img {
height: 20px;
margin-right: 10px;
}
.jobAd .benefitsBox {
display: flex;
flex-wrap: wrap;
}
.jobAd .benefitsBox .benefit {
text-align: center;
width: 11%;
margin: 10px;
}
.jobAd .benefitsBox .benefit img {
height: 25px;
}
.jobAd .benefitsBox .benefit p {
font-size: 9px;
}
.jobAd .socialMedia img {
width: 40px;
}
.jobAd .applyButton {
padding: 5px 10px;
}
}

Head of Software Engineering (m/w/d)

Seitenstetten
Berufserfahren

Vollzeit
DEINE AUFGABEN
- Du übernimmst die fachliche und organisatorische Leitung eines Software-Engineering-Teams von ca. 40 Personen
- Gemeinsam mit deinem Team setzt du anspruchsvolle Projekte um – von der Planung bis zur erfolgreichen Umsetzung
- Du strukturierst Entwicklungsprozesse, behältst Timings und Qualität im Blick und sorgst für einen reibungslosen Projektverlauf
- Du setzt konsequent unsere strategischen Ziele um
- Du förderst aktiv die Weiterentwicklung deiner Teammitglieder und schaffst ein Umfeld, in dem Zusammenarbeit und Innovation großgeschrieben werden
- Du bleibst auf dem Laufenden, indem du den aktiven Austausch mit anderen Entwicklungsteams suchst und teamübergreifende Interaktionen förderst
- Du arbeitest eng mit Schnittstellen wie zB dem Produktmanagement zusammen, um Kundenanforderungen ganzheitlich umzusetzen
- Du stellst die Qualität und Effizienz von Softwarelösungen durch den Einsatz moderner Technologien und Entwicklungsmethoden sicher
DAS BRINGST DU MIT
- Eine abgeschlossene technische Ausbildung (HTL/FH/Universität) im Bereich Informatik oder vergleichbare Qualifikation
- Mehrjährige Berufserfahrung in einer leitenden Position im Bereich Softwareentwicklung
- Ausgeprägte Erfahrung im Aufbau und der Führung von High-Performance-Teams
- Expertise in agilen Entwicklungsmethoden (Scrum, Kanban, etc.) und deren Umsetzung in Teams
- Fundierte Kenntnisse in der Systemarchitektur sowie in der Gestaltung und Implementierung komplexer Softwarelösungen
- Erfahrung in der Arbeit mit modernen Technologien und Tools (z.B. Cloud-Architekturen, Microservices, CI/CD, KI in der Softwareentwicklung)
- Fließende Deutsch- und Englischkenntnisse in Wort und Schrift
- Ein positives Mindset für Veränderung sowie die Fähigkeit, ein Team durch Veränderungsprozesse zu führen
- Starke Kommunikationsfähigkeiten, sowohl in der Zusammenarbeit mit technischen Teams als auch mit nicht-technischen Stakeholdern
- Selbständige und eigenverantwortliche Arbeitsweise mit Hands-on-Mentalität
DAS ERWARTET DICH BEI LISEC

Internationales Arbeitsumfeld

Flexible Arbeitszeiten (Gleitzeit)

Home-Office

Attraktive Aus- und Weiterbildungs-
möglichkeiten

Strukturiertes Onboarding inkl. Patensystem

Betriebskantine mit Frischküche

Zuschuss zum Mittagessen

Familiäres Betriebsklima

Raum für neue Ideen

Parkmöglichkeiten vor dem Firmengebäude

Betriebsarzt

Firmenrabatte bei ortsansässigen Unternehmen

Mitarbeiterevents (Skitag, Grillfest, Weihnachtsfeier)
Für diese Position bieten wir bei Erfüllung der angeführten Kriterien ein Bruttojahresgehalt von mindestens EUR 63.000,-. Je nach Qualifikation und Berufserfahrung ist die Bereitschaft zu einer deutlichen Überzahlung gegeben!
WER WIR SIND
INTERESSIERT?
Wir freuen uns darauf, dich kennenzulernen und gemeinsam mit dir die Welt der
Glasverarbeitung zu revolutionieren!

KONTAKT
Verena Halbmayr / Recruiting
LISEC Austria GmbH
Peter Lisec Straße 1
3353 Seitenstetten
Austria
Tel: +43-7477 405-1666
Mail: [email protected]
Bitte beziehen Sie sich bei Ihrer Bewerbung auf karriere.jobsinaustria.net – vielen Dank!
Jetzt bewerben
To help us track our recruitment effort, please indicate in your cover letter where (jobsinaustria.net) you saw this job posting.