@charset "UTF-8";
/* variables */
@media (min-width: 1366px) {
  .default-text-size {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 1365px) {
  .default-text-size {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 1099px) {
  .default-text-size {
    font-size: 16px;
    line-height: 23px;
  }
}

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

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://recruiting.dmgmori.com/PublicDocuments/360/ShowDocument/Roboto-Light.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url("https://recruiting.dmgmori.com/PublicDocuments/362/ShowDocument/Roboto-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Regular"), local("Roboto-Regular"), url("https://recruiting.dmgmori.com/PublicDocuments/292/ShowDocument/Roboto-Regular.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("https://recruiting.dmgmori.com/PublicDocuments/296/ShowDocument/Roboto-Italic.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://recruiting.dmgmori.com/PublicDocuments/298/ShowDocument/Roboto-Medium.woff") format("woff");
}

@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("https://recruiting.dmgmori.com/PublicDocuments/300/ShowDocument/Roboto-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Light"), url("https://recruiting.dmgmori.com/PublicDocuments/350/ShowDocument/Roboto-Condensed-Light.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Light"), url("https://recruiting.dmgmori.com/PublicDocuments/352/ShowDocument/Roboto-Condensed-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("https://recruiting.dmgmori.com/PublicDocuments/354/ShowDocument/Roboto-Condensed-Regular.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Italic"), url("https://recruiting.dmgmori.com/PublicDocuments/358/ShowDocument/Roboto-Condensed-Italic.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Bold"), url("https://recruiting.dmgmori.com/PublicDocuments/302/ShowDocument/Roboto-Condensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Bold"), url("https://recruiting.dmgmori.com/PublicDocuments/304/ShowDocument/Roboto-Condensed-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: DmgMoriIcon;
  font-style: normal;
  font-weight: 400;
  src: url("https://recruiting.dmgmori.com/PublicDocuments/370/ShowDocument/dmgmoriicon.woff") format("woff");
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

.dmg-icon:after,
.dmg-icon:before,
.footer-wrapper .social-icons a i:before {
  font-family: DmgMoriIcon;
  font-size: 28.5px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*html, body
{
	height: 100%;
}*/
* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

.header-wrapper {
  background-color: #fff;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.2);
}

.header-wrapper .inner {
  max-width: 1944px;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  position: relative;
}

.header-wrapper .logo-box {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.header-wrapper .logo-box a {
  padding: 2px 0;
  line-height: 0;
}

.header-wrapper .logo-box img {
  height: 24px;
  transition: all 0.3s;
}

.header-wrapper .logo-box img.small {
  display: none;
}

.header-wrapper nav {
  overflow: hidden;
}

.header-wrapper .main-nav-list {
  margin-top: 22px;
  display: flex;
  justify-content: flex-end;
}

.header-wrapper .main-nav-list li {
  padding-bottom: 12px;
}

.header-wrapper .main-nav-list a {
  margin: 12px 10px 0 10px;
  font-family: RobotoCondensed, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  display: block;
  transition: all 0.3s;
}

.header-wrapper .main-nav-list a:after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  left: -10px;
  right: -10px;
  margin-top: 10px;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.3375s cubic-bezier(0.05, 1, 0.8, 1) 0ms;
}

.header-wrapper .main-nav-list a:hover:after, .header-wrapper .main-nav-list a:focus:after {
  transform: scale(1);
}

.header-wrapper .lang-nav-list {
  margin: 8px 16px 0 0;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}

.header-wrapper .lang-nav-list li {
  padding: 0 3px;
}

.header-wrapper .lang-nav-list a {
  font-weight: 300;
}

.header-wrapper .lang-nav-list a:hover {
  font-weight: 400;
}

@media (max-width: 1200px) {
  .header-wrapper .logo-box img {
    height: 18px;
  }
  .header-wrapper .lang-nav-list {
    margin-right: 10px;
  }
  .header-wrapper .main-nav-list a {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-wrapper .main-nav-list a:after {
    left: -10px;
    right: -10px;
  }
}

@media (max-width: 1050px) {
  .header-wrapper .logo-box {
    top: 22px;
  }
}

@media (max-width: 850px) {
  .header-wrapper .main-nav-list a {
    font-size: 14px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .header-wrapper .main-nav-list a:after {
    left: -7px;
    right: -7px;
  }
}

@media (max-width: 650px) {
  .header-wrapper nav {
    padding-bottom: 10px;
  }
  .header-wrapper .logo-box {
    top: 16px;
  }
  .header-wrapper .logo-box img {
    height: 16px;
  }
  .header-wrapper .main-nav-list {
    flex-wrap: wrap;
  }
  .header-wrapper .main-nav-list li {
    width: 50%;
    text-align: center;
    padding-bottom: 4px;
  }
  .header-wrapper .main-nav-list a {
    margin-top: 6px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
  }
  .header-wrapper .main-nav-list a:after {
    margin-top: 2px;
    left: -2px;
    right: -2px;
  }
}

@media (max-width: 460px) {
  .header-wrapper .logo-box img.small {
    display: block;
  }
  .header-wrapper .logo-box img:not(.small) {
    display: none;
  }
  .header-wrapper .main-nav-list a {
    font-size: 12px;
  }
}

.footer-wrapper {
  padding: 20px 20px;
  /*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
  color: #fff;
  background-color: #000;
  background: linear-gradient(315deg, transparent 94px, #000 0) 100% 100%;
  text-align: center;
}

.footer-wrapper .inner {
  max-width: 1944px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-wrapper .menu-box {
  margin-left: 40px;
}

.footer-wrapper .menu-box > div {
  font-family: RobotoCondensed, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.footer-wrapper .menu-box .menu-list a {
  display: inline-block;
}

.footer-wrapper .menu-list a,
.footer-wrapper .footer-link-list a {
  margin: 10px 2px 0 2px;
  font-family: RobotoCondensed, Roboto, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  display: block;
  transition: all 0.3s;
}

.footer-wrapper .menu-list a:after,
.footer-wrapper .footer-link-list a:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 0px;
  right: 0px;
  margin-top: 3px;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.3375s cubic-bezier(0.05, 1, 0.8, 1) 0ms;
}

.footer-wrapper .menu-list a:hover:after, .footer-wrapper .menu-list a:focus:after,
.footer-wrapper .footer-link-list a:hover:after,
.footer-wrapper .footer-link-list a:focus:after {
  transform: scale(1);
}

.footer-wrapper .footer-link-list {
  margin: 20px 20px;
  min-height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-wrapper .footer-link-list li {
  margin: 0 16px 0 16px;
  padding-bottom: 6px;
}

.footer-wrapper .social-icons {
  display: flex;
}

.footer-wrapper .social-icons a {
  display: inline-flex;
  padding: 10px;
  transition: all .25s ease-out;
}

.footer-wrapper .social-icons a i:before {
  font-size: 24px;
  transition: all .25s ease-out;
  color: #fff;
  content: "";
}

.footer-wrapper .social-icons a:hover, .footer-wrapper .social-icons a:focus {
  background-color: #8a8e91;
}

.footer-wrapper .social-icons .icon-linkedin:before {
  content: "";
}

.footer-wrapper .social-icons .icon-facebook:before {
  content: "";
}

.footer-wrapper .social-icons .icon-twitter:before {
  content: "";
}

.footer-wrapper .social-icons .icon-instagram:before {
  content: "";
}

.footer-wrapper .social-icons .icon-youtube:before {
  content: "";
}

.footer-wrapper .social-icons .icon-industry-arena:before {
  content: "";
}

.footer-wrapper .social-icons .image-kununu {
  height: 24px;
  margin: -2px 0 0 1px;
}

.footer-wrapper .copyright {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 649px) {
  .footer-wrapper {
    background: #000;
  }
  .footer-wrapper .menu-list a,
  .footer-wrapper .footer-link-list a {
    font-size: 14px;
  }
  .footer-wrapper .social-icons {
    flex-wrap: wrap;
  }
  .footer-wrapper .menu-box > div {
    font-size: 17px;
  }
  .footer-wrapper .footer-link-list {
    margin: 20px 20px;
    min-height: 60px;
  }
  .footer-wrapper .footer-link-list li {
    margin: 0 10px 0 10px;
  }
  .footer-wrapper .footer-link-list a {
    margin-top: 2px;
  }
  .footer-wrapper .copyright {
    margin-top: 20px;
  }
}
