/* Mitglied.css */


.container {
    width: 90%;
    max-width: 1000px;
    /*margin: 20px auto;*/
    padding: 20px;
    background-color: #fff;
    /*border: 1px solid #e1e1e1;*/
}

h1 {
    font-size: 24px;
    color: #9e9e34;
    border-bottom: 1px solid #9e9e34;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.member-grid-layout {
    display: flex;
    /*flex-flow: row wrap;*/
    gap: 40px;
    margin-top: 25px;
}


.memberdetail-info h2 {
    font-size: 28px;
    color: var(--primary);
    font-weight: 100;
}

.memberdetail-info p {
    font-size: 25px;
    color: #555;
    font-weight: 100;
}

.member-navigation {
    max-width: 270px;
    float: right;
}


.member-navigation a {
    text-decoration: none;
    margin-left:40px;
}


.social-media-grid img{
    /*desaturate and lighten the image*/
    filter: grayscale(100%) opacity(0.3);

}

.slick-initialized .slick-slide,
.slick-slide img {
    display:block;
    position: relative;
}


.image-gallery {
    text-align: center;
    margin-bottom: 20px;
}

.image-gallery img.main-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.image-gallery .caption {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.contact {
    /* this flexbox has to be on the bottom */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 380px;

}

.contact h3 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 300;
}

.contact p {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 0px;
}

.contact a {
    /*color: #0066cc;*/
    text-decoration: none!important;
}

.contact .social-media-grid {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    margin-top: 10px;
}


.description {
    width: 100%;
    margin-top: -100px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.5em;
    color: #555;
}

.description h3 {

}


#product-slideshow.slick-initialized {
    height: auto;
}

#product-slideshow {
    background: #ececec;
    /*border-radius: 25px;*/
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    height: 525px;
    width:850px;
    max-width: 850px;
}

#product-slideshow .slick-prev {
    border-left: 2px solid var(--primary) !important;
    border-bottom: 2px solid var(--primary) !important;
    transform: rotate(45deg);
    left: 30px;
}

#product-slideshow .slick-arrow {
    appearance: none;
    font-size: 0px;
    line-height: 0px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background: none;
    transition: border 0.15s ease;
    border: 0px;
    z-index: 900;
    cursor: pointer;
}

#product-slideshow .slide-inner {
    /*border-radius: 20px;*/
    overflow: hidden;
    width: 100%;
    max-height: 570px;

}

#product-slideshow .slide-caption{
    background: #fff;
    max-height: 73px;
    height:73px;
    border-top:solid 1px #efefef;
}

#product-slideshow .slide-caption p {
    font-size: 18px;
    font-weight: 100;
    color: #555;
    /*margin-top: 12px;*/
    padding: 10px 20px;
    text-align: right;


}

#product-slideshow .slick-next {
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(-45deg);
    right: 30px;
}


#product-slideshow-nav {
    padding-top: 12px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    /*max-width: 680px;*/
}

#product-slideshow-nav .item:hover::after, #product-slideshow-nav .item.active::after {
    transition: border 0.3s ease;
    border-color: #fff;
}

#product-slideshow-nav figure img {
    /*border-radius:9px;*/
    /* the image should fill the container */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}


#product-slideshow-nav .item::after {
    transition: border 0.15s ease;
    content: '';
    display: inline-block;
    border: 5px solid rgba(0, 0, 0, 0);

    /*border-radius: 10px;*/
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#product-slideshow-nav .item {
    /*border-radius: 10px;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    width: 198px;
    height: 132px;
    position: relative;
    margin-right: 19px;
    margin-top: 60px;
    overflow: hidden;
    cursor: pointer;
}

#product-slideshow-nav .item {
    cursor: pointer;
}

@media (max-width: 767.98px) {

    #product-slideshow {
        background: #ececec;
        /*border-radius: 25px;*/
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
        overflow: hidden;
        height: 525px;
        max-width: 400px;
    }

    #product-slideshow-nav .item {
        /*border-radius: 10px;*/
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        width: 80px;
        height: 54px;
        position: relative;
        margin-right: 19px;
        margin-top: 60px;
        overflow: hidden;
        cursor: pointer;
    }

    #product-slideshow .slide-inner {
        /*border-radius: 20px;*/
        overflow: hidden;
        width: 100%;
        max-height: 260px;

    }

    #product-slideshow .slide-caption p {
        font-size: 15px;
        line-height: 18px;
        font-weight: 100;
        color: #555;
        /*margin-top: 12px;*/
        padding: 10px 20px;
        text-align: right;
    }

    #product-slideshow .slick-arrow {
        top: calc(50% - 50px);
    }

    .member-grid-layout{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .member-grid-layout .description{
        margin-top: 30px;
    }

    .member-navigation p {
        margin-top: 10px;
        display: unset;
        width: unset !important;
        max-width: unset !important;
        clear: unset;
    }


    table{
        margin-top: 30px;
        margin-bottom: 50px!important;
    }
    td, th {
        display:table-cell!important;
        width:360px!important;
        height: auto !important;
        margin-top: 30px;
    }

}





/* Mitgllieder.css */