@charset "UTF-8";

body{
    font-size: 16px;
    background-color: #f7f7f7;
}
.bg-primary{
    background-color: #63b32e!IMPORTANT;
}

.btn-primary{
    background-color: #63b32e!IMPORTANT;
    border: none;
}
.btn-primary:hover{
    filter: brightness(80%)!IMPORTANT;
}

.bg-secondary{
    background-color: #1a2e0c!IMPORTANT;
}

.color-primary{
    color: #63b32e!IMPORTANT;
}

.color-secondary{
    color: #1a2e0c!IMPORTANT;
}

.header{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn{
    font-size: 16px;
    padding: 20px 36px 20px 36px!important;
    border-radius: 30px;
    font-weight:bold;
}
.formular{
    background: white;
    border-radius: 20px;
    padding: 25px;
}
.titel_wrap {
    white-space: nowrap;
}