#lightbg {
    padding-top: 10px;
    padding-bottom: 10px;
}

#darkbg {
    padding-top: 30px;
    padding-bottom: 25px;
}
#darkbg h1.strong {
    color: rgb(72, 91, 157);
}
#darkbg .ueberschrift-grau {
    color: rgb(174, 174, 174);
}
#lightbg p {
    color: rgb(57, 57, 57);
    font-weight: 300;
}
#lightbg h2 {
    padding-bottom: 0px;
    font-size: 20px;
}
#lightbg a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
#lightbg a:hover {
    border-bottom: 1px rgb(102, 102, 102) dotted;
}

.hellvideo {
    margin-top: 0px;
}
.feedback-line {
    border-top: 1px rgb(0, 0, 0) solid;
}
.hellvideo .row, .helltext .row {
    padding-top: 30px;
}
.hellvideo .col-lg-6 {
    text-align: center;
}