/* Sass Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

.subscription_footer_bar a {
  font-family: "FAZGoldSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.storyTmplBottomNav, .o-ModuleWrapper-has-page-background, .iq-ad-nomargin, .w100, .cna-Asv {
  background-color: #ffffff;
}

.iq-ad-nomargin {
  margin: 0;
  padding: 15px 0;
}

.ContentFooter {
  position: relative;
  z-index: 100;
  padding-top: 0;
}

.ASVBar.Footer, .article_teasertext, .storyTmplBottomNav, .o-ModuleWrapper-has-page-background, .iq-ad-nomargin, .w100, .cna-Asv {
  display: none;
}

.htmlobject {
  margin: 0 -10px;
}

.storyTmplBottomNav {
  display: block;
  background: #FFF;
  z-index: 10000;
}

.footer {
  z-index: 10000;
  display: block;
  position: relative;
}

.fazHeadPlaceholder {
  position: fixed;
  height: 40px;
}

.storyTmplBottomNav {
  display: none;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: inherit;
  outline: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:root, html {
  font-size: 100%;
}

body {
  background-color: #FFFFFF;
  color: #212529;
  overflow-x: hidden;
  position: relative;
  font-family: "sarvatrik-latin-variable", sans-serif;
  font-variation-settings: "wght" 100;
  transition: all 0.3s;
  width: 100%;
}

::-moz-selection {
  background: #212529;
  color: #FFFFFF;
}

::selection {
  background: #212529;
  color: #FFFFFF;
}

.mb-xxs {
  margin-bottom: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-s {
  margin-bottom: 1rem;
}

.mb-m {
  margin-bottom: 2rem;
}

.mb-l {
  margin-bottom: 3rem;
}

.mb-xl {
  margin-bottom: 4rem;
}

.mb-xxl {
  margin-bottom: 6rem;
}

.mb-xxxl {
  margin-bottom: 8rem;
}

.width-l {
  width: calc(100% - 18rem);
  margin-left: 9rem;
  margin-right: 9rem;
}

h1 {
  font-size: 5.5rem;
  line-height: 120%;
}

h2 {
  font-size: 2.5rem;
  line-height: 110%;
}

h3 {
  font-size: 3rem;
  line-height: 110%;
}

h4 {
  font-size: 2.25rem;
  line-height: 110%;
}

p {
  font-size: 1rem;
  line-height: 140%;
}

button {
  border: 0.75px solid #FFFFFF;
  outline: 0.75px solid;
  color: #212529;
  outline-color: #212529;
  outline-offset: 0px;
  text-shadow: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 2.5rem;
  transition: all 550ms cubic-bezier(0.36, 0.63, 0.5, 0.73);
  width: fit-content;
  padding: 0 2rem;
}

button:hover {
  border: 0.75px solid #212529;
  outline-color: #FFFFFF;
  outline-offset: 15px;
}

nav {
  height: 56.57px;
  width: 100%;
  border-bottom: #212529 0.063rem solid;
  background-color: #FFFFFF;
  padding: 1rem 2rem;
  position: fixed;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
nav .left a {
  margin-right: 1rem;
}
nav .left a:last-child {
  margin-right: 0;
}
nav .right a {
  margin-left: 1rem;
}
nav .right a:first-child {
  margin-left: 0;
}
nav .burger {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1.5rem;
  opacity: 0;
  cursor: pointer;
}
nav .burger .stroke-one {
  border-top: 1px solid #212529;
  height: 0px;
  background-color: #212529;
  margin-bottom: 11px;
  width: 24px;
  position: absolute;
  top: 7px;
  transition: all 0.3s;
}
nav .burger .stroke-two {
  border-top: 1px solid #212529;
  height: 0px;
  background-color: #212529;
  width: 24px;
  position: absolute;
  top: 17px;
  transition: all 0.3s;
}

nav.active .stroke-one {
  transform: rotate(45deg);
  top: 10px;
}
nav.active .stroke-two {
  transform: rotate(-45deg);
  top: 10px;
}

.menu {
  opacity: 1;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.start {
  height: 85svh;
  border-bottom: 0.75px solid #212529;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
}

main {
  transition: all 0.3s;
}

main.active {
  padding-top: 178px;
}

.about {
  border-bottom: 0.75px solid #212529;
}
.about .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.about .inner img, .about .inner .text {
  width: calc(50% - 1.5rem);
}
.about .inner img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.projects--headline {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.75px solid #212529;
}

.project {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.75px solid #212529;
}
.project .project--wrapper {
  display: flex;
}
.project .project--wrapper .project--content {
  padding-left: 9rem;
  padding-right: 9rem;
  white-space: nowrap;
  width: max-content;
  display: flex;
  gap: 3rem;
}
.project .project--wrapper .project--content .project--desktop, .project .project--wrapper .project--content .project--mobile {
  height: 60svh;
  min-height: 376px;
  border: 0.75px solid #212529;
  border-radius: 13px;
}
.project .project--wrapper .project--content .project--discription {
  width: 15rem;
  white-space: normal;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  color: rgba(33, 37, 41, 0.75);
}

@media screen and (max-width: 1280px) {
  .project .project--wrapper .project--content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .width-l {
    width: calc(100% - 8rem);
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 4.75rem;
  }
  .about .inner {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  .about .inner {
    flex-direction: column;
  }
  .about .inner img, .about .inner .text {
    width: 100%;
  }
  .about .inner img {
    aspect-ratio: 16/9;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .about .inner {
    flex-direction: column;
  }
  nav {
    flex-direction: column;
  }
  nav .left {
    display: flex;
    flex-direction: column;
  }
  nav .left a {
    margin-right: 0;
  }
  nav .right {
    display: flex;
    flex-direction: column;
  }
  nav .right a {
    margin-left: 0;
  }
  nav .burger {
    opacity: 1;
  }
  .menu {
    opacity: 0;
    height: 1px;
    overflow: hidden;
    transition: all 0.3s;
    flex-direction: column;
  }
  .menu.active {
    opacity: 1;
    height: auto;
  }
  nav.active {
    height: 178px;
  }
  h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .project .project--wrapper .project--content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .width-l {
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .about .inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .projects--headline {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  h1 {
    font-size: 3.25rem;
  }
  .project {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .project.faz .project--content img:nth-of-type(1), .project.civd .project--content img:nth-of-type(1), .project.db .project--content img:nth-of-type(1) {
    display: none;
  }
  .project.faz .project--content section:nth-of-type(1), .project.civd .project--content section:nth-of-type(1), .project.db .project--content section:nth-of-type(1) {
    order: 2;
  }
  .project.faz .project--content img:nth-of-type(2), .project.civd .project--content img:nth-of-type(2), .project.db .project--content img:nth-of-type(2) {
    order: 1;
  }
  .project.faz .project--content img:nth-of-type(3), .project.civd .project--content img:nth-of-type(3), .project.db .project--content img:nth-of-type(3) {
    display: none;
  }
  .project.faz .project--content img:nth-of-type(4), .project.civd .project--content img:nth-of-type(4), .project.db .project--content img:nth-of-type(4) {
    order: 4;
  }
  .project.faz .project--content img:nth-of-type(5), .project.civd .project--content img:nth-of-type(5), .project.db .project--content img:nth-of-type(5) {
    display: none;
  }
  .project.faz .project--content img:nth-of-type(6), .project.civd .project--content img:nth-of-type(6), .project.db .project--content img:nth-of-type(6) {
    order: 6;
  }
  .project.faz .project--content section:nth-of-type(2), .project.civd .project--content section:nth-of-type(2), .project.db .project--content section:nth-of-type(2) {
    order: 8;
  }
  .project.infineon .project--content img:nth-of-type(2), .project.kia .project--content img:nth-of-type(2), .project.az .project--content img:nth-of-type(2) {
    display: none;
  }
  .project.infineon .project--content img:nth-of-type(4), .project.kia .project--content img:nth-of-type(4), .project.az .project--content img:nth-of-type(4) {
    display: none;
  }
  .project.infineon .project--content img:nth-of-type(6), .project.kia .project--content img:nth-of-type(6), .project.az .project--content img:nth-of-type(6) {
    display: none;
  }
}