@charset "UTF-8";
/* CSS Document */

.news { 
	width:860px; 
	min-height:100%; 
	height:auto; 
	margin:15px auto;
	-webkit-border-radius: 14px; 
	border-radius: 14px; 
	background-color:#fff; 
	display:inline-block;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke;
	}

.news_bild { 
	float:left; 
	width:50%;
	}
	
.bild_inner { 
	padding: 20px 0px 20px 20px;
	}
	
.news_bild img { 
	max-height:100%; 
	max-width:100%; 
	}

.news_text { 
	float:left; 
	width:50%; 
	height:auto; 
	min-height:100%;
	}
	
.news_text a{
	text-decoration:none;
	color:#333;
	text-transform:none;
		margin-left:10px;
	
	}

.news_text a:hover {
	color:#666;
	}

.text_inner { 
	padding:20px 20px 20px 30px;
	display:block; 
	font-family: 'Roboto', sans-serif; 
	font-weight:300; 
	color:#666; 
	font-size:15px; 
	line-height:24px;
	}
	
h3 {
	font-family: 'Roboto', sans-serif; 
	font-weight:700; 
	margin-bottom:15px; 
	text-transform:uppercase; 
	color:#592c10;
	font-size:18px;
	}

@media all and (max-width: 940px) {

.news { 
	width:auto; 
	min-height:100%; 
	height:auto; 
	margin:15px auto; 
	background:none; 
	background-color:#fff; 
	display:inline-block; 
	-webkit-border-radius: 14px; 
	border-radius: 14px; 
	background-color:#fff;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border:10px solid whitesmoke; 
	}

.news_bild { 
	float:left; 
	width:100%;
	}
.bild_inner { 
	padding:10px 20px;
	}
	
.news_bild img { 
	max-height:100%; 
	max-width:100%; 
	margin-bottom:40px; 
	margin-top:10px; 
	}

.news_text { 
	float:left; 
	width:100%; 
	height:auto; 
	min-height:100%; 
	margin-bottom:20px;
	}
	
.text_inner { 
	padding:0 70px 30px 70px;
	display:block; 
	font-family: 'Roboto', sans-serif; 
	font-weight:300; 
	color:#666; 
	font-size:20px; 
	line-height:32px;
	}
	
h3 {
	font-family: 'Roboto', sans-serif; 
	font-weight:700; 
	margin-bottom:15px; 
	text-transform:uppercase; 
	color:#592c10;
	font-size:24px;
	}