@charset "utf-8";



.suchauftrag {
    width: calc(100% - 48px);
    border: 1px solid #c1c1c1;
    padding: 8px;
    margin-bottom: 20px;
    display: block;
    border-radius: 2px;
}

.suffauchtrag_checkbox {
    width: 50px;
    border: 1px solid #ebebeb;
    margin-bottom: 4px;
    margin-right: 8px;
    display: inline-block;
}

.suchauftrag_select {
    width: calc(100% - 32px);
    border: 1px solid #c1c1c1;
    padding: 9px;
    margin-bottom: 20px;
    display: block;
    border-radius: 2px;
}

.suchauftrag_button {
    margin-top: 40px;
    cursor: pointer;
}



#suchauftrag_logo {
    width: 35%;
}



.suchauftrag_scrolldiv {
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #555555;
    border-radius: 8px;
    padding: 8px;
    background-color: #fff;
}


