﻿
#img-galery-39 {
	margin: 5px;
	padding: 3px;
	min-height: 1em;
}
#img-galery-39 .bhv-image.textunten {
	float: left;
	clear: none;
	padding: 2px;
	margin: 2px;
	height: 320px;
	width: 260px;
	overflow: hidden;
	text-align: center;
	border: 1px #bbb dotted;
}
#img-galery-39 .bhv-image.notext {
	float: left;
	clear: none;
	padding: 2px;
	margin: 2px;
	height: 190px;
	width: 260px;
	overflow: hidden;
	text-align: center;
	border: 1px #bbb dotted;
}
#img-galery-39 .bhv-image img {
	max-width: 240px;
	max-height: 180px;
}
#img-1415 img {
	max-width: 100%;
}
#img-1416 img {
	max-width: 100%;
}
#img-1417 img {
	max-width: 100%;
}
#img-1418 img {
	max-width: 100%;
}
#img-1419 img {
	max-width: 100%;
}
#img-1420 img {
	max-width: 100%;
}
#img-1421 img {
	max-width: 100%;
}
#img-1422 img {
	max-width: 100%;
}
#img-1423 img {
	max-width: 100%;
}
#img-1424 img {
	max-width: 100%;
}
/* News detail template */
#cont-10 {
	padding-top: 140px;
	padding-bottom: 80px;
}
#cont-10 .news-content {
	margin: 0 auto;
}
#cont-10 .news-body {
	max-width: 900px;
}
#cont-10 .news-body p {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.55;
}
#cont-10 .news-body p:first-child,
#cont-10 .news-body h1:first-child {
	margin-bottom: 26px;
	font-size: clamp(34px, 5vw, 64px);
	line-height: 0.95;
	font-weight: 700;
	color: var(--color, #161616);
}
#cont-10 .news-body a {
	color: #e2001a;
	text-decoration: none;
	text-underline-offset: 5px;
}
#cont-10 .news-body a:hover,
#cont-10 .news-body a:focus-visible {
	text-decoration: underline;
}
#cont-10 .news-body img {
	display: block;
	float: none;
	width: 100%;
	max-width: 820px;
	height: auto;
	margin-top: 44px;
}

@media (max-width:800px) /* responsive */ {
	#cont-10 {
		padding-top: 90px;
		padding-bottom: 56px;
	}
	#cont-10 .news-body p {
		font-size: 16px;
	}
	#cont-10 .news-body p:first-child,
	#cont-10 .news-body h1:first-child {
		font-size: 36px;
	}
	#cont-10 .news-body img {
		margin-top: 32px;
	}
}
/* End news detail template */