/* CSS Document */

#cont {
	overflow: hidden;
}

.kreuzweg_jesus {
	width: 15%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#kreuzweg_start {
	text-decoration: none;
	padding: 10px;
	border: solid 2px #666;
	color: #666;
	text-align: center;
	display: inline-block;
	margin-top: 15px;
}
#kreuzweg_start:hover {
	color: #FFF;
	background-color: #B37E0B;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.kreuzweg_picContainer {
	position: relative;
	width: 18%;
	background-color: #573D03;
	display: none;
}
.kreuzweg_picStripe {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
.kw_middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.kreuzweg_picContainer:hover .kreuzweg_picStripe {
  	opacity: 0.3;
}

.kreuzweg_picContainer:hover .kw_middle {
  	opacity: 1;
}

.kw_text {
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
}


.kreuzweg_pic {
	width: 40%;
	border: solid 3px #B37E0B;
	padding: 3px;
	background-color: #FFF;
	float: left;
	
	-webkit-animation-duration:1.5s;
	-moz-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	-o-animation-duration:1.5s;
	animation-duration:1.5s;
}

.kreuzweg_pic img {
	width: 100%;
	margin: 0;
}

.kreuzweg_text {
	background-color: #B37E0B;
	padding: 10px 15px 10px 10px;
	color: #FFF;
	font-size: 1.4rem;
	
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	-ms-animation-duration:3s;
	-o-animation-duration:3s;
	animation-duration:3s;
	
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-ms-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}

.kreuzweg_statNav {
	text-align: center;
}
.kreuzweg_statNav a {
	text-decoration: none;
	padding: 5px;
	border: solid 2px #666;
	color: #666;
	text-align: center;
	display: inline-block;
	margin: 15px 5px;
	font-size: 1rem;
}
.kreuzweg_statNav a:hover {
	color: #FFF;
	background-color: #B37E0B;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
}

.kreuzweg_detailliste li {
	
	
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-ms-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.kreuzweg_detailliste button:hover {
	background-color: #C3C3C3;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	-o-transition:all .2s ease-out;
	-ms-transition:all .2s ease-out;
	transition:all .2s ease-out;
}
.kreuzweg_detailliste button {
	background-color: #D7D7D7;
	border: solid 2px #C3C3C3;
	border-radius: 9999px;
	display: block;
	padding: 10px;
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
	cursor: pointer;
	font-size: 1rem;
	width: 92%;
}
.kreuzweg_details {
	background-color: #E9E9E9;
	padding: 10px 10px 2px 10px;
	text-align: center;
	margin-left: 10%;
	margin-right: 8%;
	font-size: 0.9rem;
	width: 75%;
	margin-bottom: 8px;
	display: none;
}

.kreuzweg_container {
	float: left; 
	width: 55%
}

@media screen and (max-width:1024px) {
	.kreuzweg_jesus {
		width: 25% !important;
	}
}

@media screen and (max-width:768px) {
	.kreuzweg_text {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:580px) {
	.kreuzweg_jesus {
		width: 33% !important;
	}
	
	.kreuzweg_pic {
		width: 70%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.kreuzweg_container {
		float: none; 
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		
	}
	.kreuzweg_text {
		font-size: 1rem;
		width: 100%;
		padding: 3px 0 5px 0;
		text-align: center;
	}
	.kreuzweg_detailliste button {
		border: solid 1px #C3C3C3;
		padding: 5px;
		margin-left: 0%;
		margin-right: 0%;
		font-size: 0.9rem;
		width: 100%;
	}
	.kreuzweg_statNav a {
		padding: 2px;
		margin: 15px 2px;
		font-size: 0.9rem;
	}
	.mobile_hide {
		display: none !important;
	}
	.kreuzweg_statNav {
		margin-top: 20px;
	}
}

