:root {
    --cnvs-themecolor: hsl(8, 100%, 64%);
    --cnvs-themecolor-rgb: 255, 96, 73;
    --cnvs-secondary-color: #FDE3A1;
    /* --cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Quattrocento', serif;
	--cnvs-secondary-font: 'Shadows Into Light', cursive; */
    --cnvs-input-focus-box-shadow: 0 0 0 0.25rem hsla(8, 100%, 64%, 0.4) !important;
    --cnvs-input-focus-border-color: hsl(8, 100%, 64%) !important;
}

.bg-config {
    background-color: #d6d5d5bb;
    margin: 0px auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.zindex5 {
    z-index: 5;
}

.zindex25 {
    z-index: 99999;
}

.zindex5erweitert {
    white-space: nowrap;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1.00);
}

.zindex7 {
    z-index: 7;
}

.zindex10 {
    z-index: 10;
}

.zindex13 {
    z-index: 13;
}

.zindex14 {
    z-index: 14;
    white-space: nowrap;
}

.zindex15 {
    z-index: 15;
    min-width: 448px;
    max-width: 448px;
    white-space: normal;
}

.zindex-end {
    z-index: 9999;
    white-space: nowrap;
    font-size: 16px;
    line-height: 48px;
    font-weight: 600;
    color: rgb(189, 189, 189);
    font-family: Raleway;
    background-color: rgba(51, 51, 51, 1.00);
    padding: 0px 40px 0px 40px;
    border-color: rgba(0, 0, 0, 1.00);
    border-width: 2px;
    letter-spacing: 1px;
}

.bg-set {
    background: linear-gradient(0deg,
            /* #003f89 */
            #FFF 78%, #FFF 78%);
}

.maxwidth-set {
    max-width: 900px;
}

.display-set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.displayflex {
    display: flex;
    justify-content: center
}

/* hier jeweils 2 nebeneiander in 2 zeilen 1); 12,34,5 und sreomverbrauch bei 2), zentrienen rest */
.solar-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.solar-form-item {
    border: 2px solid rgb(230, 230, 230);
    border-radius: 5px;
    width: 118px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
}

.input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-group-double {
    justify-content: center;
    gap: 30px;
}

.input-size-multistep-form {
    width: 300px;
}

.input-multistep-form {
    width: 300px;
}

.solar-form-item:hover {
    border: 3px solid rgb(230, 230, 230);
    background-color: #f5f5f5;
    cursor: pointer;
}

.solar-form-input {
    width: 570px;
}


.height-20pro {
    height: auto;
}

.empfehlunganpassung {
    height: auto;
}

@media only screen and (min-width: 1024px) {

    .height-20pro {
        height: 480px;
    }

    .empfehlunganpassung {
        height: 430px;
    }

    .solar-form-item {
        border: 2px solid rgb(230, 230, 230);
        border-radius: 5px;
        width: 170px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 16px;
    }

    .input-multistep-form {
        width: 450px;
    }

    .input-group-double {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
}

.formular-icons {
    width: 64px;
    height: 64px;
}

input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: hsl(8, 100%, 64%);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/* pi kto check ene nier a duhet */

.revo-slider-emphasis-text {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: 'Poppins', sans-serif;
    padding: 15px 20px;
    border-top: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    width: 650px;
    text-align: center;
    line-height: 1.5;
}

.revo-slider-caps-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
}

.tp-video-play-button {
    display: none !important;
}

.tp-caption {
    white-space: nowrap;
}

/*  nje cektooo tronii */
/* Structure */




.input-solar-form:required {
    box-shadow: none;
    outline: none;
}

.inputs--filled label {
    transform: translate(0, 0);
}



@keyframes shake {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    33% {
        transform: translate3d(-6px, 0, 0);
    }

    66% {
        transform: translate3d(6px, 0, 0);
    }
}

.inputs--invalid label {
    color: hsl(8, 100%, 64%);
}


.text-body {
    color: #354c58;
    font: 700 16px 'Montserrat', sans-serif;
}

.text-small-uppercase {
    color: rgb(68, 68, 68);
    font: 700 .75rem 'Montserrat';
    letter-spacing: .08rem;
    text-transform: uppercase;
}

.text-subheadline {
    color: gray;
    left: -.17rem;
    letter-spacing: .143rem;
    margin-bottom: 1.5rem;
    position: relative;
    font: 'Montserrat';
    text-align: center;
    text-transform: uppercase;
}

.form-input-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.div-in-form {
    width: 100%;
}

.input-solar-form {
    height: 1.5rem;
    width: 100%;
    background: #f5f5f5;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dad9d9;
    box-sizing: border-box;
    outline: none;
    color: gray;
}

.mobile-groesse {
    font-size: 13px;
}

.banner {
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 0% 0% 30% 30%;
    background-image: linear-gradient(35deg, #e1b33f57 10%, #e1b33fd4 90%);
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (min-width: 1024px) {

    .div-in-form {
        width: 350px;
    }

    .input-solar-form {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .form-input-group {
        gap: 20px;
    }

    .mobile-groesse {
        font-size: medium;

    }

}

.label-solar-form {
    display: inline-block;
    transform: translate(0, 1.25rem);
    transition: 0.15s;
    padding-left: 10px;
    font: 700 .75rem 'Montserrat';
}


.stats-result {
    background-color: #E3EAF1;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}

.result {
    font-size: 1.5em;
    font-weight: 700;
}

.buttonsolar {
    font-size: 14px;
    color: whitesmoke;
    border: 1px solid black;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    background-color: hsl(8, 100%, 64%);
    transform: translateX(-75%);
    visibility: visible;
}

.buttonsolar:hover {
    background-color: hsl(8, 100%, 64%);
    opacity: 0.9;
    color: black;
}

#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.button {
    background: hsl(8, 100%, 64%);
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.disabled {
    display: none;
}

.form-section {
    padding: 50px;
    max-width: auto;
    margin: 30px auto;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px; */
    transition: transform 0.2s ease-in-out;
}


.form-input {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.paragraph-form {
    text-align: justify;
    margin-top: 0;
}

.angebot-button {
    background-color: #ff6047;
    color: #fff;
    padding: 17px;
    font-size: 12px;
    margin-right: 10px;
}

.angebot-button:hover {
    color: #000;
    -webkit-transition: all 1s ease;
    transition: all 0.2s ease;
}

.parent-width{
    width: 100%;
}


  @media (min-width: 0px) and (max-width: 768px) {
    .angebot-button {
        background-color: #ff6047;
        color: #fff;
        padding: 7px;
        font-size: 12px;
       
    }
  }

  @media (min-width: 768px) and (max-width: 996px) {
    .angebot-button {
        background-color: #ff6047;
        color: #fff;
        padding: 9px;
        font-size: 14px;
       
    }
  }

@media only screen and (min-width: 764px) {
 

    .parent-width{
        width: 50%;
    }

}

