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


body {
	background: #fff;
	position: relative;
}

.main {
	position: relative;
}

.simple .question.formula {
	display: none;
}
.simple .question.hip {
	display: none;
}
.simple .question.waist {
	display: none;
}
.simple .question.sex {
	display: none;
}
.simple .question.age {
	display: none;
}

#content {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	/*padding-top: 8em;*/
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.clear {
	position: relative;
	display: block;
	float: none;
	clear: both;
	height: 1px;
	width: 1px;
	line-height: 0;
}

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

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


.part {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2;

	-webkit-column-gap: 0; 
	-moz-column-gap: 0; 
	column-gap: 0;

}

.part.oben {
	-webkit-column-count: 1; 
	-moz-column-count: 1; 
	column-count: 1;
}

.intro {
	padding: 2.5%;
	line-height: 1.5em;
}

.question {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	padding: 1em;
	text-align: center;
	height: 120px;
}

.group {
	text-align: left;
}

.question.formula {
	width: 100%;
	height: auto;
	border-bottom: none;
	border-top: 1px solid #e0e0e0;
}

.question {
}


.question.hip, .question.sex, .question.age, .question.formula {
	border-right: 1px solid #e0e0e0;
}

.simple .question.height {
	border-right: 1px solid #e0e0e0;
}

.formulaPic {
	vertical-align: middle;
	margin-left: 2em;
	width: 180px;
	display: none;
}

.question.sex {
	background-repeat: no-repeat;
	background-size: contain;
}

.question.sex.m {
	background-image: url(../img/male.png);
	background-position: 100% 50%;
}
.question.sex.f {
	background-image: url(../img/female.png);
	background-position: 0% 50%;
}

.ormel {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 600;
	vertical-align: middle;
	margin-left: 2em;
	border: 0px solid #e0e0e0;
	padding: 0.5em;

}

.ormel td {
	padding: 5px;
	vertical-align: middle;
}

.ormel td.o_quotient {
	border-top: 2px solid black;
}

.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;
}

.question h3 {
	display: none;
}

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

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

.outputs {
	padding-left: 2.5%;
	padding-right: 2.5%;
	width: 95%;
	padding-bottom: 3em;
	text-align: center;
	padding-top: 3em;
	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;
}




#result-index, #result-index-alt {
	font-family: "HeronSansSemi", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.3em;
	position: relative;
}

#result-index b {
	font-weight: 700;
}

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;
	color: #930e18;
}

.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;
}

.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;
}

.formel {
	position: relative;
	display: block;
	width: 150px;
	margin-top: 0em;
	border: 0px solid #ddd;
	float: right;
	margin-left: 2em;
	margin-top: 0.5em;
}

.blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(242,242,242,0.25);
	display: block;
	z-index: 20;
}

.resultTables { 
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
}

.resultTableArea {
	display: inline-block;
	vertical-align: middle;
}

.resultTable {
	margin-top: 2em;
	position: relative;
	display: inline-block;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	margin-bottom: 0.25em;
}

.resultTable td {
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.resultTable td , .resultTable th {
	border: 1px solid #fff;
	padding: 0.36em;
	text-align: right;
	border: 5px solid #fff;
	font-weight: 600;
}

.resultTable td.frst {
	text-align: left;
	font-weight: 600;
}

.resultTable td.hit {
	background-color: #ffcc00;
}

.absiz {
	background-color: #ffcc00;
}

.resultSrc {
	font-size: 0.9em;
	text-align: center;
	color: #999;
}

td.clr {
	padding-left: 1em;
	padding-right: 1em;
}

th {
	text-transform: uppercase;
}

.clr.bad {
	background-color: #f2888e;
}
.clr.verybad {
	background-color: #e30613;
	color: #fff;
}
.clr.verygood {
	background-color: #76b82a;
}
.clr.good {
	background-color: #bddd99;
}
.clr.neutral {
	background-color: #d7efbc;
}

.question {
	background-color: #efefef;
}

.question.formula {
	background-color: #fff;
	opacity: 1;
}

.question.active {
	background-color: #fff;
	opacity: 1;
}

.question.active .blocker {
	display: none;
}

.question .opa {
	opacity: 0.3;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.question.active .opa {
	opacity: 1;
}

.question.age, .question.sex {
	/*display: none;*/
}

.result {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.05em;
	line-height: 1.4em;
}

.description {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	padding: 1.5em 2em;
	border: 1px solid #e0e0e0;
}

#result-index-value, #result-index-value-alt {
	display: inline-block;
	background-color: #444;
	padding: 0.1em 0.2em;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
}

.description b {
	font-weight: 600;
}

b.frml {
	text-transform: uppercase;
	font-weight: 700;
}

.disclaimer {
	color: #888;
	line-height: 1.3em;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	text-align: left;
	margin-top: 2em;
}

#result-index-value {
	-webkit-transition: all 1s; /* Safari */
	-moz-transition: all 1s; /* Safari */
	-o-transition: all 1s; /* Safari */
	transition: all 1s;
}

.resultColorer.bad {
	background-color: #f2888e !important;
	color: #000 !important;
}
.resultColorer.verybad {
	background-color: #e30613 !important;
	color: #fff !important;
}
.resultColorer.verygood {
	background-color: #76b82a !important;
	color: #000 !important;
}
.resultColorer.good {
	background-color: #bddd99 !important;
	color: #000 !important;
}

#result-index-alt {
	position: fixed;
	background-color: #fff;
	background: rgba(255,255,255,0.9);
	width: 90%;
	padding: 1em 5% 1.5em 5%;
	bottom: 0em;
	box-shadow: 0 0 10px #000;
	z-index: 200;
	display: none;
}


.result-text {
	font-weight: 600;
}


@media (max-width: 600px) {



	
	.part {
		-webkit-column-count: 1; 
		-moz-column-count: 1;
		column-count: 1;
	}
	
	.question {
		width: 100%;
		border-right: none;
		border-left: none;
	}
	.menu {
		margin-bottom: 4em;
		padding: 5px;
		border-top: 4px solid #e0e0e0;
		padding-top: 2em;
	}

	.menu p {
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.outputs {
		border-top: 2px solid #e0e0e0;
	}

	#content {
		z-index: 100;

		font-size: 1.1em;
		line-height: 1.2em;
	}

	.part.unten {
		border-right: none;
	}

	#result-index-alt {
		display: none;
	}

	.formulaPic, .ormel {
		margin: 0;
		margin-top: 2em;
	}

	.simple .question.height {
		border-right: none;
	}

}

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

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

.number {
	border: 0px solid #e0e0e0;
	float: right;
	width: 20%;
}


