@charset "ISO-8859-1";
/* Stylesheet fairfruits.de gallery_images.css 2019-11-25 */

/* Download Pictures */	
*.enlarger {-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
*.enlarger:hover {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
*.scaletimer {-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
	
article div.pixbox_wrap {width: 90%; display: flex; flex-wrap: nowrap; justify-content: space-between; overflow: visible; padding: 0 4px; margin: 0 auto; text-align: center;}
article div.pixbox_wrap div.pixbox {width: 25%; margin: 6px; height: auto; overflow: hidden; position: relative; -webkit-border-radius: 9px; -moz-border-radius: 9px; -khtml-border-radius: 9px; -o-border-radius: 9px; border-radius: 9px;}
	
article div.pixbox_wrap div.pixbox:hover {z-index: 1001;/* -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.4); -moz-box-shadow: 0 0 12px rgba(0,0,0,0.4); box-shadow: 0 0 12px rgba(0,0,0,0.4);*/}
article div.pixbox img {width: 100%; height: auto;}
	
@media only screen and (max-width: 56em) {
	article div.pixbox_wrap {display: block; text-align: center; vertical-align: middle;}
	article div.pixbox_wrap div.pixbox {width: 50%; height: auto; margin: 4px auto;}}	

/* Galerieauswahl */	
div.gal_inner {text-decoration: none; border: none; text-align: center; margin: 0 auto; padding: 6px 2px; background-color: #292929; opacity: .9;}
*.enlarger a, *.enlarger a:link, *.enlarger a:visited {font-size: 18px; color: #ffffff; font-weight: 400; text-decoration: none; text-align: center; letter-spacing: -0.03em; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;}
*.enlarger a:hover, *.enlarger a:focus, *.enlarger a:active {color: #f3fb1e; font-weight: 600; text-decoration: none; text-align: center;letter-spacing: -0.01em;}
