/* Styles für Anwenderberichte */

/* Vorschau */
.casestudyteaser .row {
	background-color: white;
	margin: 15px;
	border: 2px solid #006069;
	border-radius: 5px;
}
.casestudyteaser img {
	width: 200px;
	height: auto;
	margin: 5px;
}
.casestudyteaser p {
	text-align: left;
}

.casestudyteaser .tag {
	font-size: 1.1em;
	color: #006068;
	font-weight: normal;
}

/* Filter */
.csbranch h2 {
    margin: -30px 0px 30px 10px;
}

.filterwall {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.filtersymbol {
    float: left;
    position: relative;
    margin: 5px;
}
.filtercaption h2 {
    font-size: 18pt;
    margin: 20px;
}

/* Home */
.casestudytileline .row {
	display: flex;
	justify-content: space-between;
}

.casestudytileline .linetile {
	background-color: white;
	width: 270px;
	height: 300px;
	border: 2px solid #006069;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

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

.casestudytileline .linetile .lineJalousie p {
    color: #333;
    font-size: 15px;
}

.casestudytileline .linetile h3 {
	display: inline-flex;
	align-items: center;
    text-align: center;
    height: 42px;
    margin-top: 20px;
}

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

.casestudytileline .tile4 {
	background-color: white;
	width: 270px;
	height: 300px;
	border: 2px solid #006067;
	border-radius: 5px;
	overflow: hidden;
}

.casestudytileline .tile4 a {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.casestudytileline .tile4 p {
	font-size: 1.8em;
	position: absolute;
	z-index: 5;
	left: 15px;
	width: 110px;
	font-weight: bolder;
	color: transparent;
	transition: color 500ms;

}
.casestudytileline .tile4 h4 {
	text-align: center;
	margin-bottom: 5px;
}
.casestudytileline .tile4 h3 {
	font-size: 1.8em;
	margin-top: 5px;
	font-weight: bolder;
	text-align: center;
}
.casestudytileline .tile4 img {
	position: absolute;
	top: 0px;
}
.casestudytileline .tile4 .csmore {
	position: absolute;
	z-index: 5;
	left: 90px;
	top: 70px;
	width: 80px;
}
.casestudytileline .tile1 .csbutton {
	position: absolute;
	z-index: 5;
	right: 15px;
	bottom: 10px;
	width: 40px;
}

.casestudytileline .badgecount {
	position: absolute;
	right: 3px;
	top: 3px;
    color: white;
    background-color: #f59b10;
	padding: 3px;
	margin-left: 5px;
	border: 2px solid white;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
}

@media (max-width: 1200px) { 
	.casestudytileline .tile3 { display: none; }
}

@media (max-width: 980px) { 
	.casestudytileline .tile2 { display: none; }
}

@media (max-width: 660px) { 
	.casestudytileline .tile1 { display: none; }
	.casestudytileline .tile4 h4 { display: none; }
	.casestudytileline .tile4 h3 { 
		margin-top: 25px;
		margin-bottom: 25px;
	}

}

