
.pinterest{
	position: relative;
	left: 0px;
	top:0px;
	width:100%;
	margin:0 auto 25px;
	padding: 0px;
	border: 5px solid var(--be-blau-10);
	border-top: 0px solid var(--be-blau-10);
	border-right: 10px solid var(--be-blau-10);
	
	width: 100%;
 	height: 1000px;
 	display: block;
	
}
.pinterest .grid {
	width: 25%;
	min-height: 100px;
	margin: 10px;
	float: left;
	display: inline-block;
	xbox-shadow: 0 1px 3px rgba(34,25,25,0.4);
	x-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	x-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.pinterest .grid .imgholder img {
	max-width: 100%;
	display: block;
}

@media screen and (max-width : 900px) {
	.pinterest #backlinks{
		float:none;
		clear:both;
	}
	.pinterest #backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	.pinterest #wrapper{
		margin-top:90px;
	}
}