#intro {
	position: relative;
	display: block;
}
#intro:before {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	top: 0;
	background: #b8d4e6;
	bottom: 0;
	left: calc( -1*(100vw - 100%) / 2);
}
#intro img {
	width: 100%;
	position: relative;
	margin-bottom: 1px;
}
.description .wrap {
	margin-bottom: 150px;
	max-width: 887px;
	line-height: 143%;
}
#metainf {
	padding-top: 45px;
}
#metainf div,
#metainf h1 {
	display: table;
	width: auto;
}
#metainf h1 {
	padding: 5px 0 30px;
	font-size: 30px;
}
.projDetMarke {
	border-bottom: 1px solid #ccc;
}
.projDetMarke .markeKat {
	margin-top: 9px;
	font-size: 15px;
	width: auto;
	display: table;
}
.projDetMarke .markeKat:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	margin-bottom: 9px;
	border-bottom: 1px solid #000;
}
.projDetMarke h2 {
	padding-top: 30px;
	font-size: 20px;
	display: table;
	width: auto;
	margin-bottom: 3px;
}
.projDetMarke .markeInf {
	font-size: 20px;
	display: table;
	width: auto;
	margin-bottom: 3px;
}
.projDetMarke .markeImg {
	padding: 30px 0 75px;
}
.projDetMarke:last-child {
	border: 0;
}
br.fcclear {
	display: none;
}
.txtdyn {
	position: relative;
}
.txtdyn:after {
	content: "";
	display: block;
	height: 0;
	border-bottom: 1px solid #93bdd8;
	width: 100vw;
	left: calc( -1*(100vw - 100%) / 2);
	position: absolute;
	bottom: -55px;
}
.fcpagenav.btn-group {
	display: block;
	padding: 0 25px;
}
.fcpagenav-return.btn {
	display: block;
	text-align: right;
	padding-bottom: 5px;
}
.fcpagenav-prev.btn:before {
	content: "<";
	padding-right: 10px;
}
.fcpagenav-next.btn:after {
	content: ">";
	padding-left: 10px;
}
.fcpagenav .btn.disabled {
	display: none;
}
