body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif
}

#video-background {
    position: fixed;
    left: 10%;
    right: 10%;
    width: 80%;
    height: auto;
    z-index: -100;
}

.navbar {
    background: #fff
}

.navbar-brand {
    color: rgba(243, 3, 145, 0.8)
}

.navbar-brand:hover {
    color: rgba(0, 174, 240, 0.7)
}

.jumbotron {
    text-align: center;
    padding: 10% 5%;
    margin-top: 5%;
    background: none;
    color: #f30391
}

.btn {
    background: rgba(0, 174, 240, 0.7);
    border: 0;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: rgb(0, 174, 240)
}

.btn-frage {
    background: #fff
}

.btn-frage:hover {
    color: #fff !important
}

.btn-outline {
    color: rgba(0, 174, 240, 0.7);
    background-color: transparent;
    border-color: rgba(0, 174, 240, 0.7)
}

.auswertung {
    display: none;
}

.frage {
    display: none;
}

.ergebnis {
    color: #000
}

table {
    background: #fff;
}

.glyphicon {
    font-size: 35px;
}

.ergebnis-grob .col-md-4 {
    text-align: center;
}

.ergebnis-grob h1 {
    color: #f30391;
}

.ergebnis-grob h2,
.auswertung-satz h2 {
    color: #00aef0;
}