/* andere CSS-Files laden */
@import url("fonts.css");


/*
allgemeine Einstellungen
*/

html, body, input
{
	margin: 0px; /* Removing browser default 10px margin. */
	font-family: PorscheNextWLa, Arial, sans-serif;
	font-size:14px;
}

input, select, textarea {
	font-family: PorscheNextWLa, Arial, sans-serif;
}

body {
	
	background-image: url('/basis/pictures/background_stripes.png');	
	/* background-image: url('/basis/pictures/background_stripes.png'), url('/basis/pictures/background_blur.jpg'); */
	
    background-position: 0 0, center 0;
    background-repeat: repeat-x, no-repeat;
    background-attachment: fixed;
}

/*
form::before{
	content:"";
	position:absolute;
	top:0px;
	margin:0 auto;
	height: 100%;
	min-width:20em;
	max-width:65em;
	width:100%;
	
	background-color:#1b1d1f ;
	z-index:-1;
}
*/

textarea:disabled, select:disabled, input:disabled
{
	cursor:not-allowed;
	background-color:#e3e3e3;
	color:#666;
}


/*
SSI bestandteile
*/
.page
{

	padding-top: 1px;  /*This helps to avoid nested collapsing margins*/
	padding-bottom: 0px;  /*This helps to avoid nested collapsing margins*/

	background-color: #ffffff;
	
	margin: 0 auto;
	max-width:65em;
	min-width:20em;
	width:100%;
	
}



.page_header, .question, .page_footer {
	margin: 0px;
}

.page_header
{
	position:relative;
	margin-bottom:20px;
}


.page_footer {	
	background-color: #1b1d1f;
	margin:0px !important;
}

#copyright{
	color:#eee;
	text-align:left;
	padding-left:20px;
}

 #questionName{
	 font-size:0.7em;
	 color:#eee;
	 text-align:right;
	 padding-right:20px;
 }

.logo-holder{
	position: relative;
	background-color:#fff;
	width: 158px;
	z-index:2;
	display:block;
	margin: 0 auto;
}

.page_header img
{
	/*width:120px;*/
	
}

.page_header::after
{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	bottom: 3px;
	background: #bcbcbc;
	width: 90%;
	margin: 0 auto;
}

.header1
{
	font-size:16px;
	font-weight:bold;

	margin-bottom:15px;
}

.header2
{
	font-size:16px;
	font-weight:bold;
	
	padding:6px;
	
}
.question_body
{
	border-collapse: collapse;
	table-layout: fixed;
	
	min-width:18em;
	max-width:70em;
	
	margin: 0px;
}

.question_errors{
	font-size:1.1em;
	
	line-height:0.9em;
}

.error_quest_highlight{
	border: 2px solid #f00 !important;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.question input, select
{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	outline: 0 none !important;
	
	padding:2px;
}

.question textarea
{
	border: 1px solid #cdcdcd;
	border-radius: 4px;
	outline: 0 none !important;
	
	width: 100%;
	height: 3em;
	/* max-width: 30em; */
	min-height: 4em;
	max-height: 6em;
}

.openend textarea
{
	font-family: PorscheNextWLa, sans-serif;
	
	height: 3em;
	min-height:5em;
	max-height:10em;
	min-width:15em;
	max-width:99%;
}

/* Textfelder 100% breit. Hauptsächlich für CIS. */ 
.myTextboxFlex {
	width: 100%;
}


#previous, #next
{
	margin:0px;
}

#previous_button
{
	
	border: 0px solid #cdcdcd;
	outline: 0 none !important;
	color: #fff;
	width: 7em;
	text-align: right;
	line-height: 2.2em;
	cursor: pointer;
	padding-right: 10px;
	font-weight: normal;
	font-size: 1em;
	vertical-align: middle;
	background-color: #3e4146;
	background: #3e4146 url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%;
	border-radius: 0px;


}
#previous_button:hover
{
	background-color:#3e4146;
	background: url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%, -webkit-gradient(linear, left top, left bottom, from(#3e4146), to(#3e4146));
	color:#fff;	
}

#next_button
{
	
	border: 0px solid #cdcdcd;
	outline: 0 none !important;
	color: #fff;
	width: 7em;
	text-align: left;
	line-height: 2.2em;
	cursor: pointer;
	padding-left: 10px;
	font-weight: normal;
	font-size: 1em;
	vertical-align: middle;
	background-color: #900;
	background: #900 url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%;
	border-radius: 0px;

}
#next_button:hover
{
	background-color: #900;
	background: url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%, -webkit-gradient(linear, left top, left bottom, from(#900), to(#900));
	
	color:#fff;
}


/**
 * RTL Support
 */
html[dir="rtl"] #next_button {
	background: #900 url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%;
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

html[dir="rtl"] #next_button:hover
{
	background-color: #900;
	background: url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%, -webkit-gradient(linear, left top, left bottom, from(#900), to(#900));
	color:#fff;
}

html[dir="rtl"] #previous_button {
	background: #3e4146 url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%;
	text-align: left;
	padding-left: 10px;
	padding-right: 0;
}

html[dir="rtl"] #previous_button:hover
{
	background-color:#3e4146;
	background: url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%, -webkit-gradient(linear, left top, left bottom, from(#212121), to(#212121));
	color:#fff;	
}



.submit_div
{
	margin-top: 40px;
	padding-top:20px;
	
	background-color: #1b1d1f;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.progress_bar
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	position: relative;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 20px;
}
.progress_bar_outer {
	background-color: #3e4146;
	height: 9px;
	border: 1px solid #000;
}
.progress_bar_inner
{
	background-color: #900;
	margin-left: 0px;
	margin-right: auto;
	height: 7px;
	font-size: 5px;
	border: 1px solid #3e4146;
}

.progress_bar_table .left_cell
{
	overflow:hidden;
	width:0px;
	display:none;
}

.progress_bar_table .right_cell
{
	overflow:hidden;
	width:0px;
	display:none;
}

.mandatoryError
{
	background-color:#ff9999;
}
.mandatoryError td
{
	border-top:3px solid #ff0000 !important;
	border-bottom:3px solid #ff0000 !important;
}
.mandatoryError td:first-child
{
	border-left:3px solid #ff0000 !important;
}
.mandatoryError td:last-child
{
	border-right:3px solid #ff0000 !important;
}

.radioboxselected {
	background-color: rgba(0, 0, 0, 0);
    background-image: url("/basis/pictures/buttons/radio_selected.png");
	background-repeat: no-repeat scroll;
	background-position:  center;
}
.radiobox {

	background-color: rgba(0, 0, 0, 0);
    background-image: url("/basis/pictures/buttons/radio.png");
	background-repeat: no-repeat scroll;
	background-position:  center;
}

.checkboxselected {

	background-color: rgba(0, 0, 0, 0);
    background-image: url("/basis/pictures/buttons/checkbox_selected.png");
	background-repeat: no-repeat scroll;
	background-position:  center;
}
.checkbox {

	background-color: rgba(0, 0, 0, 0);
    background-image: url("/basis/pictures/buttons/checkbox.png");
	background-repeat: no-repeat scroll;
	background-position:  center;
}


/* Smileys */
.smiley {
	background-repeat: no-repeat scroll;
	background-position:  center;
	background-color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 30px;
	margin: 5px;
}

.smiley-5 {
	background-image: url("/basis/pictures/smileys/5.png");
}
.smiley-4 {
	background-image: url("/basis/pictures/smileys/4.png");
}
.smiley-3 {
	background-image: url("/basis/pictures/smileys/3.png");
}
.smiley-2 {
	background-image: url("/basis/pictures/smileys/2.png");
}
.smiley-1 {
	background-image: url("/basis/pictures/smileys/1.png");
}
.nocursor
{
	cursor: auto !important;
}


@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	.radioboxselected {
		background-color: rgba(0, 0, 0, 0);
	    background-image: url("/basis/pictures/buttons/radio_selected_x2.png");
		background-repeat: no-repeat scroll;
		background-position:  center;
		background-size: 20px 20px;
	}
	.radiobox {

		background-color: rgba(0, 0, 0, 0);
	    background-image: url("/basis/pictures/buttons/radio_x2.png");
		background-repeat: no-repeat scroll;
		background-position:  center;
		background-size: 20px 20px;
	}

	.checkboxselected {

		background-color: rgba(0, 0, 0, 0);
	    background-image: url("/basis/pictures/buttons/checkbox_selected_x2.png");
		background-repeat: no-repeat scroll;
		background-position:  center;
		background-size: 20px 20px;
	}
	.checkbox {

		background-color: rgba(0, 0, 0, 0);
	    background-image: url("/basis/pictures/buttons/checkbox_x2.png");
		background-repeat: no-repeat scroll;
		background-position:  center;
		background-size: 20px 20px;
	}

	.smiley {
		background-size: 30px 30px;
	}
	.smiley-5 {
		background-image: url("/basis/pictures/smileys/5x2.png");
	}
	.smiley-4 {
		background-image: url("/basis/pictures/smileys/4x2.png");
	}
	.smiley-3 {
		background-image: url("/basis/pictures/smileys/3x2.png");
	}
	.smiley-2 {
		background-image: url("/basis/pictures/smileys/2x2.png");
	}
	.smiley-1 {
		background-image: url("/basis/pictures/smileys/1x2.png");
	}


	#previous_button
	{
		background: #3e4146 url('/basis/pictures/arrow-left-white-x2.png') no-repeat 10% 50%;
		background-size: 16px 16px;
	}
	#previous_button:hover
	{
		background: url('/basis/pictures/arrow-left-white-x2.png') no-repeat 10% 50%, -webkit-gradient(linear, left top, left bottom, from(#3e4146), to(#3e4146));
		background-size: 16px 16px;
	}

	#next_button
	{
		background: #900 url('/basis/pictures/arrow-right-white-x2.png') no-repeat 90% 50%;
		background-size: 16px 16px;
		
	}

	#next_button:hover
	{
		background: url('/basis/pictures/arrow-right-white-x2.png') no-repeat 90% 50%, -webkit-gradient(linear, left top, left bottom, from(#900), to(#900));
		background-size: 16px 16px;
	}

	/**
	 * RTL Support
	 */

	html[dir="rtl"] #previous_button
	{
		background: #3e4146 url('/basis/pictures/arrow-right-white-x2.png') no-repeat 90% 50%;
		background-size: 16px 16px;
	}
	html[dir="rtl"] #previous_button:hover
	{
		background: url('/basis/pictures/arrow-right-white-x2.png') no-repeat 90% 50%, -webkit-gradient(linear, left top, left bottom, from(#3e4146), to(#3e4146));
		background-size: 16px 16px;
	}

	html[dir="rtl"] #next_button
	{
		background: #900 url('/basis/pictures/arrow-left-white-x2.png') no-repeat 10% 50%;
		background-size: 16px 16px;
		
	}

	html[dir="rtl"] #next_button:hover
	{
		background: url('/basis/pictures/arrow-left-white-x2.png') no-repeat 10% 50%, -webkit-gradient(linear, left top, left bottom, from(#900), to(#900));
		background-size: 16px 16px;
	}

}

/*
Einstellungen für Grid-Fragen
*/
.myTabelle
{
	border-collapse: collapse;
	table-layout: fixed;
	
	width:100%;
	min-width:18em;
	max-width:70em;
	
}
.question_body .myTabelle td
{
	padding:3px;
	vertical-align:bottom;
	
	border:0px solid #aaa;
}


.question_body .myTabelle .fillerColumn
{
	width:0px;
	padding:0px;
}

.myTabelle td{
	vertical-align:bottom;
}

.question_body .myTabelle .input_cell
{
	vertical-align: top;
}

.myTabelle td.input{
	width: 40px;
}
.myTabelle.select{
	margin-left: 3px;
	table-layout:auto;
	width:auto;
}
.myTabelle.select td{
	vertical-align:middle;
}


.gridInputRow td
{
	border-bottom: 1px solid #ccc !important; 
}

.itemContainer
{
	width:100%;
	display:inline-block;
	
	border: 1px solid #aaa;
	
	margin:10px;
}



.itemScale
{
	width:55em;
	min-height:5em;
	max-height:10em;
	
	float:left;
}
.scaleText
{
	width:5em;
	border:1px solid #999;
	float:left;

}
.itemOptions
{
	width:55em;
	min-height:5em;
	max-height:10em;
	float:left;
}

.itemOptions div.input_cell
{
	width:5em;
	float:left;
}

.dreiecksbild {
	width:85%;
	height:15px;
}




.schrift_questionbody_gross
{
	font-size:1.0em;
	font-weight:bold;
	
	text-align:center;
	background-color:#ccc;
	padding:8px 0px;
	margin-top:20px;
}
.schrift_questionbody_klein
{
	font-size:0.9em;
	font-weight:normal;
}

.td-centered {
	text-align: center;
}
.min-width-60 {
	width: 60px;
	min-width: 60px;
}

.min-width-30 {
	width: 30px;
	min-width: 30px;
}


.optionText
{
	font-size:11px;
}

.optionColor5 {
	background: #299a0b; /* Old browsers */
	background: -moz-linear-gradient(left,  #299a0b 0%, #98c710 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#299a0b), color-stop(100%,#98c710)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #299a0b 0%,#98c710 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #299a0b 0%,#98c710 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #299a0b 0%,#98c710 100%); /* IE10+ */
	background: linear-gradient(to right,  #299a0b 0%,#98c710 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#98c710',GradientType=1 ); /* IE6-9 */

}
.optionColor4 {
	background: #98c710; /* Old browsers */
	background: -moz-linear-gradient(left,  #98c710 0%, #e2db00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98c710), color-stop(100%,#e2db00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #98c710 0%,#e2db00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #98c710 0%,#e2db00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #98c710 0%,#e2db00 100%); /* IE10+ */
	background: linear-gradient(to right,  #98c710 0%,#e2db00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c710', endColorstr='#e2db00',GradientType=1 ); /* IE6-9 */

}
.optionColor3 {
	background: #fcf014; /* Old browsers */
	background: -moz-linear-gradient(left,  #e2db00 0%, #fcf014 50%, #ffe714 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2db00), color-stop(50%,#fcf014), color-stop(100%,#ffe714)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e2db00 0%,#fcf014 50%,#ffe714 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e2db00 0%,#fcf014 50%,#ffe714 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e2db00 0%,#fcf014 50%,#ffe714 100%); /* IE10+ */
	background: linear-gradient(to right,  #e2db00 0%,#fcf014 50%,#ffe714 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2db00', endColorstr='#ffe714',GradientType=1 ); /* IE6-9 */

}
.optionColor2 {
	background: #fd8c14; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffe714 0%, #fd8c14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe714), color-stop(100%,#fd8c14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffe714 0%,#fd8c14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffe714 0%,#fd8c14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffe714 0%,#fd8c14 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffe714 0%,#fd8c14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe714', endColorstr='#fd8c14',GradientType=1 ); /* IE6-9 */

}
.optionColor1 {
	background: #ff1414; /* Old browsers */
	background: -moz-linear-gradient(left,  #fd8c14 0%, #ff1414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd8c14), color-stop(100%,#ff1414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fd8c14 0%,#ff1414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fd8c14 0%,#ff1414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fd8c14 0%,#ff1414 100%); /* IE10+ */
	background: linear-gradient(to right,  #fd8c14 0%,#ff1414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8c14', endColorstr='#ff1414',GradientType=1 ); /* IE6-9 */
}


/**
 * RTL-Support for gradients
 */

 .optionColor5-rtl {
	background: #299a0b; /* Old browsers */
	background: -moz-linear-gradient(left,  #98c710 0%, #299a0b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#98c710), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #98c710 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #98c710 0%,#299a0b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #98c710 0%,#299a0b 100%); /* IE10+ */
	background: linear-gradient(to right,  #98c710 0%,#299a0b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98c710', endColorstr='#299a0b',GradientType=1 ); /* IE6-9 */

}
.optionColor4-rtl {
	background: #98c710; /* Old browsers */
	background: -moz-linear-gradient(left,  #e2db00 0%, #98c710 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e2db00), color-stop(100%,#98c710)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e2db00 0%,#98c710 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e2db00 0%,#98c710 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e2db00 0%,#98c710 100%); /* IE10+ */
	background: linear-gradient(to right,  #e2db00 0%,#98c710 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2db00', endColorstr='#98c710',GradientType=1 ); /* IE6-9 */

}
.optionColor3-rtl {
	background: #fcf014; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffe714 0%, #fcf014 50%, #e2db00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffe714), color-stop(50%,#fcf014), color-stop(100%,#e2db00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffe714 0%,#fcf014 50%,#e2db00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffe714 0%,#fcf014 50%,#e2db00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffe714 0%,#fcf014 50%,#e2db00 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffe714 0%,#fcf014 50%,#e2db00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe714', endColorstr='#e2db00',GradientType=1 ); /* IE6-9 */

}
.optionColor2-rtl {
	background: #fd8c14; /* Old browsers */
	background: -moz-linear-gradient(left,  #fd8c14 0%, #ffe714 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fd8c14), color-stop(100%,#ffe714)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #fd8c14 0%,#ffe714 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #fd8c14 0%,#ffe714 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #fd8c14 0%,#ffe714 100%); /* IE10+ */
	background: linear-gradient(to right,  #fd8c14 0%,#ffe714 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8c14', endColorstr='#ffe714',GradientType=1 ); /* IE6-9 */

}
.optionColor1-rtl {
	background: #ff1414; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff1414 0%, #fd8c14 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff1414), color-stop(100%,#fd8c14)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff1414 0%,#fd8c14 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff1414 0%,#fd8c14 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff1414 0%,#fd8c14 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff1414 0%,#fd8c14 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1414', endColorstr='#fd8c14',GradientType=1 ); /* IE6-9 */
}

.optionColorKa {
	background: #ffffff; /* Old browsers */
}


.optionColorSimple5
{
	background: #299a0b; /* Old browsers */
}
.optionColorSimple4
{
	background: #98c710; /* Old browsers */
}
.optionColorSimple3
{
	background: #fcf014; /* Old browsers */
}
.optionColorSimple2
{
	background: #fd8c14; /* Old browsers */
}
.optionColorSimple1
{
	background: #ff1414; /* Old browsers */
}
.optionColorSimpleKa
{
	background: #ffffff; /* Old browsers */
}

.skalaThumpRow td
{
	vertical-align:middle;
	text-align:center;
	padding:0px;
}

.thumpUp
{
	max-width:100%;
}

.thumpDown
{
	max-width:100%;
}

.skalaColorRow
{

	padding:0px;
	line-height:2px;
}

.skalaColorRow td
{
	margin:0px;
	padding:0px !important;
	height:6px;
	line-height:2px;
}
.skalaColorCol
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #299a0b 0%, #98c710 25%, #fcf014 50%, #fd8c14 75%, #ff1414 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#299a0b), color-stop(25%,#98c710), color-stop(50%,#fcf014), color-stop(75%,#fd8c14), color-stop(100%,#ff1414)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #299a0b 0%,#98c710 25%,#fcf014 50%,#fd8c14 75%,#ff1414 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #299a0b 0%,#98c710 25%,#fcf014 50%,#fd8c14 75%,#ff1414 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #299a0b 0%,#98c710 25%,#fcf014 50%,#fd8c14 75%,#ff1414 100%); /* IE10+ */
	background: linear-gradient(to right,  #299a0b 0%,#98c710 25%,#fcf014 50%,#fd8c14 75%,#ff1414 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#ff1414',GradientType=1 ); /* IE6-9 */
}

.subQuestionText{
	font-size:16px;
	font-weight:bold;
}

.itemtext
{
	background-color:#E2E2E2;
	color:#000;
	font-weight:bold;
	
	padding:10px;
}

.itemtext td
{
	padding: 5px !important;
}

.form-controll {
  width: 100%;
  margin-bottom: 10px;
}

.form-controll-small {
  width: 100%;
  margin-bottom: 10px;
}


/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=be4b8136fc9c48f02eae)
 * Config saved to config.json and https://gist.github.com/be4b8136fc9c48f02eae
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}

 
 
 /* firefox fix */
.img-responsive {
    width: 100%;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}


/*
	Custom classes for question text, and responsive columns
*/

/*
.text {
	margin-top: 25px;
	padding:5px;
    background-color: #f7f7f9;
	border: 1px solid #E3E3E3;
}
*/

.gridItemText{
	margin-top: 25px;
	padding:5px;
    background-color: #f7f7f9;
	border: 1px solid #E3E3E3;
	
	font-weight:normal;
}

.question-block {
    /* margin-bottom: 45px; */
}

.border-bottom {
	border-bottom: 0px solid #aaa;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.section-block
{
	margin:0px;
}
.section-block .gridItemText
{
	font-weight:normal;
	margin:0px;
	background-color:transparent;
	border: 0px solid #E3E3E3;
}

.highlight, .highlight td {
	background-color: #ffffff !important;
	background: #ffffff !important;
}

h5 {
	margin-bottom: 3px;
}

.container-fluid.cellpadding .row {
		padding-bottom: 15px;
	}


.myPicture {
	width:200px;
}

.pictureFadeContainer{
	text-align:center;
	vetical-align:middle;
	display:inline-block;
	width:100%;
	height:120px;
}
	
/**
 * Styles for Desktop
 */
@media (min-width: 768px) {

	.myPicture {
		width:400px;
	}
	
	.pictureFadeContainer{
		height:250px;
	}

	.highlight, .highlight td {
		background-color: #f7f7f9 !important;
		background: #f7f7f9 !important;
	}
    .border-bottom {
    	border-bottom: 1px solid #aaa;
    }
	
	.gridItemText{
        background-color: #ffffff;
    	border: 0px solid #E3E3E3;
		padding:5px;
		margin-top:10px;
		margin-bottom:10px;
		
		font-weight:normal;
	}

    .myTabelle {
        min-width: 14em;
    }
	
	.page_header img {
		/* width: 150px; */
	}

	.page_header, .question, .page_footer {
		margin: 10px;
	}
	
	
	.page_header
	{
		margin-bottom:30px;
	}
	
	.question_body
	{
		margin: 0px;
	}
	
	.dreiecksbild {
		width:85%;
		height:15px;
	}


	

	#next_button
	{

		border: 0px solid #cdcdcd;
		outline: 0 none !important;
		color: #fff;
		width: 7em;
		text-align: left;
		line-height: 2.2em;
		cursor: pointer;
		padding-left: 10px;
		font-weight: normal;
		font-size: 1em;
		vertical-align: middle;
		background-color: #900;
		background: #900 url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%;
		
		-webkit-transition: background-color .24s ease; /* Firefox */
		-moz-transition: background-color .24s ease; /* WebKit */
		-o-transition: background-color .24s ease; /* Opera */
		transition: background-color .24s ease; /* Standard */

	}

	#next_button:hover
	{
		background-color: #f2f2f2;
		background: #f2f2f2 url('/basis/pictures/arrow-right-red.png') no-repeat 90% 50%;
		color:#900;
	}
	


	#previous_button
	{

		border: 0px solid #cdcdcd;
		outline: 0 none !important;
		color: #fff;
		width: 7em;
		text-align: right;
		line-height: 2.2em;
		cursor: pointer;
		padding-right: 10px;
		font-weight: normal;
		font-size: 1em;
		vertical-align: middle;
		background-color: #3e4146;
		background: #3e4146 url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%;

		/*
		-webkit-transition: color .24s ease, background .24s ease; 
		-moz-transition: color .24s ease, background .24s ease; 
		-o-transition: color .24s ease, background .24s ease; 
		transition: color .24s ease, background .24s ease; 
		*/
		/*
		-webkit-transition: color .24s ease;
		-moz-transition: color .24s ease;
		-o-transition: color .24s ease;
		transition: color .24s ease;
		*/


	}
	#previous_button:hover
	{
		background-color:#3e4146;
		background: #3e4146 url('/basis/pictures/arrow-left-red.png') no-repeat 10% 50%;
		color:#900;	
	}


	/**
	 * RTL Support
	 */

	html[dir="rtl"] #next_button {
		background: #900 url('/basis/pictures/arrow-left-white.png') no-repeat 10% 50%;
	}

	html[dir="rtl"] #previous_button {
		background: #3e4146 url('/basis/pictures/arrow-right-white.png') no-repeat 90% 50%;
	}



	html[dir="rtl"] #next_button:hover
	{
		background-color: #f2f2f2;
		background: #3e4146 url('/basis/pictures/arrow-left-red.png') no-repeat 10% 50%;
		color:#900;
	}
	html[dir="rtl"] #previous_button:hover
	{
		background-color:#3e4146;
		background: #3e4146 url('/basis/pictures/arrow-right-red.png') no-repeat 90% 50%;
		color:#900;	
	}

	.form-controll {
		width: 90%;
	}

	.form-controll-small {
		width: 50%;
	}


	.progress_bar {
		width: 50%;
	}

	.container-fluid.cellpadding .row {
		padding-bottom: 8px;
	}

}



.scale_borderright {
	border-right: 1px solid #aaaaaa !Important;
}

.skalaSpaceRow {
	padding:0px;
	line-height:2px;
}

.skalaSpaceRow td
{
	margin:0px;
	padding:0px !important;
	height:10px;
	line-height:2px;
}


.skalaNumberRow td {
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	font-color: #000;
}


.optionSimpleColor10{
	background-color:#63be7b;
}
.optionSimpleColor9{
	background-color:#85c87d;
}
.optionSimpleColor8{
	background-color:#a8d27f;
}
.optionSimpleColor7{
	background-color:#cbdc81;
}
.optionSimpleColor6{
	background-color:#ede683;
}
.optionSimpleColor5{
	background-color:#ffdd82;
}
.optionSimpleColor4{
	background-color:#fdc07c;
}
.optionSimpleColor3{
	background-color:#fca377;
}
.optionSimpleColor2{
	background-color:#fa8671;
}
.optionSimpleColor1{
	background-color:#f8696b;
}
.optionSimpleColorKA{
	background-color:#cfcfcf;
}

.scalerow_left{
	text-align:left;
}

.scalerow_right{
	text-align:right;
}


.mobile_select.mobile_selected.highlight {
    background-color: #fff !important;
    box-shadow: none !important;
}

.mobile_select.mobile_selected {
    background-color: #fff !important;
    box-shadow: none !important;
}


.mobile_select {
    background-color: #fff !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    border-radius: 0px !important;
}