/* Modify Form on Bubble */
.ce02-outer-page-wrapper form .hs_submit {
  justify-content: center;
}

.ce02-outer-page-wrapper form .hs_submit .actions {
  width: unset;
}

.ce02-outer-page-wrapper form .hs_submit .actions:before {
  display: none;
}

.ce02-outer-page-wrapper form .hs_submit .actions input {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-width: 0px;
  height: auto;
  padding: 6px 18px 3px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Radikal-Black';
  border-radius: 40px;
  background: var(--form-button-color)
}

.ce02-outer-page-wrapper form .hs_submit .actions input:hover {
  background: var(--form-button-colorHover)
}

.ce02-outer-page-wrapper form .input ul.inputs-list li label input[type="radio"]+span:before {
  border: 1px solid var(--form-button-color);
  min-width: 39px;
  width: 39px;
  height: 39px;
  margin-right: 15px;
}

.ce02-outer-page-wrapper form .hs-form-field > div > ul > li > label > span {
  display: flex;
  flex-direction: row;
}

.ce02-outer-page-wrapper form .hs_submit {
  margin-top: var(--block-spacebetween);
}

.ce02-outer-page-wrapper form .hs_submit > div:first-child {
  display: none !important;
  opacity: 0;
  height: 0;
}

.ce02-outer-page-wrapper .submitted-message {
  display: flex;
  justify-content: center;
}

/* Module CSS */

.ce02-outer-page-wrapper {
  display: flex;
  justify-content: center;
}

.ce02-page-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  /*background: gray;
  padding: 10px;*/
  max-width: 1230px;
}

.ce02-box {
  width: 50%;
}

.ce02-box-left {
  padding-right: 10%;
  /*background: lightgreen;*/

}

.ce02-box-right {
  /*background: lightblue;*/

}

.ce02-box-left-title {
  margin-bottom: 12px;
}

.ce02-box-left-subtext {
  margin-bottom: 25px;
}

.ce02-box-left-content {
  margin-bottom: 70px;
}

.ce02-bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 680px;
  height: 680px;
  padding: 0px;
  background: var(--color-variant);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ce02-bubble-arrow-bottom:after {
  border-color: var(--color-variant) transparent;
  border-style: solid;
  border-width: 160px 80px 0;
  content: "";
  display: block;
  left: 78%;
  position: absolute;
  width: 0;
  z-index: -1;
  bottom: -3%;
  transform: rotate(-45deg);
}
.ce02-bubble-arrow-top:after {
  border-color: var(--color-variant) transparent;
  border-style: solid;
  border-width: 160px 80px 0;
  content: "";
  display: block;
  left: 78%;
  position: absolute;
  width: 0;
  z-index: -1;
  top: -3%;
  transform: rotate(224deg);
}


.ce02-bubble-title {
  font-size: 24px;
  font-family: 'Radikal-Black';
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ce02-bubble-subtext {
  font-family: 'Radikal-Black';
  margin-bottom: var(--block-spacebetween);
}

.ce02-bubble-content {
  width: 60%;
  margin-bottom: var(--block-spacebetween);
}

.ce02-bubble-content-formular {
  width: 60%;
  margin-bottom: var(--block-spacebetween);
}


/* Buttons */

.ce02-btn {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  border-width: 0px;
  height: auto;
  padding: 6px 18px 3px 18px;
  text-shadow: none;
  width: auto;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Radikal-Black';
  border-radius: 40px;
  color: rgb(255, 255, 255) !important;
}

.style--red {
  background: rgb(216, 35, 96);
}

.style--red:hover {
  background: rgb(237, 38, 105);
}

.style--cyan {
  background: rgb(44, 184, 182);
}

.style--cyan:hover {
  background: rgb(48, 202, 200);
}

.style--green {
  background: rgb(255, 210, 0);
}

.style--green:hover {
  background: rgb(255, 231, 0);
}

.style--yellow {
  background: #FFD200;
}

.style--yellow:hover {
  background: rgb(255, 231, 0);
}



@media only screen and (max-width: 1450px) {
  .ce02-outer-page-wrapper form .input ul.inputs-list li label input[type="radio"]+span:before {
    min-width: 25px;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-top: 0px;
  }
}


/* Medium devices */
@media only screen and (max-width: 1400px) {

  .ce02-page-wrapper {
    flex-direction: column;
  }

  .ce02-box {
    width: 100%;
  }

  .ce02-box-left-content {
    margin-bottom: 30px;
  }

  .ce02-box-right {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    margin-bottom: 20px;
  }



  /* Buttons Responsive */
  @media only screen and (max-width: 1200px) {
    .ce02-btn,
    .ce02-outer-page-wrapper form .hs_submit .actions input 
    {
      font-size: 20px;
    }
  }

  @media only screen and (max-width: 767px) {
    .ce02-btn,
    .ce02-outer-page-wrapper form .hs_submit .actions input 
    {
      font-size: 15px;
    }

    .ce02-bubble {
      border-radius: 0;
      height: unset;
      width: unset;
      padding: 40px 20px;
      border-radius: 30px;
    }

    .ce02-bubble-arrow-bottom:after,
    .ce02-bubble-arrow-top:after {
      display: none;
    }

    .ce02-bubble-content {
      margin-bottom: 40px;
      width: 90%;
    }

    .ce02-bubble-content-formular {
      margin-bottom: 0px;
      width: 90%;
    }

  }