@charset "UTF-8";

:root {
  --font_main_color: rgba(0, 0, 0);
  --font_family_main: "Inter", sans-serif;
  --highlight_color: rgba(239, 234, 73);
  --shadow_grey: rgba(240, 240, 240);
  ;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%
}

BODY {
  height: 100%;
  margin: 0;
  background: #ffffff;
  color: var(--font_main_color);
  font-family: var(--font_family_main);
  font-optical-sizing: auto;
}

::-moz-selection {
  /* Code for Firefox */
  color: #000000;
  background: #efea49;
}

::selection {
  color: #000000;
  background: #efea49;
}

img.jah_home {
  width: auto;
  height: 75vh;
  border: 0;
}

img.home_slide_img {
  width: 100%;
  height: auto;
  border: 0;
}

div.jah_home_content {
  width: 100%;
  float: left;
  padding: 100px 0 0 0;
  min-height: calc(100vh - 100px);
}

div.jah_home_content a {
  margin: 0;
  padding: 0;
  border: none;
}

div.jah_home_content ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

div.jah_home_content li {
  list-style: none;
  box-sizing: border-box;
  /* Include padding/border in the width calculation */
}

div.jah_home_content p {
  margin: 0 10px 5px 10px;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

li.jah_home_content_left {
  width: 20%;
}

li.jah_home_content_middle {
  width: 60%;
  display: inline;
}

li.jah_home_content_right {
  width: 20%;
  display: none;
}

div.jah_content {
  width: 100%;
  float: left;
  margin: 0;
  padding: 100px 0 0 0;
  text-align: center;
}

.slide_desktop {
  display: block;
}

.slide_mobile {
  display: none;
}

@media all and (max-width: 1024px) {
  img.jah_home {
    width: 90%;
    height: auto;
  }

  div.jah_home_content {
    padding: 55px 0 0 0;
  }

  div.jah_content {
    padding: 55px 0 0 0;
  }

  div.jah_home_content p {
    margin: 5px 10px 5px 0;
    padding: 0 10px 0 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
  }

  li.jah_home_content_left {
    display: none;
  }

  li.jah_home_content_middle {
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    display: inline;
  }

  li.jah_home_content_right {
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    display: inline;
  }
}

@media all and (max-width: 768px) {

  .slide_desktop {
    display: none;
  }

  .slide_mobile {
    display: block;
  }

  li.jah_home_content_right {
    width: calc(100% - 20px);
    padding: 0 0 0 20px;
    display: none;
  }

}

img.jah_projects_cell_img {
  width: 100%;
  height: auto;
  border: 0;
}

div.jah_projects {
  margin: 0;
  padding: 10px 0px 0 0px;
  min-height: calc(90vh - 130px);
}

div.jah_projects_cell {
  float: left;
  width: calc(25% - 40px);
  padding: 0 20px 15px 20px;
}

div.jah_projects_img {
  margin: 0;
  padding: 0;
}

div.jah_projects_txt_catch {
  width: 100%;
  height: 20px;
}

div.jah_projects_txt {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 20px;
}

div.jah_projects_txt p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}

@media all and (max-width: 1024px) {
  div.jah_projects_cell {
    float: left;
    width: calc(33% - 40px);
    padding: 0 20px 15px 20px;
  }
}


@media all and (max-width: 768px) {
  div.jah_projects_cell {
    float: left;
    width: calc(100% - 40px);
    padding: 0 20px 0 20px;
  }

  div.jah_projects_txt {
    width: 100%;
    height: 45px;
  }
}

div.jah_project_catch {
  width: 100%;
  float: left;
  margin: 0;
  padding: 20px 0 0 0;
}

img.jah_project_main {
  width: 100%;
  height: auto;
  border: 0;
}

div.jah_project_cover {
  width: 100%;
}

div.jah_project_cover ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

div.jah_project_cover li {
  list-style: none;
  box-sizing: border-box;
  /* Include padding/border in the width calculation */
}

li.jah_project_cover_left {
  width: 22%;
}

li.jah_project_cover_middle {
  width: 56%;
}

li.jah_project_cover_right {
  width: 22%;
  display: none;
}

div.jah_project_cover p {
  margin: 0 10px 2px 0;
  padding: 0 10px 0 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
}

div.jah_project_content {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

div.jah_project_content_txt {
  padding: 0 22% 0 22%;
  text-align: left;
}

div.jah_project_content_txt h1 {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_project_content_txt h3 {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_project_content_txt p {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

@media all and (max-width: 990px) {
  div.jah_project_content_txt h1 {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
  }

  div.jah_project_content_txt h3 {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  div.jah_project_content_txt p {
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
}

div.jah_project_gallery_left {
  width: 22%;
  float: left;
}

div.jah_project_gallery_right {
  width: 22%;
  float: left;
}

div.jah_project_gallery {
  width: 56%;
  float: left;
}

div.jah_project_gallery_catch {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}

.jah_project_gallery_catch>div {
  flex: 25%;
  margin: 0;
  padding: 0;
}

img.jah_project_gallery_thumb {
  width: 100%;
  height: auto;
  border: 0;
}

@media all and (max-width: 990px) {
  li.jah_project_cover_left {
    width: 0%;
    display: none;
  }

  li.jah_project_cover_middle {
    width: calc(100% - 22px);
    padding: 0 0 0 22px;
  }

  li.jah_project_cover_right {
    width: calc(100% - 44px);
    padding: 0 22px 0 22px;
    display: block;
  }

  div.jah_project_cover p {
    margin: 2px 0 2px 0;
    padding: 2px 0 0 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
  }

  div.jah_project_content_txt {
    padding: 0 11% 0 11%;
    text-align: left;
  }

  div.jah_project_gallery_left {
    width: 11%;
    float: left;
  }

  div.jah_project_gallery_right {
    width: 11%;
    float: left;
  }

  div.jah_project_gallery {
    width: 78%;
    float: left;
  }
}

@media all and (max-width: 600px) {
  li.jah_project_cover_middle {
    width: calc(100% - 22px);
    padding: 0 0 0 22px;
  }

  li.jah_project_cover_right {
    width: calc(100% - 22px);
    padding: 0 0 0 22px;
    display: block;
  }

  div.jah_project_content_txt {
    padding: 0 22px 0 22px;
    text-align: left;
  }

  div.jah_project_gallery_left {
    width: 22px;
    float: left;
  }

  div.jah_project_gallery_right {
    width: 22px;
    float: left;
  }

  div.jah_project_gallery {
    width: calc(100% - 44px);
    float: left;
  }

  div.jah_project_gallery_catch {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
  }

  .jah_project_gallery_catch>div {
    flex: 100%;
    margin: 0;
    padding: 0;
  }
}

div.jah_profil {
  padding: 0 30% 0 20px;
  text-align: left;
}

@media all and (max-width: 1400px) {
  div.jah_profil {
    padding: 0 20% 0 20px;
    text-align: left;
  }
}

@media all and (max-width: 1240px) {
  div.jah_profil {
    padding: 0 10% 0 20px;
    text-align: left;
  }
}

@media all and (max-width: 1150px) {
  div.jah_profil {
    padding: 0 20px 0 20px;
    text-align: left;
  }
}


div.jah_profil_catch {
  width: 100%;
  float: left;
  padding: 0 0 15px 0;
}

div.jah_profil h1 {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_profil h2 {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_profil h3 {
  margin: 5px 0 5px 0;
  padding: 5px 0 5px 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_profil p {
  margin: 1px 0px 1px 8px;
  padding: 2px 0px 2px 8px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

img.jah_profil_pic {
  width: 100%;
  height: auto;
  border: 0;
}

div.jah_profil_img {
  float: left;
  width: 28%;
}

div.jah_profil_txt {
  float: left;
  width: 72%;
}

div.jah_profil_year {
  float: left;
  width: 120px;
}

div.jah_profil_job {
  float: left;
  width: calc(100% - 120px);
}

@media all and (max-width: 990px) {
  div.jah_profil p {
    margin: 1px 8px 1px 0px;
    padding: 2px 8px 2px 0px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  div.jah_profil_img {
    float: left;
    width: 28%;
    padding: 0 0 15px 0;
  }

  div.jah_profil_txt {
    float: left;
    width: 100%;
  }

}

@media all and (max-width: 767px) {
  div.jah_profil_img {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
  }
}

@media all and (max-width: 515px) {
  div.jah_profil_year {
    float: left;
    width: 100%;
  }

  div.jah_profil_job {
    float: left;
    width: 100%;
    padding: 0 0 15px 0;
  }

}

div.jah_contact {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: left;
}

div.jah_contact h3 {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
}

div.jah_contact h4 {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: lowercase;
}

div.jah_contact p {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

div.jah_contact a {
  display: inline;
  color: var(--font_main_color);
  text-decoration: none;
}

div.jah_contact a:hover {
  border-bottom: 2px solid var(--font_main_color);
}

div.jah_contact_catch {
  width: 100%;
  float: left;
  padding: 10px 0 10px 0;
}

.top_contact {
  padding: 10px 0 60px 0 !important;
}

div.jah_contact_left {
  width: 30%;
  float: left;
}

div.jah_contact_right {
  width: 70%;
  float: left;
}

@media all and (max-width: 990px) {
  div.jah_contact {
    position: relative;
    padding: 90px 0 0 0;
    width: 100%;
    text-align: left;
  }

  .top_contact {
    padding: 10px 0 35px 0 !important;
  }

  div.jah_contact_left {
    width: 100%;
    float: left;
  }

  div.jah_contact_right {
    width: 100%;
    float: left;
  }
}

div.jah_footer {
  width: calc(100% - 4px);
  float: left;
  margin: 10vh 0 0 0;
  padding: 30px 0 15vh 0;
  text-align: center;
}

div.jah_footer h3 {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}

div.jah_footer p {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

div.jah_footer a {
  display: block;
  color: var(--font_main_color);
  padding: 0px 10px 0px 10px;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

div.jah_footer a:hover {
  text-decoration: underline;
}

div.jah_footer_left {
  width: 50%;
  float: left;
  text-align: left;
}

div.jah_footer_right {
  width: 50%;
  float: left;
  text-align: right;
}

a.mobile {
  display: none !important;
}

@media all and (max-width: 1024px) {
  div.jah_footer {
    margin: 70px 0 0 0;
    padding: 70px 0 90px 0;
  }
  a.desktop {
    display: none !important;
  }
  a.mobile {
  display: block !important;
}
}

@media all and (max-width: 768px) {
  div.jah_footer_left {
    width: 100%;
  }

  div.jah_footer_right {
    width: 100%;
    text-align: left;
    padding: 25px 0 0 0;
  }
}

div.jah_footer_mobile_push {
  width: 100%;
  float: left;
  height: 50px;
  display: none;
}

div.jah_mobile_footer_nav {
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: none;
  text-align: left;
  background-color: #ffffff;
  text-transform: uppercase;
}

div.jah_mobile_footer_nav a {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2px;
  text-decoration: none;
  color: var(--font_main_color);
  display: inline-block;
  padding: 3px 6px 3px 6px;
  margin: 3px 0px 3px 0px;
}

div.jah_mobile_footer_nav p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  color: var(--font_main_color);
  display: inline-block;
  padding: 3px 5px 3px 5px;
  margin: 3px 5px 3px 5px;
}

div.jah_mobile_footer_nav_in {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 3px 20px 0px 20px;
}

@media all and (max-width: 400px) {
  div.jah_mobile_footer_nav_in {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 3px 20px 0px 20px;
  }

}

@media all and (max-width: 350px) {
  div.jah_mobile_footer_nav_in {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 3px 10px 0px 10px;
  }

}

@media all and (max-width: 340px) {
  div.jah_mobile_footer_nav_in {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 3px 5px 0px 5px;
  }

}

@media all and (max-width: 330px) {
  div.jah_mobile_footer_nav_in {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    padding: 3px 0px 0px 0px;
  }

}

.jah_mobile_footer_nav_in>div {
  padding: 0;
  margin: 0;
}

.jah_footer_menu_active {
  background-color: var(--highlight_color);
}

@media all and (max-width: 1024px) {
  div.jah_mobile_footer_nav {
    display: block;
  }

  div.jah_footer_mobile_push {
    width: 100%;
    float: left;
    height: 50px;
    display: block;
  }
}

span.coming_soon {
  padding: 50px 0 0 0;
  font-size: 24px;
  font-weight: 400;
  display: block;
}