@import url(/css/font-awesome-4.5.0/css/font-awesome.min.css);

.ausg {
	width:730px;
	float:left;
}

.select2-container {
    font-size:12px;
}
	
#varresult {
	margin-left:0px;
}
.scroll {
	overflow-y:auto;
}
.plzblock {
	margin-top:5px;
	float:left;
}
.ausg fieldset {
	width:100%;
	float:left;
	padding: 0 15px;
}

.minval input, .maxval input {
	width:10px;
	border:none;
	color:#666;
}
fieldset.ddneu {
	padding: 0 20px 20px;
	margin: 0 0 30px;
	/* border: 2px solid #013068;*/
		  border: 1px solid #e2e2e6;
	background: #FFF;
	min-height: 70px;
}
/* Give each fieldset legend a nice curvy green box with white text */
		
fieldset.ddneu legend {
	color: #666;
	/*background: #96C038;*/
			background-image: -webkit-linear-gradient(top left, white 0%, #e2e2e6 100%);
	background-image: -moz-linear-gradient(right bottom, white 0%, #e2e2e6 100%);
	background-image: -o-linear-gradient(white 0%, #e2e2e6 100%);
	background-image: linear-gradient(white 0%, #e2e2e6 100%);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
	width: 9em;
	border: 1px solid #e2e2e6;
}
#varresult ul {
	padding-left: 20px;
}


.sslinks {
	position:relative;
	text-decoration:none;
	color: #c50a33;
	font-size: 92%;
	margin-bottom: 0px;
	float:left;
	line-height: 14px !important;
}
.sublinks {
	text-decoration:none;
	color:  #383841;
	font-size: 88%;
	margin-bottom: 0px;
	float:left;
	line-height: 14px !important;
}
.usages {
	color:#666;
	font-size:80%;
}
.sortlist {
	height: 30px;
}
.ulsl {
	/*list-style-image: url("/images/greyarr10.png");*/
		list-style:none;
}
.m5 {
	/*margin: 5px;*/
	margin: 3.5px 0;
	float:left;
}
#plz {
	width:168px;
	margin-top:5px;
	padding: 4px 5px;
	display: inline-block;
	font-size: 12px;
	color:#444;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	border-radius: 3px;
	box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}

.search_icon {
	position: relative;
	top: 5px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	/*filter: url(/images/icons/preview.png#greyscale);*/
	filter: gray;
	-webkit-filter: grayscale(1);
}
.search_icon:hover {
	box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	filter: none;
}
.color {
	box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	filter: none;
	cursor: pointer;
}

.varfinder2017 input[type='checkbox'],.varfinder2017 input[type='radio'] {
	width: 11px;
	height: 11px;
	font-size: 1.3em;
	font-weight: 600;
	transition: 0.5s ease all;
	line-height: 12px;
	border:none;
	cursor:pointer;
}
img {
	border:none;
	color:#fff;
}


/*RADIO*/
	.nch {
		background:#fff;
		border: 1px solid #aaaaaa;
		border-radius: 3px;
	}
	.nch:hover {
		background-image: linear-gradient(white 0%, #e2e2e6 100%);
		border: 1px solid #e2e2e6;
		color: #666;
	}
	.icr-label {
		cursor:pointer;
		font-size:14px;
	}
	.varfinder2017 [type="radio"] + span::before {
		content: '';
		display: inline-block;
		width: 11px;
		height: 11px;
	    	font-size: 1.5em;
	    	font-weight: 600;
		box-shadow: 0 0 0 2px #aaaaaa;
		margin-right: 0.65em;
		transition: 0.5s ease all;
	}
	.varfinder2017 [type="radio"]:checked + span::before {
		box-shadow: 0 0 0 2px #aaaaaa;
	    	color: #96c038;
	    	content: "✓";
	    	line-height: 10px;
		background-color: #efefef;
	}
	
	.varfinder2017 [type="checkbox"] + span::before, .varfinder2017 [type="radio"] + span::before {
		content: '';
		display: inline-block;
		width: 11px;
		height: 11px;
	    	font-size: 1.3em;
	    	font-weight: 600;
		margin-right: 0.62em;
		transition: 0.5s ease all;
		line-height: 12px;
		box-shadow: 0 0 0 2px #aaaaaa;
	}
		.varfinder2017 [type="checkbox"] + span:hover::before,.varfinder2017 [type="radio"] + span:hover::before {
			box-shadow: 0 0 0 2px #79a629;
		}
	.varfinder2017 [type="checkbox"]:checked + span::before, .varfinder2017 [type="radio"]:checked + span::before {
		background-color: #efefef;
		box-shadow: 0 0 0 2px #79a629;
		color: #96c038;
		content: "✓";
		line-height: 7px;
	}
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		/* IE10+ CSS styles go here */
		.varfinder2017 [type="checkbox"]:checked + span::before {
			line-height: 1px;
		}
	}
	.varfinder2017 [type="checkbox"]:checked + span, .varfinder2017 [type="radio"]:checked + span {
		color:#5A841E;
	}
	.varfinder2017 [type="checkbox"]:checked + span + div, .varfinder2017 [type="radio"]:checked + span + div {
		color:#5A841E;
	}
	
	.varfinder2017 [type="checkbox"] + span, .varfinder2017 [type="radio"] + span {
		width:100%;
	}
	
	/*[type="radio"]:focus + span::after {
	  content: '\0020\2190';
	  font-size: 1.5em;
	  line-height: 1;
	  vertical-align: -0.125em;
	}*/
	
	/* One radio button per line */
	label {
		display: block;
		cursor: pointer;
	}
		label:hover {
			color:#79a629;
		}
.jki {
	text-decoration:none;
	float:right;
}

.varfinder2017 h4:first-child {
	margin:3px auto 5px;
}

.varfinder2017 h4 {
	margin:25px auto 5px;
	border-bottom: 1px solid #C9C9C9;
}
.varfinder2017 ul {
	margin:3px auto;
}

#varresult .varnav .submenu3 .title {
	top: -65px;
	height: 60px;
	line-height: 25px;
}

	.snrot {
		color:#b91e1d;
	}

.varz {
	font-size:94%;
	margin-left: 5px;
}
.quality + span.littlqual::before {
    margin-right: 0.40em;
}
.lquality {
	/*margin-right:4px;*/
	margin-right: 12.8px;
}

.blquality .m5:last-child {
	margin-right:0px;
}
	.lquality:hover {
		color:#79a629;
	}

.ullist li {
	list-style: outside none none;
     margin-left:-40px;
}
	.ullist li label:hover {
		color:#79a629;
	}

.bigspan {
	margin-left:18px;
	margin-top: -23px
}


#varresult {
	float:left;
	width: 770px;
}

#maincontent #varresult .varnav .submenu {
	float: left;
	margin-right: 2%;
	width: 229px;
	
	border:1px solid #c9c9c9;
	padding:5px 5px 5px 10px;
	margin-bottom:15px;
	overflow: hidden;
}

#maincontent #varresult .varnav .submenu:hover {
	background-color:#e1e4ed;
}

#maincontent #varresult .varnav .submenu:last-child,
#maincontent #varresult .varnav .submenu:nth-child(3n)  {
	margin-right: 0;
}

	.snrot {
		float:left;
		width:100%;
	}
	
	.vorteile {
		float:left;
		padding:2px;
		white-space: normal;
		font-size:14px;
		width:210px;
		line-height:20px;

	}
	#varresult .varnav .submenu3 .title {
	    height: 47px;
	    width: 215px;
	    color:#000;
	    
	    /*top: -50px;  */	  
	    margin-top: -51px;
    	    top: 0;
	}

.jki_result {
	clear:left;
	float:left;
	width:100%;
	/*margin-top: -50px;*/
	margin-bottom:10px;
}
	.jki_result h5 {
		color:#525252;
		margin-bottom:10px;
	}
	
.cfett {
	font-weight:bold;
}



.beraterinfo {
	background: white none repeat scroll 0 0;
    color: #000;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: -56px;
    opacity: 0.7;
    overflow: hidden;
    padding: 4px 0 4px 5px;
    position: relative;
}
.bkontinfo {
	font-size:90%;
}
#mainleft .vk h3 {
	margin:0px;
	margin-bottom:10px;
}

#mainleft .blocks .moduletitle {
    font-size: 110%;
}
	#mainleft .vkcontent {
		float:left;
		width:180px;
	}
	
#mainleft .varfinderbl {
	display:block;
}

.varname {
	margin-bottom: 0;
}
	.varname .cgrey {
		margin-bottom: 0;
		float: left;
		font-size: 14px;
		line-height: 19px;
		margin: 8px auto;
		width: 100%;
		margin-top: 5px;
		font-weight:400;
		color:#666;
		font-size:85%;
		margin-bottom:0px;
	}
	
.zeile {
	float:left;
	width:100%;
}

#varresult .varnav .submenu {
	float: left;
	/*min-height:80px;*/
}

#varresult .varnav .image {
	width: 60px;
	height: 49px;
	float: left;
	margin-left: 0px;
}

#varresult .varnav .has-jki-results .image {
    margin-left: 10px !important;
}


#varresult .varnav img .image img {
	width: 60px;
	height: 49px;
}

#varresult .varnav .varname {
	display: block;
	width: 154px;
	float: left;
	margin-top: 0;
	margin-left: 10px;
	font-size: 100% !important;
}

#varresult .varnav .has-jki-results .varname {
	margin-left: 5px !important;
}
					
#varresult .varnav .jki_result {
	margin: 0;
	margin-top: 0px;
	position: absolute;
	margin-left: -5px;
	width:10px !important;
}

#varresult .varnav .jki_result img {
	float:left;
	width:10px;
	height:15px;
	margin-bottom:2px;
}
#varresult .varnav .jki_result img:last-child {
	margin-bottom:0px;
}






div.varfinder2017 {
	background-color:#94c23c;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding:6px;
}
div.varfinder2017 input[type=text],
.select2-container--default .select2-selection--single {
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
}
.select2-container--default .select2-results > .select2-results__options {
	overflow-x:hidden;
}

div.varfinder2017 input[type=text] {
	width:156px !important;
}

div.varfinder2017 input[type=checkbox], div.varfinder2017 input[type=radio] { display:none; }
div.varfinder2017 input[type=checkbox] + label:before, div.varfinder2017 input[type=radio] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}

div.varfinder2017 input[type=checkbox] + label:before { content: "\f096"; }
div.varfinder2017 input[type=radio] + label:before { content: "\f1db"; }

div.varfinder2017 input[type=checkbox] + label:before, div.varfinder2017 input[type=radio] + label:before { letter-spacing: 4px; }

div.varfinder2017 input[type=checkbox]:checked + label:before  { content: "\f046"; }
div.varfinder2017 input[type=radio]:checked + label:before { content: "\f00c"; }
div.varfinder2017 input[type=checkbox]:checked + label:before, div.varfinder2017 input[type=radio]:checked + label:before { letter-spacing: 5px; }
div.varfinder2017 label:hover { color:#064502; }
div.varfinder2017 a.buttonclick {
	display:inline-block;
	width:152px;
	padding:2px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#5B8424;
	color:#fff !important;
}
div.varfinder2017 a.buttonclick:hover {
	color:#064502;
}
div.varfinder2017 a.buttonclick:click {
	color:#064502;
}
div.varfinder2017 h4:first-of-type {
	margin-top:6px !important;
}


.varcompare {
	color:#000000; 
	font-size:11px;
	
	cursor:pointer;
	text-decoration: underline;
	float:right;
}


