/* im-fell-french-canon-regular - latin */
@font-face {
  font-family: 'IM Fell French Canon';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/im-fell-french-canon-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/im-fell-french-canon-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/im-fell-french-canon-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/im-fell-french-canon-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/im-fell-french-canon-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/im-fell-french-canon-v21-latin-regular.svg#IMFellFrenchCanon') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}


.news_container{
	background:url(../images/paper.png) top left repeat!important;
}

.news3 {
	display:table;
	width:90%;
	max-width:400px;
	margin:auto;
	margin-bottom: 20px;
	overflow:hidden;
	padding:0!important;	
	vertical-align:middle;
	box-shadow:4px 4px 15px #222;
}

.news3:first-child{
	margin-top:-10px;	
}
	
.news3:last-child{
	margin-bottom:-10px;
}

.news3 .wrapper_previewnews{
	padding:0;
	display:table-row;
}

.news3 .wrapper_previewnews .previewnews{
	padding:0;
	margin:0
}

.news3 .wrapper_previewnews .bild{
	margin:0;
}

.news3 .wrapper_previewnews .bild img{
 	min-width:100%;
	width:100%;
	margin:0; 
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all .5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
	position:50% 50%;
}

.news3:hover .wrapper_previewnews .bild img{
	-webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.news3:nth-child(even) .wrapper_previewnews{
	background:#DAA520;
}

.news3:nth-child(odd) .wrapper_previewnews{
	background:#222;
}

.news3:nth-child(even) .wrapper_previewnews h2{
	color:#222;
}

.news3:nth-child(odd) .wrapper_previewnews h2{
	color:#DAA520;
}

.wrapper_previewnews p,.wrapper_previewnews h2 {
	padding:5px 20px 10px;
}

.wrapper_previewnews p a, .wrapper_previewnews p{
	color:#fff;	
}

.wrapper_previewnews h2{
	margin-top:2%;
	text-align:center;
	font-size:1.5em;
	color:rgba(159, 105, 19,1);
	font-family: 'IM Fell French Canon', serif;
	font-style:italic!important;
}

.wrapper_previewnews p{
	font-family: 'Lato', sans-serif;	
}

@media (min-width:620px) and (max-width:850px){
	.news3 .wrapper_previewnews .bild img{
		min-width:300px;
	}
	
	.news3:first-child{
		margin-top:0;	
	}
	
	.news3:last-child{
		margin-bottom:0;
	}
}

@media (min-width:620px){
	.news3{
		width:100%;
		max-width:100%;
		margin:auto;
		margin-bottom:auto;
	}
	

	
	.news3 .previewnews-wrapper .bild {
		height:200px;
	}
	
	.news3:hover .wrapper_previewnews .bild img{
	-webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
	}

	.news3:nth-child(odd) .wrapper_previewnews .bild{
		float:right;
		width:40%;
		margin:0;
	}
	
	.news3:nth-child(even) .wrapper_previewnews .bild{
		float:left;
		width:40%;
		margin:0;
	}
	.news3:nth-child(odd) .wrapper_previewnews p, .news3:nth-child(odd) .wrapper_previewnews h2 {
		float:left;
		width:60%;
		padding:0 15px;
	}
	
	.news3:nth-child(even) .wrapper_previewnews p, .news3:nth-child(even) .wrapper_previewnews h2 {
		float:right;
		width:60%;
		padding:0 15px;
	}	

}


@media (min-width:920px){
	.news3:first-child{
	margin-top:-20px;	
	}
		
	.news3:last-child{
		margin-bottom:-20px;
	}
	.news3 .wrapper_previewnews h2{
		font-size:2em;	
	}
	
	.news3 .wrapper_previewnews .bild{
	height:230px;
	margin:0;
	}
	
	.news3:nth-child(odd) .wrapper_previewnews .bild{
	width:40%;
	margin:0;
}

.news3:nth-child(even) .wrapper_previewnews .bild{
	width:40%;
	margin:0;
}
.news3:nth-child(odd) .wrapper_previewnews p, .news3:nth-child(odd) .wrapper_previewnews h2 {
	width:60%;
	padding:0 15px;
}

.news3:nth-child(even) .wrapper_previewnews p, .news3:nth-child(even) .wrapper_previewnews h2 {
	width:60%;
	padding:0 15px;
}	
}

