

/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
    background: url(http://www.bilvaruhus.profileshop.se/wp-content/uploads/2016/10/arrow_1.png) no-repeat 96% 0;
    height: 34px;
    overflow: hidden;
    width: 240px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 2px;
    border-collapse: collapse;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    font-family: Roboto;
    font-weight: 300;
}
.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 34px;
    padding: 5px;
    /* If you add too much padding here, the options won't show in IE */
   width: 240px;
}
.styled-select.slate {
    background: url(http://www.bilvaruhus.profileshop.se/wp-content/uploads/2016/10/arrow.jpg) no-repeat right center;
    height: 34px;
    width: 240px;
}
.styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 268px;
}
/* -------------------- Colors: Background */
.slate {
    background-color: #ddd;
}
/* -------------------- Colors: Text */
.slate select {
    color: #000;
}
#car_modell {
    font-family: Roboto;
    font-weight: 300;
}
.form_box, #message_motor {
    width: 33%;
    float: left;
    margin-left: 0;
    font-weight: 300;
}
.form_box {
    text-align: center;
}
#message_motor h1::after {
    content: ":-";
}
