
@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);
#galerieLand {
	
	box-sizing: border-box;
	
	/*
	background-color: silver;
	background-image: linear-gradient(335deg, #b00 23px, transparent 23px), linear-gradient(155deg, #d00 23px, transparent 23px), linear-gradient(335deg, #b00 23px, transparent 23px), linear-gradient(155deg, #d00 23px, transparent 23px);
	background-size: 58px 58px;
	background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
	*/
	padding: 3em 1em;
	
}
/* weitere Muster mit linear-gradient unter: http://lea.verou.me/css3patterns/   */

#galerieLand figure {
	background: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	display: inline-block;
	height: 9em;
	margin: 0 0 1em 1em;
	overflow: hidden;
	padding: 0;
	width: 12em;
	transition: all 0.25s ease-in;
}

#galerieLand figure img {
	width: 12em;
	height: 9em;
  border-radius: 0.5em;
	
}

#galerieLand figure:hover,
#galerieLand figure:focus {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
	margin: -1em 0px 0 20px;
	padding: 5px 5px 30px 5px;
	width: 12em;
	z-index: 2;
	transform: scale(2);
}

#galerieLand figcaption {
	color: #333;
	font: cursive 10px/150%;
	font-family: "Reenie Beanie", cursive;
	position: relative;
	text-align: center;
	width: 12em;
}

#galerieLand figure:nth-child(3n-2):hover,
#galerieLand figure:nth-child(3n-2):focus {
	transform: scale(2) rotate(-2.5deg);
}

#galerieLand figure:nth-child(5n):hover,
#galerieLand figure:nth-child(5n):focus {
	transform: scale(2) rotate(2.5deg);
}

#galerieLand:after {
	clear: both;
	content: " ";
	display: block;
}

#galeriePort {
/*
background:
radial-gradient(circle farthest-side at 0% 50%,#fb1 23.5%,rgba(240,166,17,0) 0)21px 30px,
radial-gradient(circle farthest-side at 0% 50%,#B71 24%,rgba(240,166,17,0) 0)19px 30px,
linear-gradient(#fb1 14%,rgba(240,166,17,0) 0, rgba(240,166,17,0) 85%,#fb1 0)0 0,
linear-gradient(150deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(30deg,#fb1 24%,#B71 0,#B71 26%,rgba(240,166,17,0) 0,rgba(240,166,17,0) 74%,#B71 0,#B71 76%,#fb1 0)0 0,
linear-gradient(90deg,#B71 2%,#fb1 0,#fb1 98%,#B71 0%)0 0 #fb1;
background-size: 40px 60px;
*/
padding: 5em;
}
/* weitere Muster mit linear-gradient unter: http://lea.verou.me/css3patterns/   */

#galeriePort figure {
	background: #FFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	display: inline-block;
	height: 15em;
	margin: 0 0 1em 2em;
	overflow: hidden;
	padding: 0;
	width: 12em;
	transition: all 0.25s ease-in;
}

#galeriePort figure img {
	width: 12em;
	height: 15em;
	
}

#galeriePort figure:hover,
#galeriePort figure:focus {
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
	margin: -1em 0px 0 20px;
	padding: 5px 5px 30px 5px;
	width: 12em;
	z-index: 2;
	transform: scale(2);
}

#galeriePort figcaption {
	color: #333;
	font: cursive 10px/150%;
	font-family: "Reenie Beanie", cursive;
	position: relative;
	text-align: center;
	width: 12em;
}

#galeriePort figure:nth-child(3n-2):hover,
#galeriePort figure:nth-child(3n-2):focus {
	transform: scale(2) rotate(-2.5deg);
}

#galeriePort figure:nth-child(5n):hover,
#galeriePort figure:nth-child(5n):focus {
	transform: scale(2) rotate(2.5deg);
}

#galeriePort:after {
	clear: both;
	content: " ";
	display: block;
}


@media only screen and (max-width: 75em) {
	body {
		width: 100%;
		margin: 2% 0;
		padding: 5%;
	}
	#galerieLand,#galerieport {
		width: 850px;
		margin: 100px auto;
	}
}

@media only screen and (max-width: 50em) {
	#galerieLand,#galeriePort {
		width: 100%;
		margin: 100px auto;
	}
}
