body{
    background-color: #dd5a5a;
    color:white;
}

body a{
    color:white;
    text-decoration: none;
}

.box{    
    margin-bottom: 20px;
    padding: 30px 15px;
}


.nav-item a:hover{
    background-color: #dd5a5a;
    color:#f2eded;
}

.card{
   background-color: #dd5a5a!important;
   color:white;
}

.box-intro
{
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.9);
}

.letzte_einsatz{
    border-style: solid;
    border-radius: 3px;
    border-width: 5px;
    border-color: white;
    margin-top: 30px;

}

.abstand{
    padding-top: 20px;
}

.monatsbox{
    background-color: #97adc3;
    width: 100%;
    border-style: solid;
    border-radius: 3px;
    border-width: 5px;
    border-color: white;
    margin-bottom: 5px;
    cursor: pointer;
}

footer{
    width: 100%;
    color:white;
}

.monatsbox_info{
    text-align: right;
}

.bg-light{
    background-color: red;
}

.box-intro{
    position: relative;
}

.intro-text {
    position: absolute;
    bottom: 0;          /* unten über dem Bild */
    left: 0;
    width: 100%;
    padding: 20px;
    height: 10%;
    background: rgba(0,0,0,0.6);  /* halbtransparent */
    color: white;
}

.navbar-brand{
    display: none;
}

@media (max-width: 992px) {
    .navbar-brand{
        display: block;
    }

    .content_btn{
        display: none;
    }
}
