@charset "utf-8";
/***  import cookie-banner styles  ***/
@import "ccb-panel.css";
/* CSS Document */
html {
  font-size: 11.2px;
}
body {
  color: #444;
  font-family: "Helvetica", ​ Helvetica, ​ Arial, ​ sans-serif;
  letter-spacing: 0.03rem;
  line-height: 1.3rem;
}
.content {
  line-height: 1.6rem;
  margin-bottom: 50px;
}
a,
a:visited,
a:link,
.filter {
  color: #000;
  -webkit-transition: color 0.14s linear, background 0.14s linear;
  -moz-transition: color 0.14s linear, background 0.14s linear;
  -ms-transition: color 0.14s linear, background 0.14s linear;
  -o-transition: color 0.14s linear, background 0.14s linear;
  transition: color 0.14s linear, background 0.14s linear;
}
a:hover,
a:active,
a:focus,
#subnavi a:hover,
#subnavi a.selected,
.filter.active {
  color: #666;
}
h1,
h2,
.title {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1%;
  font-weight: 600;
  line-height: inherit;
}
.subtitle,
.title {
  display: block;
}
.title-name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
p a {
  text-decoration: underline;
}
.icon {
  margin-right: 15px;
  font-size: 18px;
}
/* layout */
.container {
  overflow: visible;
  max-width: 1280px;
}
header nav {
  margin-bottom: -2.5rem;
}
footer {
  margin-bottom: 2.5rem;
}
#fvww img,
#navicon img {
  margin-bottom: 0.5vw;
  width: 25%;
}
#navicon img {
  margin-top: 1.05rem;
}
#fvww {
  padding: 1.85rem 0 0 0;
}
#fvww img {
  width: 16.5rem;
  display: block;
  margin: 0 !important;
}
#subnavi {
  white-space: nowrap;
}
#subnavi > li {
  margin: 0 0 0 2.5rem;
  display: inline-block;
}
#subnavi a {
  font-weight: 400;
  letter-spacing: 0.075rem;
}
#subnavi a.selected {
  font-weight: 600;
}
.container > div + div {
  /* padding-top: 4vh; */
}
.content ul {
  margin-left: 1.1em;
}
.content li::before {
  content: "- ";
  position: absolute;
  margin-left: -1.1em;
}
.col {
  padding: 1.5rem;
}
.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.tablelayout > table {
  margin-bottom: 0.75em;
}
.tablelayout > table td {
  padding-right: 20px;
  padding-bottom: 5px;
}
.tablelayout > table td:nth-child(1) {
  min-width: 35px;
}
.tablelayout > table td:nth-child(2) {
  white-space: nowrap;
  min-width: 75px;
}
.tablelayout > table:last-child {
  margin-bottom: 2.25em;
}
header.container {
  margin-bottom: -3rem;
}
.textblock {
  margin-bottom: 1rem;
}
.carousel,
.column-2,
.workdetails,
.gallery > img {
  margin-bottom: 2.75em;
}
.carousel {
  position: relative;
}
.carousel .btn {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  font-size: 1.5em;
  padding: 20px;
  visibility: visible;
}
.carousel .btn.ion-ios-arrow-left {
  left: -5%;
}
.carousel .btn.ion-ios-arrow-right {
  right: -5%;
}
.carousel .slider {
  overflow: hidden;
}
.carousel .slides {
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  white-space: nowrap;
  pointer-events: none;
}
.carousel .slides > img {
  display: inline-block;
  float: none;
  vertical-align: top;
  white-space: normal;
}

/* responsive */

@media only screen and (max-width: 1200px) {
  .carousel .btn {
    visibility: hidden;
  }
  .carousel .btn.ion-ios-arrow-left {
    left: 1%;
  }
  .carousel .btn.ion-ios-arrow-right {
    right: 1%;
  }
  header.container {
    margin-bottom: -3rem;
  }
  #navi {
    margin-top: -1rem;
  }
  #fvww {
    padding: 0.9rem 0 0 0;
  }
}

@media only screen and (min-width: 62em) {
  #fvwwdata {
    margin-left: -1.5rem;
  }
  #navi {
    margin-right: -1.5rem;
  }
}

@media only screen and (max-width: 62em) {
  #fvwwdata {
    margin-left: -1rem;
  }
  #navi {
    margin-top: -1rem;
    margin-right: -1rem;
  }
  #subnavi > li {
    margin: 0 0 0 1.5rem;
  }
  .column-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .carousel .btn {
    display: none;
  }
  /*.col {
    padding: 1rem;
  }*/
}

/* Small Devices, Tablets landscape - 768px */
@media only screen and (max-height: 48em) {
  #fvwwdata {
    display: none;
  }
}
@media only screen and (min-width: 50em) {
  #portfoliolist .col:nth-child(3n + 4) {
    clear: left;
  }
}

/* Small Devices, Tablets - 768px */
@media only screen and (max-width: 48em) {
  p {
    line-height: 1.25rem;
  }
  .title-name {
    font-size: 1.6em;
  }
  header.container {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: visible;
  }
  #navi {
    margin-top: -1rem;
  }
  #fvww,
  #fvwwdata {
    margin-left: 0;
  }
  #fvww {
    padding: 1.7rem 0 0 1.05rem;
  }
  #fvww img {
    width: 11rem;
  }
  #fvwwdata {
    /*		line-height: 1rem; */
  }
  #navicon img {
    margin-top: 1.05rem;
  }
  #subnavi {
    height: 0;
    max-height: calc(97vh - 50px);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
  }
  #subnavi.rollout {
    height: auto;
    padding: 20px 0;
  }
  #subnavi a {
    font-size: 1.15rem;
    line-height: 3rem;
  }
  #subnavi li {
    display: block;
    margin: 0;
  }
  #subnavi li:not(:first-of-type)::before {
    content: "";
  }
  .container > div + div {
    padding-top: 0;
  }
  h1,
  h2,
  .title {
    margin-top: 1.5vh;
  }
  .col {
    padding: 1rem;
  }
  .column-2 {
    margin-bottom: 0;
  }
  #portfoliolist .col:nth-child(2n + 3) {
    clear: left;
  }
}

/* Extra Small Devices, Phones - 480px */
@media only screen and (max-width: 30em) {
  header.container {
    margin-bottom: 1rem;
  }
  #navicon {
    left: auto;
    right: 0;
  }
  .legend {
    margin-bottom: 1.4vh;
  }
  .gallery > img {
    margin-bottom: 1.5em;
  }
  #portfoliolist div.label {
    min-height: 3.2rem;
  }
  #portfoliolist div:nth-child(2n + 1) {
    clear: left;
  }
}
