/* formhandler */
.Tx-Formhandler {
	padding: 15px;
}
.form-group {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
}

.checkbox label {
	font-weight: normal;
	font-family: 'fira_sansbook', Arial;
	font-size: 16px;
}

.control-label {
	font-weight: normal;
	color: #8d8d88;
	white-space: nowrap;
	font-family: 'fira_sansbook', Arial;
	font-size: 16px;
}
.form-horizontal .control-label {
	line-height: 27px;
	padding-top: 0;
	white-space: normal;
}
.form-control {
	height: 27px;
	border-radius: 0;
	border-color: #C2C2BF;
	padding: 1px 5px;
}
.form-control:focus {
	border-color: #0030A5;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-group .help-block { margin: 0; }
input[type=reset], input[type=submit], .btn-erfurt {
	height: 27px;
	background-color: #8D8D88;
	color: #fff;
	padding: 4px 12px;
	border-radius: 8px;
	font-family: 'fira_sansbold', Arial;
	border:none;
	font-size: 16px;
}
input[type=reset]:hover, input[type=submit]:hover, .btn-erfurt:hover {
	border: 1px solid #8D8D88;
	color: #333;
	background-color: #e6e6e6;
	text-decoration: none;
}
#c268 .Tx-Formhandler {
	border-color: transparent;
}

#c268 .control-label {
	color: #161616;
}

input[type="checkbox"], input[type="radio"] {
	display:none;
}

input[type="checkbox"] + .checkbox, input[type="radio"] + .radio  {
	width:13px;
	height:13px;
	padding: 0;
	margin: 0 0 0 -20px;
	min-height: 1px;
	border:1px solid #8d8d88;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}


input[type="checkbox"] + .checkbox:hover, input[type="radio"] + .radio:hover {
	cursor:pointer;
}

input[type="checkbox"]:checked + .checkbox, input[type="radio"]:checked + .radio {
	background:#8d8d88;
}

.margin_bottom {
	margin-bottom: 0;
}

.label_black .control-label {
	color: #000;
	font-family:'fira_sansbold', Arial;
	white-space: nowrap;
}
.label_black .has-error { color: #a94442; }

.pattern .img,
.catalog .img {
	width: 100%;
	height: 93px;
	border: 1px solid #C2C2BF;
	overflow: hidden;
}

.pattern .img img,
.catalog .img img {
	width: 100%;
	height: auto;
}

.pattern-block,
.catalog-block {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 15px;
}

.pattern-block .pattern,
.catalog-block .catalog {
	padding: 0 5px;
	position: relative;
	margin-bottom: 15px;
}

.pattern .remove,
.catalog .remove {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 10px;
	display: none;
	cursor: pointer;
}

.pattern .remove.active,
.catalog .remove.active {
	display: block;
}

.owl-carousel .owl-item img {
	height: auto;
}

.modal-header, .modal-footer { border: 0; }
#seal-modal .modal-body { padding: 35px; }
#seal-modal .modal-header button > span:first-child {
	background-image: url(/fileadmin/templates/system_images/icon_x.png);
	width: 40px;
	height: 38px;
	display: block;
	font-size: 0;
}

#seal-modal .modal-header button { opacity: 0.55; }
#seal-modal .modal-header button:hover { opacity: 0.7; }

.siegel .owl-item { cursor: pointer; }
.siegel .owl-item h3 { visibility: hidden; }

.btn-block > div {
	width: 35px;
	height: 50px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
}

.btn-block > div:hover {
	opacity: 1;
}

.btn-prev {
	background-image: url(/fileadmin/templates/system_images/arrow_carousel_left.png);
	left: 0;
}

.btn-next {
	background-image: url(/fileadmin/templates/system_images/arrow_carousel_right.png);
	right: 0;
}
