/*
    Created on : Jul 22, 2017, 12:38:02 PM
    Author     : Atta-Ur-Rehman Shah (http://attacomsian.com)
*/

select{
    font-family:  Catamaran, FontAwesome, sans-serif;
}

.bibel {
    font-family: 'Merienda Regular', sans-serif;
}
.bibel_f {
    font-family: 'Merienda Bold', sans-serif;
}

.img-team {
    max-width: 150px;
}

.spacer-50 {
    min-height: 50px;
    display: inline-block;
}

.nav-brand-logo { width: 160px; }
.navbar { min-height: 104px; }

.menu-bg {
    background-color: #eeeeee;
}

.footer-img {
    height: 200px;
}

.hero-img {
    height: 58vh;
}

.hero-header {
    object-fit: cover;
    width: 100%;
    min-height: 100px;
    position: relative;
}

.hero-header:after {
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

:target:before {
    content: "";
    display: block;
    height: 120px; /* same as your fixed header height */
    margin: -120px 0 0; /* negative fixed header height */
}





/*
*/
.usercentrics-button.uc-button-bl, .uc-privacy-button-wrapper {
    left: 10px !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe,
.embed-container object,
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.slider-nav-thumbnails {
    margin-top: 10px;
}
.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
    outline: none;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
    opacity: 1;
}
.slider-nav-thumbnails .slick-slide img {
    padding: 8px;
    background: transparent;;
}
.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
    background: #000;
}
.slider-nav-thumbnails img {
    margin: 0 8px;
}
.slider-nav-thumbnails .slick-slide:first-child img {
    margin-left: 0;
}
.slider-nav-thumbnails .slick-slide:last-child img {
    margin-right: 0;
}

.slick-prev:before, .slick-next:before {
    color: #911972 !important;
    opacity: unset !important;
    /*border: 2px solid #911972;*/
    /*padding: 0 5px;*/
}

.slick-lightbox-pointer {
    cursor: pointer;
}

.card-img,
.card-img-top {
    object-fit: contain;
    max-height: 40vh;
    width: 100%;
}

.profile-card.card-img,
.profile-card.card-img-top {
    object-fit: contain;
    max-height: 60vh;
    width: 100%;
}

#navbarTop,
#navbarTop-sticky-wrapper {
    z-index: 9999;
}

.sym-tag:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    content: "\f02b"; /* tag */
}

.sym-tags:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    content: "\f02c"; /* tags */
}

.sym-prio1:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    color: #ff1729;
    content: "\f02b"; /* tag */
}

.sym-prio2:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    color: #ff5f28;
    content: "\f02b"; /* tag */
}

.sym-prio3:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    color: #ff9911;
    content: "\f02b"; /* tag */
}

.sym-kostenlos:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-right: 0.25rem;
    color: #00d813;
    content: "\f02b"; /* tag */
}


hr {
    margin: 1.2rem 0;
}

.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
}

.slick-prev {
    left: -40px;
}

.required:after {
    content:" *";
}


@media (max-width: 768px) {
    .hero-img {
        height: 36vh;
    }
    .footer-img {
        height: 100px;
    }

    ul.slick-slider {
        padding:  15px;
    }

    .slick-prev {
        /*display: none !important;*/
        left: -6px;
    }

    .slick-next {
        /*display: none !important;*/
        right: -7px;
    }


    #navbarTop,
    #navbarTop-sticky-wrapper {
        font-size: 1rem;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.4rem 0.4rem !important;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 38px;
    }
}

@media (max-width: 1024px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 0.5rem !important;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 38px;
    }

}


#footer-area {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #4f5050;
}

.footer-section a {
    color: white;
}


@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1520px;
    }
}

@media (min-width: 1800px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1720px;
    }
}

@media (min-width: 2000px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
    }
}

@media (min-width: 2300px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 2220px;
    }
}


