.dl_default_link {
  color: #074b78;
  text-decoration: none;
  cursor: pointer;
}
.dl_default_link:hover, .dl_default_link:focus {
  text-decoration: underline;
  color: #0F2B46;
}
.dl--keyboard_focus .dl_default_link:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}

[href^=http].dl_default_link {
  white-space: nowrap;
}
[href^=http].dl_default_link::after {
  content: " ";
  background-repeat: no-repeat;
  background-image: url(/img/external_link_hint_blue.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.25em;
  opacity: 0.5;
}
[href^=http].dl_default_link:hover::after, [href^=http].dl_default_link:focus::after {
  opacity: 1;
}

/* ==========================
    Startpage
   ========================== */
@media (max-width: 760px) {
  .dl_body--startpage .dl_top_element {
    padding: 0;
  }
}
.dl_body--startpage #dl_hiring_article .dl_hiring_article__text_box, .dl_body--startpage #dl_home_article .dl_home_article__linguee_box, .dl_body--startpage #dl_home_article .dl_home_article__translator_box {
  box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.08);
  border: none;
  border-top: 5px solid #0F2B46;
  border-radius: 5px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  vertical-align: middle;
  padding: 30px;
  color: white;
  box-sizing: border-box;
  text-align: center;
  min-height: 250px;
  margin: 0 20px;
}
.dl_body--startpage #dl_hiring_article .dl_hiring_article__text_box > p, .dl_body--startpage #dl_home_article .dl_home_article__linguee_box > p, .dl_body--startpage #dl_home_article .dl_home_article__translator_box > p {
  font-size: 125%;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  color: #333c;
  margin: 10px 0;
}
.dl_body--startpage #dl_hiring_article .dl_hiring_article__text_box > h2, .dl_body--startpage #dl_home_article .dl_home_article__linguee_box > h2, .dl_body--startpage #dl_home_article .dl_home_article__translator_box > h2 {
  font-size: 200%;
  font-weight: 300;
  color: #333;
}
@media (max-width: 760px) {
  .dl_body--startpage #dl_hiring_article .dl_hiring_article__text_box, .dl_body--startpage #dl_home_article .dl_home_article__linguee_box, .dl_body--startpage #dl_home_article .dl_home_article__translator_box {
    display: flex;
    width: 90vw !important;
    margin: 20px 5vw;
  }
}
.dl_body--startpage #dl_home_article {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 90vh;
  overflow: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dl_body--startpage #dl_home_article {
    display: block;
  }
}
.dl_body--startpage #dl_home_article .dl_background {
  background-color: #dfeaf0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -20;
  background: url(/img/header/home_bg.jpg);
  background-size: cover;
}
.dl_body--startpage #dl_home_article section > h1 {
  font-size: 250%;
  margin-bottom: 0.3333em;
  font-weight: 300;
}
.dl_body--startpage #dl_home_article section > p {
  font-size: 150%;
  font-weight: 300;
  color: #444e;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
}
.dl_body--startpage #dl_home_article .dl_main_deepl_logo {
  height: 90px;
  background-image: url(/img/logo/DeepL_LogoAndText_darkBlue.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 25px) 50%;
  background-size: auto 100%;
  margin-top: 2vh;
  margin-bottom: 0px;
  margin-bottom: -2vh;
}
@media (max-width: 650px) {
  .dl_body--startpage #dl_home_article .dl_main_deepl_logo {
    background-position: 50% 50%;
    margin-top: 30px;
    margin-bottom: 32px;
    background-size: 100% auto;
    height: auto;
    width: 50%;
    min-width: 100px;
    max-width: 250px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .dl_body--startpage #dl_home_article .dl_main_deepl_logo > div {
    padding-bottom: 40%;
  }
}
@media (max-width: 512px) {
  .dl_body--startpage #dl_home_article .dl_main_deepl_logo {
    margin-top: 20px;
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .dl_body--startpage #dl_home_article {
    padding-bottom: 0;
  }
}
.dl_body--startpage #dl_home_article > .dl_top_element {
  min-height: 90vh;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: space-around;
}
@media (min-height: 900px) {
  .dl_body--startpage #dl_home_article > .dl_top_element {
    min-height: 800px;
  }
}
@media (max-height: 600px) {
  .dl_body--startpage #dl_home_article > .dl_top_element {
    min-height: 500px;
  }
}
.dl_body--startpage #dl_home_article > .dl_top_element > section {
  flex: 0 0 auto;
  display: block;
  flex: 0 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 2vh;
}
@media (max-width: 760px) {
  .dl_body--startpage #dl_home_article > .dl_top_element > section:last-child {
    margin-bottom: 0;
  }
}
.dl_body--startpage #dl_home_article .dl_home_article__translator_box {
  background-color: #fff;
  width: calc(50% - 60px);
  color: black;
}
.dl_body--startpage #dl_home_article .dl_home_article__linguee_box {
  background-color: #fff;
  width: calc(50% - 60px);
  color: black;
}
.dl_body--startpage #dl_vision_article {
  padding: 120px 0 120px 0;
  text-align: center;
}
.dl_body--startpage #dl_vision_article h2 {
  font-size: 225%;
  font-weight: 300;
  color: #333;
  color: #333c;
  line-height: 1.2;
}
.dl_body--startpage #dl_hiring_article {
  position: relative;
}
.dl_body--startpage #dl_hiring_article:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background: url("../img/office_2.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  transform: scaleX(-1);
}
@media (max-width: 760px) {
  .dl_body--startpage #dl_hiring_article:before {
    position: relative;
    height: 150px;
  }
}
.dl_body--startpage #dl_hiring_article .dl_hiring_article__text_box {
  background-color: #fff;
  width: calc(33.33% - 20px);
  margin-top: 2em;
  margin-bottom: 2em;
  color: black;
}

/*# sourceMappingURL=home.css.map */
