/* --- module: galleryKunst --- */

/* --- common --- */
/* -------------------------------------------------------------------------------- */
.galleryKunst .galleryBlock {
    padding: 30px 0px 0px 0px;
    display: grid;
    grid-gap: 60px 30px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.galleryKunst .stickyBlock {
    grid-column: 1/-1;
}
.galleryKunst .imgblock .previewimage {
    border: 3px solid #EEEDE9;
    text-align: center;
}
.galleryKunst .imgblock .previewimage a {
    display: block;
}
.galleryKunst .imgblock .previewimage img {

}
.galleryKunst .imgblock .previewtext {
    text-align: center;
    min-height: 55px;
}
.galleryKunst .imgblock .previewtext::first-line {
    /* font-weight: 700; */
}
.galleryKunst .imgblock .previewtext .swslang:first-line {
    /* font-weight: 700; */
    padding: 0px 0px 50px 0px;
    display: block;
}

/* --- list --- */
/* -------------------------------------------------------------------------------- */
.galleryKunstList .imgblock {}

.galleryKunstList .imgblock .previewimage {
    float: none;
}
.galleryKunstList .imgblock .previewtext {
    float: none;
    padding: 10px 0px 10px 0px;
    text-align: center;
}

/* --- detail --- */
/* -------------------------------------------------------------------------------- */
.galleryKunstDetail .galleryBlockDetail {
    padding: 30px 0px 0px 0px;
}
.galleryKunstDetail .galleryBlockDetail .imgblock { /* Container fï¿½r Bild + Bildbeschreibung */
    /*width: 160px;*/ /* Achtung: Bildgrï¿½ï¿½e in admin tpl + padding! Standard: Small(150x150), Big (600x600)!! */
    margin-bottom: 20px;
}
.galleryKunstDetail .galleryBlockDetail .imgblock.rowFirstPic {}
.galleryKunstDetail .galleryBlockDetail .imgblock.rowMiddlePic {}
.galleryKunstDetail .galleryBlockDetail .imgblock.rowLastPic {}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewimage {
    border: 3px solid #EEEDE9;
}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewimage a {
    display: block;
}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewimage img {
    width: 100%;
    height: auto;
}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewtext {
    text-align: left;
}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewtext.prevstyle::first-line {
    font-weight: 700;
}
.galleryKunstDetail .galleryBlockDetail .imgblock .previewtext.prevstyle .swslang:first-line {
    font-weight: 700;
    padding: 0px 0px 50px 0px;
    display: block;
}
.galleryKunstDetail .imgblock .previewimage,
.galleryKunstDetail .imgblock .previewimage a {
    height: auto;
}

/* --- detail --- */
/* --------------------------------- */
.galleryKunstBody { /* PopUp-Fenster mit Detailbild */
    background-color: #FFFFFF;
    background-image: none !important;
}
.galleryKunstDetail .detailimage table { /* Eigenschaften f�r die Tabelle mit dem Detailbild */
    border: 4px solid #F5F5F5;
    background-color: #F5F5F5;
}
.galleryKunstDetail .detailimage table img { /* Eigenschaften f�r das Detailbild selbst */
    border: 1px solid #000000;
}
.galleryKunstDetail .modTitle {
    padding: 0px 0px 15px 0px;
}
.downloadPic {
    background-color: #F5F5F5;
}
.sendPic {
    background-color: #F5F5F5;
}
.close {
    text-align: center;
    padding: 20px;
}
/* --------------------------- */
/* --- Ende f�r Detailbild --- */

