html {
	-webkit-text-size-adjust: none;
}

body {
	font-size: 14px!important;
}

.inside {
	width: 100%!important;
	margin: 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.head {
	background: #fff;
	padding: 19px 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

/*
#### CONTAINER #### */

.container-left, .container-right {
	width: 100%;
	float: none;
}

.clear-mobile {
	clear: both;
}

/*
#### TEASER #### */

.teaser-left, .teaser-right {
	height: 185px!important;;
}

.teaser-call-to {
	width: 100%;
	font-size: 16px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.teaser-left {
	background: url('./../images/teaser-left.jpg') no-repeat center 0 transparent;
	background-size: cover;
}

.teaser-right {
	background: url('./../images/teaser-right.jpg') no-repeat center 0 transparent;
	background-size: cover;
}

/*
#### CONTENT #### */

.content {
	position: static;
	top: 0;
	margin-top: 29px;
	margin-bottom: 29px;
}

.content-left p, .content-right p {
	width: 100%;
	max-width: auto;
}

.sixth {
	border-bottom: 0!important;
}

.first,
.second,
.third,
.first,
.fourth,
.fifth,
.sixth {
	float: none;
	width: 100%;
	border-bottom: 1px solid #cecece;
}



.content-left a, .content-right a {
	padding: 6px 0;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.content-left {
	position: static;
}

.content-left, .content-right {
	padding-left: 19px;
	padding-right: 20px;
	width: 100%;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

.content-left .line, .content-right .line {
	display: none;
}

.center {
	margin: 30px 0 20px 0;
}