/* individual styles for diasporaprice */
/*img.image-width {
    max-width: 75vh;
}*/

html {
    --input-border-color: #ff1493;
}

.ce_rsce_breaker_bgimage.intro-image.breaker-bgimage {
    background-size: contain;
    background-position: right;
}

.breaker-bgimage__inner {
    left: 15vw;
    justify-content: unset;
}

.breaker-bgimage__headline {
    font-family: var(--headings__font-family);
    font-size: 6.3em;
    margin-bottom: 0;
    font-weight: 400 !important;
    line-height: 0.75em;
}

.breaker-bgimage__text-wrapper {
    text-align: end;
}

.breaker-bgimage__text {
    font-family: var(--headings__font-family);
   /* color: #f54f1d !important;*/
    font-size: 1.77em;
}

.breaker-bgimage__headline.breaker-bgimage__secondheadline {
    font-size: 5.2em;
}

/* others */
span.mandatory {
    color: var(--color-highlight);
}

h2 .font-gradient {
    font-size: 0.75em;
}

.ce_rsce_headline_fancy_animated.text-big.headline-fancy__wrapper.animate__animated.animate__slow.animate__zoomInDown h2 {
    font-size: 4em;
    margin: auto;
    color: #21d746;
}

p.show_more.click {
    width: max-content;
    position: relative;
    z-index: 1;
    background-color: #a8327c;
    border: none !important;
    padding: 1rem 1rem 0.5rem 1rem !important;
    font-size: 2.5rem;
    transition: 0.5s;
    transform: rotate(-2deg);
    margin-left: 3em;
    margin-top: 10px;
    font-family: 'Bebas Neue' !important;
    color: #181818 !important;
}

.read_more_container {
    margin-left: 2em;
}

.radio_container {
    display: flex;
    flex-direction: column;
}

.radio_container legend,
fieldset > legend {
    font-size: 1.25rem;
    font-weight: 400 !important;
}

/*.formbody fieldset.radio_container {
    padding: 0;
}*/

.radio_container > span > input {
    margin-top: 0;
    margin-bottom: 3px;
}

.radio_container > span {
    display: flex;
    align-items: center;
}

.formbody .textarea {
    border: 2px solid var(--input-border-color) !important;
    border-radius: var(--input-border-radius);
}

.qq-upload-button-selector.qq-upload-button {
    width: max-content;
    position: relative;
    z-index: 1;
    background-color: #a8327c;
    border: none !important;
    padding: 1rem 1rem 0.5rem 1rem !important;
    font-size: 2.25rem;
    transition: 0.5s;
    transform: rotate(-2deg);
    /*margin-left: 3em;*/
    margin-top: 10px;
    font-family: 'Bebas Neue' !important;
    color: #181818 !important;
}

fieldset#ctrl_47 {
    border: none;
}

fieldset#ctrl_47 p {
    font-size: 1rem !important;
}

/* font gradient styles */
.headline-highlight .font-gradient,
.text-highlight .font-gradient {
    background: var(--_text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
  
.headline-highlight {
  position:relative;
}

 .headline-highlight::before {
    background: var(--_text-gradient);
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 40%;
    left: -2px;
    bottom: 10px;
    z-index: -1;
    transform: rotate(-2deg);
}  
  
.font-gradient {
    font-size: 1.5em;
}

.content-1 {
    --_text-gradient: linear-gradient(227deg,
        #1400c7 0%,
        #00bbff 100%);
  }

  .content-2 {
    --_text-gradient: linear-gradient(227deg,
        #28dc28 0%,
        #00bbff 100%);
  }

  .content-3 {
    --_text-gradient: linear-gradient(227deg,
        #1400c7 0%,
        #b800b1 100%);
  }

  .content-4 {
    --_text-gradient: linear-gradient(227deg,
        #b800b1 0%,
        #f50000 100%);
  }
  
  .content-5 {
  --_text-gradient: linear-gradient(227deg, #ff7a00 0%, #ffe600 100%);
}
.content-6 {
  --_text-gradient: linear-gradient(227deg, #008cff 0%, #00ffcb 100%);
}
.content-7 {
  --_text-gradient: linear-gradient(227deg, #ff00b7 0%, #ff7a00 100%);
}
.content-8 {
  --_text-gradient: linear-gradient(227deg, #ff0000 0%, #008cff 100%);
}
.content-9 {
  --_text-gradient: linear-gradient(227deg, #28dc28 0%, #ffe600 100%);
}
.content-10 {
  --_text-gradient: linear-gradient(227deg, #00bbff 0%, #1400c7 100%);
}

.content-11 {
  --_text-gradient: #fff;
}

.content-12 {
 --_text-gradient: #2d9f5a;
}


/* footer */
#footer .article--full.containered > .inside {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-pre h4, #footer-pre h5, #footer-pre h6, #footer-pre a {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 860px) {
    .font-gradient {
    font-size: 1.25em;
}
.intro p {
    font-size: 1.25em;
}
}

@media screen and (max-width: 789px) {
    .radio_container legend,
fieldset > legend,
.formbody label,
.widget.widget-explanation.explanation p {
    font-size: 1rem;
}
}

@media screen and (max-width: 520px) {
.ce_rsce_headline_fancy_animated.text-big.headline-fancy__wrapper.animate__animated.animate__slow.animate__zoomInDown h2 {
    font-size: 2.75em;
}
    
    p.show_more.click {
        margin-left: 0;
        font-size: 1.5rem;
    }
    
.qq-upload-button-selector.qq-upload-button {
    font-size: 2rem;
}
}


@media screen and (max-width: 485px) {
.breaker-bgimage__headline {
    font-family: var(--headings__font-family);
    font-size: 4.23em;
}

.breaker-bgimage__text {
    font-family: var(--headings__font-family);
    /* color: #f54f1d !important; */
    font-size: 1.2em;
}
.breaker-bgimage__headline.breaker-bgimage__secondheadline {
    font-size: 3.5em;
}
}