/* ----- Filter Footer Icons Test SW => Color ----- */
.box_icon_footer a img {
	filter:grayscale(100%);
}
.box_icon_footer a:hover  img,
.box_icon_footer a:active img, 
.box_icon_footer a:focus  img {
	filter:grayscale(0%) !important;
}


/* ---- GENERELL ---- */
* {
	outline: none;
}
.spacer {
	margin-bottom: 50px;	
}

/* ---- Box Meldung Home ---- */

.box_meldung_home_outer {}
.box_meldung_home {
	background: #f6f6f6;
	font-family: "Museo_Slab_500", "Times New Roman", Times, serif;
	border: 1px solid #e4e4e4;
	width:100%;
	margin: 30px 0;
	padding: 1px 10px;
	color: #505050;
	font-size: 20px;  
}
.box_meldung_home .meldung_pfeil1 {
	display: inline;
	color: #007d30;
	font-size: 36px;
	line-height: 22px;
	position: relative;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	top: 6px;
}
.box_meldung_home .meldung_text {
	display: inline;
	color: #000000;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	top: 5px;
}
.box_meldung_home .meldung_link {
	display: inline;
	font-size: 16px;
	line-height: 38px;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 2px;
	white-space: nowrap;
}
.box_meldung_home .meldung_pfeil2 {
	display: inline;
	font-size: 13px;
	line-height: 38px;
	padding: 0px;
	margin: 0 0 0 -1px;
	top: 3px !important;
	position: relative;
}
.box_meldung_home a:link {
	color: #007d30;
	text-decoration:none;
}
.box_meldung_home a:visited {
	color: #007d30;
	text-decoration:none;
}
.box_meldung_home a:hover {
	color: #000000;
	text-decoration: none;
}
.box_meldung_home a:active {
	color: #000000;
	text-decoration: none;
}
.box_meldung_home a:focus {
	color: #000000;
	text-decoration: none;
}


/* ----- KACHELN ----- */

.container_kacheln_inner_startseite {
	width: 100%;	
}
.container_kacheln_startseite .box_kachel {
	box-sizing: content-box !important;
	vertical-align: top;
	float:left;
	margin: 0px;
	width: 32.66666%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container_kacheln_startseite .box_kachel2,
.container_kacheln_startseite .box_kachel5 {
	padding-left: 1%;
	padding-right: 1%;
}
.container_kacheln_startseite .box_kachel .box_bild {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: content-box !important;
	vertical-align: top;
	border-bottom: 2px solid white;
}
.container_kacheln_startseite .box_kachel .box_bild .image {
	width: 100%;
	height: 100%;
}
.container_kacheln_startseite .box_kachel .box_text {
	width: 100%;
	height:  36px;
	box-sizing: border-box !important;
	background: #f5f5f5 url("../images/kachel_box_text_hg.png") no-repeat center top;
	border: 1px solid #f0f0f0;
	font-family: "Museo_Slab_500", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 36px;
}
.container_kacheln_startseite a:link {
	color: #000000;
	text-decoration: none;
}
.container_kacheln_startseite a:visited {
	color: #000000;
	text-decoration: none;
}
.container_kacheln_startseite a:hover {
	color: #007d30;
	text-decoration: none;
}
.container_kacheln_startseite a:active {
	color: #007d30;
	text-decoration: none;
}
.container_kacheln_startseite a:focus {
	color: #007d30;
	text-decoration: none;
}
/* --  Kacheln Zoom-Effekt -- */
.container_kacheln_startseite .box_kachel .image img {
	-webkit-transition: all 0.95s ease;
	-moz-transition: all 0.95s ease;
	-ms-transition: all 0.95s ease;
	-o-transition: all 0.95s ease;
	transition: all 0.95s ease;
}
.container_kacheln_startseite .box_kachel .image:hover img {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}

/* ----- MEDIA QUERIES ------ */
@media (max-width: 992px ) {
	.container_kacheln_startseite .box_kachel {
		width: 49.0%;
	}
	.container_kacheln_startseite .box_kachel1,
	.container_kacheln_startseite .box_kachel2,
	.container_kacheln_startseite .box_kachel3,
	.container_kacheln_startseite .box_kachel4,
	.container_kacheln_startseite .box_kachel5,
	.container_kacheln_startseite .box_kachel6 {
		padding-left:  0;
		padding-right: 0;
	}	
	.container_kacheln_startseite .box_kachel1,
	.container_kacheln_startseite .box_kachel3,
	.container_kacheln_startseite .box_kachel5 {
		padding-right: 2%;
	}		
}

@media (max-width: 500px ) {
	.container_kacheln_startseite .box_kachel {
		width: 100%;
	}
	.container_kacheln_startseite .box_kachel1,
	.container_kacheln_startseite .box_kachel2,
	.container_kacheln_startseite .box_kachel3,
	.container_kacheln_startseite .box_kachel4,
	.container_kacheln_startseite .box_kachel5,
	.container_kacheln_startseite .box_kachel6 {
		padding-left:  0;
		padding-right: 0;
	}	
}

@media (min-width:501px) and (max-width:600px) {
	.container_kacheln_startseite .box_kachel .box_text {
		font-size: 16px !important;
	}
}
