
* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
}

.section {
	position: relative;
	display: block;
	padding: 1em;
	clear: both;
}

.elements {
	text-align: center;
	margin-top: 1em;
}

.intro {
	padding: 18px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.question {
	position: relative;
	box-sizing: border-box;
	/*display: block;
	float: left;
	width: 50%;*/
	width: 100%;
	/*border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;*/
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 1em;
	text-align: center;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	font-size: 14px;
}

.inputts {
	text-align: left;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;

	-webkit-column-gap: 6em; /* Chrome, Safari, Opera */
	-moz-column-gap: 6em; /* Firefox */
	column-gap: 6em;
}

.inputItem {
	font-size: 1.3em;
	margin-bottom: 2em;
}

.inputBox {
	position: relative;
	display: inline-block;
	width: 50%;
	font-family: 'GoodCondBold', 'Arial Narrow', Impact, sans-serif;
	font-weight: 600;
	/*background-color: fuchsia;*/
}

input {
	font-size: inherit;
	border: none;
	font-family: inherit;
	text-align: right;
	border: none;
	border-bottom: 1px solid #999;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
	width: 60%;
	padding: 5%;
	font-weight: 600;
}

input.questionField:focus {
	outline: none;
}

input.questionField::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #aaa;
	font-style: italic;
}
input.questionField::-moz-placeholder { /* Firefox 19+ */
	color: #aaa;
	font-style: italic;
}
input.questionField:-ms-input-placeholder { /* IE 10+ */
	color: #aaa;
	font-style: italic;
}
input.questionField:-moz-placeholder { /* Firefox 18- */
	color: #aaa;
	font-style: italic;
}

.inputItem.result input {
	background-color: #000;
	color: #fff !important;
	border-bottom-color: #fff;
	-webkit-text-fill-color: #fff;
	opacity: 1;

	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;

}

input.answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	display: none;
}
input.answer::-moz-placeholder { /* Firefox 19+ */
	display: none;
}
input.answer:-ms-input-placeholder { /* IE 10+ */
	display: none;
}
input.answer:-moz-placeholder { /* Firefox 18- */
	display: none;
}

label {
	display: inline-block;
	width: 50%;
	/*background-color: cyan;*/
	line-height: 1.4em;
}

.unit {
	display: inline-block;
	font-size: 0.9em;
	color: #666;
	width: 20%;
	padding: 5%;
	/*background-color: violet;*/
}

.sup, sup {
	vertical-align: super;
	font-size: 0.8em;
}

.menu {
	position: relative;
	box-sizing: border-box;
	padding: 2em;
	text-align: center;
	position: relative;
	display: block;
	border-bottom: none;
	background-color: #fff;
}

.menu:after {
 	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.content {
	max-width: 900px;
	margin: 0 auto;
}

.question h3 {
	display: none;
}

/* .question p. .menu p {
	font-size: 1.1em;
	font-weight: bold;
} */

.debugger {
	padding: 1%;
	display: none;
}

.outputs {
	padding: 18px;
	padding-bottom: 1em;
	text-align: center;
	padding-top: 1em;
	border: 0px solid #ccc;
	position: relative;
	z-index: 400;
	background-color: #fff;
	background-image: url(../img/pfeil.png);
	background-position: 50% 0;
	background-size: 200px;
	background-repeat: no-repeat;
	padding-top: 4em;
}

.outputs:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.pussybox {
	border: 3px solid #4a5a6d;
	float: left;
	width: 140px;
	height: 140px;
	margin-right: 2em;
	margin-bottom: 2em;
	overflow: hidden;
	border-radius: 50%;

	-webkit-transition: border-color 0.5s;
	-moz-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	transition: border-color 0.5s;

	display: none;

}

.pussy {
	position: relative;
	display: block;
	width: 100%;

	-webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */
    filter: grayscale(75%);

}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	color: #930e18;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

.button {
	min-width: 1px;
	display: inline-block;
	padding: 0.42em 0.75em 0.42em 0.75em;
	margin: 0.5em 1em 0.25em 0em;
	border: 1px solid #999;
	background-color: #e0e0e0;
	color: #999;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.1em;
}

.input {
	clear: both;
}

.button {
	display: inline-block;
	float: none;
}

.button.mode {
	color: #666;
}

.button:hover {
	color: #000;
}

.button.active {
	color: #fff;
	background-color: #888;
}

.row {
	width: 50%;
	float: left;
}


.description, .disclaimer {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	line-height: 1.4em;
	/*border: 1px solid #e0e0e0;*/
}


.description {
	display: inline-block;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 8px 8px 1px 8px;
	border-radius: 12px;
	max-width: 400px;


	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.changeUnit {
	cursor: pointer;
}

.changeUnit:hover {
	text-decoration: underline;
}


h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.description p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.3em;
}

.w_0 {
	background-color: #fff;
}
.w_1 {
	background-color: #fffc73;
}
.w_2 {
	background-color: #ffcc00;
}
.w_3 {
	background-color: #ffae73;
}
.w_4 {
	background-color: #f54836;
	color: #fff;
}

.disclaimer {
	margin-top: 2em;
	color: #666;
	padding-bottom: 0;
}

.disclaimer a {
	text-decoration: underline;
}

.disclaimer a:hover {
	text-decoration: none;
}

.skala {
	font-size: 13px;
	color: #999;
	position: relative;
	top: -0.25em;
}

.sliderBox {
	text-align: center;
	padding: 1em 1em 2em 1em;
	position: relative;
	display: block;
	z-index: 5;
}

.slider {
	float: left;
	width: 70%;
}

.number {
	font-size: 18px;
	border: 0px solid #e0e0e0;
	float: right;
	width: 20%;
	min-width: 100px;
	font-weight: 700;
	line-height: 1.1em;
	position: relative;
	top: -0.1em;
}

.result {
	font-size: 28px;
	font-weight: 500;
	font-weight: 600;
    font-weight: bold;
    /*font-family: "HeronSansSemi", Helvetica, Arial, Verdana, sans-serif;*/
}

.result-index {
	line-height: 1.6em;
	cursor: pointer;

	line-height: 1.6em;
	font-family: 'GoodCondBold', 'Arial Narrow', Impact, sans-serif;
	font-weight: 600;
	
	
}


.result-index-container {
	display: inline-block;
	min-width: 136px;
}

.result-index-value {
	display: inline-block;
	/*background-color: #ffcc00;
	color: #ff0000;*/
	font-size: 1em;
	line-height: 1.3em;
	padding: 0.2em 0.36em;
	border-radius: 6px;
	font-weight: 700;

	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;

}
.opa {
    font-size: 17px;
    line-height: 1.2em;
}

.skala {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 15px;
}


.mark, .number {
	font-family: 'GoodCondBold', 'Arial Narrow', Impact, sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}



@media (max-width: 600px) {

	.inputts {
		text-align: left;
		font-size: 14px;
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}

	.pussybox {

		width: 100px;
		height: 100px;
		margin-right: 1em;
		margin-bottom: 1em;
		display: none;
	
	}

	.sliderBox {
		padding: 1em 0.25em 2em 2em;
	}


	.slider {
		width: 60%;
	}

}

* :focus {
	outline: none;
}
