/* @override 
	http://wp.himmo.de/wp-content/themes/dhz_bootstrap_for_hildebrand/inc/js/selectric/selectric.css?ver=1.5.9 */

/*======================================
	Selectric
======================================*/
.selectric-wrapper {
	position: relative;
	cursor: pointer;
}

.wpcf7 .selectric-wrapper {
	position: relative;
	cursor: pointer;
	padding-top: 25px;
}

.selectric-responsive {
	width: 100%;
}

.selectric {
	border: 1px solid #6f4d24;
	/* background: #969696; */
	position: relative;
	border-radius: 0;
	/* margin-bottom: 22px; */
}

.wpcf7 .selectric {
	border: 2px solid #3D3D3F;
	background: transparent;
	color: #3D3D3F;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
}

.selectric-wrapper.wpcf7-not-valid .selectric {
	border: 2px solid #3D3D3F;
	background: #EB6A27;
	position: relative;
	border-radius: 0;
	margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
	.selectric {
		margin-bottom: 25px;
	}
}

form.immo-suche .selectric {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
	form.immo-suche .selectric-sortierung .selectric {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	form.immo-suche .selectric {
		margin-bottom: 0;
	}
}

.selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 0;
	padding: 5px 10px;
	font-family: 'StoneSans Regular', Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	color: #6f4d24;
	min-height: 18px;
	letter-spacing: 1px;
}

.wpcf7 .selectric .label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 30px 0 0;
	padding: 8px 10px;
	font-family: 'StoneSans Regular', Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	color: #3D3D3F;
	min-height: 18px;
	letter-spacing: 1px;
}

.selectric-wrapper.wpcf7-not-valid .selectric .label {
	color: #ffffff;
}

.selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 26px;
	color: #BBB;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.wpcf7 .selectric .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 34px;
	color: #3D3D3F;
	text-align: center;
	font: 0/0 a;
	/* IE Fix */
	*font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
	font-family: 'seadek';
	content: "\e914";
	font-size: 15px;
	color: #6f4d24;
	position: absolute;
	top: 14px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.wpcf7 .selectric .button:after {
	font-family: 'hildebrand';
	content: "\e907";
	font-size: 20px;
	color: #3D3D3F;
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.selectric-wrapper.wpcf7-not-valid .selectric .button:after {
	color: #ffffff;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .button:after {
	font-family: 'seadek';
	content: "\e915";
}

.selectric-open .selectric {
	border-color: #6f4d24;
	/* background: #969696; */
	padding-bottom: 0;
}

.wpcf7 .selectric-open .selectric {
	border-color: #3D3D3F;
	background: transparent;
	padding-bottom: 0;
}

.selectric-open .selectric-items {
	display: block;
}

.selectric-open.selectric-above .selectric {
	border-top-width: 0;
	border-bottom-width: 2px;
}

.selectric-open.selectric-above .selectric-items {
	border-bottom-width: 0;
	border-top-width: 2px;
}


.selectric-disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.selectric-hide-select {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 0;
}

.selectric-hide-select select {
	position: absolute;
	left: -100%;
	display: none;
}

.selectric-input {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 1px !important;
	height: 1px !important;
	outline: none !important;
	border: none !important;
	*font: 0/0 a !important;
	background: none !important;
}

.selectric-temp-show {
	position: absolute !important;
	visibility: hidden !important;
	display: block !important;
}

/* Items box */
.selectric-items {
	display: none;
	position: absolute;
	top: 92%;
	left: 0;
	background: #e7e2d8;
	border: 0px solid transparent;
	border-top-width: 0;
	z-index: -1;
	padding: 0;
	margin-top: 2px;
	/* box-shadow: 0 0 10px -6px; */
}

.selectric-items .selectric-scroll {
	height: 100%;
	overflow: auto;
}

.selectric-above .selectric-items {
	top: auto;
	bottom: 100%;
}

.selectric-items ul {
	border: 1px solid #6f4d24;
}

.wpcf7 .selectric-items ul {
	position: relative;
	top: -2px;
	border: 2px solid #3D3D3F;
}

.selectric-items ul, .selectric-items li {
	font-family: 'StoneSans Semi', Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
	/* min-height: 20px; */
}

.selectric-items li {
	display: block;
	padding: 6px 20px;
	color: #6f4d24;
	cursor: pointer;
}

.wpcf7 .selectric-items li {
	display: block;
	padding: 6px 20px;
	color: #3D3D3F;
	cursor: pointer;
	font-family: 'StoneSans Regular', Arial, Helvetica, Geneva, sans-serif;
}

.selectric-items li.selected {
	background: #6f4d24;
	color: #ffffff;
}

.selectric-items li:hover {
	background: #6f4d24;
	color: #ffffff;
}

.selectric-items .disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: default !important;
	background: none !important;
	color: #666 !important;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
	font-weight: bold;
	padding-left: 10px;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: none;
	color: #444;
}

.selectric-items .selectric-group.disabled li {
	filter: alpha(opacity=100);
	opacity: 1;
}

.selectric-items .selectric-group li {
	padding-left: 25px;
}

