﻿.content--assistant {
    /*margin-top: 1.25rem*/
}


.calendar {
    height: 30px;
    overflow-y: hidden;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 280px;
    margin-right: 12px;
    background-color: #6b9053;
}

.detailinfo {
    overflow-y: hidden;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 280px;
    margin-right: 12px;
    background-color: transparent;
}

.treffer {
    color: #6b9053;
    font-size: 12px;
}

.filtericon {
    color: #6b9053;
    font-size: 25px;
}

.filterdetailicon {
    font-size: 25px;
}

.gridicon {
    color: #6b9053;
}

.detailicon {
    color: #6b9053;
    font-size: 25px;
}

.filter-expanded {
    background: #6b9053;
    padding: 10px;
}

.filterlink {
    color: whitesmoke;
}

.filterlink a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.filterlink a:hover{
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-decoration: none;
}

.cal-icon {
    color:#6b9053;
    margin-right: 8px;
    margin-top: 3px;
}

.cal-month {
    color: white;
    width: 54vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: 500;
    font-size: 10px;
}

.cal-bluete-default {
    color: lightgrey;
    background: #6b9053;
}

.cal-bluete-selected {
    color: white;
    font-weight: 800;
    font-size: 12px;
    background: yellowgreen;
}

.text-wuchshoehe {
    margin-top: 0px;
    margin-left: 10px;
    font-size: 12px;
}

@font-face {
    font-family: 'mathletebulky';
    src: url('/static/mathletebulky/Mathlete-Bulky.otf');
    font-style: normal;
}

.content--home .content--relative {
    position: relative
}


.assistant--padding {
    /*padding: 10px 0 10px 0;*/
    position: relative
}

.assistant--category-listing-wrapper {
    padding-top: 0px;
    padding-top: 0rem;
    text-align: left;
    margin: 0 auto
}

.assistant--category-listing-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.assistant--category-listing-wrapper:after {
    content: '';
    height: 0;
    clear: both;
    display: table
}

.assistant--category-listing-wrapper .assistant--category-listing-wrapper-intro {
    max-width: 900px;
    margin: auto;
    text-align: center;
    font-size: 18px;    
}



.assistant--category-listing-wrapper .assistant--category-listing-outer {
    position: relative;
    padding: 1px
}

.assistant--category-listing-wrapper .assistant--category-listing {
    position: relative;
    z-index: 5;
    width: 100%
}

.assistant--category-listing-wrapper .assistant--category-listing:after {
    content: "";
    display: table;
    clear: both
}

.assistant--category-listing-wrapper .assistant--category-listing:after {
    content: '';
    height: 0;
    clear: both;
    display: table
}

.assistant--category-listing-wrapper .assistant--category-listing-item {
    position: relative;
    float: left;
    display: inline-block;
    width: 95%;
    height: 50vw;
    text-align: center;
    overflow: hidden;
    line-height: 1.21;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 1%;
 
}

.assistant--category-listing-wrapper .assistant--category-listing-item .frame-dark-overlay {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4) 30%, transparent 60%, transparent);
    -webkit-transition: background;
    transition: background;
    transition: background .2s linear
}

.assistant--category-listing-wrapper .assistant--category-listing-item .frame-effekt {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/assistant/effekt.png) no-repeat left top;
    background-size: 100% 100%;
    width: 101%;
    margin-left: -0.5%;
    height: 101%;
    margin-top: -0.5%
}

.assistant--category-listing-wrapper .assistant--category-listing-item .assistant--category-linkwrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    color: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transition: all .2s linear .2s linear
}

.assistant--category-listing-wrapper .assistant--category-listing-item .assistant--category-linkwrapper .name {
    display: block;
    position: absolute;
    z-index: 5;
    width: 90%;
    text-align: center;
    top: 55%;
    left: 50%;
    font-family: 'mathletebulky', sans-serif;
    font-size: 36px;
    line-height: 25.2px;
    /*letter-spacing: 0.035rem;*/
    /*text-transform: lowercase;*/
    font-weight: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 1.3px;
    transform: translate(-50%, 0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    transition: all .2s linear .2s linear;
    color: rgba(255, 255, 255, 1);
}

.assistant--category-listing-wrapper .assistant--category-listing-item .assistant--category-linkwrapper .name .first-line {
    font-size: 76%
}

.assistant--category-listing-wrapper .assistant--category-listing-item:hover .frame-dark-overlay {
    background: rgba(107, 144, 83, 0.8);
    
}

.assistant--category-listing-wrapper .assistant--category-listing-item:hover .assistant--category-linkwrapper .name {
    transform: translate(-50%, -15px)
}

.card img {
    width: 270px;
    height: 198px;
    margin: 4px;
    align-content: center;
    alignment: center;
    
}


    .modal-lg {
        max-width: 1500px
    }

.card {
    height: 400px;
    overflow-y: hidden;
    margin-bottom: 12px;
    width: 280px;
    margin-right: 12px;
}

.card-body {
    height: 100px;
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-footer {
    background-color: #6b9053;
}

.card-img-overlay {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    padding: 1.25rem;
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom {
    transition: transform 1.2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.plant-blau {
    color: blue !important;
    margin-right: 2px;
}
.plant-braun {
    color: brown !important;
    margin-right: 2px;
}
.plant-rot {
    color: #ff2929 !important;
    margin-right: 2px;
}
.plant-gelb {
    color: yellow !important;
    margin-right: 2px;
}
.plant-gruen {
    color: green !important;
    margin-right: 2px;
}
.plant-lila {
    color: purple !important;
    margin-right: 2px;
}
.plant-orange {
    color: orange !important;
    margin-right: 2px;
}
.plant-rosa {
    color: lightpink !important;
    margin-right: 2px;
}
.plant-schwarz {
    color: black !important;
    margin-right: 2px;
}
.plant-weiss {
    color: white !important;
    margin-right: 2px;
}

.light-halfsun {
    margin-right: 2px;
}

.light-shadow {
    margin-right: 2px;
}

.light-sunny {
    color: yellow !important;
    margin-right: 2px;
}

.bg-darkgray {
    background: lightgray;
}

.wuchshoehe {
    color: green !important;
}

.resetsearch {
    margin-left: 25px;  
}

.btnclose {
    background: transparent;
    border: none;
    color: #186a3b;
}

.btnclose:hover {
    color: black;
}


.containerimage {
    position: relative; 
    max-width: 260px; 
}

.containerimage .img {
    max-width: 260px;
}

.containerimage .content {
    position: absolute;     /* Position the background text */
    bottom: 0;               /* At the bottom. Use top:0 to append it to the top */
    /*background: rgb(0, 0, 0);*/
    background: rgba(255, 255, 255,0.7); 
    color: #f1f1f1;
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */
}

@media screen and (min-width: 350px) {

    .containerimage {
        position: relative;
        max-width: 300px;
    }

    .containerimage .img {
        max-width: 300px;
    }
}


@media screen and (min-width: 450px) {

    .containerimage {
        position: relative;
        max-width: 400px;
    }

        .containerimage .img {
            max-width: 400px;
        }
}

    @media screen and (min-width: 600px) {

        .containerimage {
            position: relative;
            max-width: 500px;
        }

            .containerimage .img {
                max-width: 500px;
            }

            .containerimage .content {
                position: absolute; /* Position the background text */
                bottom: 0; /* At the bottom. Use top:0 to append it to the top */
                /*background: rgb(0, 0, 0);*/
                background: rgba(255, 255, 255,0.7);
                color: #f1f1f1;
                width: 100%; /* Full width */
                padding: 10px; /* Some padding */
            }

        .assistant--category-listing-wrapper .assistant--category-listing-wrapper-intro {
            max-width: 900px;
            margin: auto
        }

        .assistant--category-listing-wrapper .mathlete-bulky {
            margin: 0px 0px 10px 0px;
            margin: 0rem 0rem .625rem 0rem
        }

        .assistant--category-listing-wrapper .assistant--category-listing-border-top, .assistant--category-listing-wrapper .assistant--category-listing-border-bottom {
            height: 17px;
            background-size: 892px 17px
        }

        .assistant--category-listing-wrapper .assistant--category-listing {
            position: relative;
            z-index: 5;
            width: 100%
        }

            .assistant--category-listing-wrapper .assistant--category-listing:after {
                content: "";
                display: table;
                clear: both
            }

            .assistant--category-listing-wrapper .assistant--category-listing:after {
                content: '';
                height: 0;
                clear: both;
                display: table
            }

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 48%;
            height: 47vw;
            margin: 0.5%
        }

        .assistant--category-listing-wrapper .assistant--category-listing.cart-addons {
            text-align: center
        }

        .assistant--category-listing-wrapper .assistant--category-listing-item:hover .assistant--category-linkwrapper .name {
            transform: translate(-50%, -20px)
        }
    }

    @media screen and (min-width: 48em) {

        .assistant--category-listing-wrapper .assistant--category-listing-wrapper-intro {
            max-width: 900px;
            margin: auto
        }

        .assistant--category-listing-wrapper .mathlete-bulky {
            margin: 0px 0px 10px 0px;
            margin: 0rem 0rem .625rem 0rem
        }

        .assistant--category-listing-wrapper .assistant--category-listing-border-top, .assistant--category-listing-wrapper .assistant--category-listing-border-bottom {
            height: 17px;
            background-size: 892px 17px
        }

        .assistant--category-listing-wrapper .assistant--category-listing {
            position: relative;
            z-index: 5;
            width: 100%
        }

            .assistant--category-listing-wrapper .assistant--category-listing:after {
                content: "";
                display: table;
                clear: both
            }

            .assistant--category-listing-wrapper .assistant--category-listing:after {
                content: '';
                height: 0;
                clear: both;
                display: table
            }

            .assistant--category-listing-wrapper .assistant--category-listing.cart-addons {
                text-align: center
            }

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 29%;
            height: 25vw;
            margin: 0.5%
        }


            .assistant--category-listing-wrapper .assistant--category-listing-item:hover .assistant--category-linkwrapper .name {
                transform: translate(-50%, -20px)
            }
    }

    @media screen and (min-width: 64em) {


        .assistant--category-listing-wrapper {
            padding-top: 50px
        }

            .assistant--category-listing-wrapper .assistant--category-listing-item {
                width: 24%;
                height: 23vw
            }
    }

    @media screen and (min-width: 78.75em) {

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 18%;
            height: 18vw
        }
    }

    @media screen and (min-width: 95.75em) {

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 15%;
            height: 15vw
        }
    }

    @media screen and (min-width: 1800px) {

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 13%;
            height: 13vw
        }
    }

    @media screen and (min-width: 2000px) {

        .assistant--category-listing-wrapper .assistant--category-listing-item {
            width: 10%;
            height: 10vw
        }
    }