.content_frame_out {
	background:none;
	background-color:white !important;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffefb+0,fffcf3+50,fffaed+51,fffdf7+100 */
background: rgb(255,254,251); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(255,254,251,1) 0%, rgba(255,252,243,1) 50%, rgba(255,250,237,1) 51%, rgba(255,253,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(255,254,251,1) 0%,rgba(255,252,243,1) 50%,rgba(255,250,237,1) 51%,rgba(255,253,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(255,254,251,1) 0%,rgba(255,252,243,1) 50%,rgba(255,250,237,1) 51%,rgba(255,253,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffefb', endColorstr='#fffdf7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#content {
	font-size:12pt;
}

#content h1 {
	font-size:25pt;
}

.teaser2_tbl {
	width:103%;
}

.teaser2_tbl {
	margin-right:-20px;	
}

.teaser2_tbl td {

	padding:10px;
	overflow:hidden;

}

.teaser2_tbl td img {

	width:100%;
}



.teaser2_tbl tr:first-child td {
	padding-top:0px;
}


.slider_start_out {
	max-height:405px;
	overflow:hidden;
	display:inline-block;
}

.slider_start {
	overflow:hidden;
	width:754px;
	position:relative;
}

.slider_item img {
	width:100%;
}

.owl-pagination {
	display:none;
}

@media only screen and (max-width: 690px) {

	.slider_start_out {
		max-height:100%;
	}

	#slider_col {
		margin-bottom:10px;
		padding-right:0px !important;
	}
	.teaser2_tbl {
		margin-right:0px;
		width:100%;
	}
	
	.teaser2_tbl td:nth-child(1) {
		padding-left:0px;
	}
	
	.teaser2_tbl td:nth-child(2) {
		padding-right:0px;
	
		
	}



}