/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://karriere.grobgroup.com/typo3conf/ext/sitepackage/Resources/Public/Css/fonts/roboto-v30-latin-300.woff2') format('woff2');
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('https://karriere.grobgroup.com/typo3conf/ext/sitepackage/Resources/Public/Css/fonts/roboto-v30-latin-500.woff2') format('woff2');
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://karriere.grobgroup.com/typo3conf/ext/sitepackage/Resources/Public/Css/fonts/roboto-v30-latin-700.woff2') format('woff2');
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --color-main: #00407f;
  --color-background: #e1e1e1;
}

body {
  background-color: #FFFFFF;
  color: var(--color-main);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Roboto", sans-serif;
  hyphens: auto;
  margin: 0;
  text-align: left;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}

ul li {
  margin-bottom: 3px;
  position: relative;
  padding-left: 3px;
}

ul li::before {
  content: "\25CF";
  color: inherit;
  position: absolute;
  top: -1px;
  left: -13px;
  font-size: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
}

.ad {
  box-shadow: 0px 0px 15px 3px #ccc;
  margin: 0 auto;
  max-width: 800px;
}

#header {
  background-color: var(--color-main);
  padding: 20px 6%;
  text-align: right;
}

#header #logo {
  display: inline-block;
}

#intro {
  margin: 20px 0;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  hyphens: none;
  line-height: 1.1em;
  margin: 20px calc(6% - 5px);
  text-align: center;
  word-break: break-word;
}

.job-infos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 calc(6% - 5px);
}

.job-info {
  align-items: center;
  display: flex;
  padding: 0 5px;
}

.job-info>div {
  padding: 0 5px;
}

.job-info svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.main-content {
  padding: 0 6%;
}

.main-content * {
  color: var(--color-main) !important;
}

.company {
  padding: 0 calc(6% - 20px);
}

.contact {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}

.contact>div {
  flex-grow: 1;
}

.contact-info {
  display: flex;
}

.contact-pic,
.contacts-text {
  padding: 10px;
}

.contact-pic img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.links {
  padding: 10px;
  text-align: center;
}

.apply-button {
  background-color: var(--color-main);
  border: 2px solid var(--color-main);
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 12px 48px;
  text-decoration: none;
  transition-duration: 200ms;
}

.apply-button:hover {
  background-color: transparent;
  color: var(--color-main) !important;
}

#social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#social img {
  width: 40px;
}

#awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.award {
  padding: 20px;
}

.award img {
  display: block;
  height: 80px;
  width: auto;
}

.award.portrait img {
  height: auto;
  width: 80px;
}

#footer {
  background: var(--color-main);
  color: #fff;
  padding: 20px 6%;
}

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