button{
    cursor: pointer;
}

.error-message {
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 0px 5px 5px 5px;
    width: fit-content;
}

.form-error{
    border: 1px solid red !important;
}
.form-error::placeholder{
    color: red !important;
}
input.form-error{
    color: red !important;
}

.message{
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black;
    background-color: white;
}

.message.error{
    border-color: red !important;
    background-color: #ffe5e5 !important;
}

.message.success{
    border-color: green !important;
    background-color: #e5f2e5 !important;
}

.div-margin-bottom-20{
    margin-bottom: 20px;
}
.md-radio-row:hover, .md-radio:hover, .voorkeuren:hover{
    cursor: default;
}
section.static .content .gegevens li span.data{
    /*min-width: 350px;*/
    margin-left: 20px;
    display: inline-block;
}
section.static .content .gegevens li span.data-label{
    min-width: 200px;
    display: inline-block;
    padding-left: 0px;
}
label.voorkeuren {
    font-weight: normal;
}
.md-radio-row {
    margin-top: -20px;
    margin-bottom: -20px;
}
.label-extra-margin-bottom{
    margin-bottom: 20px;
}
.header-link{
    color: inherit;
}
.iframe-container img {
    width: 100%;
}
.yt-player {
    width: 100%;
    max-width: 925px;
    max-height: 523px;
}
.featherlight-container {
    display: none;
}
.label-not-bold {
    font-weight: normal;
}
.legendabeschrijving {
    margin-left: 0px !important;
}
.back-btn {
    margin-left: 15px;
    float: left;
}
.btn.btn--primary {
    line-height: 50px;
}
.no-margin-bottom {
    margin-bottom: 0;
}
section.static .content .button-group.risico {
    margin-top: 25px;
}
.list-contact-custom{
    font-size: 20px;
    font-weight: 600;
}
.investments-list {
    list-style-position: inherit !important;
    padding-left: 20px !important;
}
.fondsbeschrijving{
    margin-left: 0;
}
@media (max-width:870px){
    #data-button-below{
        display: inherit;
    }
    #data-button-next{
        display: none;
    }
    section.static .content .gegevens li span.data{
        width: 100%;
        display: contents;
    }
}

@media (min-width:871px){
    #data-button-below{
        display: none;
    }
    #data-button-next{
        display: inline-block;
    }
    section.static .content .gegevens li span.data{
        min-width: 350px;
    }
}
@media (max-width:958px){
    .back-btn{
        margin-left: 0px;
    }
}
