img.product-name-hdr {
  position: relative;
  z-index: 1;
  max-width: 25ch;
}
@media screen and (min-width: 768px) {
  img.product-name-hdr {
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  img.product-name-hdr {
    margin-top: 80px;
    margin-bottom: 0;
  }
}
div.overview {
  margin-top: 60px;
  position: relative;
}
div.overview img:nth-child(1) {
  transform: scale(0.45) translate(-69px, -428px);
}
div.overview img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
}
section.intro h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 2.7rem;
  color: #111;
  margin-top: 2rem;
}
section.intro .col-2 {
  display: grid;
}
section.intro .col-2 picture {
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  section.intro .col-2 picture {
    margin-top: 3rem;
    margin-left: -5%;
    margin-bottom: -32px;
    width: 102%;
    transform: unset;
  }
}
@media screen and (min-width: 768px) {
  section.intro .col-2 {
    grid-template-columns: 28rem 1fr;
  }
  section.intro .col-2 .xs-conbee2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  section.intro .col-2 {
    grid-template-columns: 27rem 2fr;
  }
}
section.intro .col-2 > :first-child {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.intro .col-2 > div:nth-child(2) {
    align-self: center;
  }
}
section.intro .col-2 > div:nth-child(2) picture img {
  z-index: 0;
}
section.intro .companion {
  margin-top: 3rem;
  background: url('/conbee/img/conbee2-hint-color.jpg') no-repeat;
  background-position-x: 40%;
  margin-bottom: -4rem;
  background-position-y: 87%;
  background-size: 459px;
  height: 12rem;
}
section.intro .companion h3 {
  font-weight: 400;
  font-size: 1.6rem;
  /* font-style: italic; */
  margin-bottom: 1rem;
  padding-top: 3rem;
  opacity: 1;
  color: #40292a;
}
section.intro .companion a {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  section.intro .companion {
    background-position-x: -9%;
    margin-bottom: 0;
  }
}
section.intro ul {
  padding-inline-start: 20px;
  -webkit-padding-start: 20px;
}
section.interoperable .col-2 {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
section.interoperable figure {
  margin: 0;
}
section.interoperable figure .devs {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: 450px;
  opacity: 0.7;
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  section.interoperable figure .devs {
    max-width: 450px;
  }
}
section.rtc figure {
  display: grid;
  justify-items: center;
}
section.rtc figure img {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  section.rtc div.grid-container {
    display: grid;
    grid-template-columns: 1.8fr 1fr;
  }
  section.rtc figure {
    align-self: start;
    justify-self: center;
    margin-top: -1.6em;
    max-width: 75%;
  }
  section.rtc figure img {
    max-width: 100%;
  }
}
section.gallery img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  section.gallery img {
    max-width: 500px;
  }
}
section.gallery p {
  margin-bottom: 3rem;
}
section.migration {
  margin-top: 4rem;
}
section.migration .drawing {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 2rem;
}
section.migration .drawing img {
  opacity: 0.6;
  max-width: 22em;
}
section.migration .drawing p {
  font-size: 90%;
  opacity: 0.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
section.signalrange ul {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding: 0;
  max-width: 36em;
  display: flex;
  justify-content: space-evenly;
}
section.signalrange ul li {
  list-style: none;
  border: 2px solid #03bf8c;
  border-radius: 8px;
  display: inline-block;
  padding: 0.6rem 1rem;
  margin: 0 1rem;
}
@media screen and (max-width: 1200px) {
  .gallery {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gallery .show {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .gallery .show {
    height: 500px;
    background: url('/raspbee2/img/raspbee2-unmounted-mit-Schriftzug_2000px.jpg') no-repeat;
    background-position-x: 30%;
    background-position-y: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.gallery .preview {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 33% 33% 33%;
  grid-row-gap: 10px;
  height: 610px;
}
@media screen and (min-width: 768px) {
  .gallery .preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    background-color: #f9f9f9;
    height: 140px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .gallery .preview {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    height: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery .preview {
    height: 180px;
  }
}
.gallery .preview div {
  background-size: cover;
}
.nocloud {
  position: relative;
}
@media screen and (min-width: 768px) {
  .nocloud figure {
    position: absolute;
    max-width: 540px;
    left: -4px;
    top: 26px;
    z-index: -1;
  }
  .nocloud div {
    margin-top: 217px;
    margin-left: 24%;
  }
}
@media screen and (min-width: 1200px) {
  .nocloud div {
    margin-left: 32%;
    width: 71%;
  }
}
.ha-systems .ha-items {
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .ha-systems .ha-items {
    margin-left: 12px;
  }
}
.ha-systems .ha-items > div {
  display: grid;
  margin-bottom: 64px;
  min-width: 48%;
  grid-template-columns: 49px auto;
  grid-template-rows: 24px 26px;
  grid-gap: 4px;
  grid-column-gap: 16px;
  grid-template-areas: "ico name" "ico link";
}
.ha-systems .ha-items > div > :nth-child(1) {
  grid-area: ico;
  margin: 0;
}
.ha-systems .ha-items > div > :nth-child(2) {
  grid-area: name;
}
.ha-systems .ha-items > div > :nth-child(3) {
  grid-area: link;
}
.ha-systems .ha-items > div img {
  width: 48px;
}
section.buy small {
  color: gray;
}
section.buy figure {
  max-width: 400px;
}
