.run-container  .run_content_header img {
    max-width: 30%; /* reduce to 30 percent of the width*/
    height: auto;
    margin-bottom: 2em;
}

.textsize {
    font-size: 140%;
}
a{
    color: blue !important;
}

.fett .control-label { /* Labels */
  font-weight: bold !important; /* fettgeschrieben */
  margin-bottom: 0px !important; 
  margin-top: 20px !important;  /* oberen Abstand vergrößern */
}

.medium, li {
    font-size: 140%;
}


.progress-container { 
    display: none !important;
}

.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%;
    }
    
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;
}