@import "bootstrap.min.css";
@import "https://lib.nicdn.de/fa/6.1.1/css/all.min.css?v1.0";


@import "set/offcanvas.css?v=0.5";
@import "set/video.css?v=0.4";


/*

COLORS

FD RED              Logo: #e94e1b
FD Blau dunkel      Footer: #323e50
FD Blau hell        Footer: #8eaadb

*/


/* ---- Haupt Navigation */
.navbar .navbar-toggler .navbar-toggler-icon {
    width:40px;
    height:9px;
}
.nav-link-top {
    font-size:30px;
}
.navbar-brand img {
    height:80px;
}

/* ---- Reservieren */
.nav-link-top {
    text-decoration:underline;
}
.nav-link-top:hover {
    text-decoration:none;
}

/* ---- Text Danger */

.text-danger {
    color: #e94e1b !important;
}


/* ---- Back to Top */
.back-to-top {
    color: #e94e1b;
}


/* ---- Footer */
footer {
    background-color: #323e50;
}
footer hr {
    margin-top:0px;
}
footer,
footer a {
    color: #8eaadb;
}
footer .brand {
    border-radius: 50%;
}


/* ------------ Full Content */
.ce-herounit p {
    margin:0 !important;
}