.qs_dokument {
margin-bottom						: 15px;
}

.qs_dokument h3 {
line-height							: 25px;
margin-right						: 95px;
}

.qs_dokument_details {
margin-left							: 8.5px;
border-left							: 3px solid #3a6ea5;
padding-left						: 16.5px;
}

.qs_dokument_details p {
margin								: 0px;
margin-bottom						: 5px;
padding								: 0px;
padding-right						: 95px;
}

.qs_dokument div.preview {
float								: right;
width								: 90px;
margin-top							: 5px;
margin-bottom						: 5px;
text-align							: center;
}

.qs_dokument img.preview {
max-width							: 90px;
max-height							: 60px;
border								: 1px solid #777777;
}

a.link_optionen {
color								: #000000;
background							: url('../qs/images/einstellungen.png') center left no-repeat;
background-position					: 2px center;
background-size						: 18px 18px;
padding-left						: 23px;
padding-right						: 10px;
line-height							: 30px;
display								: block;
vertical-align						: center;
border								: 1px solid transparent;
margin-top							: 5px;
}

a.link_optionen:after {
content								: "+";
float								: right;
display								: inline-block;
border								: 1px solid #444444;
width								: 22px;
height								: 22px;
border-radius						: 10px;
text-align							: center;
line-height							: 20px;
margin-top							: 5px;
font-size							: 20px;
box-sizing							: border-box;
}

a.link_optionen.active {
border								: 1px solid #777777;
border-top-left-radius				: 3px;
border-top-right-radius				: 3px;
margin-bottom						: -1px;
background-color					: #eeeeee;
}

a.link_optionen.active:after {
content								: "-";
line-height							: 16px;
font-size							: 24px;
font-weight							: 600;
}

.qs_optionen {
display								: none;
border								: 1px solid #777777;
border-bottom-left-radius			: 3px;
border-bottom-right-radius			: 3px;
padding								: 0px 5px;
margin-bottom						: 5px;
}

.qs_optionen.active {
display								: block;
}

.qs_optionen h3 {
padding								: 0px;
margin								: 0px;
}

.qs_optionen>div{
display								: table; 
margin-top							: 5px;
margin-bottom						: 5px;
width: 100%;
}

.qs_optionen>div .label {
display								: table-cell;
width								: 200px !important;
}

.qs_optionen>div input[type=text] {
display								: table-cell;
width								: 100%;
}

@media screen and (max-width: 450px)
{

}