/* ---------------------------------------------------------- responsive */
@media (max-width: 768px) 	{
/* ----------------------------------------------------------- STRUCTURE */
img {
	max-width:100%;
	height:auto;
}
#wrapper {
	position:absolute;
	width:100%;
	margin:0 auto;
	background:url('/img/bg_artikel.jpg') right 24px no-repeat;
	max-width:100%;
}
#wrapper.home {
	width:100%;
	background:url('/img/bg_home.jpg') right 24px no-repeat;
}


#footer {
	width:100%
}
/* ---------------------------------------------------------------- HOME */
div#slidebox_wrapper{
	top:204px;
	width: 100%;
}
div.slidebox{
  position:relative;
  float:left;
  margin:3%;
}

div.slidebox#sb1 {
  display: none;
}

div.slidebox#sb2 {
  left:0px;
}

div.slidebox#sb3 {
  left:0px;
}

div#featureds {
  width:100%;
}

div.featured{
  height:182px;
  margin:25px 10% 0px 10%;
}

/* ------------------------------------------------------------ side */

/* ------------------------------------------------------------ main */
#main { 
	width:95%; 
	margin:204px auto 0 auto; 
	background:url('/img/white85.png'); 
	min-height:590px;
}

#main #c1 {
	width:100%;
}

#main #c2 {
	display: none;
	
}
/* ------------------------------------------------------------ form */
form.form_basic input.text,
form.form_snippetlong .textarea { width:95%; }
form.form_basic .textarea { width:95%}

/* ----------------------------------------------------------- forum */
form.form_basic textarea.addpost_content {
	width:95%;
}
form.form_basic textarea.addcomment_content {
	width:95%;
}

form.form_basic input.addpost_title {
	width:95%;
}

/* ----------------------------------------------------------- Form */
/* -- 18-08-2015 -------------------------------------------------- */
div#selectform_wrapper {
}

div.selectform {
}

div.selectform_header {
	width: 18%;
}

div.selectform_row {
	width: 79%;
}

div.selectform_item {
}


/* ------------------------------------------------------------- end */
}
