/**
	viewport smartphone
	copyright harold raduschewski
	www.formularbox.de
*/

#my_left_image{
	display: none;}
#my_aktuelles{
	display: none; 
	line-height:14;
	font-size: 12px;}

#my_h1_small{
	/*display: none;
	font-size: 12px;
	line-height: 16px;*/}
	
body {
}

h1 {
  font-size: 25px;
  line-height: 50px;
}

h2, h3, h4, h5 {
  font-size: 24px;
  line-height: 28px;
}

/** all layout sections width 100% */
header,nav, main, footer {
	width:100% !important;
}

/** footer */
footer[role=nav]{
	padding:20px 20px 30px 30px !important;
}

footer[role=nav] a{
	display:block !important;
	padding-bottom: 15px;
}

.align_justify {
	text-align: left
}

/** contact form */
#frm_contact .InputBox {
	width:100% !important;
}

#frm_contact button {
	width:100%;
}

/** pricelist */
.pricelist_wrap {
	width:100%;
	padding:0;
	margin-bottom: 20px;
}

/** team */
.team {
	padding:20px;
}
.team img{
	width: 100% !important;
	height: auto;
	margin: 0 0 20px 0;
}

/** culumns 100% */
.col_50, .col_50_last,.col_33,.col_33_last,.col_25,.col_25_last,.col_66,.col_66_last,.col_75,.col_75_last {
	clear: both;
	width: 100%;
	padding:0;
}

/** msg_error */
.msg_error {
	width:90%;
	margin:auto;
	margin-top:20px !important;
	margin-bottom:100px !important;
	font-size: 100%;
}

.msg_error h6{
	font-size: 22px;
}
