@import "/assets/fischdeel.de_rd/vendor/bootstrap/bootstrap.min.css";

@import "https://lib.nicdn.de/fa/6.2.1/css/all.min.css";

/*
@import "/assets/fischdeel/fonts/themify/themify-icons.css";
*/
/*
@import "/assets/fischdeel/vendor/daterangepicker/daterangepicker.css";
@import "/assets/fischdeel/vendor/lightbox2/css/lightbox.min.css";

@import "/assets/fischdeel/vendor/css-hamburgers/hamburgers.min.css";

@import "/assets/fischdeel/vendor/select2/select2.min.css";
@import "/assets/fischdeel/vendor/animsition/css/animsition.min.css";

*/
@import "/assets/old_fischdeel/vendor/animate/animate.css";

@import "/assets/fischdeel.de_rd/vendor/slick/slick.css";

@import "/assets/fischdeel.de_rd/css/set/util.css";

@import "/assets/fischdeel.de_rd/css/set/main.css?v=0.1";

@import "/assets/fischdeel.de_rd/css/set/layout.css?v=0.1";

@import "/assets/fischdeel.de_rd/css/set/img_gallery.css?v=0.4";


.szlig {
    text-transform: lowercase !important;
}

/* --- BEGIN Scroller */
.scroller_p {
    margin:0px !important;
    height:0px !important;
}
#scroller {
    position: absolute;
    left: 50%;
    bottom:50px;
    z-index: 100;
}
.scroll_icon
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
    width: 14px;
    height: 28px;
    border: solid 2px #FFFFFF;
    border-radius: 7px;
}
.scroll_icon::after
{
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFFFFF;
    content: '';
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes scroll
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
}

/* --- END Scroller */

.scroll-progress {
    z-index: 2000 !important;
}




/* --- BEGIN Navbar */
.overflow-hidden {
    overflow: hidden !important;
}
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.nav-down {
    top: 0;
    /*
    background: #fff !important;
    box-shadow: #fff 3px 3px 3px 3px;*/
}
.nav-down.navbar-transparent {
    background: none !important;
}



.nav-up {
    top: -150px;
}

header .social a{
    color: #fff !important;

}

header .navbar-toggler-fd{
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

/* --- END Navbar */

/* --- BEGIN Nav Sidebar */
.menu-sidebar-brand {
    width:100px;
}
.nav-link-fokus:hover {
    cursor: pointer;
}
.sidebar .btn3 {
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
}
aside .nested-breadcrumbs {
    text-align: center;
    font-weight:bold;
    font-size:10px;

    display:block;
    width:100%;
}
aside .nested-breadcrumbs:first-child {
   margin-left: 10px;
}
aside .nested-breadcrumbs > * {
    border-bottom: 1px solid #dee2e6;
    padding-bottom:10px;
}

/* --- END Nav Sidebar */


/* --- BEGIN Sub_menu Speisekarten */
.nav-tabs > li:first-child {
    margin-left: auto!important;
}
.nav-tabs > li:last-child {
    margin-right: auto!important;
}
.nav-tabs a {
    color:black;
}
.nav-tabs a:hover {
    color:black;
}
.nav-tabs .active {
    color:#dc3545 !important;
}

    /* --- END Sub_menu Speisekarten */



footer .border-start {
    border-color: #dc3545 !important;
}



.bg-light {
    height:80vh;
    background-size: cover;
    background-position: center center;
}

.offer-set strong {
    border-top: 1px solid #b3b3b3;
    color:#b3b3b3;
    padding-top:15px;
}





.section-individual h2 {
    padding-bottom:15px;
    color: #666666;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}
.section-individual h3,
.section-individual .lead {
    font-family: Courgette;
    font-size: 30px;
    line-height: 1.2;
    color: #d61c22;
    text-align: center;
    margin-bottom:20px;
}
.section-individual .fa {
    font-size: 60px;
    color: #d61c22;
}
/* --------------- Font Format */
p {
    padding-bottom:15px;
}
.word-break-all {
    word-break: break-all;
}
/* --------------- Listen */
.container ul {
    padding-top:15px;
    padding-bottom:15px;
}
.container li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
/*    border-top: 1px solid rgba(0,0,0,.1);*/
}
/*
.container li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
*/
/* --------------- Reset */
a {
    font-weight: unset;
}

.btn2,
.btn3 {
    text-decoration:none;
    white-space: nowrap;
}

/* --------------- Aufzahlung ZB Jobs */
.main ul,
.main li {
    list-style-type: square;
}

/* --------------- Speisekarten Listview - Preis */
.item-mainmenu-title .line-item-mainmenu {
    margin-top:18px;
}
.item-mainmenu-price {
    text-align: right;
    font-size: 18px;
}
.item-mainmenu-price p {
    padding-bottom:0;
    font-size:18px;
    white-space: nowrap;
}
/* --------------- Menu Startseite */


.item-ourmenu .btn2 {
    font-size: 16px;
}
.img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 1;
}

.item-ourmenu:hover .img-overlay {
    background-color: rgba(0,0,0,0.0);
}



/* --------------- Book a table */
.iframe-book-table {
    width:100%;
    height:1400px;
}

/* --------------- Full Image EG Blog-Singleview */
.slick1-singleview .wrap-content-slide1 {
    z-index:1000;
}

/* --------------- Highlight */
.wrap-content-slide2-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width:100%;
    height:100%;
    filter: blur(4px);
    background-size: cover;
}
.wrap-content-slide2 {
    background-color:rgba(0, 0, 0, 0.7);
    /*    background-color:rgba(255, 255, 255, 0.7);*/
    position:relative;
    z-index: 1001;
}

/* ------------------ */
.kochanleitung li {
    list-style-type: decimal;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#666666;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.p-10 {
    padding:10px;
}

.nobr, .nowrap {white-space: nowrap;}

.text-decoration-underline-double {
    border-bottom: double 3px #000000;
}
/* --- Trademark */
.logo svg,
.logo img {
    width:100px !important;
    max-height: unset !important;
}
.menu-sidebar img {
    max-width:200px;
}
.menu-sidebar p {
    font-size:14px;
    line-height:1.5;
}
.sidebar {
    background-color:#e9ebee;
}
.nilogo svg {
    max-width:130px;
}
.txt1 {
    font-size: 47px;
}
.sidebar .textlink {
    text-decoration:underline;
}
.img-br-10 {
    border-radius: 10px;
}
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    margin-top:0px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    text-align:center;
}
/*
blockquote span:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote  span:after {
color: #ccc;
content: close-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
*/
blockquote p {
    display: inline;
}
.muted {
    color:#b3b3b3;
}
@media screen and (max-width: 576px) {
    /* --- iPhone Hoch */
    .wrap-content-slide1 .tit1 {
        font-size: 36px;
    }
    .wrap-content-slide1 .txt1 {
        font-size: 23px;
    }
    .wrap-content-slide1 .txt1 {
        font-size: 23px;
    }
    .section-video .tit4 {
        font-size: 23px;
    }
    .wrap-text-welcome h3 {
        font-size: 30px;
    }
}

/* --- SM */
@media screen and (max-width: 576px) {
    .tit3,
    .tit5 {
        letter-spacing: 0px;
    }

}

/* --- MD */
@media screen and (max-width: 768px) {

    header .btn-danger {
        padding:5px !important;
    }

    /* ---- Sidebar */

    .menu-sidebar-brand {
        margin-top:50px;
    }

    .menu-sidebar {
        padding-top:0px !important;
    }


    /* --- Logo */
    .logo svg, .logo img {
        width: 50px !important;
        max-height: unset !important;
    }

    /* --- Headlines */
    .section-individual h2 {
        font-size: 30px;
        letter-spacing: 1px;
    }

    h3 {
        line-height: 1.4 !important;
    }
    /* --- Footer */
    footer .container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer-right {
        border-left: none !important;
        border-top: 1px solid #dc3545;
        margin-top:50px;
        padding-left: 0.7rem!important;
    }




    .end-footer-share {
        text-align: center;
        width:100%;
        margin-top:25px;
        margin-bottom:50px;
    }
    .end-footer-share i {
        font-size:30px !important;
    }
    .end-footer-brand {
        text-align:center;
        width:100%;
        padding-right:0px;
    }
    .end-footer-brand nobr {
        display:inline-block;
        width:100%;
    }
    /* --- Sidebar */
    .sidebar .txt20 {
        letter-spacing: 0px;
    }

    .d-none-sm {
        display:none;
    }


    /* --- Speisekarten */
    .item-mainmenu .flex-b {
        align-items: flex-start !important;
    }
    .item-mainmenu .line-item-mainmenu {
        display:none;
    }
    .item-mainmenu .txt21 {
        letter-spacing: 0px;
        font-size: 16px;
    }
    .name-item-mainmenu {
        width: 63%;
    }
    .item-mainmenu-price {
        text-align: right;
        width: 37%;
    }
    .item-mainmenu-price,
    .item-mainmenu-price p {
        font-size: 14px;
    }

    .content-element .border {
        background-image: url(../img/layout/pattern1.png);
        background-repeat: repeat;
    }
    /* ------------------------------ SET BR Speisekarten ------------------------------------------------------------*/
    aside {
        padding-bottom:50px;
    }
}

/* --- LG */
@media screen and (min-width: 768px) {
    .d-show-lg {
        display:initial;
    }
}


@media screen and (max-width: 768px) {
    .col-12.col-lg-4 .border-start {
        border-left: none !important;
        padding-left: 0px !important;
    }
}