#social_user h1{
	text-align: center;
}
#social_user{
	color: #262626;
	background-color: #fafafa;
	font-size:18px;
	font-weight:300;
	text-align: center;
}

#social_user img{
	border-radius: 50%;
}
#social_user p{
	margin: 0;
}
#social_user a{
	color:#003569;
	text-decoration:none;
	font-weight:bold;
}

/*Feed*/
#instafeed {
width: 100%;
margin: 0 0 0 0;
flex-wrap: wrap;
}
#instafeed .post {
    margin-top: 2%;
    position: relative;
	width: 100%;
}
#instafeed .post .metas {
    width: 100%;
    display: inline;
	border: 1 px solid black;
	position: absolute;
	bottom: 0;
	text-align: center;
}
#instafeed .post .metas span {
    width: 100%;
    display: inline;
    font-size: 12px;
	color: black;

}

/*Overlay effekt*/
.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container:hover .overlay {
  opacity: .9;
}

.text {
  color: black;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Layout für Tablet-PCs: */
@media only screen and (min-width: 481px) {
/*Overlay effekt*/
.container {
  position: relative;
  width: 100%;
}


}
/*Layout Desktop-PC*/
@media only screen and (min-width: 769px) {
/*Profile*/
#social_user h1{
	text-align: center;
}
#social_user{
	color: #262626;
	background-color: #fafafa;
	font-size:18px;
	font-weight:300;
	text-align: center;
}

#social_user img{
	border-radius: 50%;
}
#social_user p{
	margin: 0;
}
#social_user a{
	color:#003569;
	text-decoration:none;
	font-weight:bold;
}

/*Feed*/
	#instafeed {
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;

}
#instafeed .post {
     margin: 1%;
	padding: 0px;
	width: 30.3333333333333333333333333333333333333333%;
	display: inline-block;
}
#instafeed .post img{
     width: 100%;
}


#instafeed .post .metas {
    width: 100%;
    display: block;
	border: 1px solid black;
	position: absolute;
	bottom: 0;
	text-align: center;
}
#instafeed .post .metas span {
    width: 100%;
    display: inline;
    font-size: 12px;
	color: black;

}

/*Overlay effekt*/

.container {                /*very import for the wdith of each post!!!! */
  position: relative;
  display: block;
  width: 100%;  /*100%!!!!*/
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: white;
}

.container:hover .overlay {
  opacity: .9;
}

.text {
  color: black;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}


} /*Ende Pc Ansicht */
