﻿

.bg-header {
    background-color: #e4e4b5 !important;
}

.bg-navbarheader {
    background-color: #6b9053 !important;
}

.showcursor {
    cursor: pointer;
}

.detailcard {
    min-height: 150px;
    max-height: 150px;
}
.img-pflanze {
    max-width: 100%;
    height: 150px;
    
}

.btn-default {
    background-color: #6b9053;
    font-family: "Open Sans",Arial,serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,.75);
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    background: #6b9053;
    border-color: #6b9053;
}
#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 50%;
    z-index: 9999;
    /*background: url("/assets/img/search.png") 100% 100% no-repeat transparent;*/
    background: url("/assets/img/ajax-loader.gif") 100% 100% no-repeat transparent;
}

.owl-equalheight, .owl-equalheight .owl-item, .owl-equalheight .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel::after {
    display: block;
    clear: both;
    content: ""
}

.owl-nav {
    float: right
}

.owl-dots {
    float: left
}

.owl-nav div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0 1px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #1b1b1b;
    opacity: .8;
    border-radius: 1px;
    font-size: 0
}

    .owl-nav div:before {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        speak: none;
        content: "\f105";
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        display: block;
        padding: 0;
        margin: 0
    }

    .owl-nav div.owl-prev {
        left: 0
    }

.owl-nav-over .owl-nav div.owl-prev, .owl-nav-over.owl-nav-over-lg .owl-nav div.owl-prev {
    left: -1px
}

.owl-nav div.owl-prev:before {
    content: '\f104'
}

.owl-nav div.owl-next {
    right: 0
}

.owl-nav-over .owl-nav div.owl-next, .owl-nav-over.owl-nav-over-lg .owl-nav div.owl-next {
    right: -1px
}

.owl-nav div.disabled {
    opacity: .4
}

.owl-nav div:hover {
    opacity: 100;
    text-decoration: none;
    background: #55A79A
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-dots .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        background: #1b1b1b;
        border-radius: 1px
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        opacity: 100;
        background: #55A79A
    }

.owl-nav-over {
    position: relative
}

    .owl-nav-over .owl-nav div {
        position: absolute;
        top: 50%;
        margin-top: -20px
    }

    .owl-nav-over.owl-nav-over-lg .owl-nav div {
        margin-top: -40px;
        height: 60px;
        width: 60px;
        line-height: 60px
    }

        .owl-nav-over.owl-nav-over-lg .owl-nav div:before {
            font-size: 30px
        }

    .owl-nav-over.owl-nav-over-hover .owl-nav div {
        opacity: 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    .owl-nav-over.owl-nav-over-hover:hover .owl-nav div {
        opacity: 1
    }

        .owl-nav-over.owl-nav-over-hover:hover .owl-nav div.disabled {
            opacity: .4
        }

.owl-dots-center .owl-dots {
    float: none;
    text-align: center
}

.owl-dots-over {
    position: relative
}

    .owl-dots-over .owl-dots {
        bottom: 10px;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }

    .owl-dots-over.owl-dots-over-hover .owl-dots {
        opacity: 0;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

    .owl-dots-over.owl-dots-over-hover:hover .owl-dots {
        opacity: 1
    }

.owl-thumbs .owl-thumb {
    display: inline-block;
    max-width: 120px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

    .owl-thumbs .owl-thumb.active, .owl-thumbs .owl-thumb:hover {
        opacity: 1
    }

.owl-thumbs[data-toggle=owl-carousel] .owl-thumb {
    max-width: none
}

.owl-nav-plain .owl-nav div {
    background: 0 0
}

.owl-overflow .owl-stage-outer {
    overflow: visible !important
}

.owl-highlight-active .owl-item {
    opacity: .35;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

    .owl-highlight-active .owl-item:hover {
        opacity: .8;
        -webkit-transform: scale(.91);
        transform: scale(.91)
    }

    .owl-highlight-active .owl-item.active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

.owl-equalheight .owl-stage-outer {
    padding-left: 3px
}