
.app-hoch {
    width: 100vw;
    height: 100vh;
}
.wizard-launcher {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 105;
}

.wizard-launcher .wizard-launcher-button {
    height: 60px;
    width: 60px;
    border: none;
    background-color: transparent;
    background-image: url(../img/ico-maria.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}
.wizard-launcher .wizard-launcher-arrow {
    height: 60px;
    width: 60px;
    border: none;
    background-color: transparent;
    background-image: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
}
.wizard-launcher .wizard-launcher-description {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    border-radius: 7px;
    padding: 15px;
    position: absolute;
    top: 0;
    right: 70px;
    width: 150px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.wizard-panel * {
    padding: 0;
    margin: 0;
}

.wizard-panel {
    background: #FFFFFF;
    box-shadow: 0px 3px 21px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    position: fixed;
    right: 25px;
    bottom: 120px;
    width: 310px;
    display: flex;
    flex-direction: column;
    z-index: 110;
}
.wizard-panel .wizard-home {
   position: relative;
}
.wizard-panel .wizard-home .wizard-home-top{
    background: #36506A url(../img/luisa.svg) no-repeat 80px bottom;
    border-radius: 9px 9px 0px 0px;
    padding: 30px 20px 20px 20px;
    height: 300px;
    
}

.wizard-panel .wizard-home .wizard-home-top .wizard-home-hello {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    margin-bottom: 10px;

    color: #FFFFFF;
}
.wizard-panel .wizard-home .wizard-home-top .wizard-home-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    width: 130px;
    color: #FFFFFF;
}
.wizard-panel .wizard-home .wizard-home-top .wizard-home-description  span {
    font-weight: 700;
}

.wizard-panel .wizard-home .wizard-home-bottom{
    padding: 0 20px 30px 20px;
    
}
.wizard-panel .wizard-home .wizard-home-box{
    background: #FFFFFF;
    border: 0.5px solid #7E532C;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    margin-top: -30px;
    
}
.wizard-panel .wizard-home .wizard-home-box p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #454545;
    margin-bottom: 30px;

}
.wizard-panel .wizard-home .wizard-home-box button{
    background: #E7D7B0;
    border-radius: 100px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding: 10px 0;
    color: #7E532C;
    border: none;
    text-transform: uppercase;
    width: 90%;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.wizard-step {
    padding: 30px 20px;
}

.wizard-step-list {
    list-style: none;
}
.wizard-step-list li{
    border-top: 1px solid #C29A39;
    padding: 20px;
    background: url(../img/arrow-list.svg) no-repeat 250px center;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #949494;
    text-decoration: none;
}
.wizard-step-list li:hover {
    
    background: #E7D7B0 url(../img/arrow-list-on.svg) no-repeat 250px center;
    color: #000000;
}

.wizard-step-description {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.01em;
    padding: 20px 0 30px 0;
    color: #454545;
}

.wizard-step-back {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
}


.wizard-panel-full {
    width: 590px;
}
.wizard-step-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E7D7B0;
    border-radius: 9px 9px 0px 0px;
    padding: 20px 25px;
}

.wizard-step-header  p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;

    color: #7E532C;
}

.wizard-step-ajust {
    padding: 0px;
}

#accordion h3 {
 	font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #737272;
    border-top: 1px solid #C29A39;
    padding: 20px 50px 20px 20px;
    position: relative;
    cursor: pointer;
}

#accordion h3:hover {
    background: #FFFCF3;
}
#accordion .header-active {
    background: #FFFCF3;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.18);
    border-bottom: none;
}

#accordion h3.header-active::before {
    content: url(../img/arrow-accordion-on.svg);
    position: absolute;
    right: 20px;
}

#accordion h3::before {
    content: url(../img/arrow-accordion-off.svg);
    position: absolute;
    right: 20px;
}

.accordion-content {
    padding: 20px 30px 30px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    background-color: #fcfbf9;
    color: #737272;
    display: none;
}

.wizard-step-content {
    max-height: 500px;
    overflow-x: scroll;
}