#content2 {
	grid-area:news;
}

@media only screen and (min-width:1220px) {
#newsarchiv {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows: min-content;
	grid-gap:24px;
}
}
#newsarchiv article {
	position:relative;
	width:100%;
	padding-bottom:32px;
	border-bottom:2px dotted #9d9d95;
}
#newsarchiv article:last-child,
#newsarchiv article:nth-last-child(2) {
	border:0;
}

#newsarchiv figure {
	display:block;
	position:relative;
	width:100%;
	padding:64.41% 0 0 0;
	margin:0 0 12px 0;
	overflow:hidden;
	line-height:0;
}
#newsarchiv figure a img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	max-width:100%!important;
	height:auto;
	-webkit-transition: all 0.4s 0.1s;
	transition: all 0.4s 0.1s;
}
#newsarchiv figure:hover img {
	width:106%!important;
	max-width:106%!important;
	top:-3%;
	left:-3%;
	-webkit-transition: all 0.4s 0.1s;
	transition: all 0.4s 0.1s;
}
@media only screen and (max-width:1220px) {
#newsarchiv article {
	margin-bottom:16px;
}
}