/* formen-kv */
.formen-kv {
  width: 100%;
  height: 550px;
  padding-top: 30px;
  background-image: url(../img/formen-kv.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
.formen-kv-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 560px;
}
.formen-kv-inner > div {
  width: 442px;
  margin: 0 0 0 auto;
}
.formen-kv span {
  padding: .2em;
  border: 2px solid #2DE136;
  font-size: 48px;
}
 @supports (-ms-ime-align:auto) {
  .formen-kv span {
    padding: .1em;
  }
}
.formen-kv strong {
  padding: .25em;
  background-color: #2DE136;
  color: #000;
}
.formen-kv-lead-1 {
  margin: .5em 0;
  font-family: serif;
  font-size: 36px;
  line-height: 2.1;
}
.formen-kv-lead-2 {
  margin: 0;
  font-family: serif;
  font-size: 20px;
}
.formen-kv ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.formen-kv ul li {
  padding: .3em .75em;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: rgba(102, 102, 102, 80%);
  font-size: 18px;
}
.formen-kv-link {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 40px;
  padding-right: 58px;
  background-image: url(../img/formen-kv-link.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.formen-kv-link a {
  padding: .5em 1em;
  border: 2px solid #2DE136;
  background-color: rgba(255, 255, 255, 70%);
  font-size: 20px;
  color: #222;
}
@media (max-width: 976px) {
  .formen-kv {
    height: 530px;
    padding-top: 60px;
  }
  .formen-kv-inner {
    height: 470px;
  }
  .formen-kv-inner > div {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
  }
  .formen-kv span {
    padding: .25em;
    border: 2px solid #2DE136;
    font-size: 36px;
  }
  .formen-kv strong {
    padding: .25em;
    background-color: #2DE136;
    color: #000;
  }
  .formen-kv h1 img {
    width: 142px;
    height: 60px;
  }
  .formen-kv-lead-1 {
    font-size: 30px;
  }
  .formen-kv-lead-2 {
    font-size: 18px;
  }
  .formen-kv ul li {
    font-size: 16px;
  }
  .formen-kv-link {
    bottom: -50px;
    left: 10%;
    transform: translateX(0%);
    padding-bottom: 40px;
    padding-right: 58px;
    background-position: right bottom;
  }
  .formen-kv-link a {
    font-size: 18px;
  }
}

/* formen-what */
.formen-what {
  width: 100%;
  height: 530px;
  background-image: url(../img/formen-what.webp);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.formen-what-inner {
  max-width: 810px;
  height: 530px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
}
.formen-what h2 {
  font-size: 36px;
}
.formen-what h2 span {
  font-size: 20px;
}
.formen-what p {
  font-size: 18px;
}
@media (max-width: 976px) {
  .formen-what {
    height: auto;
  }
  .formen-what-inner {
    height: auto;
    padding: 40px 16px;
  }
  .formen-what h2 {
    font-size: 20px;
  }
  .formen-what h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-what h2 span {
    font-size: 14px;
  }
  .formen-what p {
    font-size: 16px;
  }
  .formen-what-inner > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
   .formen-what-inner > div img {
    width: 160px;
    height: 160px;
   }
}

/* formen-chatgene-pro */
.formen-chatgene-pro-inner {
  max-width: 1024px;
  padding: 60px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
.formen-chatgene-pro-inner-right {
  padding: 12px 40px;
  background-color: #fff;
  color: #222;
}
.formen-chatgene-pro h2 {
  margin: 0;
}
.formen-chatgene-pro-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.formen-chatgene-pro-price span {
  font-size: 20px;
}
.formen-chatgene-pro-terms {
  color: #BF0000;
}
.formen-chatgene-pro-detail span {
  font-size: 80%;
}
.formen-chatgene-pro-button {
  text-align: center;
}
.formen-chatgene-pro-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #A4754A 0%, #BB9966 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.formen-chatgene-pro-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.formen-chatgene-pro-button a:hover::before {
  left: 100%;
}
.formen-chatgene-pro-button a img {
  margin-left: .5em;
}
@media (max-width: 976px) {
  .formen-chatgene-pro-inner {
    padding: 48px 16px 24px;
    display: block;
  }
  .formen-chatgene-pro-inner-left {
    background-color: #fff;
    position: relative;
  }
  .formen-chatgene-pro-inner-left img {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 322px;
    height: 295px;
  }
  .formen-chatgene-pro-inner-right {
    padding: 280px 16px 16px;
  }
  .formen-chatgene-pro h2 img {
    width: 300px;
    height: 41px;
  }
  .formen-chatgene-pro-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 24px;
    font-weight: bold;
  }
  .formen-chatgene-pro-price span {
    font-size: 18px;
  }
  .formen-chatgene-pro-detail {
    font-size: 14px;
  }
  .formen-chatgene-pro-detail span {
    font-size: 60%;
  }
  .formen-chatgene-pro-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* formen-items */
.formen-items {
  max-width: 810px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
  color: #fff;
}
.formen-items h2 {
  font-size: 36px;
}
.formen-items p {
  font-size: 18px;
}
.formen-items p span {
  font-size: 16px;
}
.formen-items-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.formen-items-inner > div {
  width: 31%;
  border: 1px solid #2DE136;
  padding: 0 20px;
}
.formen-items-inner > div h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: .5em;
  border-bottom: 1px solid #2DE136;
  text-align: center;
  margin-top: .75em;
  margin-bottom: .5em;
}
.formen-items-inner > div h3 + p {
  font-size: 18px;
  color: #2DE136;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
}
.formen-items-inner > div ul {
  margin-top: .5em;
}
.formen-items-inner > div ul li {
  font-size: 18px;
}
.formen-items-inner > div ul li::marker {
  color: #2DE136;
  font-size: 24px;
}
.formen-items-inner > div:nth-child(3) ul {
  display: flex;
  flex-wrap: wrap;
}
.formen-items-inner > div:nth-child(3) ul li {
  width: 50%;
}
.formen-items-inner > div:nth-child(3) ul li span {
  font-size: 80%;
}
.formen-items-inner > div:nth-child(5) {
  width: 65.5%;
}
.formen-items-inner > div:nth-child(5) > div {
  display: flex;
  gap: 12px;
}
.formen-items-inner > div:nth-child(5) > div > div {
  width: 48%;
}
.formen-items-inner > div:nth-child(5) > div > div:nth-child(1) p:first-child {
  color: #2DE136;
}
@media (max-width: 976px) {
  .formen-items {
    padding: 16px;
  }
  .formen-items h2 {
    font-size: 20px;
  }
  .formen-items h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-items p {
    font-size: 16px;
  }
  .formen-items p span {
    font-size: 14px;
  }
  .formen-items-inner {
    gap: 12px;
  }
  .formen-items-inner > div {
    width: 48%;
    border: 1px solid #2DE136;
    padding: 0 8px;
  }
  .formen-items-inner > div h3 {
    font-size: 14px;
  }
  .formen-items-inner > div h3 + p {
    font-size: 16px;
  }
  .formen-items-inner > div ul {
    margin-top: .5em;
  }
  .formen-items-inner > div ul li {
    font-size: 14px;
    margin-left: 0;
  }
  .formen-items-inner > div ul li::marker {
    font-size: 20px;
  }
  .formen-items-inner > div:nth-child(3) ul {
    column-gap: 16px;
  }
  .formen-items-inner > div:nth-child(3) ul li {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) > div {
    flex-direction: column;
    gap: 0;
  }
  .formen-items-inner > div:nth-child(5) > div > div {
    width: 100%;
  }
  .formen-items-inner > div:nth-child(5) > div > div p {
    margin: .5em 0;
  }
}

/* formen-selfcare */
.formen-selfcare {
  max-width: 842px;
  margin: 0 auto;
  padding: 30px 16px;
  box-sizing: border-box;
  color: #fff;
}
.formen-selfcare h2 {
  font-size: 36px;
}
.formen-selfcare p {
  font-size: 18px;
}
.formen-selfcare h3 {
  color: #2DE136;
  font-size: 22px;
  text-align: center;
}
.formen-selfcare ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formen-selfcare ul li {
  margin: 0;
  padding: 0;
  padding-left: 34px;
  padding-bottom: .5em;
  background-image: url(../img/formen-checkbox.svg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 18px;
}
.formen-selfcare-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.formen-selfcare-inner div {
  width: 30%;
}
.formen-selfcare-inner div p {
  text-align: center;
}
.formen-selfcare p:last-child {
  margin-top: 2.5em;
  font-size: 18px;
  text-align: center;
}
.formen-selfcare p:last-child strong {
  color: #2DE136;
  font-size: 22px;
}
@media (max-width: 976px) {
  .formen-selfcare h2 {
    padding-left: 36px;
    text-indent: -34px;
    font-size: 20px;
  }
  .formen-selfcare h2 img {
    width: 28px;
    height: 26px;
  }
  .formen-selfcare p {
    font-size: 16px;
  }
  .formen-selfcare h3 {
    font-size: 18px;
  }
  .formen-selfcare ul li {
    margin: 0;
    padding: 0;
    padding-left: 28px;
    padding-bottom: .5em;
    background-image: url(../img/formen-checkbox.svg);
    background-size: 19px 18px;
    background-repeat: no-repeat;
    background-position: left top 3px;
    font-size: 16px;
  }
  .formen-selfcare-inner {
    gap: 12px;
  }
  .formen-selfcare-inner div {
    width: 48%;
  }
  .formen-selfcare-inner div p img {
    width: 150px;
    height: 150px;
  }
  .formen-selfcare p:last-child {
    font-size: 16px;
  }
  .formen-selfcare p:last-child strong {
    color: #2DE136;
    font-size: 20px;
  }
}

/* formen-report */
.formen-report {
  background-color: #585858;
  padding: 30px 16px 60px;
  color: #fff;
}
.formen-report h2 {
  font-size: 30px;
  text-align: center;
}
.formen-report h2 span {
  padding: .5em;
  border: 1px solid #2DE136;
}
.formen-report p {
  text-align: center;
}
.formen-report ul {
  list-style: none;
  margin: 0 auto;
  padding: 4em 0 0;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.formen-report ul li {
  position: relative;
}
.formen-report ul li > span {
  position: absolute;
  display: inline-block;
  margin-top: -3em;
  margin-bottom: .5em;
  padding: .5em 1em;
  border-radius: 4px;
  background-color: #2DE136;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.formen-report ul li > span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 40px;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #2DE136 transparent transparent;
  translate: -50% 100%;
  transform: skew(50deg);
  transform-origin: top;
}
.formen-report ul li > span > span {
  font-size: 80%;
}
.formen-report ul li img {
  max-width: 100%;
  height: auto;
}
.formen-report ul li a:hover {
  opacity: .7;
}
.formen-report .formen-report-note {
  max-width: 1024px;
  margin: 1em auto 0;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 1024px) {
  .formen-report h2 {
    font-size: 24px;
  }
  .formen-report ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px 16px;
  }
  .formen-report ul li {
    width: 47%;
  }
  .formen-report ul li > span {
    padding: .4em .75em;
    font-size: 14px;
  }
  .formen-report .formen-report-note {
    font-size: 12px;
  }
}

/* formen-chatgene */
.formen-chatgene {
  position: relative;
  max-width: 794px;
  margin: 120px auto 80px;
  color: #222;
}
.formen-chatgene p:first-child {
  position: absolute;
  z-index: 1;
  top: -72px;
  right: 0;
  display: inline-block;
  margin-bottom: 20px;
  padding: .5em 1.5em;
  border: 2px solid #fff;
  background-color: #47D8D2;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  font-weight: bold;
}
.formen-chatgene p:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.formen-chatgene p:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #47D8D2 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.formen-chatgene-inner {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 40px 20px 20px;
  background-color: #fff;
}
.formen-chatgene-inner-left {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 379px;
  height: 354px;
}
.formen-chatgene-inner-left img {
  max-width: 100%;
  height: auto;
}
.formen-chatgene-inner-right {
  width: 345px;
  margin: 0 0 0 auto;
}
.formen-chatgene-price {
  margin: .5em 0;
  color: #BF0000;
  font-size: 32px;
  font-weight: bold;
}
.formen-chatgene-price span {
  font-size: 20px;
}
.formen-chatgene-terms {
  font-size: 16px;
}
.formen-chatgene-terms strong {
  color: #BF0000;
  font-size: 20px;
}
.formen-chatgene-button {
  text-align: center;
}
.formen-chatgene-button a {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 50px;
  margin-top: 1.5em;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #FF6F2F;
  background-image: linear-gradient(to right, #5AFEF7 0%, #6EC2BF 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  color: #222;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.formen-chatgene-button a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.formen-chatgene-button a:hover::before {
  left: 100%;
}
@media (max-width: 976px) {
  .formen-chatgene {
    margin: 132px auto 60px;
    color: #222;
  }
  .formen-chatgene p:first-child {
    top: -114px;
    right: 16px;
    margin-bottom: 20px;
    padding: .5em 1.5em;
    font-size: 20px;
  }
  .formen-chatgene-inner {
    padding: 220px 20px 20px;
    background-color: #fff;
  }
  .formen-chatgene-inner-left {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 272px;
    height: 255px;
  }
  .formen-chatgene-inner-right {
    width: 100%;
    margin: 0;
  }
  .formen-chatgene-inner-right h2 img {
    width: 177px;
    height: 32px;
  }
  .formen-chatgene-price {
    margin: .5em 0;
    color: #BF0000;
    font-size: 22px;
    font-weight: bold;
  }
  .formen-chatgene-price span {
    font-size: 16px;
  }
  .formen-chatgene-terms {
    font-size: 14px;
  }
  .formen-chatgene-terms strong {
    font-size: 16px;
  }
  .formen-chatgene-button a {
    width: 300px;
    font-size: 16px;
  }
}

/* formen-flow  */
.formen-flow {
  max-width: 872px;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
  background-color: transparent;
  color: #fff;
}
.formen-flow h2 {
  font-size: 30px;
  text-align: center;
}
.formen-flow > p {
  font-size: 22px;
  text-align: center;
}
.formen-flow > p span {
  padding: .25em;
  border: 1px solid #2DE136;
}
.formen-flow-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 3em;
}
.formen-flow-inner-right > p {
  color: #2DE136;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: .25em 0;
}
.formen-flow-inner-right ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formen-flow-inner-right ol li {
  margin-bottom: .5em;
  border: 1px solid #2DE136;
}
.formen-flow-fin {
  border: 1px solid #2DE136;
}
.formen-flow-01,
.formen-flow-02,
.formen-flow-03,
.formen-flow-fin {
  display: flex;
}
.formen-flow-01::before,
.formen-flow-02::before,
.formen-flow-03::before,
.formen-flow-fin::before {
  content: "01";
  width: 80px;
  min-width: 80px;
  background-color: #2DE136;
  color: #222;
  font-family: Futura, Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.formen-flow-02::before {
  content: "02";
}
.formen-flow-03::before {
  content: "03";
}
.formen-flow-fin::before {
  content: "Fin";
}
.formen-flow-01 div,
.formen-flow-02 div,
.formen-flow-03 div,
.formen-flow-fin div {
  padding: 0 20px;
}
.formen-flow-01 h3,
.formen-flow-02 h3,
.formen-flow-03 h3,
.formen-flow-fin h3 {
  font-size: 20px;
}
@media (max-width: 976px) {
  .formen-flow h2 {
    font-size: 24px;
    margin: 0;
  }
  .formen-flow > p {
    font-size: 16px;
    line-height: 2.25;
  }
  .formen-flow-inner {
    display: flex;
    flex-direction: column;
    margin-top: 2em;
  }
  .formen-flow-inner-left {
    text-align: center;
  }
  .formen-flow-inner-right > p {
    font-size: 20px;
    margin: .75em 0;
  }
  .formen-flow-inner-right ol {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .formen-flow-01,
  .formen-flow-02,
  .formen-flow-03,
  .formen-flow-fin {
    display: flex;
  }
  .formen-flow-01::before,
  .formen-flow-02::before,
  .formen-flow-03::before,
  .formen-flow-fin::before {
    width: 64px;
    min-width: 64px;
    font-size: 30px;
  }
  .formen-flow-01 div,
  .formen-flow-02 div,
  .formen-flow-03 div,
  .formen-flow-fin div {
    padding: 0 16px;
  }
  .formen-flow-01 h3,
  .formen-flow-02 h3,
  .formen-flow-03 h3,
  .formen-flow-fin h3 {
    font-size: 18px;
  }
}

/* formen-youtube  */
.formen-youtube {
  max-width: 842px;
  margin: 3em auto;
  padding: 16px 16px 32px;
  box-sizing: border-box;
  border: 1px solid #2DE136;
  color: #fff;
  font-size: 16px;
}
.formen-youtube h2 {
  font-size: 30px;
  text-align: center;
}
.formen-youtube-list {
  list-style: none;
  max-width: 700px;
  height: 320px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow-y: scroll;
}
.formen-youtube-list li {
  margin: 0 0 1em;
  font-size: 1em;
}
.formen-youtube-list li a {
  display: block;
  padding-left: 90px;
  background-image: url(../img/formen-icon-youtube.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 76px 45px;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  font-size: 0.85em;
}
.formen-youtube-list li a:hover {
  opacity: .7;
}
.formen-youtube-list li strong {
  font-size: 1.2em;
}
@media (max-width: 976px) {
  .formen-youtube {
    margin: 2em auto;
    padding: 16px 16px 32px;
    border: 1px solid #2DE136;
  }
  .formen-youtube h2 {
    font-size: 20px;
  }
}
@media (max-width: 866px) {
  .formen-youtube {
    margin: 2em 16px;
  }
}

/* formen-recommended */
.formen-recommended {
  margin-top: -30px;
  padding: 2.5em 16px 0;
  background-color: transparent;
  border-radius: 30px 30px 0 0;
}
.formen-recommended h2 {
  font-family: "Kohinoor Bangla", sans-serif;
  max-width: 800px;
  margin: .5em auto;
  color: #2DE136;
  font-size: 40px;
  font-weight: normal;
  line-height: .75;
}
.formen-recommended span {
  color: #70C1BE;
  font-size: 18px;
}
.formen-recommended ul {
  list-style: none;
  max-width: 800px;
  margin: 1em auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.formen-recommended ul li {
  text-align: center;
}
.formen-recommended ul li img {
  width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
}
@media (max-width: 976px) {
  .formen-recommended {
    margin-top: -18px;
    padding: 2em 24px 0;
    border-radius: 20px 20px 0 0;
  }
  .formen-recommended h2 {
    font-size: 24px;
    line-height: 1;
  }
  .formen-recommended span {
    font-size: 16px;
  }
}

/* Image Modal */
.image-modal-overlay {
  display: none;
  position: fixed;
  inset:0 auto 0 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  z-index: 10000;
}
.image-modal-overlay div {
  width: 80%;
  margin: 30px auto;
  height: 100%;
  text-align: center;
  overflow-y: auto;
}
.image-modal-content {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.image-modal-active {
  overflow: hidden;
}

/* baloon */
.formen-baloon {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 1.5em 15px 1.5em 0;
  padding: 10px 5px 0;
  border: 1px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 15%);
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background-color: #A4754A;
  background-image: linear-gradient(135deg, #A4754A 0%, #BB9966 100%);
  border-radius: 50%;
  box-sizing: border-box;
}
.formen-baloon a {
  display: block;
  color: #fff;
}
.formen-baloon span {
  font-size: 14px;
  color: #FFF;
}
@media (max-width: 976px) {
  .formen-baloon {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 5px 0 0;
    border: 0;
    border-radius: 0;
  }
  .formen-baloon span {
    font-size: 16px;
  }
  .formen-baloon a img {
    margin-left: .5em;
  }
}