#box{
    padding-top: 20px;
}

.box2 h2{
    margin-bottom: 9px !important;
    color: #ff0000;
    font-weight: 900;
}

.box2 h4{
    font-size: 10pt;
}

.boxrot{
    background-color: #FF0000;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
}

.panelr{
    background-color: rgba(255,255,255,0.5);
    border: #fff solid 2px;
}

.buttonr{
    background-color: #fff;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-weight: 900;
    font-size:20px;
    float: right;
}

.buttonl{
    background-color: #fff;
    border: 1px solid #ff0000;
    color: #ff0000;
    font-weight: 900;
    font-size:20px;
    float: left;
}

.bild{
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    padding-top:10px
}

.bildhintergrund{
    position: relative;
    z-index: 1;
}

.boxweiss{
    position: absolute;
    background-color: #fff;
    height: auto;
    z-index: 100;
    padding: 10px;
    top: 10px;
    margin-left: 40px;
    margin-top: 55px;
    padding-left: 20px;
    max-width: 320px;
    right: 50px;
}

.boxweiss.mobile{
    position: relative;
    background-color: #fff;
    height: auto;
    z-index: 100;
    padding:10px;
    top:0;
    margin-left: 0px;
    margin-top: 30px;
    padding-left:20px;
    max-width: none;
        right: auto;
}

.box2, .box3{
    background-color: #fff;
    margin-top: 30px;
    padding:20px;
}

.box4{
    background-color: #fff;
    margin-top: 30px;
}

.quiz{
    margin-top:20px;
}


.panel {
    border-radius: 0px;
    margin-top:30px;
}

@media (min-width: 1199px) {  
    .quiz {
        margin-top: 30px;
    }
    .navi ul li a span {
        padding-left: 89px;
        padding-right: 89px;
    }
}