@import "/assets/stanzi_fred/css/app.css?v=0.4";
@import "https://font.nicdn.de/grand-hotel.css";
@import "https://lib.nicdn.de/bootstrap/4.5.3/css/bootstrap.min.css";
@import "https://lib.nicdn.de/fa/4.7.0/css/font-awesome.min.css";


.navbar {
    z-index: 2;
}
.navbar-brand-img {
    width:30px;
}

.nowrap {
    white-space: nowrap;
}

/* ---- FOOTER */
.footer {
    position:fixed;
    bottom:0;
    background: rgba(0, 0, 0, 0.4);

}
.footer a {
    padding-top:20px;
    padding-bottom:20px;
}
.footer a:hover {
    color:red;
}


@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
    .main .container {
        margin-bottom: 0px;
    }
}