#breadcrumb {
	background-color:#fff4ce;
}

#content {
	background-color:#fff4ce;
	background-image:url(/_page/_webpics/babygalerie/background-patern-babygalerie-spitaeler-sh.svg);
	background-size:35%;
	background-position:center top;
	padding-top:30px;
}

.boxShadow {
		box-shadow:6px 6px 15px rgba(0,0,0,0.2);
	}

.pageHeadBox .pageHeadText {
	background-color:#fff;
	padding:30px 50px;
}

.babysuche {
	margin:40px 25px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}


.babysuche input {
	font-family: 'PT Sans', sans-serif;
	font-size:12pt;
	background-color:#e7e7e7;
	border:4px solid #fff;
	text-align:center;
	width:252px;
	line-height:40px;
outline: none;
}
.babybackground input#datum {
	margin-left:50px;
}
.babybackground button {
	font-family: 'PT Sans', sans-serif;
	font-size:12pt;
	line-height:40px;
	padding:6px 30px 4px;
	background-color:#1a3560;
	color:#fff;
	border:none;
	border-radius:26px;
	cursor:pointer;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.babybackground button:hover {
	background-color:#314970;
	}

.babybackground button#search {
	margin-left:50px;
}
.babybackground button#search {
	margin-left:50px;
}
.babybackground button#reset {
	margin-left:39px;
}
.babybackground {
	padding-bottom:50px;
}
#galerie{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	padding:15px -10px;
}
#galerie .babyfoto {
	display:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex: 0 1 25%;
	padding:25px;
}

#galerie .babyfoto .babybox {
	border-radius:22px;

}

#galerie .babyfoto .bild {
	border-radius:15px 15px 0 0;
	position:relative;
		overflow:hidden;
}



#galerie .babyfoto .bild img {
	border-radius:15px 15px 0 0;
	
		transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	
}

#galerie .babyfoto .bild:hover img { 
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	}


#galerie .babyfoto .text {
	background-color:#fff;
	padding:15px 15px;
	border-radius:0 0 15px 15px;
}
#galerie .babyfoto .text.W {
	background-image:url(/_page/_webpics/babygalerie/female-icon.svg );
	background-repeat:no-repeat;
	background-position:top 7px right 4px;
	}
#galerie .babyfoto .text.M {
	background-image:url(/_page/_webpics/babygalerie/male-icon.svg );
	background-repeat:no-repeat;
	background-position:top 7px right 7px;
	background-size:17px;
	}


#galerie .babyfoto .bild img {
	cursor:pointer;
	width:100%;
	height:auto;
	display:block;
}

#galerie .babyfoto .bild::before {
	content:"";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-image:url("/_page/_webpics/babygalerie/lupe.svg");
	background-repeat:no-repeat;
	background-position:top 10px right 10px;
	background-size:16px 16px;
	pointer-events: none;
}

#more {
	display:none;
	padding:40px 0 0;
	text-align:center;
}
#notfound {
	display:none;
	margin:20px 25px 0;
	padding:20px;
	text-align:center;
	background:#fff;
	color:#000;
}

.overlay {
	display:flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	opacity: 1;
	left: 0;
	right: 0;
	-webkit-transition: opacity .25s ease;
	z-index: 1001;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .7);
}

.overlay .inlay {
	padding:35px;
	background-color:#fff;
	border-radius:15px;
	background-image:url(/_page/_webpics/buttons/close-button-grey-responsive-contact.png);
	background-repeat:no-repeat;
	background-position:top 3px  right 3px;

}

.overlay img {
	width:100%;
	max-width:800px;
	height:auto;
}

@media  only screen and (max-width: 980px) {
	#galerie .babyfoto {
		flex: 0 1 33.33333%;
		padding:25px;
	}
	.babysuche {
		margin:40px 25px;
		flex-flow: row wrap;
	}
	.buttonbox {
		padding:30px 0 0;
		flex:0 0 100%;
	}
	.babybackground button#search {
		margin-left:0;
	}

	.babybackground button#reset {
		margin-left:18px;
	}
}

@media  only screen and (max-width: 780px) {
	#galerie .babyfoto {
		flex: 0 1 50%;
		padding:25px;
	}
}

@media  only screen and (max-width: 680px) {
	.babybackground input#datum {
		margin-left:0;
	}
	.babybackground #datumbox {
		padding-top:20px;
		flex:0 0 100%;
		}
}

@media  only screen and (max-width: 500px) {
	#galerie .babyfoto {
		flex: 0 1 100%;
		padding:25px;
	}
}