a.suche {
	text-decoration: none;
}
a.suche:hover {
	/*text-decoration: underline;*/
}
.flex-container {
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	
}
	 
.flex-item {
	flex-basis: 100%;
	flex-grow: 0;
	flex-shrink: 1;	
	padding:0px;
  	height:360px;
	/*background-color:#999999;*/
}

@media screen and (min-width: 481px) {
	.flex-item {
	flex-basis: 50%;
	height:320px;
	}
}
@media screen and (min-width: 801px) {
	.flex-item {
	flex-basis: 25%;
	}
}

.flex-item-inner {
	width:100%;	
	height:100%;

}
.flex-item-inner:hover {
	background-color: #e3e3e3 !important;
}

.flex-item-inner p {
	/*justify-content: center;*/
	font-weight:normal;
	margin:0;
	padding:0 20px 0 20px;
	font-size:1em;
	text-align:center;
	
}
.flex-item-inner p {
	flex: 1 0 auto;
}

.flex-item-inner img.suche {
	/*width:190px; 
	height: 190px; */
	width:70%;
	padding:0 0 10px 0;
	margin:0 auto;
	position: relative; 
    display: inline-block;  
    left: 50%; 
    transform: translate(-50%);
	transition: all 0.2s ease;
}
.flex-item-inner:hover img.suche {
	/*width: 200px;
	height:200px;*/
	width:75%;
	/*margin-bottom:-16px;
	padding-bottom:10px;*/
}
