﻿.rigThumbnailsBox {
    background-color: white !important;
}

.rigThumbnailsList {
    opacity: 1 !important;
}

    .rigThumbnailsList img {
        object-fit: cover !important;
    }

div.RadImageGallery .rigThumbnailsList img {
    opacity: 1;
}

div.RadImageGallery .rigThumbnailsList a:hover img {
    opacity: .8;
}


.RadImageGallery .rigPrevButton, .RadImageGallery .rigNextButton, .RadImageGallery .rigScrollPrevButton, .RadImageGallery .rigScrollNextButton {
    text-shadow: 0px 0px 3px black;
}

.RadImageGallery .rigCloseButton {
    background-color: red !important;
    color: white !important;
}

.ProjektKategorie {
    font-size: 10px;
    margin-bottom: 10px;
}

.ProjektName1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ProjektName2 {
    font-size: 17px;
    margin-bottom: 15px;
}

.ProjektZeitraum {
    font-size: 12px;
    margin-bottom: 3px;
}

.ProjektKunde {
    font-size: 12px;
    margin-bottom: 3px;
}

.ProjektOrt {
    font-size: 12px;
    margin-bottom: 3px;
}

.ProjektInfo {
    margin-top: 15px;
    font-size: 12px;
    line-height: 14px;
    color: darkgray;
}

.ProjektIcon {
    background-color: #eee;
    color: black;
    padding: 2px;
}

.ProjektLink {
    font-size: 12px;
}

a.ProjektLink {
    color: gray !important;
    font-family: Roboto;
}

    a.ProjektLink:hover {
        color: darkseagreen !important;
    }

.ProjektListeItem {
    background-color: honeydew;
    color: black;
    /*width:350px;*/
    margin: 15px;
}

    .ProjektListeItem a {
        color: black;
    }

        .ProjektListeItem a:hover {
            color: white !important;
        }

    .ProjektListeItem:hover {
        background-color: darkseagreen;
        color: white;
        cursor: pointer;
    }

.ProjektListeBild {
    opacity: 1;
    width: 90px;
    height: 60px;
    object-fit: cover;
}

    .ProjektListeBild:hover {
        opacity: 1;
    }
