.boxContent-row2 {
  margin-left: 0 !important;
}
.ce-uploads {
	padding: 5px;
	border: 0 solid rgb(200,200,200);
	background: rgb(250,250,250);
	height: 240px;
	width: 60%;
	overflow-y: auto;
}

.boxContent .csc-frame-default {
	margin-bottom: 30px;
}

*, ::before, ::after {
	box-sizing: content-box;
}

.boxContent-row1,
.boxContent-row2,
.boxContent-row3 {
	display: block;
	width: 100%;
	clear: both;
}
/* Zweites Layout */
.boxContent-row2 {
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}
.col {
	position: relative;
	width: 50%;
	float:left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
@media (max-width: 767px) {
	.col {
		width: 100%;
	}
}

#c4992 img{
  width: 100%;
  height: auto;  
}
#c4992 .csc-textpic-imagecolumn {
  padding-left: 5px;
  width: 32%;
  float:left;
  margin-bottom: 15px;
}


/* Formulare */

fieldset {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	/*padding: 0 !important;*/
}
.form-group{
	padding: 4px 10px;
}

input,
textarea {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0;
	border: none;
}

fieldset legend {
	border: none !important;
	font-weight: bold;
}

fieldset input {
	border: solid #56A03B 1px;
}
fieldset .help-block {
	font-size: 12px;
}
input[type=radio] {
	width: auto;
	margin-right: 15px;
}

#nuM-Mitglidschaft-text-12 {
	display: none;
}
