* {box-sizing:border-box}

.mod_article .ce_gallery {margin: 0 0 0 0}

/* .mod_article.galerie-unten {display:flex;padding:0px 0px 0px 0px;flex-direction: column; gap: 2%;box-sizing:border-box;border:1px solid lime;width:100%}*/

.ce_gallery ul {margin-bottom: 0.8rem;border:2px dotted yellowgreen;height:100%;width:100%;display:flex;justify-content: center;align-content:center;align-items:center;gap:2%}

.ce_gallery .image_container {padding-top:5px}

.ce_image.test {width:30%; aspect-ratio: 1 / 1; border:2px solid rgb(84, 161, 110);overflow:hidden;display:inline-block}

.ce_image.test .image_container {width:90%; margin:5% 0 0  5%; aspect-ratio: 1 / 1; border:5px dotted rgb(161, 84, 152);overflow:hidden;}

.ce_image .image_container img {object-fit:contain; border:5px solid rgb(161, 84, 84);width:100%; height:100%}

.ce_gallery .image_container img {object-fit:contain; }


/* Galerien mit x-Bildern unten */

.galerie-unten .ce_gallery {margin: 0px 0 0px 0}

.galerie-unten {max-width:100%}

.galerie-unten li {border:3px solid black;max-height:100%;position:relative;box-sizing:content-box}

.galerie-unten .gal-2b {border:3px solid orange;}
.galerie-unten .gal-2b li {max-width:50%;width:50%}
.galerie-unten .gal-2b img {height:300px;}

.galerie-unten .gal-3b {border:3px solid rgb(0, 26, 255)}
.galerie-unten .gal-3b li {max-width:33.333%;width:33.333%}
.galerie-unten .gal-3b img {height:210px;}

.galerie-unten .gal-4b {border:3px solid orange;}
.galerie-unten .gal-4b li {max-width:25%; width:25%}
.galerie-unten .gal-4b img {height: 170px}

.galerie-unten .gal-5b {border:3px solid orange}
.galerie-unten .gal-5b li {max-width:20%; width:20%}
.galerie-unten .gal-5b img {height:130px;}

.caption{display:none}
.galerie-unten.ce_gallery {padding-top: 1rem}


/*.ce_gallery img::after {box-shadow: inset 0px 0px 5px green;content:"ffff"; display:block;height:100px; width:100%;position:absolute; top:50px; left:50px;border:20px solid yellow;z-index:10
}
/*
.cols_2 li {width:50%;height:350px}

.cols_3 li {width:33.33%;height:200px}


.cols_4 li {width:25%;height: 175px}
.galerie-oben .cols_4 li {height:17vh;min-height:140px;}

.cols_5 li {min-width:20%;width:20%;height:150px}*/

/* bildgrößen anpassen an die li */

/* b.cols_2 img {height:350px}

/* .cols_3 img {height:200px}
.galerie-oben .cols_3 img {height:25vh;min-height:220px;}*/

/* b.cols_4 img {height:170px}
.galerie-oben .cols_4 img {height:17vh;min-height:140px;}

.cols_5 img {height:150px}/*/

h6 {font-size:0}
/*
.image_container:hover img {filter: grayscale(100%);transition:all 1s;}

.image_container a::after {box-sizing:border-box;display:flex;position:absolute;width: 100%;height: 100%;content:"";top:0%;left:0%;justify-content:center;align-items:bottom; align-content:bottom;background:rgba(255,255,255,0.7);opacity:0; transition:.4s all ;border:0px solid green;z-index:10}

.image_container:hover a::after {opacity:1; transition:.3s all ;}

.image_container .mein-caption {font-size:1.3rem;top:0%;position:absolute;height:100%;width:100%;display:flex; align-items:center;justify-content:center;opacity:0; transition:.2s all; }

.image_container:hover .mein-caption {opacity:1;transition:.6s all ease}

.caption {color:transparent;display:block;position:relative;text-align:center;padding:7px 10px 10px 10px;z-index:11;transition:.2s all }

.image_container:hover .caption {color:var(--schriftfarbe);text-shadow: 0 0 10px white, 0 0 25px rgba(60,207,212,0.3);font-weight:700; ;display:block;position:relative;text-align:center;padding:7px 0px 10px 0px;z-index:11;transition:.6s all .7s ease}:/

/* galerien bei büchern */

.a-buecher .ce_gallery ul {gap:5%;}

.a-buecher .ce_gallery {margin-top:2rem;}

 .a-buecher .image_container {margin-bottom:1rem}

.a-buecher .image_container:hover .caption,
.a-buecher .image_container:hover a::after {display:none;}

.a-buecher .image_container:hover img {filter: grayscale(0%);}



@media (max-width: 1000px)
{

.mod_article {padding-bottom:0}

.ce_gallery ul {gap:1vw;margin-bottom:1vw;}

.galerie-unten .gal-2b img {height:30vw;}

.galerie-unten .gal-3b img {height:20vw;}

.galerie-unten .gal-4b li {max-width:25%; width:25%;box-sizing:border-box}
.galerie-unten .gal-4b img {height: 15vw;}

.galerie-unten .gal-5b img {height:9vw;}
}

@media (max-width: 600px)
{
.ce_gallery.gal-4b ul {flex-wrap:wrap}
.galerie-unten .gal-4b li {max-width:49%; width:49%;box-sizing:border-box}
.galerie-unten .gal-4b img {height: 30vw;}


.ce_gallery.gal-5b ul {flex-wrap:wrap}
.galerie-unten .gal-5b li {max-width:49%; width:49%;box-sizing:border-box}
.galerie-unten .gal-5b li.col_last {display:none}
.galerie-unten .gal-5b img {height: 30vw;}

}