.run-container .run_content_header img {
    height: auto;
    display: block;
    margin: auto;
}
div.progress {
  display: none;
}

#item294990_6.click(function() {
    var hiden = document.querySelector("#item294990_6").value;
    if (hiden === "6") {
        document.querySelectorAll("button")[2].style.display = "none";
    }
});

}
(function() {
    $('#foo').css({
        'background-color': 'red',
        'color': 'white',
        'font-size': '44px'
    });
});

.form-control, .form-group .form-control { /* Rahmen um Textfelder zeichnen.*/
    width: 90%; 
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: both;
    font-weight: normal;
}
.form-row .form-control{ /* Breite der textarea anpassen.*/
    max-width: 100%;
}
.container { /* ganze Breite des Browsers nutzen.*/
    width: 100%;
    }
a { /* Linkfarbe für alle Links im Dokument */
    color: #0000ff;
}
.rahmen {
    border: 0.5px solid;
    border-color: grey;
    border-radius: 20px;
    padding: 10px;
    max-width: 70%;

}
.run-container .form-horizontal .form-group{
    margin-left: auto;
    margin-right: auto;
    line-break: auto;
}
figure, p {
    margin-bottom: 0;
    padding-left: 10%; 
    font-size: 85%;
}
input[name="Matrikel"] {
    max-width: 20px;
}
ol {
    display: none; 
    padding-left: 12%; 
    font-size: 85%;
}