body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    color: rgba(0,0,0,0.7);
}

.form-content {
    width: 100%;
}

.berekenveld {
    margin: 20px 0 0 0;
    border:1px solid rgb(139, 63, 151);
    padding: 5px;
}

.berekenbutton {  
	border-color: rgb(139, 63, 151);
    color: rgb(139, 63, 151);
    background-color: transparent;
    appearance:none!important;
    -moz-appearance: none!important;
-webkit-appearance: none!important;
    border:1px solid rgb(139, 63, 151);
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    min-width: 180px;
    text-transform: uppercase;
    cursor:pointer;
}

.berekenbutton:hover {  
	border-color: rgb(139, 63, 151);
    color: white;
    background-color: rgb(139, 63, 151);
}

h1 {
    font-weight: bold;
    font-size: 16px;
    color:#8b3f97;
    margin: 0 0 2% 0;
}

.option-wrapper {
    float: left;
    width: 95%;
}

.radio-option {
    float: left;
    margin: 0 10px 0 0;
}

.radio-text {
    float: left;
    margin: 0 0 2% 0;
}

.radio-title {
    font-size: 14px;
    font-weight: bold;
    color: black
}


.radio-explain {
    display: block;
    clear:both;
    position: relative;
    float: left;
    font-size: 12px;
    margin: 20px 0 20px 0;
}

.clear {
    clear: both
}

.progres {
    text-align: center;
    margin: auto;
    width:100%;
}

.bar {
    float: left;
    text-align: center;
    width:100%;
    margin: 0 0 15px 0;
}

.block-closed {
    float: left;
    height: 20px;
    width: 20px;
    background-color: #8b3f97;
}

.block-open {
    float: left;
    height: 20px;
    width: 20px;
    background-color: #efefef;
}

.line {
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    width: 20%;
    height: 2px;
    background-color: #8b3f97;
}

#slider {
    width: 90%;
    margin-bottom: 40px;
    margin-top: 10px;
    margin-left:10px;
}

#slider-text-container {
    width: 95%;
    margin-top: 15px;
}

.slider-text-left {
    float: left;
    width: 33%;
    text-align: left;
}

.slider-text-middle {
    float: left;
    width: 30%;
    text-align: center;
    padding-left:5px;
}

.slider-text-right {
    float: left;
    width: 33%;
    text-align: right;
}

.submit-container {
    margin-top: 20px;
    margin-bottom: 100px
}

a {
    text-decoration: none
}

.step-button {
    box-sizing: border-box;
    padding: 3px 5px 5px 5px;
    color: white;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background-color: #8b3f97;
    border: 0px;
    font-size: 24px;
        font-weight: bold;
    text-align:center;
}

.step-button-back {
    margin-right: 20px;
    box-sizing: border-box;
    padding: 3px 5px 5px 5px;
    color: black;
    border-radius: 5px;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background-color: #efefef;
    border: 0px;
    font-size: 24px;
    font-weight: bold;
    text-align:center;
}

.budget {
    font-size: 24px;
    color: #8b3f97;
    height: 36px;
    width: 150px;
}

.bedrag {
        display: block;
    clear:both;
    position: relative;
    float: left;
}