.ich_content * {
	box-sizing: border-box;
}

.ich_content p {
	font-size: 16px;
}

.ich_cb{
	clear: both;
}
.ich_content{
	position: relative;
	padding: 30px 20px;
	background: #fff;
}
#ich_sticky_header_box{
	position: fixed;
	width: 110%;
	height: 55px;
	z-index: 1;
	margin-left: -5%;
	top: 0;
	transform: translateY(-110%);
	transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
	display: none;
}
.ich_sticky_header{
	height: 100%;
	width: 100%;
	background-color: #ffe400;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	padding: 10px 40px;
	border: 2px solid #000;
	text-align: center;
}
.ich_sticky_info{
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	text-align: left;
	float: left;
	width: 50%;
}
.ich_sticky_house{
	float: right;
	width: 50%;
	max-width: 250px;
}
.ich_fade_in{
	transform: translateY(calc(0% - 2px)) !important;
}
.ich_teaser_box{
	width: 100%;
	height: 333px;
	border: 2px solid #27556f;
	border-bottom-width: 7px;
}
.ich_teaser_left{
	position: relative;
	width: calc(100% - 303px);
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
}
.ich_teaser_right{
	position: relative;
	border-left: 2px solid #27556f;
	width: 300px;
	height: 100%;
	float: right;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.ich_h1_box{
	position: absolute;
	width: calc(100% - 100px);
	margin-left: 50px;
	bottom: -23px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.55);
	padding: 15px 20px;

}
.ich_h1{
	font-size: 34px;
	font-weight: bold;
	color: #27556f;
	text-align: center;
	margin: 0;
}
.ich_h2{
	font-size: 24px;
	font-weight: bold;
	color: #27556f;
	margin-bottom: 10px;
}
.ich_back_button{
	position: absolute;
	top: 25px;
	left: 25px;
	cursor: pointer;
	transition: all 0.1s;
}
.ich_back_button:hover{
	left: -3px;
	transition: 0.2s;
}
.ich_container, .ich_info_ergaenzung, .ich_produkt_einleitung{
	background: #fff;
	padding: 0px 20px 0 10px;
}
.ich_container{
	position: relative;
	padding-top:70px;
}
.ich_infobox{
	position: relative;
	float: right;
	width: 303px;
	height: 145px;
	background-color: #ffe400;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	padding: 20px;
	margin: 0px 0px 20px 40px;
	border: 3px solid #000;
}
.ich_infobox .ich_infobox_info{
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
}
.ich_infobox_house{
	padding-bottom: 11px;
}
.ich_infobox_danger{
	position: absolute;
	right: 13px;
	top: 20px;
	width: 60px;
}
.ich_container_left{
	float: left;
	width: 140px;
	text-align: center;
}
.ich_container_right{
	float: left;
	width: calc(100% - 140px);
	margin-bottom: 70px;
}
.ich_info_ergaenzung{
	font-size: 14px;
	margin: 0;
	padding: 0 20px 50px 20px;
}
.ich_produkt_einleitung{
	font-size: 18px;
	color: #27556f;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 50px 20px;
}
@media screen and (max-width: 800px){
	.ich_teaser_left{
		width: 100%;
	}
	.ich_teaser_right{
		display: none;
	}
	.ich_container{
		padding-top: 232px;
	}
	.ich_infobox{
		position: absolute;
		top: 65px;
		right: calc((100% - 303px) / 2);
	}
}
@media screen and (max-width: 600px){
	.ich_h1_box{
		width: calc(100% - 20px);
		margin-left: 10px;
	}
	.ich_h1{
		font-size: 26px;
	}
	.ich_h2{
		font-size: 22px;
	}
	.ich_teaser_box{
		height: 200px;
	}
	.ich_infobox{
		display: none;
	}
	.ich_container{
		padding-top: 70px;
	}
	#ich_sticky_header_box{
		display: block;
	}
}
@media screen and (max-width: 495px){
	.ich_sticky_info{
		font-size: 12px;
		line-height: 1;
	}
}
@media screen and (max-width: 420px){
	.ich_content{
		padding: 10px;
	}
	.ich_container_left{
		float: none;
		margin-bottom: 20px;
	}
	.ich_container_right{
		float: none;
		width: calc(100% - 20px);
	}
	#ich_sticky_header_box{
		height: 33px;
	}
	.ich_sticky_header{
		padding: 10px 20px;
	}
	.ich_sticky_info{
		font-size: 12px;
		line-height: 1;
		width: 100%;
		text-align: center;
	}
	.ich_sticky_house{
		display: none;
	}
}