/* ----------- */
/* Kacheloptik */
/* ----------- */

.tilewall {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	transform: translateZ(0px);
}
.tilewall a {
	text-decoration: none;
}

.tile {
	float: left;
	position: relative;
	background-color: white;
	width: 350px;
	height: 350px;
	border: 2px solid #d9e4e9;
	border-radius: 4px;
	/* margin: 10px auto; */
	margin: 20px 20px 0 0;
	padding: 10px;
}
@media screen and (max-width: 1180px) {
	.tile { 
		margin: 10px auto;
	}
}

.tile-caption {
	background: rgba(0, 0, 0, 0.6);
    color:#9a9a9a; /* = 173,173,173 */
    width:100%;
    height:	64%;
    padding: 40px 50px;
    display: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 3;
    position:absolute;
    bottom:0;
	right:0;
}
.tile p {
	text-align: center;
}
.tile h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #006068;
	font-size: 2em;
	font-weight: bolder;
	text-align: center;
}
.tile-title {
	height: 105px;
	display: grid;
	justify-content: center;
	align-items: center;
}
.tile-caption p {
    color: white;
    font-size: 16px;
}

.tile-image {
	bottom: 0px;
	left: 0px;
	position: absolute;
	height: 220px;
	width: 346px;
}
.tile-button {
    position: absolute;
    bottom:0;
	right:0;
    background: rgba(245, 155, 16, 1);
    width:20%;
    height:	10%;
    color:#FFFFFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    z-index: 4;

}

/* Flat deign */
.flat {
	float: left;
	position: relative;
	background-color: white;
	width: 350px;
	height: 390px;
	border: 2px solid #d9e4e9;
	border-radius: 4px;
	margin: 20px 20px 0 0;
	padding: 10px;
}
@media screen and (max-width: 1180px) {
	.flat { 
		margin: 10px auto;
	}
}

.flat h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #006068;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
}

.flat-title {
    position: absolute;
    top: 230px;
    margin-right: 10px;
	height: 30px;
	justify-content: left;
}

.more-button {
    position: absolute;
    bottom: 5px;
	right: 5px;
    z-index: 4;
}

.flat-image {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 220px;
	width: 346px;
}

.flat-text {
    position: absolute;
    top: 260px;
    margin-right: 10px;
	text-align: left;
    padding-left: 15px;
    font-size: 1.1em;
}
