@import "/assets/deluxe4u/css/material-kit-pro.min.css";

@import "https://font.nicdn.de/rolest.css?v1.2";
@import "https://font.nicdn.de/smooch_sans.css?v1.0";
@import "https://lib.nicdn.de/fa/6.4.0/css/all.min.css?v1.0";
/*
@import "/assets/deluxe4u/plugin/animation.css?v1.0";
*/

@import "/assets/deluxe4u/plugin/aos/aos.css?v1.0";


body {
    background-color: #c9d1c7;
}

/* ----------- Font */
h1, h2, h3, h4 {
    color: #c9d1c7;
}
h1 {
    font-family: "Rolest", sans-serif;
    font-size: 75px;
}
h3 {
    margin-top:30px;
}
h4 {
    font-family: "Smooch Sans", Tofu;
    font-size: 29px;
}

/* ----------- CODE Login */
.bg-gradient-primary {
    background-image: none !important;
    background-color: #bfcbbc !important;
}
.bg-gradient-primary small {
    font-size:14px;
}
.insert-code-input {
    border: 1px solid #7b809a !important;
    margin:0 !important;
    padding:0 !important;
    padding-left:15px !important;
    font-size:16px;
}

/* Scroll Progress */
.scroll-progress.bg-dark {
    background-color:#bfcbbc !important;
}


.btn-primary,
.btn.bg-gradient-primary {
    box-shadow: none;
}
.bg-gradient-primary:hover {
    background-color:black !important;
    color:white !important;
    box-shadow: none !important;
    border:1px solid #ffffff !important;
}
.btn-outline-secondary {
    color:white !important;
    border:1px solid #ffffff !important;
}
.btn-outline-secondary:hover {
    color:#7b809a !important;
    border:1px solid #7b809a !important;
}


.lead p {
    font-size: 1.25rem;
    line-height: 1.625;
    font-weight: 400;
    }
.text-white .muted {
    color: rgba(255, 255, 255, 0.7) !important;
}

blockquote {
    border-left: 5px solid rgba(0,0,0,.1);
    padding-left:15px;
    font-style: italic;
    padding-top:10px;
    padding-bottom:10px;
}

.content-element a {
    text-decoration: underline;
}
.content-element a:hover {
    text-decoration: none;
}

/* ----------- NAV */
@media (max-width: 992px) {
    .navbar {
        z-index:100 !important;
    }
    .navbar .navbar-nav {
        margin-top:50px;
    }
    .navbar-collapse {
        height: 100vh !important;
        z-index: 100;
        position:absolute;
        top:0px;
        left:0px;

    }
    .navbar-toggler {
        z-index: 200;
        background-color: #000000;
    }
    .navbar-toggler.collapsed {
        background-color: transparent;
    }
    /* --- Links */
    .nav-link-text {
        font-size:24px;
    }
    .nav-link-icon {
        width:50px;
        float:left;
    }
}

/* ----------- Footer */
.footer {
    position:absolute;
    z-index:1;
    bottom:0;
}

.border-top {
    border-color: #bfcbbc !important;
}
footer a {
    color: #7b809a;
}
footer .list-inline-item {
    border-right: 2px solid #7b809a;
}
footer .list-inline-item a {
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display:block;
}
footer .list-inline-item a:hover {
    text-decoration: underline;
}
footer .list-inline-item .active {
    color: #e7e7e7;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display:block;
}
footer .list-inline-item:last-child {
    border-right: none;
}




/* ----------- Show on Hover */
.show-on-hover-item {
    display:none;
}

.show-on-hover:hover .show-on-hover-item {
    display:inline;
}

/* ----------- Hauptnavigation */
.dropdown-item.active,
.dropdown-item:active {
    color: #344767;
    background-color: #f0f2f5;
}

/* ----------- SiteMap */
.sitemap li {
    width:100%;
    margin-bottom:2em;
}

.sitemap li a {
    display:block;
    width:100%;
    padding:1em;
    border: 1px solid #f0f2f5;
}




/* ---- BEGIN Fotos */
.pswp__container,
.pswp__img {
    margin-top:0px !important;
}

/* ------------------------------------
.wrap-gallery {
    width: 100%;
    box-sizing: border-box;
}

.item-gallery {
    width: calc( (100% - 140px) / 3 ) ;
    margin: 30px 15px;
    position: relative;
}

.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(236,29,37,0.8);
    opacity: 0;
}

.overlay-item-gallery:hover {
    opacity: 1;
}

.btn-show-gallery {
    font-size: 18px;
    color: #222222;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
}

@media (max-width: 768px) {
    .item-gallery {
        width: calc((100% - 110px) / 2);
    }
}

@media (max-width: 576px) {
    .item-gallery {
        width: calc((100% - 30px) / 1);
    }
    .wrap-gallery {
        padding-left: 0;
        padding-right: 0;
    }
}





.item-gallery {
    width: calc( (100% - 140px) / 3 );
    margin: 30px 15px;
    position: relative;
}
.hov-img-zoom {
    display: block;
    overflow: hidden;
}
.bo-rad-10 {
    border-radius: 10px;
}

.section-gallery .hov-img-zoom a {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background-position: center center;
    background-size: cover;
    float: left;
}
.section-gallery .hov-img-zoom:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}










.overlay-item-gallery {
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}
.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.overlay-item-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}
.btn-show-gallery {
    font-size: 18px;
    color: #222222;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
}
.section-gallery .hov-img-zoom a {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background-position: center center;
    background-size: cover;
    float: left;
}
.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}

.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}






/* ---- END Fotos */














/* -- SM */
@media screen and (max-width: 767px) {
    .p-sm-0 {
        padding:0px !important;
    }
}


@media (min-width: 576px) {
    .container, .container-sm {
       max-width: unset;
    }
}




/* --- HERO --- */
.hero {

}
.hero h1 {
    font-size:100px;
    color:white;
}

.hero h2 {
    font-size:50px;
    color:white;
}

.hero h3 {
    font-size:25px;
    color:white;
}
.hero a {
    text-decoration: underline;
    color:white;
}
.hero a:hover {
    text-decoration: none;
}




/* -- SM */
@media screen and (max-width: 767px) {
    .hero {
        margin-top:80px;
        margin-bottom:80px;
    }

    .hero h1 {
        font-size:70px;
    }
}












/* BEGIN Preloader */
.preloader {
    transition: .5s ease;
    z-index: 10000;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    /*     background-color: white; */
    background-color: #bfcbbc;
    /*     background-color: #232323; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff
}
.hide-opener {
    transform: translateX(100%);
}

.pulsating-circle {
    width: 4em;
    height: 4em;
    border-radius: 4em;
    background-color: #b3b3b3;
    outline: 1px solid transparent;
    animation: pulseanim 1.2s ease-in-out infinite;
}
@keyframes pulseanim {
    0% { transform: scale(0); opacity: 0.8;}
    100% { transform: scale(1); opacity: 0;}
}


.loader-progress {
    position:absolute;
    top:0px;
    height:5px;
    background-color:#ffffff;
}

.preloader pre {
    font-size:35px !important;
}



body .content {
/*    display:none;*/
    visibility: hidden;
}
.page-loader .content {
/*    display:unset;*/
    visibility: unset;
}

/* END Preloader */

@media (max-width: 992px) {
    .navbar.navbar-transparent .navbar-collapse {
        border-radius: 0 !important;
    }
}






@media (min-width: 992px) {
    .navbar-nav li {
        border-right:1px solid white;
    }
    .navbar-nav li:last-child {
        border-right:none;
    }
    .nav-link.active .nav-link-text {
        border-bottom:1px solid white;
    }
}




/* ---- NAV SIZE */
@media (min-width: 992px) {
    .nav-link-text {
        font-size:14px;
    }
}

@media (min-width: 1400px) {
    .nav-link-text,
    .navbar-brand {
        font-size:20px !important;
    }

}





/* ---- Ablaufplan */
@media (max-width: 768px) {
    .fa-resize-mobile {
        font-size: 35px !important;
    }
}





/* -------------- Fotos */
/*
.masonry-item-sub a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display:block;
    width:100%;
    height:100%;
}
*/
/*
.gallery-responsive-a {
    display:block;
    width:100%;
    height:100%;
}
.gallery-responsive-a:hover img::after {
    content: "";
    border: 5px solid white;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;


}
*/