img.product-name-hdr {
  position: relative;
  z-index: 1;
  max-width: 25ch;
}
@media screen and (min-width: 768px) {
  img.product-name-hdr {
    margin: 30px 0px;
  }
}
@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 h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 2.7rem;
  color: #111;
}
section.intro .col-2 {
  display: grid;
  grid-gap: 36px;
}
@media screen and (min-width: 768px) {
  section.intro .col-2 {
    grid-template-columns: 5fr 1fr;
  }
  section.intro .col-2 .xs-conbee2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  section.intro .col-2 {
    grid-template-columns: 5fr 2fr;
  }
}
section.intro .col-2 > :first-child {
  z-index: 1;
}
section.intro .col-2 h2 {
  margin-top: 32px;
}
section.intro .col-2 > :nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  section.intro .col-2 > :nth-child(2) {
    display: block;
  }
}
section.intro .col-2 > :nth-child(2) picture img {
  z-index: 0;
  transform-origin: top right;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.intro .col-2 > :nth-child(2) picture img {
    transform: scale(4, 4) translate(17px, -30px);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  section.intro .col-2 > :nth-child(2) picture img {
    transform: scale(2.7) translate(31px, -71px);
  }
}
@media screen and (min-width: 1280px) {
  section.intro .col-2 > :nth-child(2) picture img {
    transform: scale(2.6) translate(36px, -67px);
  }
}
section.intro ul {
  padding-inline-start: 20px;
  -webkit-padding-start: 20px;
}
section.intro .companion {
  margin-top: 3rem;
  /*
        .raspberry {
            padding-top: 3rem;
         }

        img {
           max-height: 32px;
           display: inline-block;
           vertical-align: top;
        }
        */
  background: url('/conbee/img/conbee2-hint-color.jpg') no-repeat;
  background-position-x: 40%;
  margin-bottom: -4rem;
  background-position-y: 98%;
  background-size: 459px;
  height: 12rem;
}
section.intro .companion .kobold {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 6fr;
}
section.intro .companion .hive img {
  max-height: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: -58px;
  margin-left: -4rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  section.intro .companion .hive {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  section.intro .companion .hive img {
    max-height: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-left: 0rem;
    margin-top: 0rem;
  }
}
section.intro .companion img {
  max-height: 96px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
section.intro .companion .rasp-text {
  display: inline-block;
  margin-top: -5rem;
  margin-left: 1em;
}
@media screen and (max-width: 414px) {
  section.intro .companion .rasp-text {
    margin-top: -7.5rem;
    margin-left: 3em;
  }
}
section.intro .companion h3 {
  font-weight: 400;
  font-size: 1.6rem;
  /* font-style: italic; */
  margin-bottom: 1rem;
  padding-top: 3rem;
  opacity: 1;
  color: #40292a;
}
@media screen and (max-width: 414px) {
  section.intro .companion h3 {
    font-size: 1.3rem;
  }
}
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.interoperable .col-2 {
  display: grid;
  grid-gap: 36px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
section.interoperable figure {
  margin: 0;
  display: flex;
  justify-content: center;
}
section.interoperable figure img {
  align-self: center;
}
section.interoperable figure .devs {
  margin-top: 2rem;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  section.interoperable figure .devs {
    max-width: 90%;
  }
}
section.platforms img {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  section.platforms img {
    max-width: 500px;
  }
}
section.platforms 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) {
  .platform-gallery {
    margin-left: auto;
    margin-right: auto;
  }
}
.platform-gallery figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .platform-gallery .show {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .platform-gallery .show {
    height: 500px;
    background: url('/conbee2/img/03_PANA6439_01.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;
  }
}
.platform-gallery .preview {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 33% 33% 33%;
  grid-row-gap: 10px;
  margin-left: 24px;
  margin-right: 24px;
  height: 610px;
}
@media screen and (min-width: 768px) {
  .platform-gallery .preview {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    background-color: #f9f9f9;
    height: 140px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .platform-gallery .preview {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 10px;
    height: 115px;
  }
}
@media screen and (min-width: 1024px) {
  .platform-gallery .preview {
    height: 180px;
  }
}
.platform-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;
  }
  .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;
}
@media screen and (min-width: 768px) {
  section.buy {
    background: url('/conbee2/img/07_PANA6428.jpg') no-repeat;
    background-size: 363px;
    background-position-y: 6.5rem;
    background-position-x: 120%;
  }
}
@media screen and (min-width: 1024px) {
  section.buy {
    background-position-x: 85%;
    background-position-y: 27%;
  }
}
