@charset "UTF-8";
@font-face {
  font-family: "Regular";
  src: url("../fonts/SimplonNorm-Regular.otf") format("woff2");
}
@font-face {
  font-family: "Bold";
  src: url("../fonts/SimplonNorm-Bold.otf") format("woff2");
}
@font-face {
  font-family: "Mono Regular";
  src: url("../fonts/SimplonMono-Regular.otf") format("woff2");
}
body {
  font-family: "Regular";
  letter-spacing: 0.02rem;
  line-height: 1.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: 0.03rem;
  line-height: 1.1;
}

h1,
h2.main_title {
  font-size: 2.4rem;
  text-transform: uppercase;
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 1.2rem;
  margin: 0.4rem 0 1.5rem 0;
}

p {
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
  color: rgba(29, 29, 27, 0.9);
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: rgba(29, 29, 27, 0.9);
  text-decoration: none;
}
a:hover {
  color: #6b7dac;
}

strong {
  font-family: "Bold";
  font-weight: normal;
}

.arrow {
  font-size: 1.2em;
}

.btn {
  font-family: "Mono Regular";
  color: rgb(205, 211, 227);
  text-decoration: none;
  background: #1d1d1b;
  padding: 0.6rem 1rem 0.5rem 1rem;
  border-radius: 100px;
  transition: all 0.2s;
}
.btn:hover {
  background: #bdc5da;
  color: #1d1d1b;
}
.btn.small {
  font-size: 0.85rem;
  padding: 0.2rem 0.6rem 0.15rem 0.8rem;
}
.btn.neg {
  color: #1d1d1b;
  background: rgb(205, 211, 227);
}
.btn.neg:hover {
  color: rgb(205, 211, 227);
  background: #1d1d1b;
}
.btn.arrow_r {
  padding: 0.4rem 1rem 0.5rem 1rem;
}
.btn.arrow_r::after {
  content: "→";
  font-size: 1.2em;
  margin-left: 0.5rem;
}

#nav_top_bar a {
  font-family: "Mono Regular";
  font-size: 0.85rem;
  color: #1d1d1b;
  text-decoration: none;
}
#nav_top_bar a:hover {
  color: #6b7dac;
}
@media screen and (min-width: 768px) {
  #nav_top_bar a {
    font-size: 1rem;
  }
}

.lang_select {
  list-style-type: none;
}
.lang_select a {
  color: rgb(205, 211, 227);
  font-size: 0.75rem;
  letter-spacing: -0.02rem;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 2.5px;
  transition: all 0.3s;
}
.lang_select a:hover, .lang_select a.active {
  background: rgb(205, 211, 227);
  color: #1d1d1b;
}
.lang_select a.active {
  cursor: default;
}

header {
  font-family: "Mono Regular" !important;
}
header ul {
  list-style-type: none;
}
header ul li {
  display: inline-block;
}
header ul a {
  color: #fefefe;
  font-size: 0.8961rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
}

.claim_index h1,
.claim_index h2 {
  font-family: "Mono Regular";
  display: inline;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fefefe;
  font-weight: normal;
  border-bottom: none;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .claim_index h1,
  .claim_index h2 {
    font-size: 1.4rem;
  }
}
.claim_index p {
  margin-top: 1.8rem;
}
#cont_title_recent,
#nav_projects {
  font-family: "Mono Regular";
  color: #1d1d1b;
  text-align: center;
}
#cont_title_recent h2,
#cont_title_recent a,
#nav_projects h2,
#nav_projects a {
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  #cont_title_recent h2,
  #cont_title_recent a,
  #nav_projects h2,
  #nav_projects a {
    font-size: 1.3rem;
  }
}

.card_project h2 {
  font-family: "Mono Regular";
  font-size: 1.3rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgb(205, 211, 227);
  transition: all 0.3s;
}
.card_project .cont_img_teaser:hover h2 {
  color: #1d1d1b;
  background: rgb(205, 211, 227) !important;
}

#credits {
  font-family: "Mono Regular";
}
#credits p {
  font-size: 0.85rem;
}

#footer {
  font-family: "Mono Regular";
}
#footer p {
  font-size: 0.85rem;
}
@media screen and (min-width: 768px) {
  #footer p {
    font-size: 1rem;
  }
}

*,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  margin: 0;
  background: #f5f5f4;
  min-height: 100vh;
}

img {
  vertical-align: middle;
}

#top_bar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  top: -320px;
  width: 100%;
  background: rgba(245, 245, 244, 0.95);
  transition: all, 0.5s;
  border-bottom: 1px solid #1d1d1b;
  z-index: 2;
  padding: 0.3rem 1rem;
}
@media screen and (min-width: 768px) {
  #top_bar {
    padding: 0.5rem 3rem;
  }
}
#top_bar img {
  max-width: 3.2rem;
}
@media screen and (min-width: 507px) {
  #top_bar img {
    max-width: 4.2rem;
  }
}
#top_bar.in, #top_bar.stay_in {
  opacity: 1;
  top: 0px;
}
#top_bar #cont_nav_top_bar {
  display: flex;
  align-items: center;
}
#top_bar #cont_nav_top_bar #nav_top_bar {
  list-style-type: none;
  display: flex;
  column-gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  #top_bar #cont_nav_top_bar #nav_top_bar {
    column-gap: 1.2rem;
  }
}
#top_bar #cont_nav_top_bar .lang_select {
  border-left: 1px solid #1d1d1b;
  padding-left: 0.6rem;
  margin-left: 0.6rem;
}
@media screen and (min-width: 321px) {
  #top_bar #cont_nav_top_bar .lang_select {
    padding-left: 1.6rem;
    margin-left: 1.6rem;
  }
}

#main_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  width: 100%;
  /*
  &.index {
    //min-height: auto;
    //height: 100vh;
  }
    */
}
#main_container video {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#main_container video::-webkit-media-controls {
  display: none !important;
}

@supports (min-height: 100svh) {
  #main_container {
    min-height: 100svh;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #cdd3e3;
  background: rgb(29, 29, 27);
  background: linear-gradient(0deg, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.5) 75%);
  padding: 1rem 1rem;
}
@media screen and (min-width: 768px) {
  header {
    padding: 1.5rem 3rem;
  }
}
header #main_logotype img {
  max-width: 7.5rem;
}
@media screen and (min-width: 768px) {
  header #main_logotype img {
    max-width: 12.5rem;
  }
}
header div {
  display: flex;
  padding: 0;
}
header div ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #fefefe;
}
header div ul:last-child {
  border-right: none;
}
header div ul#main_nav {
  row-gap: 1px;
  padding-right: 0.8rem;
}
@media screen and (min-width: 321px) {
  header div ul#main_nav {
    padding-right: 2em;
  }
}
header div ul#main_nav li {
  padding: 0.15rem 0 0.1rem 0;
}
header div ul#main_nav li a {
  color: #fefefe;
}
header div ul.lang_select {
  padding-left: 0.8rem;
}
@media screen and (min-width: 321px) {
  header div ul.lang_select {
    padding-left: 2em;
  }
}

.lang_select {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.lang_select li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1d1d1b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

#content {
  position: relative;
  flex-grow: 1;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  #content {
    padding: 2rem 3rem;
  }
}
#content .btn {
  margin-top: 0.5rem !important;
  display: inline-block;
}
#content.index {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  #content.index {
    padding-bottom: 5.5rem;
  }
}
#content.project, #content.about {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding: 10rem 1rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  #content.project, #content.about {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 1024px) {
  #content.project, #content.about {
    padding: 0 9rem;
    min-height: 100vh;
  }
}
@media screen and (min-width: 1400px) {
  #content.project, #content.about {
    padding: 0 9rem;
    gap: 3rem;
  }
}
#content.project h2, #content.about h2 {
  border-bottom: 1px solid #1d1d1b;
  margin-top: 0;
}
#content.project #cont_images,
#content.project #project_description, #content.about #cont_images,
#content.about #project_description {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #content.project #cont_images,
  #content.project #project_description, #content.about #cont_images,
  #content.about #project_description {
    padding: 10rem 0;
  }
}
#content.project #cont_images::-webkit-scrollbar,
#content.project #project_description::-webkit-scrollbar, #content.about #cont_images::-webkit-scrollbar,
#content.about #project_description::-webkit-scrollbar {
  display: none;
}
#content.project #cont_images, #content.about #cont_images {
  grid-column: span 12;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content.project #cont_images, #content.about #cont_images {
    grid-column: span 7;
  }
}
@media screen and (min-width: 1024px) {
  #content.project #cont_images, #content.about #cont_images {
    grid-column: span 8;
  }
}
#content.project #cont_images .TextformatterVideoEmbed:last-child, #content.about #cont_images .TextformatterVideoEmbed:last-child {
  margin-bottom: 0 !important;
}
#content.project #cont_images img, #content.about #cont_images img {
  width: 100%;
  display: block;
}
#content.project #cont_images:after, #content.about #cont_images:after {
  content: "";
  display: block;
  clear: both;
}
#content.project #cont_images .grid-item,
#content.project #cont_images .grid-sizer, #content.about #cont_images .grid-item,
#content.about #cont_images .grid-sizer {
  width: calc((100% - 24px) / 3);
  margin-bottom: 12px;
  cursor: pointer;
}
#content.project #cont_images .col_2, #content.about #cont_images .col_2 {
  width: calc((100% - 24px) / 3 * 2 + 12px);
}
#content.project #cont_images .col_3, #content.about #cont_images .col_3 {
  width: 100%;
}
#content.project #cont_images .gutter-sizer, #content.about #cont_images .gutter-sizer {
  width: 12px;
}
#content.project #project_description, #content.about #project_description {
  grid-column: span 12;
}
@media screen and (min-width: 768px) {
  #content.project #project_description, #content.about #project_description {
    grid-column: span 5;
  }
}
@media screen and (min-width: 1024px) {
  #content.project #project_description, #content.about #project_description {
    grid-column: span 4;
  }
}
#content.project #project_description p, #content.about #project_description p {
  max-width: 390px;
  hyphens: auto;
}
#content.project #project_description #credits, #content.about #project_description #credits {
  border-top: 1px solid #1d1d1b;
  padding-top: 1.7rem;
  margin-top: 1.6rem;
}
#content.project #project_description .spacer_bottom, #content.about #project_description .spacer_bottom {
  height: 10px;
}
#content.about {
  display: flex;
  justify-content: center;
  padding: 10rem 1rem;
  flex-grow: 0;
}
@media screen and (min-width: 768px) {
  #content.about {
    padding: 10rem 3rem;
  }
}
#content.about .center {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 1200px;
}
@media screen and (min-width: 640px) {
  #content.about .center {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  #content.about .center {
    grid-template-columns: 650px 400px;
  }
}
@media screen and (min-width: 1400px) {
  #content.about .center {
    gap: 3rem;
  }
}
#content.about .center #cont_img_about {
  padding-top: 0.8rem;
}
#content.about .center img {
  width: 100%;
}

.claim_index {
  width: 100%;
  border-top: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  padding: 1.3rem 3rem 1.8rem 0;
}
@media screen and (min-width: 768px) {
  .claim_index {
    padding: 3rem 33vw 3.5rem 0;
  }
}

#cont_title_recent {
  background: rgb(205, 211, 227);
  padding: 1.2rem 1rem;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #cont_title_recent {
    padding: 1.4rem 3rem;
  }
}
#cont_title_recent h2 {
  margin: 0;
}
#cont_title_recent:hover {
  background: #1d1d1b;
  color: rgb(205, 211, 227);
}

#recent {
  display: grid;
  gap: 3rem 2.8rem;
  width: 100%;
  grid-template-columns: 1fr;
  scroll-margin: 2rem;
  padding: 2rem;
  /*
  h2 {
    //margin: 0.3rem 0 0.9rem 0;
    //border-bottom: 1px solid $black;
  }
  */
}
@media screen and (min-width: 507px) {
  #recent {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  #recent {
    grid-template-columns: repeat(3, 1fr);
    padding: 7rem 6rem 10rem 6rem;
  }
}
@media screen and (min-width: 1400px) {
  #recent {
    gap: 3rem 4.2rem;
  }
}
#recent article {
  margin-bottom: 1rem;
}
#recent article .cont_img_teaser {
  position: relative;
  margin-bottom: 1rem;
}
#recent article .cont_img_teaser h2 {
  position: absolute;
  background: #1d1d1b;
  bottom: 0;
  margin: 0;
  padding: 0.3rem 0.6rem 0.2rem 0.6rem;
}
#recent .main_title {
  grid-column: span 1;
}
@media screen and (min-width: 507px) {
  #recent .main_title {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1024px) {
  #recent .main_title {
    grid-column: span 3;
  }
}
#recent img {
  width: 100%;
  transition: all 0.5s;
  vertical-align: middle;
  /*
  &:hover {
  }
  */
}
#recent p:last-of-type {
  margin-bottom: 1rem;
}

#nav_projects {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  bottom: 0;
  width: 100%;
  background: rgb(205, 211, 227);
  padding: 1.2rem 1rem;
  box-shadow: 1px -20px 80px 0px rgb(255, 255, 255);
  -webkit-box-shadow: 1px -20px 65px 0px rgb(255, 255, 255);
  -moz-box-shadow: 1px -20px 80px 0px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #nav_projects {
    padding: 1.4rem 3rem;
    column-gap: 5rem;
  }
  #nav_projects .link_overview {
    padding-top: 4px;
  }
}

#footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-top: 1px solid #1d1d1b;
  padding: 2rem 1rem;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  #footer {
    flex-direction: row;
    padding: 4rem 3rem;
  }
}
#footer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-left: 55px;
}
@media screen and (min-width: 768px) {
  #footer div {
    padding: 0 1.5rem;
    border-right: 1px solid #1d1d1b;
    border-bottom: none;
  }
}
#footer div:first-child {
  padding-left: 0;
}
#footer div:last-child {
  border-right: none;
  flex-grow: 1;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  #footer div:last-child {
    text-align: right;
  }
}
#footer img {
  max-width: 6.55rem;
}

.lg-backdrop {
  background: #fefefe;
}/*# sourceMappingURL=main.css.map */