

/* --- Stylesheet 4477 () --------- */ 

#inhalt .T2861 {
	margin: 0px;
}

#imagebox_wrapper {
	color: #fff;
}


#imagebox_wrapper:after {
	display: block;
	content: "";
	clear: left;
}

#imagebox_wrapper .box {
	width: 25%;
	height: 15vw;
	overflow: hidden;
	float: left;
	background-color: #A01300;
	cursor: pointer;
}

#imagebox_wrapper .box .wrapper {
	height: 200%;
	transition: 500ms;
}

#imagebox_wrapper .box:hover .wrapper {
	margin-top: -15vw;
	transition: 500ms;
}

#imagebox_wrapper .box .top {
	width: 100%;
	height: 50%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}

#imagebox_wrapper .box .bottom {
	width: 100%;
	height: 50%;
	background-color: #A01300;
	position: relative;
}

#imagebox_wrapper .box h2 { 
	margin: 50px 0 0 0 !important; 
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	padding: 0px 25px;
}
#imagebox_wrapper .box h3 { 
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin: 0; 
	background-color: #820000;
	padding: 5px 15px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

#imagebox_wrapper .box h4 { 
	position: relative;
	top: 30px;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	    -ms-transform: translate(-50%, 0%);
	        transform: translate(-50%, 0%);
	margin: 0; 
	background-color: #820000;
	padding: 5px 15px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

/* --- Stylesheet 4478 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {

}

@media all and (min-width: 768px) and (max-width:1023px) {
	#imagebox_wrapper .box {
		width: 100vw;
		height: 30vw;
	}

	#imagebox_wrapper .box h3 { display: none; }

	#imagebox_wrapper .box .wrapper {
		height: 100%;
		transition: 0ms;
	}

	#imagebox_wrapper .box:hover .wrapper {
		margin-top: 0vw;
		transition: 0ms;
	}

	#imagebox_wrapper .box .wrapper:after {
		display: block;
		content: "";
		clear: left;
	}
	

	#imagebox_wrapper .box .top {
		width: 50%;
		height: 100%;
		float: left;
	}
	#imagebox_wrapper .box .bottom {
		width: 50%;
		height: 100%;
		float: left;
	}
	#imagebox_wrapper .box h4 {
	    font-size: 13px;
	}
	#imagebox_wrapper .box h2 { 
		font-size: 35px;
	}

}

@media all and (max-width: 767px) {
	#imagebox_wrapper .box {
		width: 100vw;
		height: 120vw;
	}

	#imagebox_wrapper .box h3 { display: none; }

	#imagebox_wrapper .box .wrapper {
		height: 100%;
		transition: 0ms;
	}

	#imagebox_wrapper .box:hover .wrapper {
		margin-top: 0vw;
		transition: 0ms;
	}

	#imagebox_wrapper .box .top {
		width: 100%;
		height: 50%;
	}
	#imagebox_wrapper .box .bottom {
		width: 100%;
		height: 50%;
	}

	#imagebox_wrapper .box h4 {
	    font-size: 12px;
	}

	#imagebox_wrapper .box h2 { 
		font-size: 30px;
	}

}

