/* Propshaft migration: convert asset URLs to root-relative paths like url(https://assets-app.welocally.at/info/...). */

section.info.balkonsolar-page {
  padding-bottom: 0;
  margin-bottom: -80px;
}

section.info.balkonsolar-page .imgHeader h1 {
  margin-top: 40px;
}

section.info.balkonsolar-page .catimg {
  margin-top: 20px;
  width: 80px;
  height: 80px;
}

section.info.balkonsolar-page .imgHeader::after {
  background-image: url(https://assets-app.welocally.at/assets/info/header-balkonsolar-3718079a818dd3eeca0d75eca6dc1b100756cf1d9865d7e6330e483c61841c77.jpg);
}

section.info.balkonsolar-page .paperCard.-top {
  margin-bottom: 70px;
}

section.info.balkonsolar-page .paperCard.-top p {
  line-height: 1.4;
  font-size: 1.8rem;
}

section.info.balkonsolar-page ul {
  margin-bottom: 15px;
}

section.info.balkonsolar-page .introwrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.info.balkonsolar-page .intro {
  width: 100%;
}

section.info.balkonsolar-page .flyer {
  width: 30%;
  margin-left: 10px;
  transform: rotate(5deg);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

section.info.balkonsolar-page .flyer img {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-ambient-grey);
  border-radius: 2px;
}

section.info.balkonsolar-page .main-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.info.balkonsolar-page .main-content .hl-subtext {
  margin-bottom: 20px;
}

section.info.balkonsolar-page .main-content .hint {
  margin-top: 20px;
}

section.info.balkonsolar-page .main-content div.video,
section.info.balkonsolar-page .main-content div.cardBox {
  width: 100%;
}

section.info.balkonsolar-page .text p,
section.info.balkonsolar-page .content p {
  padding-bottom: 20px;
}

section.info.balkonsolar-page .text h3,
section.info.balkonsolar-page .content h3 {
  margin-top: 25px;
}

section.info.balkonsolar-page .content {
  margin-bottom: 30px;
}

section.info.balkonsolar-page .card-grid-container {
  margin-bottom: 30px;
}

section.info.balkonsolar-page .persons {
  display: flex;
  justify-content: space-between;
}

section.info.balkonsolar-page .persons .person {
  width: 30%;
}

section.info.balkonsolar-page .persons .txt {
  width: 70%;
}

section.info.balkonsolar-page .person h4,
section.info.balkonsolar-page .person p.title {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
}

section.info.balkonsolar-page .person a:hover img {
  transition: transform 0.3s;
  transform: scale(1.05);
}

section.info.balkonsolar-page .person .img-round {
  display: block;
  margin: auto;
  margin-bottom: 5px;
  width: 80%;
  height: auto;
}

section.info.balkonsolar-page .patner {
  clear: both;
  margin-bottom: 20px;
  *zoom: 1;
}

section.info.balkonsolar-page .patner::before,
section.info.balkonsolar-page .patner::after {
  content: "";
  display: table;
}

section.info.balkonsolar-page .patner::after {
  clear: both;
}

section.info.balkonsolar-page .patner img {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 20px;
}

@media (min-width: 650px) {
  section.info.balkonsolar-page .imgHeader h1 {
    margin-top: 70px;
  }

  section.info.balkonsolar-page .catimg {
    width: 130px;
    height: 130px;
  }

  section.info.balkonsolar-page .paperCard.-top p {
    font-size: 2rem;
  }

  section.info.balkonsolar-page .introwrapper {
    flex-direction: row;
  }

  section.info.balkonsolar-page .intro {
    width: 85%;
  }

  section.info.balkonsolar-page .flyer {
    width: 15%;
  }

  section.info.balkonsolar-page .main-content div.video {
    width: 60%;
  }

  section.info.balkonsolar-page .main-content div.cardBox {
    width: 35%;
  }

  section.info.balkonsolar-page .persons .person {
    width: 20%;
  }

  section.info.balkonsolar-page .persons .txt {
    width: 80%;
  }

  section.info.balkonsolar-page .persons .txt p {
    margin-top: 10px;
  }

  section.info.balkonsolar-page .person h4,
  section.info.balkonsolar-page .person p.title {
    font-size: 1.4rem;
  }
}

@media (min-width: 980px) {
  section.info.balkonsolar-page .paperCard.-top p {
    font-size: 2.2rem;
  }

  section.info.balkonsolar-page .persons .person {
    width: 20%;
  }

  section.info.balkonsolar-page .persons .txt {
    width: 80%;
  }

  section.info.balkonsolar-page .persons .txt p {
    margin-top: 10px;
  }
}

@media (max-width: 650px) {
  section.info.balkonsolar-page .person .img-round {
    width: 60%;
    height: auto;
  }
}
