/*TEST KACHELFORMAT 1:1*/
/*
@media (min-width: 416px){
#section-275 .Bildkachel_holder {
    height: 320px !important;
    width: 350px !important;
    max-width: 350px !important;
    min-height: 320px !important;
    min-width: 350px !important;
}}
@media (min-width: 575px){
#section-275 .Bildkachel_holder {
    height: 160px !important;
    width: 190px !important;
    max-width: 190px !important;
    min-height: 160px !important;
    min-width: 190px !important;
}}
@media (min-width: 768px){
#section-275 .Bildkachel_holder {
    height: 200px !important;
    width: 230px !important;
    max-width: 230px !important;
    min-height: 200px !important;
    min-width: 230px !important;
}}
@media (min-width: 992px){
#section-275 .Bildkachel_holder {
    height: 280px !important;
    width: 310px !important;
    max-width: 310px !important;
    min-height: 280px !important;
    min-width: 310px !important;
}}
@media (min-width: 1200px){
#section-275 .Bildkachel_holder {
    height: 320px !important; 
    width: 350px !important;
    max-width: 350px !important;
    min-height: 320px !important;
    min-width: 350px !important;
}}

*/

/*Kachelformat 3:2*/

@media (min-width: 416px){
#section-275 .Bildkachel_holder {
    height: 230px !important;
    width: 350px !important;
    max-width: 350px !important;
    min-height: 230px !important;
    min-width: 350px !important;
}}
@media (min-width: 575px){
#section-275 .Bildkachel_holder {
    height: 130px !important;
    width: 190px !important;
    max-width: 190px !important;
    min-height: 130px !important;
    min-width: 190px !important;
}}
@media (min-width: 768px){
#section-275 .Bildkachel_holder {
    height: 150px !important;
    width: 230px !important;
    max-width: 230px !important;
    min-height: 150px !important;
    min-width: 230px !important;
}}
@media (min-width: 992px){
#section-275 .Bildkachel_holder {
    height: 200px !important;
    width: 310px !important;
    max-width: 310px !important;
    min-height: 200px !important;
    min-width: 310px !important;
}}
@media (min-width: 1200px){
#section-275 .Bildkachel_holder {
    height: 230px !important; 
    width: 350px !important;
    max-width: 350px !important;
    min-height: 230px !important;
    min-width: 350px !important;
}}








.inhalt #section-275 .SubTitle{
	color: rgb(29, 37, 119) !important;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: solid 1px silver;
}


.inhalt #section-275 .contenttext{
	font-weight: 400;
	font-size: 20px;
}

.inhalt #section-275 .ButtonBox{
	margin: 20px auto;
}

/*Bildkacheln*/



/*Bildkacheln*/


.inhalt #section-275 .Bildkachel_holder {
	position: relative;
	margin: 0px auto 20px auto;
} 

@media (max-width: 415px) {
	.inhalt #section-275 .Bildkachel_holder {
		height: 400px; 
		min-width: 175px;
	} 
	
}

@media (min-width: 416px) {
	.inhalt #section-275 .Bildkachel_holder {
		height: 400px; 
		min-width: 175px;
	} 
}
@media (min-width: 580px) {
	.inhalt #section-275 .Bildkachel_holder {
		height: 200px; 
		min-width: 190px;
	} 
}
@media (min-width: 768px) {
	.inhalt #section-275 .Bildkachel_holder {
		height: 320px; 
		min-width: 250px;
	} 
}
@media (min-width: 992px) {
	.inhalt #section-275 .Bildkachel_holder {
		min-height: 350px; 
		min-width: 300px;
	} 
}
@media (min-width: 1200px) {
	.inhalt #section-275 .Bildkachel_holder {
		min-height: 400px; 
		min-width: 350px;
		
	} 
}

.inhalt #section-275 .Bildkachel_holder:hover {
	cursor: pointer;
}
.inhalt #section-275 .Bildkachel_overlay {
	padding: 5px;
	text-align: center;
	border: solid 1px #c3c3c3;
	height: 100%;
	width: calc(-30px + 100%);
	position: absolute;
	top: 0px;
	background-color: transparent;
	z-index: 11;
}
.inhalt #section-275 .Bildkachel_img {
	height: 100%; 
	width: 100%; 
	position: relative; 
	overflow: hidden; 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.inhalt #section-275 img.Bildkachel {
	height: 100%; 
	position: relative; 
	overflow: hidden; 
}
.inhalt #section-275 .Bildkachel_desc {
	
	background-color: rgba(36, 150, 207, 0.8);
	color: #fff;
	width: calc(-30px + 100%);
	position: absolute;
	bottom: 0px;
	font-weight: 300;
}

.inhalt #section-275 .Bildkachel_TitelHolder {
	
	padding: 10px;
    width: 100%;
}

.inhalt #section-275 .Bildkachel_Titel {
	font-weight: 500;
}

.inhalt #section-275 .Bildkachel_Text {
	font-size: 12px;
	font-weight: 300;
	display: none; 
	z-index: 10; 
	padding: 10px;
	width: 100%;
	color: #fff;
}





