/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/jost-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/jost-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/jost-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h1 {
  font-size: 50px;
  line-height: 60px;
}

.HLhero {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

html, body {
  margin: 0px;
  padding: 0px 0 0px 0;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
  background: #000000;
  -webkit-text-size-adjust: none;
  moz-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  letter-spacing: 0.5px;
}

li.seo {
  position: absolute;
  top: -99999px;
  left: -150vw;
}

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

.copybar {
  position: fixed;
  bottom: 0px;
  padding: 2px 12px;
  right: 0px;
  background: #000;
  font-size: 14px;
  opacity: 0.4;
  color: #fff;
  font-weight: 100;
  transition: all 850ms ease;
  will-change: opacity;
  transform: translateZ(0);
}
.copybar:hover {
  opacity: 0.8;
}
.copybar:hover a {
  text-decoration: underline;
}

.trans {
  opacity: 0;
  transition: all 850ms ease;
  will-change: opacity;
  transform: translateZ(0);
}
.trans.visible {
  opacity: 1;
}

#wrapper {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
  overflow: hidden;
}

main#content {
  min-height: 100vh;
  width: 100%;
  float: left;
}

.content-row {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 0 0px;
}

.content-row-fullscreen {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.content-row-inner {
  width: 100%;
  float: left;
  position: relative;
}

.content-row-inner-center {
  width: 90%;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}

.content-row-inner-center-full {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.textInput strong, .textInput b {
  font-weight: 600;
}
.textInput h1, .textInput h2, .textInput h3, .textInput h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0 10px 0;
  float: left;
  width: 100%;
}
.textInput p {
  margin: 0 0 10px 0;
}
.textInput a {
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}
.textInput table {
  width: 100%;
}
.textInput table td {
  padding: 5px 0px 0px 0px;
  vertical-align: top;
}

iframe {
  width: 100%;
  margin: 70px 0 0 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
iframe:hover {
  -webkit-filter: inherit;
  filter: inherit;
}

.burgerbtn {
  display: none;
}

.content-row-header {
  position: fixed;
  padding: 30px 0 0 0;
  z-index: 99;
  top: 0px;
  transition: all 950ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}
.content-row-header .img-logo {
  position: absolute;
  width: 70px;
  height: auto;
  display: block;
  left: 50%;
  margin: -10px 0 0 -35px;
}
.content-row-header .box-mainmenu-left {
  width: 50%;
  float: left;
  position: relative;
}
.content-row-header .box-mainmenu-right {
  max-width: 50%;
  float: right;
  position: relative;
  text-align: right;
}
.content-row-header .box-mainmenu ul li {
  float: left;
  margin: 10px 20px 0 0;
}
.content-row-header .box-mainmenu ul li:last-child {
  margin-right: 0px;
}
.content-row-header .box-mainmenu ul li.current-menu-item a {
  text-decoration: underline;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}

.scrolled .content-row-header {
  background-color: #000000;
  padding: 30px 0 35px 0;
  box-shadow: 0px 38px 50px -3px rgba(0, 0, 0, 0.5);
}
.scrolled .transitionToDetail .content-row-header {
  background-color: transparent;
  padding: 30px 0 0px 0;
  box-shadow: 0px 38px 50px -3px rgba(0, 0, 0, 0);
}

.video-bg {
  position: absolute;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.video-bg:before {
  content: "";
  position: absolute;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.video-bg .fallback {
  display: none;
  position: absolute;
  inset: 0;
  background: #000000;
}

.content-row-bigintro {
  height: 100vh;
  width: 100vw;
  position: relative;
  float: left;
  overflow: hidden;
}
.content-row-bigintro .box-text {
  position: absolute;
  width: 800px;
  left: 50%;
  margin: 0 0 0 -400px;
  text-align: center;
  top: 40vh;
  z-index: 10;
}
.content-row-bigintro .box-text .subline {
  font-size: 20px;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  font-weight: 400;
}
.content-row-bigintro .box-text .subline .line {
  background: #fff;
  height: 1px;
  width: 80px;
  margin: 0 auto 20px auto;
}
.content-row-bigintro .box-text .btndown {
  width: 50px;
  height: 50px;
  margin: 0px 0 0 -25px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  opacity: 0.5;
  transition: bottom 650ms ease, transform 650ms ease;
  will-change: bottom, transform;
  cursor: pointer;
  animation: bounce 1.3s ease-in-out infinite;
}
.content-row-bigintro .box-text .btndown .img-down {
  display: inline-block;
  width: 20px;
  text-align: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content-row-bigintro .box-text .btndown:hover {
  opacity: 1;
  bottom: 15px;
}
@keyframes bounce {
  0%, 100% {
    bottom: 20px;
  }
  50% {
    bottom: 15px;
  }
}

.content-row-bigimageheader .image-bg {
  float: left;
  width: 100%;
  position: relative;
}
.content-row-bigimageheader .image-bg:before {
  position: absolute;
  content: "";
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.content-row-bigimageheader .image-bg .img-full {
  width: 100%;
  height: auto;
  display: block;
}
.content-row-bigimageheader .box-text {
  top: 300px;
}
.content-row-bigimageheader .box-text .HLhero {
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
}
.content-row-bigimageheader .box-text .btn-square {
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 20;
  border: 0.5px solid #fff;
  left: 50%;
  font-size: 30px;
  font-weight: 100;
  padding: 22px 0 0 0;
  margin: 10px 0 0 -40px;
  cursor: pointer;
  transition: background-color 550ms ease;
  will-change: background-color;
  transform: translateZ(0);
}
.content-row-bigimageheader .box-text .btn-square:hover {
  background-color: rgb(132, 101, 71);
  border: 0.5px solid rgb(132, 101, 71);
}
.content-row-bigimageheader .box-text .box-projectinfo {
  position: fixed;
  width: 800px;
  height: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: inherit;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0px solid #fff;
  top: 110px;
  padding: 50px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  overflow: hidden;
  max-height: calc(100vh - 150px);
  pointer-events: none;
  transition: opacity 550ms ease;
  will-change: opacity;
  transform: translateZ(0);
}
.content-row-bigimageheader .box-text .box-projectinfo .box-projectinfoinner {
  overflow: auto;
  width: calc(100% + 101px);
  height: 100%;
  padding: 0 100px 0 0;
}

.infoOn .content-row-bigimageheader .btn-square {
  position: fixed;
  top: 100px;
  background: #000;
  z-index: 9999999999;
  margin: 20px 0 0 340px;
}
.infoOn .content-row-bigimageheader .box-projectinfo {
  opacity: 1;
  pointer-events: inherit;
}

.scrolled .content-row-bigimageheader .box-text .btn-square {
  position: fixed;
  width: 60px;
  height: 60px;
  left: 100%;
  top: 100px;
  margin: 20px 0 0 -120px;
  cursor: pointer;
  transition: background-color 550ms ease;
  will-change: background-color;
  transform: translateZ(0);
  padding: 14px 0 0 0;
}
.scrolled .infoOn .content-row-bigimageheader .btn-square {
  width: 80px;
  height: 80px;
  padding: 22px 0 0 0;
  left: 50%;
  margin: 20px 0 0 340px;
}
.scrolled .copybar {
  opacity: 0;
  pointer-events: none;
}

.single-projects .content-row-bigintro {
  height: auto;
  min-height: 100vh;
  width: 100vw;
  overflow: visible;
}
.single-projects .content-row-bigintro .video-bg {
  position: relative;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: auto;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}
.single-projects .content-row-bigintro .video-bg:before {
  content: "";
  position: absolute;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.single-projects .content-row-bigintro .video-bg video {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 auto;
}
.single-projects .content-row-bigintro .video-bg .fallback {
  display: none;
  position: absolute;
  inset: 0;
  background: #000000;
}

.content-row-projectselection {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
  background-color: #000000;
}
.content-row-projectselection .box-projectlist {
  padding: 100px 0px;
}
.content-row-projectselection .box-projectlist .item-projectlist {
  position: relative;
  width: 100%;
  float: left;
  margin: 100px 0 10px 0;
}
.content-row-projectselection .box-projectlist .item-projectlist .box-image {
  float: none;
  left: 0px;
  width: 100%;
  height: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.content-row-projectselection .box-projectlist .item-projectlist .box-image .img-projectlist {
  float: none;
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-row-projectselection .box-projectlist .item-projectlist .box-text {
  float: none;
  margin: 173px auto -320px auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.content-row-projectselection .box-projectlist .item-projectlist .box-text .HLhero {
  font-size: 50px;
  line-height: 50px;
  font-weight: 100;
  min-height: 120px;
}
.content-row-projectselection .box-projectlist .item-projectlist .btn-square {
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  z-index: 20;
  border: 0.5px solid #fff;
  left: 50%;
  top: 50%;
  font-size: 30px;
  font-weight: 100;
  padding: 22px 0 0 0;
  cursor: pointer;
  transition: all 550ms ease;
  will-change: background-color, margin;
  transform: translateZ(0);
}
.content-row-projectselection .box-projectlist .item-projectlist .btn-square:hover {
  background-color: rgb(132, 101, 71);
  border: 0.5px solid rgb(132, 101, 71);
}
.content-row-projectselection .box-projectlist .itemtrans .img-projectlist {
  opacity: 0;
  top: 50px;
  transition: all 950ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}
.content-row-projectselection .box-projectlist .itemtrans .box-text {
  opacity: 0;
  top: 100px;
  transition: all 850ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}
.content-row-projectselection .box-projectlist .itemtrans .btn-square {
  opacity: 0.3;
  margin: -240px 0 0 -40px;
}
.content-row-projectselection .box-projectlist .itemtrans.itemtransOn .img-projectlist {
  opacity: 0.6;
  top: 0px;
}
.content-row-projectselection .box-projectlist .itemtrans.itemtransOn .img-projectlist:hover {
  opacity: 0.5;
}
.content-row-projectselection .box-projectlist .itemtrans.itemtransOn .box-text {
  opacity: 1;
  top: 30px;
  pointer-events: none;
}
.content-row-projectselection .box-projectlist .itemtrans.itemtransOn .btn-square {
  opacity: 0.9;
  margin-top: -30px;
}

.transitionToDetail .content-row-projectselection {
  position: inherit;
}
.transitionToDetail .content-row-projectselection .content-row-inner-center, .transitionToDetail .content-row-projectselection .content-row-inner {
  position: inherit;
}
.transitionToDetail .content-row-projectselection .box-projectlist .item-projectlist {
  transition: all 850ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
  opacity: 0;
}
.transitionToDetail .content-row-projectselection .box-projectlist .transitionItem {
  transition: all 850ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
  opacity: 1;
  position: absolute;
  left: 0px;
  z-index: 50;
}
.transitionToDetail .content-row-projectselection .box-projectlist .transitionItem .img-projectlist {
  opacity: 0.1 !important;
  width: 100%;
  height: auto;
}
.transitionToDetail .content-row-projectselection .box-projectlist .transitionItem .box-text {
  top: 80px;
}
.transitionToDetail .content-row-projectselection .box-projectlist .transitionItem .box-text .HLhero {
  transition: all 850ms ease;
  will-change: font-size, line-height;
  transform: translateZ(0);
  opacity: 0;
  font-size: 70px;
  line-height: 70px;
  font-weight: 100;
}
.transitionToDetail .content-row-projectselection .box-projectlist .transitionItem .btn-square {
  opacity: 0;
  transition: all 850ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}

.content-row-gallery {
  background-color: #000000;
}
.content-row-gallery .img-gallery {
  display: block;
  width: 100%;
  height: auto;
  margin: 50px 0 0px 0;
}
.content-row-gallery .gallerytrans {
  opacity: 0;
  float: left;
  width: 100%;
  position: relative;
  top: 100px;
  transition: all 950ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}
.content-row-gallery .gallerytrans.gallerytransOn {
  opacity: 1;
  top: 0px;
}

.box-projectinfo {
  float: left;
  width: 100%;
  position: relative;
  z-index: 90;
  font-weight: 100;
}
.box-projectinfo .box-projectinfoinner {
  position: relative;
  width: 800px;
  max-width: 80%;
  height: auto;
  background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(22, 22, 22) 100%);
  padding: 50px;
  margin: 0px auto -200px auto;
  color: #ffffff;
}

.box-projectinfotrans {
  opacity: 0;
  top: 0px;
  transition: all 950ms ease;
  will-change: top, opacity;
  transform: translateZ(0);
}
.box-projectinfotrans.projectinfotransOn {
  top: -100px;
  opacity: 1;
}

.box-projectinfo-1 {
  top: 0px !important;
}
.box-projectinfo-1.projectinfotransOn {
  margin-top: -100px !important;
}

.content-row-crossposts {
  margin: 50px 0 0 0px;
}
.content-row-crossposts .crosspostHL {
  text-align: center;
}
.content-row-crossposts .crosspostHL .line {
  background: #fff;
  height: 1px;
  width: 80px;
  margin: 20px auto 50px auto;
}
.content-row-crossposts .crosspostHL .HLhero {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin: 80px 0 20px 0;
}
.content-row-crossposts .random-projects {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.content-row-crossposts .random-projects article {
  flex: 1 1 calc(25% - 30px);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  height: 300px;
}
.content-row-crossposts .random-projects article:before {
  position: absolute;
  content: "";
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0.6;
  transition: all 850ms ease;
  will-change: opacity;
  transform: translateZ(0);
}
.content-row-crossposts .random-projects article:hover:before {
  opacity: 0.1;
}
.content-row-crossposts .random-projects article .HLhero {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 40%;
}
.content-row-crossposts .random-projects article img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content-row-textintro {
  height: auto;
  min-height: 20px;
  overflow: inherit;
}
.content-row-textintro .box-text {
  position: relative;
  width: 940px;
  max-width: 80%;
  margin: 165px auto 0 auto;
  top: inherit;
  left: inherit;
}
.content-row-textintro .box-text .subline .line {
  margin: 0 auto 20px auto;
}

.content-row-singletext {
  margin: 25px 0 0 0;
  font-weight: 100;
}
.content-row-singletext .box-singletext {
  max-width: 800px;
  margin: 0 auto;
}

.seotext {
  position: fixed;
  left: 0px;
  pointer-events: none;
  top: -200vh;
  max-height: 100vh;
  overflow: auto;
}

.content-row-team {
  padding: 100px 0 0 0;
}
.content-row-team .box-team .team-item {
  width: 25%;
  position: relative;
  float: left;
  margin: 0 4% 50px 4%;
}
.content-row-team .box-team .team-item .imagebox {
  width: 100%;
  position: relative;
  height: 380px;
}
.content-row-team .box-team .team-item .imagebox .teamimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-row-team .box-team .team-item .team-meta h3 {
  font-size: 18px;
  width: 100%;
  padding: 0px 0 0 0;
  margin: 25px 0 0 0;
  font-weight: 400;
  min-height: 50px;
}
.content-row-team .box-team .team-item .team-meta .quote {
  font-style: italic;
  opacity: 0.5;
  cursor: default;
  transition: all 850ms ease;
  will-change: opacity;
  transform: translateZ(0);
}
.content-row-team .box-team .team-item .team-meta .quote:hover {
  opacity: 1;
}
.content-row-team .box-team .linebreak {
  width: 100%;
  height: 0.1px;
  position: relative;
  float: left;
}

.content-row-footer {
  padding: 100px 0 50px 0;
}
.content-row-footer .line {
  background: #fff;
  height: 1px;
  width: 80px;
  margin: 0 auto 15px auto;
}
.content-row-footer .box-metalink {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.content-row-footer .box-metalink .link {
  display: inline-block;
}
.content-row-footer .btnup {
  cursor: pointer;
  margin: 40px auto 50px auto;
  display: block;
  width: 20px;
  opacity: 0.3;
}
.content-row-footer .btnup:hover {
  opacity: 1;
}
.content-row-footer .img-down {
  display: block;
  width: 20px;
  margin: 40px auto 50px auto;
  cursor: pointer;
}
.content-row-footer .ctabox {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin: 80px 0 20px 0;
}
.content-row-footer .ctabox a u {
  text-decoration: none;
  text-decoration-color: currentcolor;
  text-decoration-thickness: auto;
  text-decoration-color: #ffffff;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2px;
}
.content-row-footer .ctabox a u:hover {
  text-decoration: underline;
}

/* ....................................................................................... 1399 */
@media only screen and (max-width: 1399px) {
  .box-mainmenu {
    display: none;
  }
  .burgerbtn {
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: -9px;
    cursor: pointer;
    z-index: 999999;
  }
  .burgerbtn-open span {
    display: block;
    width: 30px;
    height: 1.5px;
    background: #fff;
    float: left;
    width: 100%;
    margin: 8px 0 0 0;
  }
  .burgerbtn-close {
    display: none;
  }
  .burgerbtn-close .img-x {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    right: 8px;
  }
  .content-row-header .img-logo {
    z-index: 99;
  }
  .mobnavOn .burgerbtn-open {
    display: none;
  }
  .mobnavOn .burgerbtn-close {
    display: block;
  }
  .mobnavOn .box-mainmenu {
    display: block;
    background: #000;
    position: relative;
    top: -30px;
    left: 0px;
    padding: 0 0 0px 0;
    width: 100%;
    max-width: 100%;
    float: left;
  }
  .mobnavOn .box-mainmenu:before {
    content: "";
    width: 50vw;
    position: absolute;
    top: 0px;
    right: 100%;
    height: 100%;
    background: #000000;
    pointer-events: none;
  }
  .mobnavOn .box-mainmenu:after {
    content: "";
    width: 50vw;
    position: absolute;
    top: 0px;
    left: 100%;
    height: 100%;
    background: #000000;
    pointer-events: none;
  }
  .mobnavOn .box-mainmenu ul li {
    float: left;
    margin: 10px 20px 0 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
  }
  .mobnavOn .box-mainmenu-left {
    padding: 120px 0 0 0;
  }
  .mobnavOn .box-mainmenu-right {
    padding: 0px 0 30px 0;
    box-shadow: 10px 68px 30px 47px rgb(0, 0, 0);
  }
}
/* ....................................................................................... 810 */
@media only screen and (max-width: 810px) {
  .content-row-bigintro .box-text {
    width: 90%;
    left: 5%;
    margin: 0;
    top: 30vh;
  }
  .content-row-projectselection .box-projectlist .item-projectlist {
    margin: 0px 0 20px 0;
  }
  .content-row-projectselection .box-projectlist {
    padding: 50px 0px;
  }
  .content-row-projectselection .box-projectlist .item-projectlist .box-text {
    margin: 50px auto -120px auto;
  }
  .content-row-projectselection .box-projectlist .item-projectlist .box-text .HLhero {
    font-size: 35px;
    line-height: 35px;
  }
  .content-row-projectselection .box-projectlist .itemtrans.itemtransOn .btn-square {
    margin-top: 0px;
  }
  .content-row-projectselection .box-projectlist .item-projectlist .box-image {
    height: 275px;
  }
  .content-row-projectselection .box-projectlist .itemtrans .img-projectlist {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-row-bigimageheader {
    height: 450px;
  }
  .content-row-bigimageheader .image-bg {
    height: 450px;
  }
  .content-row-bigimageheader .image-bg .img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .content-row-bigimageheader .box-text .HLhero {
    font-size: 40px;
    line-height: 45px;
  }
  .content-row-bigimageheader .box-text {
    top: 180px;
  }
  .box-projectinfo .box-projectinfoinner {
    max-width: 90%;
    padding: 25px;
    margin: 0px auto 0px auto;
  }
  .box-projectinfo-1.projectinfotransOn {
    margin-top: -50px !important;
  }
  .box-projectinfotrans.projectinfotransOn {
    top: 0;
  }
  .content-row-crossposts .crosspostHL .HLhero {
    font-size: 35px;
    line-height: 35px;
    margin: 50px 0 20px 0;
  }
  .content-row-crossposts .random-projects article {
    flex: 1 1 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    height: 150px;
  }
  .content-row-crossposts .random-projects article .HLhero {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 34%;
  }
  .content-row-textintro .box-text {
    width: 90%;
    left: 5%;
    margin: 150px 0 0 0;
    top: 0px;
    max-width: 100%;
  }
  .content-row-textintro .box-text .HLhero {
    font-size: 35px;
    line-height: 45px;
  }
  .content-row-textintro .box-text .subline .line {
    margin: 20px auto 30px auto;
  }
  .content-row-projectselection .box-projectlist .item-projectlist .btn-square {
    width: 50px;
    height: 50px;
    padding: 9px 0 0 0;
    margin: 0 0 0 -25px;
  }
  .img-logo {
    transition: all 250ms ease;
    will-change: width;
    transform: translateZ(0);
  }
  .scrolled .content-row-header {
    height: 74px;
  }
  .scrolled .content-row-header .img-logo {
    width: 50px;
    margin: -14px 0 0 -25px;
  }
  th, td {
    padding: 0px;
    display: block;
    float: left;
    width: 100% !important;
  }
  .content-row-team .box-team .team-item {
    width: 100%;
    position: relative;
    float: left;
    margin: 0 0 50px 0%;
  }
  .copybar {
    font-size: 11px;
    opacity: 0.5;
    text-align: center;
    width: 100%;
  }
}

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