@charset "UTF-8";
@import url('/fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  src: url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("https://recruiting.dmgmori.com/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body {
  padding: 0 0 0 0;
  margin: 0;
  color: #1E2123;
  background-color: #fff;
  text-align: center;
  position: relative;
  min-height: 100%;
  height: auto;
  font-family: RobotoCondensed, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1366px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1100px) and (max-width: 1365px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 650px) and (max-width: 1099px) {
  body {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 649px) {
  body {
    font-size: 15px;
    line-height: 21px;
  }
}

.page-wrapper,
.apply-btn-container .wrapper {
  max-width: 1200px;
  min-width: 350px;
  margin: 0 auto;
  padding-top: 98px;
  padding-bottom: 40px;
  text-align: left;
  position: relative;
}

@media (min-width: 1201px) {
  .page-wrapper,
  .apply-btn-container .wrapper {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 20px 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  color: #1E2123;
}

h1, h2, h3 {
  font-family: 'RobotoCondensed', 'Roboto', Arial, sans-serif;
  font-weight: 600;
  display: block;
  word-break: break-word;
}

@media (min-width: 1366px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1100px) and (max-width: 1365px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 650px) and (max-width: 1099px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 649px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1366px) {
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 1100px) and (max-width: 1365px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 650px) and (max-width: 1099px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 649px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

.main-padding, header, section, .benefits, footer, .apply-btn-container .wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 650px) and (max-width: 1099px) {
  .main-padding, header, section, .benefits, footer, .apply-btn-container .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 649px) {
  .main-padding, header, section, .benefits, footer, .apply-btn-container .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-size, .benefits {
  margin-left: -30px;
  margin-right: -30px;
}

@media (min-width: 650px) and (max-width: 1099px) {
  .full-size, .benefits {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 649px) {
  .full-size, .benefits {
    margin-left: -15px;
    margin-right: -15px;
  }
}

header {
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000038;
  pointer-events: none;
  touch-action: none;
}

header .logo {
  margin: 30px 0;
  display: inline-block;
  position: relative;
}

header .logo img {
  height: 24px;
}

header .print-logo {
  display: none;
  height: 1px;
  text-align: right;
  position: relative;
  margin-right:10px;
}

header .print-logo img {
  margin: 16px 0 0 0;
  height: 24px;
}

header .header-content {
  margin-top: auto;
  color: #fff;
  word-break: break-word;
  position: relative;
}

header .header-content h1 {
  margin: 100px 46% 0 0;
  margin-left: 10px;
}

header .header-content .texts {
  margin: 4px 0 34px 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'RobotoCondensed', 'Roboto', Arial, sans-serif;
}

header .header-content .texts > * {
  width: 32%;
  text-align: center;
}

header .header-content .texts > *:not(:first-child):not(:last-child) {
  padding: 0 10px;
}

@media (min-width: 650px) and (max-width: 1099px) {
  header .logo img {
    height: 20px;
  }
  header .header-content h1 {
    margin-right: 0;
  }
}

@media (max-width: 649px) {
  header {
    min-height: 440px;
  }
  header .logo img {
    height: 16px;
  }
  header .header-content h1 {
    margin-right: 0;
  }
  header .header-content .texts {
    flex-direction: column;
  }
  header .header-content .texts > * {
    width: 100%;
  }
  header .header-content .texts > *:not(:first-child):not(:last-child) {
    padding: 10px 10px;
  }
}

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

section h2, section h3, section h4 {
  margin: 30px 0 15px 0;
}

section ul, section ol {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

section ul:not(:last-child), section ol:not(:last-child) {
  margin-bottom: 30px;
}

section ul li, section ol li {
  padding-left: 40px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
}

section ul li:before, section ol li:before {
  content: '✓';
  position: absolute;
  left: 2px;
  top: 1px;
  font-size: 14px;
}

@media (min-width: 650px) and (max-width: 1099px) {
  section ul li:before, section ol li:before {
    top: 0;
    font-size: 13px;
  }
}

@media (max-width: 649px) {
  section ul li, section ol li {
    padding-left: 30px;
  }
  section ul li:before, section ol li:before {
    top: 0;
    font-size: 12px;
  }
}

section .split-box {
  display: flex;
  justify-content: space-between;
}

section .split-box > div {
  width: 45%;
}

@media (max-width: 750px) {
  section .split-box {
    flex-wrap: wrap;
  }
  section .split-box > div {
    width: 100%;
  }
}

.benefits {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #F0F0F0;
}

.benefits h2, .benefits h3 {
  margin: 0 0 6px 0;
  text-align: center;
}

.benefits .benefits-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.benefits .benefits-list div {
  position: relative;
  width: 100px;
  margin: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
}

.benefits .benefits-list img {
  height: 80px;
  max-width: 100%;
}

@media (min-width: 650px) and (max-width: 1099px) {
  .benefits .benefits-list div {
    width: auto;
  }
  .benefits .benefits-list img {
    height: 74px;
  }
}

@media (max-width: 649px) {
  .benefits .benefits-list {
    flex-wrap: wrap;
  }
  .benefits .benefits-list div {
    width: auto;
  }
  .benefits .benefits-list img {
    height: 50px;
  }
}

.tipsy {
  font-size: 14px !important;
  line-height: 1.2;
  word-break: break-word;
}

.tipsy .tipsy-inner {
  padding: 6px 12px !important;
}

.contact-box {
  display: flex;
  align-items: center;
}

.contact-box > *:first-child {
  margin-right: 30px;
}

.contact-box .contact-image {
  width: 140px;
  height: 140px;
  display: block;
  border-radius: 50%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-box .contact-image.show-logo {
  border-radius: 0;
  background-size: contain;
  background-position: center center;
  background-image: url("https://recruiting.dmgmori.com/PublicDocuments/430/ShowDocument/Icon_Contact_Recruiter_Logo.png");
}

.contact-box .qr-code-box {
  display: none;
  margin-left: auto;
  margin-bottom: -30px;
  padding-left: 30px;
}

.contact-box .qr-code-box p {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.social-list {
  display: flex;
  margin: 0 0 0 auto;
  padding: 0;
  /*.icon-twitter:before
	{
		content: "\f099";
	}*/
}

.social-list li {
  list-style: none;
}

.social-list a {
  margin-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-list i {
  font-size: 34px;
  line-height: 1;
}

.social-list i:before {
  content: '';
  display: block;
  font-family: FontAwesome, umantis;
  font-size: inherit;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-list .icon-linkedin:before {
  content: "\f08c";
  margin-left: 2px;
}

.social-list .icon-xing:before {
  content: "\f168";
  margin-top: 2px;
}

.social-list .icon-fb:before {
  content: "\f230";
}

.social-list .icon-instagram:before {
  content: "\f16d";
}

.social-list .icon-yt:before {
  content: "\f16a";
}

.social-list .icon-whatsapp:before {
  content: "\f232";
}

.social-list .image-kununu {
  height: 28px;
  margin-top: 2px;
  margin-left: 2px;
}

footer {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.apply-btn-container {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
}

.apply-btn-container .wrapper {
  text-align: right;
}

.apply-btn-container .btn-box {
  display: inline-block;
  position: relative;
  /*&:after
		{
			content: "";
			height: 100%;
			left: 0;
			pointer-events: none;
			position: absolute;
			right: 100%;
			top: 0;
			transition: all .3s;
			//background: hsla(0, 0%, 100%, .4);
			overflow: hidden;
			background: linear-gradient(45deg, transparent 10px, hsla(0, 0%, 100%, .4) 0) 0 0;
		}

		&:hover, &:focus
		{
			&:after
			{
				right: 0;
			}
		}*/
}

.apply-btn,
.market-btn,
.apply-btn-container a {
  padding: 16px 44px 16px 44px;
  background: #000;
  color: #fff !important;
  display: inline-block;
  font-family: "RobotoCondensed", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, transparent 10px, #000 0) 0 0 !important;
}

.apply-btn:after,
.market-btn:after,
.apply-btn-container a:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 100%;
  transition: all .3s;
  overflow: hidden;
  pointer-events: none;
  background: linear-gradient(45deg, transparent 10px, rgba(255, 255, 255, 0.4) 0) 0 0;
}

.apply-btn:hover:after, .apply-btn:focus:after, .apply-btn:active:after,
.market-btn:hover:after,
.market-btn:focus:after,
.market-btn:active:after,
.apply-btn-container a:hover:after,
.apply-btn-container a:focus:after,
.apply-btn-container a:active:after {
  right: 0;
}

@media (max-width: 649px) {
  .apply-btn,
  .apply-btn-container a {
    font-size: 16px;
    padding: 14px 30px 14px 30px;
  }
}

@media (max-width: 580px) {
  .apply-btn,
  .apply-btn-container a {
    font-size: 15px;
    padding: 12px 16px 13px 24px;
  }
}

.market-btn {
  margin-bottom: 15px;
  padding: 7px 20px 8px 20px;
  font-size: 13px;
  background: linear-gradient(45deg, transparent 10px, #555a5f 0) 0 0 !important;
}

.market-btn:before {
  content: "\f002";
  font-family: "FontAwesome";
  margin-right: 6px;
}

.share-box {
  position: relative;
  display: inline-block;
}

.share-box button {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  appearance: none;
  transition: 0.1s;
  font-weight: 600;
  font-size: 21px;
  line-height: 1;
}

.share-box button svg {
  height: 22px;
  width: 22px;
  margin-right: 7px;
}

.share-box button svg path {
  fill: #494948;
}

.share-box div {
  display: none;
  position: absolute;
  bottom: 18px;
  left: 0;
  opacity: 0.3;
}

.share-box ul {
  padding: 0;
  margin: 0 0 13px 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.share-box ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  margin: 0;
}

.share-box ul li:hover {
  background-color: #F0F0F0;
}

.share-box ul li:before {
  display: none;
}

.share-box ul li:last-child {
  border-bottom: 0;
}

.share-box ul a {
  display: flex;
  align-items: center;
  padding: 7px 14px 7px 12px;
  color: #494948;
  font-size: 13px;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.share-box ul i {
  width: 26px;
  font-size: 20px;
}

.share-box ul i:before {
  font-family: FontAwesome, umantis;
  font-size: inherit;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-box .icon-email:before {
  content: "\f0e0";
  font-size: 18px;
}

.share-box .icon-fb:before {
  content: "\f230";
}

.share-box .icon-instagram:before {
  content: "\f16d";
}

.share-box .icon-linkedin:before {
  content: "\f08c";
}

.share-box:hover > div {
  display: block;
  opacity: 1;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-wrapper .inner {
  min-height: 98px;
  padding: 0 20px 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.header-wrapper .inner > div:last-child {
  align-self: center;
}

.header-wrapper .logo-box {
  left: 20px;
  top: 50% !important;
  margin-top: -20px;
}

@media print {
  .header-wrapper,
  .footer-wrapper {
    display: none;
  }

  @page {
    size: A4 portrait; 
  }


  body {
    height: 100%;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    page-break-inside: avoid;
    page-break-after:avoid;
  }
  .page-wrapper {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    page-break-inside: avoid;
    page-break-after:avoid;
  }
  header {
    padding:0;
    min-height: 180px;
    background-position: center;
    background-image: url("Keyvisual_DMGMORI_ONE_Ebenen.jpg") !important;
  }
  header .print-logo {
    display: block;
  }
  header .header-content h1 {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 250px;
  }
  header .header-content .texts {
    margin: 16px 0 0 0;
    padding: 8px 0;
  }
  footer {
    display: none;
  }
  .benefits {
    padding-top: 6px;
    padding-bottom: 0;
  }
  .benefits h2, .benefits h3 {
    margin-bottom: 0;
  }
  .benefits .benefits-list img {
    height: 40px;
  }
  .benefits .benefits-list div {
    display: none;
    margin: 1px 10px 6px 10px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    word-break: break-word;
  }
  .benefits .benefits-list div:after {
    width: 100px;
    margin-top: 3px;
    content: attr(original-title);
    font-size: 0.9em;
    line-height: 1.2;
    text-align: center;
    word-break: break-word;
  }
  .benefits .benefits-list div:nth-child(1), .benefits .benefits-list div:nth-child(2), .benefits .benefits-list div:nth-child(3), .benefits .benefits-list div:nth-child(4), .benefits .benefits-list div:nth-child(5), .benefits .benefits-list div:nth-child(6) {
    display: flex;
  }
  section h2, section h3, section h4 {
    margin: 10px 0 5px 0;
    font-size: 15px;
  }
  section ul li, section ol li {
    margin-bottom: 4px;
    line-height: 1.2;
  }
  p {
    margin: 5px 0;
  }

#closer{
/*  position:absolute;
  bottom:0px;*/
  width:90%;
  left: 20px;
  right: 20px;
}

  .contact-container {
   position: absolute;
    bottom: -120px;
    left: 20px;
    right: 20px;
  }

  .contact-container > * {
    max-width: 1200px;
  }
  .contact-container > h3 {
    margin: 0 0 0 0;
  }
  .contact-container .contact-box {
    margin: 0 0 0 0;
  }
  .contact-container .contact-box h3, .contact-container .contact-box h2 {
    margin-top: 0;
  }
  .contact-container .contact-box .contact-image {
    width: 100px;
    Height: 100px;
  }
  .contact-container .contact-box .qr-code-box {
    display: block;
  }
}

/*
	Tipsy
 */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
