﻿.questionlabel {
    font-weight: bold;
    color: #33475b;
    font-size:16px;
    margin-bottom:4px;
}

.required:after {
    margin-left: 4px;
    color: red;
    content: "*";
}

.fieldinput {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.fieldinput:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}

@media (min-width:768px) {
    .offertecontainer {
        background: #fff;
        width: 950px;
        margin: 0 auto;
        margin-top: 30px;
        box-shadow: 0 4px 8px 0 rgba(53, 105, 128, 0.3), 0 6px 20px 0 rgba(165, 200, 213, 0.41);
    }


    .offerteinside {
        padding: 40px;
    }
}

.radioimg {
    height:initial;
    width:initial;
    max-height:50px;
    margin:5px 10px;
}