/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Slackey&display=swap");
@import url("https://use.typekit.net/vtp0hqt.css");
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #101112;
  font-size: 16px;
}

p {
  color: #5f6b7a;
  line-height: 32px;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 640px) {
  .container {
    width: 90%;
  }
}

span.overline {
  color: #3183c8;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
}

span.overline::before {
  width: 16px;
  height: 2px;
  border-top: 2px solid #3183c8;
  content: "";
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
}

section#portfolio {
  padding: 100px 0;
}

section#portfolio article.project {
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-top: 80px;
}

section#portfolio article.project:not(:last-of-type) {
  border-bottom: 1px solid #e1e7ec;
  padding-bottom: 80px;
}

section#portfolio article.project > .gradient {
  width: 7.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}

section#portfolio article.project > .gradient.right {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  right: 0;
}

section#portfolio article.project > .gradient.left {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0.7)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 0)
  );
  left: 0;
}

section#portfolio article.project .swiper-button-next,
section#portfolio article.project .swiper-button-prev {
  display: none;
  color: #888;
  z-index: 20;
}

section#portfolio article.project .swiper-button-next {
  right: -40px;
}

section#portfolio article.project .swiper-button-prev {
  left: -40px;
}

section#portfolio article.project .swiper-button-disabled {
  display: none;
}

section#portfolio article.project .swiper-wrapper {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

section#portfolio article.project .swiper-container {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: visible;
}

section#portfolio article.project .swiper-slide {
  height: auto;
}

section#portfolio article.project .swiper-slide:not(.swiper-slide-visible) {
  opacity: 1;
}

section#portfolio article.project .swiper-slide.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

section#portfolio article.project .swiper-slide.video iframe {
  width: 100%;
  height: 100%;
}

section#portfolio article.project .swiper-slide.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

section#portfolio article.project .swiper-slide.intro .client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section#portfolio article.project .swiper-slide.intro .client img {
  height: 24px;
  margin-right: 12px;
}

section#portfolio article.project .swiper-slide.intro h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 16px;
}

section#portfolio article.project .swiper-slide.intro .categories {
  margin-top: 32px;
}

section#portfolio
  article.project
  .swiper-slide.intro
  .categories
  span.category {
  background: #eff8ff;
  color: #3183c8;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

section#portfolio
  article.project
  .swiper-slide.intro
  .categories
  span.category:not(:first-of-type) {
  margin-left: 8px;
}
/*# sourceMappingURL=style.css.map */

#landing {
  background: #101112;
  width: 100%;
  padding-bottom: 100px;
}

#nav {
  width: 1350px;
  max-width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav img {
  height: 40px;
}

#nav a {
  color: #8895a7;
  font-weight: 400;
  font-size: 16px;
  margin: 20px;
}

#menu {
  display: flex;
  align-items: center;
  align-self: flex-end;
}

#cta {
  background: #212934;
  color: #cfd6de !important;
  padding: 8px 15px 8px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 14px !important;
}

#cta svg {
  padding: 0px 5px 0px 5px;
}

#me {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#me img {
  width: 400px;
  margin: auto;
}

#welcome {
  text-align: center;
  margin-top: -100px;
}

#hey {
  color: #aad4f5;
  font-size: 24px;
}

#lukas {
  font-family: "Slackey", cursive;
  color: #b8c4ce;
  font-size: 120px;
  letter-spacing: 20px;
  padding: 0;
}

#desc {
  line-height: 32px;
  font-size: 20px;
  color: #b8c4ce;
}

#about {
  padding-top: 200px;
  width: 760px;
  margin: auto;
}

.subText {
  color: #3595cb !important;
  font-weight: 600;
  font-size: 16px;
}

.subText::before {
  width: 15px;
  height: 2px;
  border-top: 2px solid var(--linkBlue);
  content: "";
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-3px);
}

#aboutText {
  color: #b8c4ce;
  line-height: 36px;
  margin-top: 25px;
}

#social {
  margin-top: 25px;
}

#social img {
  width: 24px;
  margin-right: 20px;
}

#contact {
  padding-top: 20px;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(225, 231, 236, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  display: flex;
  flex-direction: column;
  text-align: center;
}

#contact h2 {
  font-size: 32px;
}

.contactSub {
  color: #a1aab3;
  font-weight: 600;
  font-size: 16px;
}

#contactSocial {
  display: flex;
  justify-content: center;
}

.contactSocialBlock {
  margin: 40px;
}

#footer {
  margin: 50px 0px 20px 0px;
  display: flex;
  justify-content: center;
}

#footer a {
  color: #8895a7;
  font-size: 16px;
  margin: 30px;
}

h1,
a,
h3,
h2,
body,
p {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  color: var(--text);
}

h1 {
  font-size: 40px;
  font-weight: 700;
  color: black;
  margin-top: 20px;
  margin-bottom: 60px;
}

h2 {
  font-size: 24px;
  font-weight: 600;
  color: #101112;
}

p {
  font-size: 20px;
  font-weight: 400;
  color: #5f6b7a;
}

.legal {
  width: 85%;
  max-width: 1300px;
  margin: auto;
  padding: 50px 0 100px;
}

.legal p {
  max-width: 700px;
  margin-bottom: 16px;
}

.legal h2 {
  margin: 40px 0 20px;
}

bold {
  font-weight: 600;
}

@media only screen and (max-width: 800px) {
  .mobil {
    width: 90% !important;
    margin: auto !important;
  }

  .project {
    flex-wrap: wrap;
  }

  #works {
    width: 90%;
    margin-left: 0;
  }

  #about {
    padding-top: 100px;
  }

  #contact h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 600px) {
  #menu a {
    display: none;
  }

  #cta {
    display: flex !important;
  }

  #lukas {
    font-size: 15vw;
  }

  #me img {
    width: 90%;
    margin-top: 30px;
  }

  .hidden {
    display: none;
  }

  p {
    font-size: 16px;
    line-height: 28px !important;
  }

  #contactSocial {
    display: block;
  }
}
