/* ----------- */
/* 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:	57.7%;
    padding: 40px 50px;
    display: none;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 3;
    position:absolute;
    bottom:0;
	right:0;
}
.l-size {
    height:	63.7%;
}
.tile p {
	text-align: center;
}
.tile h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #006068;
	font-size: 1.8em;
	text-align: center;
}
.tile-title {
	height: 105px;
	display: grid;
	justify-content: center;
	align-items: center;
}
.tile-l-title {
	display: grid;
	justify-content: center;
	align-items: center;
}
.tile-l-subtitle {
	width: calc(100% - 20px); /* .title padding 2 x  10px abrechnen */
	position: absolute;
	top: 65px;
}
.texttile-title {
	height: 55px;
	display: grid;
}
.texttile-title h2 {
	font-size: 1.5em;
	text-align: left;
}
.texttile-text {
	top: 75px;
	left: 0px;
	position: absolute;
	height: 220px;
	width: 346px;
}
.texttile-text p {
	text-align: left;
    margin: 0 10px 0 10px;
}
.tile-caption p {
    color: white;
    font-size: 16px;
}

.tile-image {
	bottom: 0px;
	left: 0px;
	position: absolute;
	height: 200px;
	width: 346px;
}
.tile-l-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;
}

/* S-Size */
.ssizetilegroup .row {
	display: flex;
	justify-content: space-between;
}

.ssizetilegroup .ssizetile {
	background-color: white;
	width: 210px;
	height: 174px;
	border: 2px solid #006069;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.ssizetilegroup .ssizetile .lineJalousie {
    position:absolute;
    bottom:0;
	right:0;
	background: rgba(255, 255, 255, 0.85);
    color:#f59b10;
    width:100%;
    height:	100%;
    padding: 6%;
    display: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    z-index: 3;
}

.ssizetilegroup .ssizetile .lineJalousie p {
    color: #333;
    font-size: 15px;
}

.ssizetilegroup .teaser h2 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 8px;
}

.ssizetilegroup .ssizetile .csbutton {
	position: absolute;
	z-index: 5;
	left: 160px;
	top: 125px;
	width: 40px;
}

