@font-face {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Arial"), local("Helvetica"), local("sans-serif");
}

* {
  box-sizing: border-box;
  max-width: 100%;
}

body {
  display: block;
  margin: auto;
  max-width: 1920px;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

#content {
  padding-left: 15px;
  width: 100%;
  /* overflow: hidden; */
  display: block;
  position: relative;
}

#content > * {
  max-width: 100%;
}

.foldable-off {
  display: none !important;
}

#image-hint {
  margin-top: 0px;
  font-size: 12px;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
}

.red-background {
  color: white;
  background-color: red;
  font-style: normal;
  font-weight: normal;
  /*padding: 0 2px 0 2px;*/
}

.yellow-background {
  color: black;
  background-color: yellow;
  font-style: normal;
  font-weight: normal;
  padding: 0 1px 0 1px;
}

.round-table-em {
  color: white;
  background-color: #666465;
  border-radius: 3px;
}

.small {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

label {
  font-size: 12px;
}

.grey-header-table th {
  background-color: #c7c7c7;
}

th {
  border-width: 2px;
}

.table-container {
  max-width: 90%;
  display: block;
  margin: auto;
  overflow-x: auto;
  margin-top: 50px;
}

.table-left {
  border-left: 2px solid black;
}

.table-right {
  border-right: 2px solid black;
}

.table-bottom {
  border-bottom: 2px solid black;
}

td em {
  color: red;
  font-style: normal;
}

.rounded-black-border {
  display: -ms-grid;
  display: grid;
  width: max-content;
  max-width: 80% !important;
  margin: auto auto 60px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  justify-items: center;
  align-items: center;
}

.rounded-black-border-filter {
  width: max-content;
  /* max-width: 80% !important; */
  grid-row: 2;
  grid-column: 1 / 4;
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  justify-items: center;
  align-items: center;
  margin-left: 30%;
}

.rounded-black-border-left {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  margin: 10px;
}

.rounded-black-border-middle {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  font-weight: bold;
  margin: 10px;
}

.rounded-black-border-right {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  font-weight: bold;
  margin: 10px;
}

p {
  margin-top: 100px;
}

.kl-float {
  width: 4%;
  position: fixed;
  /* opacity: 0.9; */
  top: calc(55%);
  right: 0;
  z-index: 20000;
  border: 5px solid #bd1d1c;
  background-color: white;
  white-space: nowrap;
  text-align: center !important;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0.3%;
  transform-origin: bottom right;
}

#float-up {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #5ea5ab;
  color: black;
  cursor: pointer;
  padding: 15px;
  border-radius: 45px;
  opacity: 0.9;
}

#float-up:hover {
  background-color: #555;
}

#languages {
  display: flex;
  width: max-content;
  margin-left: 10%;
  line-height: 1;
}

#languages img {
  width: 16px;
  height: 12px;
  min-height: 12px;
  margin-right: 2px;
}

#languages a {
  font-size: 12px !important;
  padding: 0 !important;
  color: white !important;
}

#languages a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

#navbar {
  height: auto;
  background-color: #005a6d;
  display: block;
  margin: auto;
  transition: 0.4s;
  position: fixed;
  width: 100vw;
  min-height: 13%;
  max-width: 1920px;
  top: 0;
  z-index: 98;
  overflow: visible;
}

#b1,
#b2.subnavbtnClicked {
  color: black;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  cursor: pointer;
}

#navbar a,
#b1,
#b2 {
  float: left;
  color: #eeeeee;
  text-align: center;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 4px;
  margin: 1.5px;
  cursor: pointer;
}

#b1,
#b2 {
  min-height: 50px;
}

#side-nav > .subnav > #b2 {
  padding: 10px;
}

#logo {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  margin: 2px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: white;
  line-height: 0;
}

#logo > img {
  width: 100%;
  height: 100%;
}

.subnav-top a {
  display: table-row;
}
#subnavc-b1.subnav-contentClicked {
  width: 210px;
  height: 270px;
  margin-left: 2px;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 54px;
  border-top-left-radius: 0px;
}

#subnavc-b2.subnav-contentClicked {
  width: 210px;
  /* height: 270px; */
  margin-left: 2px;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 54px;
  border-top-left-radius: 0px;
}

#subnavc-b1.subnav-contentClicked a,
#subnavc-b2.subnav-contentClicked a {
  width: 98%;
  text-align: left;
}

#navbar a:hover,
#b1:hover,
#b2:hover {
  background-color: #ddd;
  color: black;
}

.icon {
  display: none;
}

#navbar #logo:hover {
  background-color: transparent;
}

#navbar a.active {
  background-color: #1e90ff;
  color: white;
}

#navbar-left {
  padding: 0px;
  margin: 2px;
  float: left;
  width: 20%;
  height: 100%;
}

#navbar-left a {
  padding: 1px;
}

#navbar-right {
  display: inline-block;
  width: 78%;
  margin: 2px;
  height: 100%;
}

.sidenav-on {
  width: 275px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #5ea5ab;
  z-index: 99;
  overflow-y: auto;
  transition-duration: 0.4s;
}

.sidenav-off {
  width: 250px;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: -235px;
  background-color: #005a6d;
  z-index: 97;
  transition-duration: 0.4s;
}

.sidenav-off a:not(#toggler),
.sidenav-on a:not(#toggler) {
  margin-right: 15px;
  max-width: 90%;
}

.sidenav-on:not(#toggler) {
  display: flex;
  flex-direction: column;
}

/* Navigation links */
#side-nav a,
.subnavbtn {
  float: left;
  color: #eeeeee;
  padding: 10px;
  text-decoration: none;
  line-height: 30px;
  border-radius: 4px;
  margin: 2px;
}

.subnav {
  float: left;
}

#toggler {
  position: absolute;
  right: 0px;
  top: 50%;
  color: white;
  padding: 15px 2px 15px 15px;
  overflow: visible;
}

#toggler:hover {
  cursor: pointer;
}

@media (min-width: 1400px) {
  #languages {
    width: 100%;
    height: 20px;
    margin-left: 0%;
  }

  #languages a {
    width: 25%;
    font-size: 11px !important;
  }

  .navbar-a {
    width: 7%;
  }

  .navbar-b {
    width: 8%;
  }

  .navbar-c {
    width: 10%;
  }

  /* .navbar-d {
    width: 7%;
  } */
}

.subnav .subnavbtn,
.subnavbtnClicked {
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-size: inherit;
}

/* Add a red background color to navigation links on hover */
#side-nav a:hover,
.subnavbtn:hover {
  background-color: #ddd;
  color: black;
}

.subnav-content {
  display: none;
}

.subnav-contentClicked {
  display: block;
  margin-left: 20px;
}

.subnav-contentClicked,
.subnavbtnClicked {
  background-color: #ddd;
  color: black;
  border-radius: 4px;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  text-decoration: none;
}

.subnav-contentClicked > * {
  background-color: #ddd;
  color: black !important;
}

.subnav-contentClicked > *:hover {
  background-color: #1e90ff !important;
  color: white !important;
}

.subnav-group > * {
  margin-left: 5%;
}

.subnav-group > img {
  height: 100%;
  width: 100%;
}

#grey {
  height: 0px;
  background-color: #5ea5ab;
}

#warning {
  width: auto;
  height: auto;
  position: fixed;
  border-radius: 5px;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #c00000;
  color: white;
  display: none;
  z-index: 100;
  margin: auto 5% 5% auto;
}

.IE {
  display: none;
  width: auto;
  height: auto;
  border-radius: 5px;
  text-align: center;
  background-color: #c00000;
  font-weight: bold;
  padding: 10px;
  color: white;
}

.modal-fix {
  position: absolute;
  width: 300px;
  left: 30px;
}

.modal {
  display: block;
  position: fixed;
  z-index: 99;
  /* left: 75%; */
  bottom: 20px;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  background-color: #1e90ff;
  background-color: #1e90ffbe;
}

.zoomIn {
  animation-name: zoomIn;
  animation-delay: 3s; /*3 seconds is the estimated page load speed*/
  animation-fill-mode: both; /*stay hidden before animation and stay in place afterwards*/
  animation-iteration-count: 1;
  animation-duration: 0.6s;
}

.zoomOut {
  animation-name: zoomOut;
  animation-fill-mode: forwards; /*stay hidden after the animation*/
  animation-iteration-count: 1;
  animation-duration: 0.6s;
}

#modal-infobox {
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 97;
  left: 35%;
  bottom: 150px;
  width: 37%;
  height: 225px;
  border: 5px solid #bd1d1c;
  overflow: hidden;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset -12px -8px 40px #464646;
  opacity: 90%;
}

#modal-infobox:hover {
  background-color: lightblue;
}

#modal-infobox img {
  width: auto; /*IE*/
  width: 110%;
  z-index: -1;
  opacity: 50%;
}

#modal-infobox h2 {
  text-align: center;
  font-size: 3em;
  z-index: 97;
  position: absolute;
  left: 15%;
  text-shadow: 1px 1px #ffffff;
  letter-spacing: 0.1em;
}

#modal-infobox a {
  display: inline-block;
  margin-left: auto;
  margin-right: 5px;
  color: black;
  overflow: hidden;
}

.close-no-interval {
  position: absolute;
  top: -3px;
  right: 5px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 98;
}

.close-no-interval:hover,
.close-no-interval:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: white;
  padding: 10px 0;
}

.close {
  position: absolute;
  top: 0px;
  right: 10px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

#seseragi-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  width: 100%;
  margin-top: -4px;
  overflow: hidden;
  height: 100vh;
  min-height: 200px;
  background-color: black;
}

.swi0 {
  margin: 0;
  z-index: 3;
  width: 100%;
}

.swi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 1;
  width: 100%;
  position: relative;
  bottom: 20%;
}

.swi2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 2;
  width: 58%;
  margin-top: 60px;
  height: 80%;
  position: relative;
  align-self: start;
}

/* Top right corner small Good Design Logo*/
.swi3 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 3;
  width: 20%;
  margin-top: 1%;
  margin-right: 2%;
  margin-left: auto;
  height: auto;
  position: relative;
  align-self: start;
  border-radius: 1%;
}

#house0-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: repeat(4, max-content);
  color: white;
}

#house0-wrapper > * {
  margin: 0px;
}

.h0wi1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1 / 5;
  z-index: 1;
  width: 100%;
  height: auto;
}

.h0wi2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  top: 30%;
  z-index: 2;
  font-size: 2vw;
}

.h0wi3 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  z-index: 3;
  font-size: 1.6vw;
  align-self: end;
}

.h0wi4 {
  z-index: 2;
  border: 2px solid white;
  height: auto; /* IE, Edge */
  height: max-content;
  border-radius: 15px;
  font-size: 1.6vw;
  padding: 3px;
  width: 98%;
  margin: 0;
  margin-left: 2% !important;
}

.h0wi5 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  z-index: 3;
  font-size: 1.6vw;
  align-self: end;
}

.h0wi5 h1,
.h0wi3 h1 {
  margin: 0;
}

.h0wi6 {
  z-index: 2;
  border: 2px solid white;
  height: auto; /*IE, Edge*/
  height: max-content;
  border-radius: 15px;
  font-size: 1.6vw;
  padding: 3px;
  width: 98%;
  margin: 0;
  margin-right: 2% !important;
}

.h0wi7 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 3;
  grid-row: 3;
  z-index: 2;
}

.h0wi8 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 4;
  grid-row: 4;
  z-index: 3;
  font-size: 1vw;
  height: 1vw;
  text-align: center;
}

#footer {
  background-color: #005a6d;
  width: 100%;
  color: lightgrey;
  font-size: 12px;
  height: auto; /*IE, Edge*/
  height: max-content;
  margin-top: 40px;
}

#footer-grid {
  display: -ms-grid;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  justify-items: center;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: repeat(3, auto);
}

.footer-top-l {
  text-align: center;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.footer-top-c {
  text-align: center;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.footer-top-r {
  text-align: center;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

.footer-l {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.footer-c {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.footer-r {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}

.footer-bottom {
  -ms-grid-row: 3;
  grid-row: 3;
  margin-top: 10px;
  border-top: 0.5px solid grey;
  width: 90%;
  padding: 10px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  text-align: center;
}

#footer i {
  padding-right: 3px;
}

#footer a {
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 3px;
}

#footer a:hover {
  text-decoration: underline;
}

.column {
  float: left;
  width: 33.33%;
  padding: 15px;
  text-align: center;
}

#footer:after {
  content: "";
  display: table;
  clear: both;
}

h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

#sim-1 a,
#sim-2 a {
  color: black;
  text-decoration: none;
}

#sim-1 a:hover,
#sim-2 a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
  margin-right: 5%;
  margin-top: 20px;
}

#h2-margined {
  text-align: center;
}

.top-margin60p {
  margin-top: 60px;
}

#twitter-container {
  padding: 10px;
  width: 300px;
  height: 150px;
  overflow: auto;
  min-width: 200px;
  display: block;
  margin: auto;
  border-radius: 5px;
}

blockquote.twitter-timeline {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-timeline p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-timeline a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-timeline a:hover,
blockquote.twitter-timeline a:focus {
  text-decoration: underline;
}

#seseragi-parts {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 1600px;
}
/*animation */

#landscape {
  display: none;
}

#anib {
  padding: 10px;
  display: block;
  margin: auto;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  border: none;
  background-color: #1e90ff;
}

#anib:hover {
  background-color: #01479d;
  cursor: pointer;
}

#anim-info {
  display: none;
}

#animation2 {
  overflow: hidden;
  display: none;
  width: 60%;
  margin: auto auto 100px auto;
  height: auto;
  max-height: 1000px;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 80;
}

.headA {
  text-align: center;
  color: #4d7735;
  margin: 0;
}

#head1 {
  grid-row: 1;
  grid-column: 3;
  align-self: end;
}

#head2 {
  grid-row: 5;
  grid-column: 3;
}

#head3 {
  grid-row: 3;
  grid-column: 5;
  align-self: center;
}

#head4 {
  grid-row: 3;
  grid-column: 1;
  align-self: center;
}

.arrowA {
  width: 50%;
}

#ahA {
  grid-row: 3;
  grid-column: 2;
  z-index: 5;
  justify-self: center;
  align-self: center;
  /* animation: flip 20s infinite linear; */
}

#acA {
  grid-row: 3;
  grid-column: 4;
  z-index: 5;
  justify-self: center;
  align-self: center;
  /* animation: flip 20s infinite linear; */
}

#seseragiA {
  grid-row: 3;
  grid-column: 3;
  z-index: 5;
  justify-self: center;
  align-self: center;
  /* animation: ltr 20s infinite linear; */
  background-image: -webkit-linear-gradient(
    0deg,
    #eda54f 0%,
    #eda54f 50%,
    #92cceb 50%,
    #92cceb 100%
  );
  background-image: linear-gradient(
    90deg,
    #eda54f 0%,
    #eda54f 50%,
    #92cceb 50%,
    #92cceb 100%
  );
  background-size: 200%;
}

#arrA {
  grid-row: 3;
  grid-column: 3;
  z-index: 6;
  width: 20%;
  justify-self: center;
  align-self: center;
  /* animation: flip 20s infinite linear; */
}

#cold-fanA {
  grid-row: 4;
  grid-column: 3;
  z-index: 5;
  width: 70%;
  align-self: center;
  justify-self: center;
  /* animation: rotateLeft 20s infinite linear;
  animation-delay: 10s; */
}

#hot-fanA {
  grid-row: 2;
  grid-column: 3;
  z-index: 5;
  width: 70%;
  align-self: center;
  justify-self: center;
  /* animation: rotateRight 20s infinite linear; */
}

#rA {
  grid-row: 4;
  grid-column: 4 / 6;
  margin: 0;
  border: 2px solid #92cceb;
  padding: 5px;
  border-radius: 5px;
  z-index: 5;
  justify-self: center;
  align-self: center;
  /* animation: switch 20s infinite linear; */
}

#lA {
  grid-row: 2;
  grid-column: 1 / 3;
  margin: 0;
  border: 2px solid #eda54f;
  padding: 5px;
  border-radius: 5px;
  z-index: 5;
  justify-self: center;
  align-self: center;
  /* animation: switch 20s infinite linear;
  animation-delay: 10s; */
}

#inA {
  grid-row: 4;
  grid-column: 2;
  margin: 0;
  color: #eda54f;
  font-weight: bold;
  z-index: 5;
  justify-self: center;
  align-self: start;
}

#inA:before {
  content: "屋内の熱を蓄積";
  animation: changeIN 20s infinite linear;
}

#outA:before {
  content: "屋外に排気";
  animation: changeOUT 20s infinite linear;
}

#outA {
  grid-row: 2;
  grid-column: 4;
  margin: 0;
  color: #01479d;
  font-weight: bold;
  z-index: 5;
  justify-self: center;
  align-self: end;
}

#ZA-container {
  grid-row: 1 / 6;
  grid-column: 3;
  z-index: 90;
  background-color: transparent;
  border-radius: 50%;
  /* animation: rotate 10s infinite linear; */
}

#clock {
  grid-row: 1 / 6;
  grid-column: 1 / 6;
  z-index: 89;
  width: 60%;
  background-color: transparent;
  border-radius: 50%;
  align-self: center;
  justify-self: center;
  opacity: 0.05;
}

#ZA {
  background: #4d7735;
  height: 15%;
  left: 49.5%;
  position: relative;
  top: 16%;
  transform-origin: -10% 60%;
  width: 6px;
}

#circle {
  margin-top: 150px;
  margin-bottom: 50px;
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@keyframes ltr {
  0% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes switch {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes changeOUT {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    content: "屋外より給気";
  }
}

@keyframes changeIN {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    content: "屋内に熱を放出";
  }
}

@keyframes rotate {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes flip {
  0% {
    transform: scale(1);
  }
  49% {
    transform: scale(1);
  }
  50% {
    transform: scaleX(-1);
  }
  99% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  16.6% {
    transform: rotate(360deg);
  }
  33.2% {
    transform: rotate(720deg);
  }
  50%,
  100% {
    transform: rotateZ(1080deg);
  }
}

@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  16.6% {
    transform: rotate(-360deg);
  }
  33.2% {
    transform: rotate(-720deg);
  }
  50%,
  100% {
    transform: rotateZ(-1080deg);
  }
}

#circle-bottom {
  margin-left: 10px;
  margin-top: 20px;
  font-size: 1.6vw;
  text-align: center;
}

video {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 1280px !important;
  height: auto;
}

#vid-text {
  width: max-content;
  display: block;
  margin: auto;
  margin-top: 10px;
  font-weight: bold;
  font-size: 2em;
}

@keyframes appear1 {
  0% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes appear2 {
  0% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.3;
  }
  21% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  81% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.3;
  }
}

@keyframes appear3 {
  0% {
    opacity: 0.3;
  }
  82% {
    opacity: 0.3;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#hot-cold-container {
  align-content: space-between;
}

img {
  min-height: 20px;
}

.img-hoverable {
  transition: 0.4s;
}

.img-hoverable:hover {
  transform: scale(1.3);
}

.img-container {
  width: auto; /*IE*/
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-left,
.col-right {
  display: inline-block;
  width: 40%;
  margin: 2% 4% 4% 4%;
}

.col-right-shop {
  display: inline-block;
  width: 40%;
  margin: 0% 0% 2% 18%;
}

.col-left-shop {
  display: inline-block;
  width: 26%;
  margin: 2% 0% 0% 15%;
}

.col-center {
  display: inline-block;
  width: 45%;
  margin: auto 40%;
  padding-bottom: 5%;
}

.col-img {
  width: 100%;
}

.grey-round-background,
.efficiency,
.explanation {
  margin: 8px;
}

.fuyu {
  text-align: center;
  color: white;
  background-color: #c7d6ed;
  border-radius: 5px;
}

.natsu {
  text-align: center;
  color: white;
  background-color: #feb244;
  border-radius: 5px;
}

#cupboards {
  display: -ms-grid;
  display: grid;
  margin: auto 5% 60px 5%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 45% 10% 45%;
  grid-template-columns: 45% 10% 45%;
  width: 90%;
  justify-items: center;
}

#cbi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

#cbi2 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  padding: 0 2px 0 2px;
}

#cbi3 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

#cbi4 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
  padding: 0 2px 0 2px;
}

.fade {
  display: -ms-grid;
  display: grid;
  margin: 50px 0 50px 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #555555;
  width: 100%;
  overflow: hidden;
  height: 0px;
  max-height: 200px;
}

.fade a {
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  border: none;
  color: white;
  font-weight: bold;
  background-color: #1e90ff;
  display: block;
  margin: auto;
  width: 80%;
  text-decoration: none;
  font-size: 1.8em;
  /* background-image: -webkit-linear-gradient(top, #049cdb 0%, #0466db 100%);TODO: decide which is better
  background-image: -o-linear-gradient(top, #049cdb 0%, #0466db 100%);
  background-image: linear-gradient(to bottom, #049cdb 0%, #0466db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff049cdb', endColorstr='#ff0466db', GradientType=0);
  background-repeat: repeat-x;
  color: #ffffff;
  text-shadow: 1px 1px #333; */
}

.fade a:hover {
  cursor: pointer;
  background-color: #01479d;
}

.fade1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.fade2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

.grey-round-background {
  color: white;
  background-color: #666465;
  text-align: center;
  border-radius: 5px;
}

.efficiency {
  text-align: center;
}

.blue {
  color: blue;
  font-size: 20px;
  font-style: normal;
}

.red {
  color: red;
  font-size: 20px;
  font-style: normal;
}

.red-font-yellow-underline {
  color: red;
  font-size: 20px;
  border-bottom-style: solid;
  border-color: yellow;
  border-width: 5px;
  font-style: normal;
}

.heat-savings-text {
  margin-left: 5%;
}

.left-margin5p {
  margin: 0;
  margin-left: 5%;
}

.savings-header {
  margin-bottom: -70px;
  margin-top: 30px;
}

.grey-left-border-container {
  width: auto; /*IE*/
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}

.grey-left-border {
  text-align: center;
  border-left: grey;
  border-left-style: solid;
  border-left-width: 3px;
  padding: 0;
  padding-left: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left,
.center,
.right {
  display: inline-block;
  width: 30%;
  margin: 1%;
}

.three-column-img {
  height: 100%;
  width: auto;
}

#house3-energy {
  color: #01479d;
  font-size: 26px;
}

#house4-energy {
  color: #e40014;
  font-size: 26px;
}

#house5-energy {
  color: #23ac38;
  font-size: 26px;
}

#house5-green {
  /* display: inline-block;
  height: 26px; */
  position: absolute;
  height: 50px;
  left: 60%;
  top: -6px;
}

.pre-box {
  padding-top: 19px;
  margin-top: -19px;
  border-style: solid;
  border-width: 1px;
  border-color: #666465;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 1;
}

.expander {
  display: block;
  margin: auto;
  color: white;
  background-color: #1e90ff;
  border: none;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
}

.expander:hover {
  cursor: pointer;
  background-color: #01479d;
}

.graph-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin: auto;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: repeat(4, auto);
  -ms-grid-columns: 47% 5% 47%;
  grid-template-columns: 47% 5% 47%;
}

.gci1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
}

.gci2 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
}

.gci3 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
}

.gci4 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  grid-column: 1;
  background-color: #fff100;
  color: red;
  font-weight: bold;
  width: auto; /*IE*/
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gci5 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  width: 100%;
}

.gci6 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
  width: 100%;
}

.gci7 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 3;
  grid-column: 3;
  width: 100%;
}

.gci8 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 3;
  grid-column: 3;
  background-color: #fff100;
  color: red;
  font-weight: bold;
  width: auto; /*IE*/
  width: max-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.lightbulb {
  display: inline-block;
  width: 20%;
  text-align: center;
}

.lightbulb h2 {
  margin-bottom: 0;
}

.lightbulb img {
  max-width: 40%;
}

.graph-right-75 {
  display: inline-block;
  width: 75%;
}

.grey-edgy-border {
  border: 2px solid lightgrey;
  margin: 4px;
}

.grey-edgy-border p {
  margin-top: 25px;
  margin-bottom: 25px;
}

#hexaglot {
  max-width: 90%;
}

#hexaglot2-left {
  display: inline-block;
  width: 40%;
}

#hexaglot2-left img {
  position: relative;
  top: 50px;
  z-index: -1;
  max-width: 120%;
}

#hexaglot2-right {
  display: inline-block;
  width: 59%;
}

#hexaglot3-img-container {
  position: relative;
  top: 40px;
  height: auto;
  display: inline-block;
  width: 49%;
  background-size: 100%;
  background-image: linear-gradient(
    -58deg,
    #706f6f 0%,
    #706f6f 48%,
    #9d9d9c 48%,
    #9d9d9c 100%
  );
}

#hexaglot3-img-container h3 {
  position: relative;
  top: -30px;
  width: auto; /*IE*/
  width: max-content;
  max-width: 100%;
  padding-left: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: white;
  background-color: black;
  border-radius: 15px;
}

#hexaglot3-img-container p {
  margin-left: 30px;
  color: white;
}

#hexaglot3-img-container img {
  max-height: 162px;
  margin: 2px;
  max-width: 100%;
}

.yellow-font-black-back {
  background-color: black;
  color: yellow;
  font-style: normal;
}

.p-small-margin {
  margin: 4px;
}

.p-no-margin {
  margin: 0px;
}

#filter-p {
  position: relative;
  top: 30px;
}

#maint {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#window {
  max-height: 289px;
}

#dark-background {
  color: white;
  background-color: #555555;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 2vw;
}

#filt-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  overflow: hidden;
  margin: 60px auto;
}

#conti1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

#conti2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
}

#filter-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto 20px auto auto;
  grid-template-rows: auto auto 20px auto auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 20px 1fr 20px 1fr;
  justify-items: center;
  text-align: center;
}

#filter-box p {
  margin: 0;
}

#filter-box img {
  max-width: 120px;
}

#fbi2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}
#fbi3 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
#fbi4 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}
#fbi5 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}
#fbi6 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5;
  grid-column: 5;
}
#fbi7 {
  grid-row: 2;
  grid-column: 5;
}
#fbi8 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  grid-column: 1;
}
#fbi9 {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 1;
  grid-column: 1;
}
#fbi10 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 3;
  grid-column: 3;
}
#fbi11 {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 3;
  grid-column: 3;
}
#fbi12 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 5;
  grid-column: 5;
}
#fbi13 {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 5;
  grid-column: 5;
}

#all-filters-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 40px 1fr;
  width: 90%;
  margin: auto;
  overflow: hidden;
}

#afgi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

#afgi2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

#afgi3 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1;
}

#afgi4 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 3;
}

#afgi5 {
  -ms-grid-row: 4;
  grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

#afgi6 {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 1;
  grid-column: 1;
}

#afgi7 {
  -ms-grid-row: 5;
  grid-row: 5;
  -ms-grid-column: 3;
  grid-column: 3;
}

#afgi8 {
  -ms-grid-row: 6;
  grid-row: 6;
  -ms-grid-column: 1;
  grid-column: 1;
}

#afgi9 {
  -ms-grid-row: 6;
  grid-row: 6;
  -ms-grid-column: 3;
  grid-column: 3;
}

.filter-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: auto repeat(7, 1fr);
  justify-items: center;
  align-items: start;
}

.filter-grid p {
  text-align: center;
  font-size: 0.7em;
  margin-top: 0;
}

.filter-grid > * {
  margin-right: 10px;
}

.fgi0 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -ms-grid-column: 1;
  grid-column: 1;
  margin-right: 20px;
  max-width: 120px;
  align-self: center;
}

.fgi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 4;
  grid-column: 2 / 6;
}

.fgi2 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
}

.fgi3 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
}

.fgi4 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 3;
}

.fgi5 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 3;
  grid-column: 3;
}

.fgi6 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 4;
  grid-column: 4;
}

.fgi7 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 4;
  grid-column: 4;
}

.fgi8 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 5;
  grid-column: 5;
}

.fgi9 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 5;
  grid-column: 5;
}

.fgi10 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 6;
  grid-column: 6;
}

.fgi11 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 6;
  grid-column: 6;
}

.fgi12 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 7;
  grid-column: 7;
}

.fgi13 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 7;
  grid-column: 7;
}

.fgi14 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 8;
  grid-column: 8;
}

.fgi15 {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 8;
  grid-column: 8;
}

.p-black {
  background-color: black;
  color: white;
  text-align: center;
}

.p-red {
  background-color: red;
  color: white;
  text-align: center;
}

.left-twenty {
  display: inline-block;
  width: 19%;
}

.right-eighty {
  display: inline-block;
  width: 79%;
}

#hot-cold-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 1% 1fr 5% 1fr 1% 1fr;
  grid-template-columns: 1fr 1% 1fr 5% 1fr 1% 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto
    auto auto;
  grid-template-rows: repeat(14, auto);
}

.hci1 {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 1 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
/* 2-7 -> col1 row 2-7 */
/* 8-13 -> col3 row 2-7 */
/* 15-20 -> col3 row 9-14*/
/* 21-26 -> col1 row 9-14 */

.hci2,
.hci8 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.hci3,
.hci9 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.hci4,
.hci10 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.hci5,
.hci11 {
  -ms-grid-row: 5;
  grid-row: 5;
}

.hci6,
.hci12 {
  -ms-grid-row: 6;
  grid-row: 6;
}

.hci7,
.hci13 {
  -ms-grid-row: 7;
  grid-row: 7;
}

.hci15 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 5;
  grid-column: 5;
}

.hci21 {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 7;
  grid-column: 7;
}

.hci16,
.hci22 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.hci17,
.hci23 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.hci18,
.hci24 {
  -ms-grid-row: 5;
  grid-row: 5;
}

.hci19,
.hci25 {
  -ms-grid-row: 6;
  grid-row: 6;
}

.hci20,
.hci26 {
  -ms-grid-row: 7;
  grid-row: 7;
}

.hci2,
.hci3,
.hci4,
.hci5,
.hci6,
.hci7 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.hci16,
.hci17,
.hci18,
.hci19,
.hci20 {
  -ms-grid-column: 5;
  grid-column: 5;
}

.hci8,
.hci9,
.hci10,
.hci11,
.hci12,
.hci13 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.hci21,
.hci22,
.hci23,
.hci24,
.hci25,
.hci26 {
  -ms-grid-column: 7;
  grid-column: 7;
}

.hci14 {
  -ms-grid-column: 5 / 8;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
  -ms-grid-row: 1;
  grid-row: 1;
}

#humidity-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 1% 1fr 5% 1fr 1% 1fr;
  grid-template-columns: 1fr 1% 1fr 5% 1fr 1% 1fr;
  -ms-grid-rows: repeat(9, auto);
  grid-template-rows: repeat(9, auto);
}

.hi1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1 / 3;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
}

.hi10 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5 / 7;
  -ms-grid-column-span: 3;
  grid-column: 5 / 8;
}

.hi2,
.hi3,
.hi4,
.hi5 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.hi11,
.hi12,
.hi13 {
  -ms-grid-column: 5;
  grid-column: 5;
}

.hi6,
.hi7,
.hi8,
.hi9 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.hi14,
.hi15,
.hi16 {
  -ms-grid-column: 7;
  grid-column: 7;
}

.hi2,
.hi6 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.hi3,
.hi7 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.hi4,
.hi8 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.hi5,
.hi9 {
  -ms-grid-row: 5;
  grid-row: 5;
}

.hi11,
.hi14 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.hi12,
.hi15 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.hi13,
.hi16 {
  -ms-grid-row: 5;
  grid-row: 5;
}

#house-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hoci1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.hoci2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
}

#houses-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 5% 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr 5% 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: repeat(4, auto);
}

.thi1,
.thi2,
.thi3,
.thi4 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.thi5,
.thi6,
.thi7,
.thi8 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.thi9,
.thi10,
.thi11,
.thi12 {
  -ms-grid-column: 5;
  grid-column: 5;
  position: relative;
}

.thi1,
.thi5,
.thi9 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.thi2,
.thi6,
.thi10 {
  -ms-grid-row: 2;
  grid-row: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thi3,
.thi7,
.thi11 {
  -ms-grid-row: 3;
  grid-row: 3;
  z-index: 2;
}

.thi4,
.thi8,
.thi12 {
  -ms-grid-row: 4;
  grid-row: 4;
}

.thi5 {
  width: 75%;
  justify-self: center;
}

#text-house-container {
  display: -ms-grid;
  display: grid;
  width: 85%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 10%;
  -ms-grid-columns: 60% 5% 35%;
  grid-template-columns: 60% 5% 35%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.thci1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  align-self: center;
}

.thci2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  align-self: center;
}

.three-column-img {
  min-height: 350px;
}

#hexaglot-p {
  margin: 0px;
  margin-left: 4px;
}

.grid-two {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  -ms-grid-rows: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}

.fli1,
.fli2,
.fli3 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.fli4,
.fli5,
.fli6 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.fli1,
.fli4 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.fli2,
.fli5 {
  -ms-grid-row: 2;
  grid-row: 2;
}
.fli3,
.fli6 {
  -ms-grid-row: 3;
  grid-row: 3;
}

#maint-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: repeat(2, auto);
}

.mci1,
.mci2 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.mci3,
.mci4 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.mci1,
.mci3 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.mci2,
.mci4 {
  grid-row-gap: 2;
}

.mci3 {
  align-self: center;
}

#maint-two-container {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 5% 21% 3% 3% 50%;
  grid-template-columns: 5% 21% 3% 5% 50%;
  -ms-grid-rows: auto 20px auto auto;
  grid-template-rows: auto 20px auto auto;
}

.m2ci1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  height: 100%;
  max-height: 250px;
  justify-content: center;
}

.m2ci2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5;
  grid-column: 5;
}

.m2ci3 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  align-self: center;
}

.m2ci4 {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 3;
  grid-row: 3;
  align-self: center;
}

.m2ci5 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2;
  -ms-grid-row: 4;
  grid-row: 4;
}

.m2ci6 {
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 3;
  grid-row: 3;
}

.graph-table-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: auto;
  margin-top: 50px;
  margin-left: 5%;
  margin-right: 5%;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: repeat(4, auto);
}

.gtgi1,
.gtgi2,
.gtgi3,
.gtgi4 {
  -ms-grid-column: 1;
  grid-column: 1;
}

.gtgi5,
.gtgi6,
.gtgi7,
.gtgi8 {
  -ms-grid-column: 3;
  grid-column: 3;
}

.gtgi1,
.gtgi5 {
  -ms-grid-row: 1;
  grid-row: 1;
}

.gtgi2,
.gtgi6 {
  -ms-grid-row: 2;
  grid-row: 2;
}

.gtgi3,
.gtgi7 {
  -ms-grid-row: 3;
  grid-row: 3;
}

.gtgi4,
.gtgi8 {
  -ms-grid-row: 4;
  grid-row: 4;
  background-color: #fff100;
  height: auto; /*IE*/
  height: max-content;
  align-self: center;
  align-content: center;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.gtgi4 p,
.gtgi8 p {
  margin: 0;
}

.box-shadow {
  -webkit-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
}

.box-shadow-small {
  -webkit-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  width: 180px;
}

#shop-container {
  display: -ms-grid;
  display: grid;
  height: 100%;
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 5% 1fr;
  grid-template-columns: 1fr 5% 1fr;
  align-items: center;
  justify-items: center;
}

#amz-box {
  width: 100%;
  height: 100%;
  border: 1px solid grey;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  border-radius: 5px;
}

#amazon {
  width: 100%;
  height: 100%;
}
/* iframe passiv shop: only works in http*/
/* #shop {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  height: 385px;
  width: 100%;
} */

/* shop button linking to passiv.theshop
remove if passiv.theshop becomes https and can
be integrated via iframe */
#shop {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 25px;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 5px;
}

.tech-data {
  width: 100%;
  height: 140px;
  text-align: center;
  color: black;
  background-color: white;
  border: 1px solid black;
  display: grid;
  grid-template-rows: 50% 48%;
  grid-template-columns: auto;
  align-items: center;
}

.tech-data-em {
  font-style: normal;
  text-decoration: none;
  font-size: 10px;
  position: relative;
  bottom: 8px;
  margin-bottom: 0;
}

.black {
  color: white;
  background-color: black;
  width: 98%;
  height: 70px;
  padding-top: 18px;
  margin-left: 1%;
  margin-bottom: 2px;
  grid-row: 2;
  grid-column: 1;
}

.no-padding {
  padding-top: 2px;
}

.white {
  padding-top: 9px;
  padding-bottom: 9px;
  height: 65px;
  grid-row: 1;
  grid-column: 1;
  height: max-content;
}

.double {
  padding: 0;
}

#tech-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto 5px auto;
  grid-template-rows: auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 90%;
}

.t1 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
}

.t2 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 3;
  grid-column: 2;
}

.t3 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 5;
  grid-column: 3;
}

.t4 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 7;
  grid-column: 4;
}

.t5 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 9;
  grid-column: 5;
}

.t6 {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 11;
  grid-column: 6;
}

.t7 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
}

.t8 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 3;
  grid-column: 2;
}

.t9 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 5;
  grid-column: 3;
}

.t10 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 7;
  grid-column: 4;
}

.t11 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 9;
  grid-column: 5;
}

.t12 {
  -ms-grid-row: 3;
  grid-row: 2;
  -ms-grid-column: 11;
  grid-column: 6;
}

iframe {
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

/*section for Related.html*/

#contact-img {
  display: block;
  width: 50vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

#contact-section {
  width: 100%;
  height: 1vh;
}

#passiv-house-container,
#next-gen-container {
  width: auto; /*IE*/
  width: max-content;
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  padding: 20px;
  border-radius: 10px;
}

#passiv-house-container img,
#next-gen-container img {
  display: block;
  margin: auto;
}

dfn {
  font-style: normal;
  cursor: help;
  text-decoration: underline dotted;
}

/*section for About.html*/
#map-phone-info {
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 20px;
}

#gmap {
  display: block;
  width: 50vw;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

#gmapa {
  margin: 4px 0px 20px 0px;
  display: block;
  text-align: center;
}

#doi {
  float: right;
  width: 25vw;
  max-width: 300px;
  height: auto;
  margin: 0px 20px auto auto;
  border-radius: 50%;
  border: 3px solid grey;
  border-top-color: black;
  border-left-color: red;
  border-right-color: red;
  border-bottom-color: gold;
}

#greeting,
#career {
  margin-left: 5%;
  margin-right: 5%;
}

.ci-table td,
.ci-table th {
  text-align: left;
  padding-left: 3px;
}

.table-no-hover:hover {
  background-color: white;
}

.table-no-hover a {
  text-decoration: none;
}

.table-no-hover a:hover {
  text-decoration: underline;
}

#table-date {
  text-align: center;
}

/*section for connect.handlebars*/
#form-container {
  margin-bottom: 50px;
  width: 100%;
  height: 100%;
}

#form-container th,
#form-container td {
  text-align: left;
}

#form-container p {
  margin-left: 5%;
}

/* #form-container::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: calc(1890px / 1646px * 100%);
} */

/* #form-container::after {
  content: "";
  display: table;
  clear: both;
} */

input:disabled:hover {
  cursor: not-allowed;
}

.validation-errors {
  visibility: hidden;
  width: max-content;
  height: auto;
  margin: 5px;
  padding: 2px;
  color: white;
  font-weight: bold;
  background-color: #ff7373;
  border: 2px solid red;
  border-radius: 5px;
  overflow: hidden;
  font-size: 12px;
}

#Order-section {
  margin: 150px 5% 50px 5%;
}

#Order-section a {
  font-size: 20px;
}

#Order-section h2 {
  margin-top: 80px;
  color: white;
  background-image: linear-gradient(to right, #c00000, white);
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 4px;
}

#Order-section p {
  margin-top: 40px;
}

#emoji-positioning {
  margin-left: 24%;
  margin-top: 0;
  margin-bottom: 0;
}

#checkbox {
  font-size: 25px;
}

#QA-container {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#QA-container button {
  display: block;
  background-color: #dddddda4;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

#QA-container button:hover {
  cursor: pointer;
  background-color: white;
}

.a1-container-off,
.a2-container-off,
.a3-container-off,
.a4-container-off,
.a5-container-off,
.a6-container-off,
.a7-container-off,
.a8-container-off,
.a9-container-off,
.a10-container-off,
.a11-container-off,
.a12-container-off,
.a13-container-off,
.a14-container-off,
.a15-container-off,
.a16-container-off,
.a17-container-off,
.a18-container-off {
  display: none;
}

.a1-container-on,
.a2-container-on,
.a3-container-on,
.a4-container-on,
.a5-container-on,
.a6-container-on,
.a7-container-on,
.a8-container-on,
.a9-container-on,
.a10-container-on,
.a11-container-on,
.a12-container-on,
.a13-container-on,
.a14-container-on,
.a15-container-on,
.a16-container-on,
.a17-container-on,
.a18-container-on {
  display: block;
  border: 2px solid grey;
  border-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: -5px 10px 10px 10px;
  padding: 5px;
}

#parent {
  position: relative;
}

#tt1::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 5px);
  top: -10px;
  border-bottom: 10px solid #555555;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltiptext {
  visibility: hidden;
  display: block;
  margin: auto;
  width: auto; /*IE*/
  width: max-content;
  max-width: 80vw;
  background-color: #555555;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  top: 45px;
  left: calc(-50% - 5px);
}

#problems {
  /* visibility: hidden; */
  display: block;
  width: auto; /*IE*/
  width: max-content;
  background-color: rgba(255, 0, 0, 0.685);
  color: white;
  font-weight: bold;
  padding: 10px;
  border: 3px solid red;
  border-radius: 5px;
  margin: auto;
}

input:focus:invalid {
  box-shadow: none;
}

#outer-list {
  list-style: none;
  font-weight: bold;
}

.inner-list {
  list-style-type: upper-latin;
  font-weight: normal;
}

.hidden {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

.disabled {
  display: none;
}

.invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1.5px solid #ff0000;
  background-color: rgba(240, 128, 128, 0.205);
}

input:invalid:focus,
select:invalid:focus,
.invalid:focus {
  border: initial;
}

/* Manga.html */
#manga {
  margin: auto 5% auto 5%;
}

.good_design_div {
  display: flex;
  margin-top: 30px;
}

.good_design_text {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.good_design_img {
  display: flex;
  justify-content: flex-start;
}



@media screen and (max-width: 3840px) and (min-width: 2560px) {
  body {
    -webkit-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 1px 33px -1px rgba(0, 0, 0, 0.75);
  }

  #content {
    padding-left: 0;
    border: 1px solid #555555;
  }

  .swi1 {
    top: 10%;
  }
  .h0wi4,
  .h0wi6,
  .h0wi8,
  #circle-bottom {
    font-size: 20px;
  }
  .h0wi2,
  .h0wi3,
  .h0wi5 {
    font-size: 28px;
  }
}

@media screen and (min-width: 2420px) {
  .sidenav-off {
    left: 0;
  }

  #languages a {
    font-size: 13px !important;
  }

  #modal-infobox {
    left: 37.5%;
    width: 25%;
  }

  #modal-infobox h2 {
    left: 30%;
  }

  /* .modal {
    left: 67%;
  } */

  #toggler {
    display: none;
  }
}

@media screen and (max-width: 1920px) and (min-width: 1900px) {
  .swi1 {
    bottom: 20%;
  }
}

@media screen and (max-width: 1500px) {
  #modal-infobox h2 {
    left: 8%;
  }
}

@media screen and (max-width: 800px) {
  #languages {
    max-width: 100vw;
    margin-top: 55px;
  }

  #animation2 {
    width: 95%;
  }
  /* copy until "end" and move to media if you want to see all links*/
  .topnav a:not(.active),
  .topnav div:not(.active) {
    display: none;
  }

  .topnav a.icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .topnav.responsive {
    width: 100%;
    display: block;
  }

  .topnav.responsive a {
    float: none;
    display: inline-block;
    text-align: left;
  }

  .topnav.responsive #top-div {
    display: inline-block;
  }

  .topnav.responsive a.icon {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  /* end */

  #house5-green {
    left: 70%;
  }

  #container {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  #conti2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #all-filters-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  #afgi1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi3 {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi4 {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi5 {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi6 {
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi7 {
    -ms-grid-row: 8;
    grid-row: 8;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi8 {
    -ms-grid-row: 9;
    grid-row: 9;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #afgi9 {
    -ms-grid-row: 10;
    grid-row: 10;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #tech-data {
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 5px 1fr 5px 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .t5 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t6 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t7 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 5;
    grid-column: 3;
  }

  .t8 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 7;
    grid-column: 4;
  }

  .t9 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t10 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t11 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 5;
    grid-column: 3;
  }

  .t12 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 7;
    grid-column: 4;
  }

  .swi1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    z-index: 1;
    width: 100%;
    position: relative;
    bottom: 0px;
  }

  #seseragi-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    height: 50vh;
  }

  .modal {
    /* left: 150px; */
    bottom: 5%;
  }
  #passiv-house-container,
  #next-gen-container {
    width: auto;
    margin: 5%;
  }

  /* remove until "end" if the shop button becomes an iframe again */
  #shop-container {
    height: 240px;
    -ms-grid-rows: 45% 5% 45%;
    grid-template-rows: 45% 5% 45%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  #amz-box {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #shop {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  /* end */

  dfn {
    text-decoration: none;
  }
}

@media screen and (max-width: 740px) and (orientation: landscape) {
  #ZA-container {
    width: 90%;
    margin-left: 5%;
  }

  #ZA {
    background: #4d7735;
    height: 15%;
    left: 49.5%;
    position: relative;
    top: 7%;
    transform-origin: 10% 55%;
    width: 1%;
  }

  .headA {
    font-size: 20px;
  }

  #ZA-container {
    max-width: 90%;
    margin-left: 5%;
  }

  .swi0 {
    margin-left: -2px;
  }
  .swi1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    z-index: 1;
    width: 100%;
    position: relative;
    bottom: 200px;
  }

  .swi2 {
    position: relative;
    bottom: 50px;
  }

  #seseragi-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    height: 70vh;
  }

  .modal {
    /* left: 5%; */
    bottom: 10%;
  }
}

@media screen and (max-width: 580px) {
  /*video {*/
  /*  display: none;*/
  /*}*/

  #languages {
    margin-top: 5px;
  }

  .h0wi4,
  .h0wi6 {
    border-radius: 8px;
  }

  #anib:disabled {
    color: lightgrey;
    background-color: darkgrey;
  }

  #anib:disabled:after {
    content: "※";
  }

  #anib:disabled:hover {
    cursor: pointer;
    background-color: darkgray;
  }

  #anim-info {
    display: block;
  }

  .kl-float {
    /* right: 16%; */
    width: 12%;
    height: 6%;
    top: calc(30%);
  }

  /* #float-up {
    right: 18%;
  } */

  .swi0 {
    margin-left: -2px;
  }

  .swi1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 40px;
  }

  .swi2 {
    height: 100%;
    position: relative;
    bottom: 55px;
  }

  #seseragi-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    height: 30vh;
  }

  #modal-infobox {
    width: 70%;
    height: auto;
    left: 17.5%;
    bottom: 35%;
  }

  #modal-infobox h2 {
    font-size: 1.3em;
    left: 15%;
  }

  .modal {
    display: none !important;
    /* left: 20%; */
    bottom: 18%;
    width: 60%;
  }

  #hot-cold-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  #humidity-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }

  #navbar-left {
    width: 40%;
  }

  #footer-grid {
    font-size: 10px;
  }

  #maint-two-container {
    display: block;
  }

  .m2ci1 {
    max-height: 300px;
  }

  .m2ci1,
  .m2ci2 {
    display: inline;
  }

  .m2ci3,
  .m2ci4,
  .m2ci5 {
    display: inline-block;
  }

  .m2ci6 {
    display: block;
  }

  #hexaglot {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #text-house-container {
    display: block;
  }
  #houses-container {
    display: block;
  }

  .thi5 {
    display: block;
    margin: auto;
  }

  pre {
    font-size: 3vw;
  }

  #seseragi-parts {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }

  .col-left,
  .col-right {
    display: block;
    width: 96%;
    margin-left: 4px;
    margin-right: 4px;
  }

  .left,
  .center,
  .right {
    display: block;
    width: 100%;
  }

  #house5-green {
    top: -12px;
  }

  .small-table-text-container {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto;
    grid-template-rows: auto;
  }

  .text-container {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-top: 20px;
  }

  .small-table-left {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .rounded-black-border-filter {
    grid-row: 3;
    grid-column: 1;
    text-align: center;
    border: 2px solid black;
    border-radius: 5px;
    justify-items: center;
    align-items: center;
    margin-left: auto;
  }

  .rounded-black-border {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .rounded-black-border-full {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .rounded-black-border-left {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .rounded-black-border-middle {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .rounded-black-border-right {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .lightbulb {
    display: inline-block;
    width: 20%;
    text-align: center;
  }

  .lightbulb h2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .small {
    font-size: 8px;
    font-weight: normal;
  }

  .lightbulb .small {
    font-size: 8px;
  }

  .lightbulb img {
    max-width: 30%;
  }

  .grey-edgy-border {
    border: 2px solid lightgrey;
    margin: 0px;
    margin-bottom: 5px;
  }

  #hexaglot2-left {
    margin-bottom: 50px;
    display: block;
    width: 100%;
  }

  #hexaglot2-left img {
    display: block;
    width: 90%;
  }

  #hexaglot2-right {
    display: block;
    width: 100%;
  }

  #hexaglot3-img-container {
    height: auto; /*IE*/
    height: min-content;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    background-color: #9d9d9c;
  }

  #hexaglot-p {
    margin: 0px;
    margin-left: 4px;
  }

  #hexaglot3-img-container h3 {
    top: -10px;
  }

  #hexaglot3-img-container img {
    max-height: none;
    margin: auto;
    display: block;
    width: max-content;
    max-width: 90%;
  }

  .tooltiptext {
    left: 10%;
  }

  #filt-container {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 90%;
    margin: 60px auto;
  }

  #conti1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #conti2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .filter-grid {
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: repeat(9, auto);
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 20px 1fr 20px 1fr;
  }

  .fgi0 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
  }

  .fgi1 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
  }

  .fgi2 {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .fgi3 {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .fgi4 {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .fgi5 {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .fgi6 {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 5;
    grid-column: 5;
  }

  .fgi7 {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 5;
    grid-column: 5;
  }

  .fgi8 {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .fgi9 {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .fgi10 {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .fgi11 {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .fgi12 {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 5;
    grid-column: 5;
  }

  .fgi13 {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 5;
    grid-column: 5;
  }

  .fgi14 {
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .fgi15 {
    -ms-grid-row: 8;
    grid-row: 8;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  #tech-data {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-rows: repeat(6, 1fr);
  }

  .t1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t3 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t4 {
    -ms-grid-row: 3;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t5 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t6 {
    -ms-grid-row: 5;
    grid-row: 3;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t7 {
    -ms-grid-row: 7;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t8 {
    -ms-grid-row: 7;
    grid-row: 4;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t9 {
    -ms-grid-row: 9;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t10 {
    -ms-grid-row: 9;
    grid-row: 5;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  .t11 {
    -ms-grid-row: 11;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .t12 {
    -ms-grid-row: 11;
    grid-row: 6;
    -ms-grid-column: 3;
    grid-column: 2;
  }

  /*About.html section*/
  #contact-img {
    width: 90vw;
  }

  .graph-container {
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: repeat(8, auto);
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .gci1 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci3 {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci4 {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci5 {
    -ms-grid-row: 5;
    grid-row: 5;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci6 {
    -ms-grid-row: 6;
    grid-row: 6;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci7 {
    -ms-grid-row: 7;
    grid-row: 7;
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .gci8 {
    -ms-grid-row: 8;
    grid-row: 8;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media screen and (max-width: 560px) {
  /* hide animation in phone portrait mode */
  #animation2 {
    display: none;
    height: 0;
    width: 0;
  }
  #vid {
    width: 140%;
    margin-left: -20%;
  }

  #manga {
    display: none;
  }

  #content {
    overflow-x: hidden;
  }

  #emoji-positioning {
    display: none;
  }

  #circle-bottom {
    font-size: 12px;
  }

  .good_design_div {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  .good_design_text {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .good_design_img {
    display: flex;
    justify-content: center;
  }
}

.shop-text {
    display: flex;
    justify-content: center;
}

.shop-item-container {
    display: flex;
    justify-content:space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.cover-container {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}

.cover-container div {
  margin-right: 20px;
  margin-left: 20px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-name {
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
}

.cover-title {
  margin-top: 100px;
  text-align: center;
}
