#introPic { display:none;}





section { clear:both;}


ol#articles { 
	float:right;  width:100%; list-style-type:none; margin:0% auto; padding:0 0 0 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	box-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;  }
	
	
#articles LI	{ flex-basis: calc(33.333% - 2rem); -webkit-flex-basis: calc(33.333% - 2rem);
					  float:left; position:relative;
					  /*border: 1px solid #ccc;*/ margin:0 0 4rem;
					  padding:0; box-sizing:border-box;
					  background:#f0f0f0;
					}

div.licontent			{ float:left; width:100%; background:none; overflow:hidden; margin-top:0px }

 #articles LI small 		{ float:left; width:100%; color: #808080; font-size:11px; line-height:11px;  text-align:left; margin-top:0px; padding:5%; }
/*#articles LI H3			{ font-size:1.5em;}


#articles H3 A			{ float:left; text-transform:none}
#articles H3 A:HOVER		{  } */
div.art-wrapper			{ float:left; margin:20px 0 0; padding:0; text-align:justify;	}


div.artmedia			{ float:left; width:100%; margin:0;}
.artmedia IMG			{ width:100%; }


div.description			{ margin:0; padding:0 }
.description img		{ margin:0 10px 10px 10px}


div.lnkwrp { float:right;  background:none }

.pure-u-1-1 div.lnkwrp { margin-top:3rem}


a.read_more_de			{display:block;  color:		#fff; background:#96c11f; width:100%;   text-align:center; transition: all ease 0.3s	}
a.read_more_de:hover		{ background:#555; color:#fff	 } 


a.read_more_en			{ display:block;  color:		#fff; background:#96c11f; width:100%;   text-align:center; transition: all ease 0.3s}
a.read_more_en:hover		{ background:#555; color:#fff } 



/* #articles { background:#fafafa; padding:3rem 0 3rem 0; background:linear-gradient(#fafafa, 50%, #C3C3C3); } */

#articles .slick-track { height:75vh;}
#news .scrollnews { max-width:var(--layout-max-width); margin:0 auto 0 auto; }
#articles .article { margin:20px; background:#fff; position:relative;}
#articles h2 { font-size:40pt; font-weight:700; color:#32414D; text-align:center; }
#articles .text { padding:5%; }
#articles h3 { text-align:left; font-weight:500; font-size:19pt;}
#articles h3 a { color:#32414D;}
#articles a.more { position:absolute; right:0; bottom:0; display:block; background:var(--layout-second-contrast-color); padding:10px; color:#fff; }
#articles a.more span { display:inline-block; /* width:0; overflow:hidden; */}
#articles a.more:hover:after { animation: anibtn 2s; }
#articles a.more:after {content:"\f178"; font-family:FontAwesome; margin-left:5px; }

@media screen and (max-width:1300px) {
	#articles LI { width:calc(33.333% - 1rem); -webkit-flex-basis: calc(33.333% - 1rem); }
}
@media screen and (max-width:1024px) {
	#articles LI { width:calc(50% - 1rem); -webkit-flex-basis: calc(50% - 1rem); }
}
@media screen and (max-width:767px) {
	#content {padding:20px;}
	#articles LI { width:100%; -webkit-flex-basis:100%; margin:20px 0 20px 0; }
}
@media screen and (max-width:567px) {
		#articles LI { padding-bottom:30px; }
}