.popapp__content {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px
}

.popapp__form {
    margin-top: 30px
}

.popapp__form__heading {
    font-weight: 700;
    font-size: 24px;
    color: #005926;
    width: 65%;
    margin-bottom: 30px
}

.popapp__form input {
    margin-bottom: 30px;
    width: 256px !important;
    height: 40px !important;
    font-size: 12px !important
}

.popapp__form .inputs-group {
    display: flex;
    flex-direction: column
}

.popapp__close {
    text-align: right
}

.popapp__content__info {
    padding: 0 110px
}

.popapp__form .btn {
    height: 50px !important;
    padding: 0 !important
}

.popapp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111
}

.call-back-popapp__content {
    background-color: #ffffff;
    z-index: 1111;
    position: relative
}

.popapp__content__info {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -40px;
    margin-bottom: 0;
    padding-right: 180px;
    padding-left: 130px;
    padding-bottom: 40px
}

.call-back-popapp .popapp__content {
    background: url(../img/call-back-bg.png) #ffffff no-repeat;
    background-position: right bottom;
    background-size: contain
}

.call-back-popapp__content .popapp__form {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.call-back-popapp__content .popapp__form .btn {
    padding: 0;
    font-size: 18px !important;
    background-color: #005926 !important;
    border: 1px solid #005926 !important;
    box-shadow: none !important;
    color: white;
}

.hilfe-green__content {
    display: flex;
    align-items: center;
    margin: 0 10px;
    margin-left: 6px
}

.hilfe-green__content img {
    width: 40px;
    height: 40px
}

.hilfe-green__content span {
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF
}

.hilfe-green {
    width: 80px;
    height: 80px;
    background-color: #EFE9E4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.hilfe {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(186, 156, 127, 0.4);
    animation: eg-pulse-green 5s infinite;
    z-index: 3;
}

@keyframes eg-pulse-green {
    20%, to {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(186, 156, 127, .2)
    }
}

@media all and (max-width: 991px) {
    .hilfe {
        
        bottom: 100px;
        right: 30px
    }
    
    .hilfe-green {
        
        bottom: 30px;
        right: 30px
    }
    
    .hilfe-green__content span {
        font-size: 14px
    }
    
    .hilfe-green__content img {
    
    }
}

@media all and (max-width: 600px) {
    .call-back-popapp .inputs-group, .call-back-popapp .popapp__form__heading {
        width: 100%;
    }
    
    .call-back-popapp .popapp__content__info {
        padding-right: 60px;
        padding-left: 10px;
        padding-bottom: 0;
        margin-top: -40px;
    }
    
    .popapp__content {
        margin: 0 20px;
        padding: 25px;
        padding-bottom: 50px !important;
    }
    
    .hilfe-green__content span {
        font-size: 12px
    }
    
    .hilfe-green__content img {
        
        margin-right: 2px
    }
    
    .hilfe-green {
    
    }
    
    .hilfe-green__content {
        margin: 0
    }
    
    .hilfe {
        
        right: 20px
    }
}