.iframeWF {
    height: 80vh;
}

.column {
    float: left;
    padding: 10px;
}

.left {
    width: 45%;
    overflow-y: auto;
    height: 735px;
}

.right {
    width: 55%;
}

.invisible {
    display: none;
}

.unterlagenView {
    height: 85vh;
}

.selectedDocHead {
    font-size: 17px;
    font-weight: bold;
}

.selectedDocName {
    font-size: 14px;
    font-style: italic;
    margin: 6px;
    margin-left: 0px;
}

.antraegeHeader {
    font-weight: bold;
    font-size: 15pt;
}

.antragList {
    background-color: #d5d5d5;
    margin: 5px;
    margin-bottom: 22px;
    font-size: 10pt;
    font-weight: bold;
    cursor: pointer;
}

.selectedAntrag {
    background-color: #a7d5e3;
}

.iframeAntrag {
    height: 85vh;
    margin-left: 10px;
}

.anzeigeSelect{  
    font-size: 14pt;
}

.iframeAnzeige {
    height: 85vh;
    margin-left: 10px;
}