/*
* Charset: UTF-8 (äöüÄÖÜß字集)
*
* $LastChangedDate: 2024-10-07 14:36:49 +0200 (Mo, 07 Okt 2024) $
* $LastChangedRevision: 37431 $
* $LastChangedBy: ms $
*
*/

/* Reseting */
/* Zurücksetzen */
*:focus, *:active {
	outline: none !important;
}

input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
	transform: scale(1.2);
	margin: 0;
	vertical-align: middle;
	padding-bottom: 3px;
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

::-moz-focus-inner {
	border: 0;
}

/* Reset end */
/* Zurücksetzen ende */

/* All css styles */
/* Alle css-Stile */
html, body {
	height: 100%;
	width: 100%;
}

a img {
	vertical-align: middle;
}

select {
	background-color: #ffffff;
	border: 1px solid #a0a5a7 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/buttons/down.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 0;
	border-radius: 0;
	padding: 7px 40px 7px 7px;
	text-align: left;
	width: fit-content;
	min-width: 50%;
	color: #0e4060;
	font-size: 14px;
	cursor: pointer;
	margin: 5px 0;
}
@media (max-width: 540px) {
	select {
		width: 100%;
	}
}

table.answer textarea, textarea {
	color: #14152d !important;
	border: 1px solid #a0a5a7 !important;
	padding: 15px;
	font-size: 14px;
	border-radius: 0;
	-webkit-appearance: none;
	width: calc(100% - 30px);
	min-height: 180px;
	font-family: Arial, sans-serif;
	margin: 5px 0;
}

input.input, input[type="text"], input[type="number"], input[type="password"] {
	color: #0e4060;
	font-style: normal;
	font-size: 14px;
	border-radius: 0;
	padding: 7px;
	border: 1px solid #a0a5a7 !important;
	-webkit-appearance: none;
	vertical-align: middle;
	font-family: Arial, sans-serif;
	margin: 5px 0;
}

/* Placeholder-text in input elements */
/* Platzhalter-Text in Eingabeelementen */
table.answer input.input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9ab4c1;
	font-size: 14px;
}

table.answer input.input::-moz-placeholder { /* Firefox 19+ */
	color: #9ab4c1;
	font-size: 14px;
}

table.answer input.input:-ms-input-placeholder { /* IE 10+ */
	color: #9ab4c1;
	font-size: 14px;
}

table.answer input.input:-moz-placeholder { /* Firefox 18- */
	color: #9ab4c1;
	font-size: 14px;
}

/* Header area with logos and status bar */
/* Header-Bereich mit Logos und Statusbar */
.header {
	width: 100%;
}

.head_logos {
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#head_logo_left, #head_logo_right {
	width: 47%;
	display: flex;
	height: 100%;
	align-items: center;
}

#head_logo_right {
	justify-content: flex-end;
}

#img_logo_left {
	max-width: 230px;
	flex-shrink: 1;
	margin-top: 40px;
	margin-bottom: 13px;
	align-content: flex-start;
}

#img_logo_right {
	max-width: 230px;
	flex-shrink: 1;
	margin-top: 40px;
	margin-bottom: 13px;
	align-content: flex-end;
}

.statusbar_value {
	cursor: auto;
	width: 30%;
	display: inline-block;
	font-size: 12px;
	text-align: left;
}

.statusbar_value label {
	cursor: auto;
}

#statusbar {
	float: left;
}

#statusbar_background {
	width: 100%;
	height: 7px;
	position: relative;
	bottom: 4px;
	display: inline-block;
	border-radius: 2px;
}

.progress {
	display: inline-block;
}

/* Main content with question and answer table */
/* Haupt-Content mit Frage und Antwort-Tabelle */
.wrapper {
	width: 90%;
	max-width: 750px;
	min-height: calc(100% - 127px);
	margin: 0 auto;
	position: relative;
}

.maincontent {
	clear: both;
}

.survey_name {
	width: 40%;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}

.progressbar_surveyname {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.question {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	padding-top: 43px;
	line-height: 22px;
}

.question p:first-of-type {
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	padding: 0;
	margin: 20px 0 0 0;
}

.question span.big {
	font-weight: bold;
	font-size: 1.5em;
}

#send_buttons {
	display: flex;
	padding: 34px 0;
}

table.answer {
	width: 100%;
	min-width: unset;
	border-top: none;
	font-size: 14px;
}

/* The last table row should not have a border-bottom */
/* Die letzte Tabellenzeile soll keinen border-bottom haben */
table.answer tr:last-child th, table.answer tr:last-child td {
	border-bottom: 0 !important;
}

table.table_single tr.answer_0, table.table_single tr.answer_1, table.table_single_datalist tr.answer_0, table.table_single_datalist tr.answer_1, table.table_multiple_datalist tr.answer_0, table.table_multiple_datalist tr.answer_1 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}

table.table_single tr.answer_0 th, table.table_single tr.answer_1 th, table.table_multiple tr.answer_0 th, table.table_multiple tr.answer_1 th,
table.table_single_datalist tr.answer_0 th, table.table_single_datalist tr.answer_1 th, table.table_multiple_datalist tr.answer_0 th, table.table_multiple_datalist tr.answer_1 th {
	text-align: left;
}

/* Highlighting should not take place when using the column macro */
/* Bei Verwendung des column-Makros soll das Highlighting nicht stattfinden */
table.answer tr.column.answer_highlight {
	background-color: unset !important;
	color: unset !important;
}

table.table_single tr img, table.table_single_datalist tr img {
	vertical-align: middle;
}

table.table_single tr input.radio, table.table_single_datalist tr input.radio, table.answer tr.answer_over {
	cursor: pointer;
}

.table_ranking input.submit {
	margin: 5px 0;
}

table.answer.table_rating {
	width: 100%;
}

table.answer tr td, table.answer tr th[scope="row"] {
	border-bottom: 0;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	vertical-align: middle;
	text-align: left;
	padding: 6px 15px 6px 0;
	line-height: 20px;
}

table.answer tr td.answer_multiple_matrix_form, table.answer.table_rating tr td, table.answer.table_table tr td {
	padding: 6px 5px 9px 5px;
}

table.answer.table_rating tr th, table.answer.table_multiple_matrix tr th {
	padding: 5px;
}

table.answer.table_interviewer tr th {
	padding-left: 10px;
}

/* The last table row should not have a border-bottom. */
/* Die letzte Tabellenzeile soll keinen border-bottom haben. */
table.table_rating tr:last-of-type td, table.answer.table_rating tr:last-of-type th[scope="row"] {
	border-bottom: 0 !important;
}

.question_delimiter {
	height: 3em;
}

td.answer_input_form {
	text-align: right;
	line-height: 29px;
}

/* multiple-Antwort */
/* Zelle Text */
table.answer tr th.answer_multiple_text {
	text-align: left;
}

/* Buttons style */
/* Knöpfe Stil */
#btn_start {
	font-size: 14px;
	font-weight: 300;
	border: 0 none;
	border-radius: 0;
	text-decoration: none;
	outline: none;
	padding: 2% 0;
	-webkit-appearance: none;
	cursor: pointer;
}

#btn_send_back {
	margin-right: 17px;
}

input.submit, input.submit:focus, input.submit:active, input[type="button"], input[type="file"], #btn_start {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	outline: none;
	padding: 10px 20px;
	-webkit-appearance: none;
	cursor: pointer;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
	border: solid 1px #dfe1e2;
	background: #FFFFFF;
	border-radius: 3px;
}

/* Footer */
.footer {
	width: 100%;
	clear: both;
	height: fit-content;
	color: white;
	display: flex;
	align-items: center;
	position: relative;
	bottom: 0;
	margin-top: 50px;
	padding: 12px;
	word-break: break-all;
}
.question_inner .footer {
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

.footertext {
	font-size: 12px;
	text-align: left;
}

.footertext a {
	text-decoration: none;
	font-size: 12px;
	margin: 0 40px 0 0;
}

#char_count_text {
	color: #9ab4c1;
	font-size: 0.875em;
}

#char_count_text span:first-child {
	font-weight: bold;
}

.html5-video {
	margin: 0 auto;
	width: 640px !important;
	height: 360px !important;
}

div.plugincontainer, div.labels-1, div.labels-2, div.labels-3, div.labels-4 {
	font-size: 1em;
	font-weight: normal;
}

/* tablets */
@media (max-width: 960px) {
	.header {
		width: 100%;
	}

	#img_logo_left {
		margin-top: 29px;
		max-width: fit-content;
		width: 100%;
		height: 100%;
	}

	#img_logo_right {
		max-width: fit-content;
		margin-top: 28px;
		width: 100%;
		height: 100%;
	}

	.question {
		padding-top: 35px;
		font-size: 14px;
	}

	.question span.big {
		font-weight: bold;
		font-size: 1.250em;
	}

	table.answer tr td.answer_multiple_datalist_form, table.answer tr td.answer_multiple_form {
		padding-bottom: 3px;
	}

	table.answer tr td.answer_multiple_matrix_form, table.answer.table_rating tr td {
		padding: 3px 0 5px 0;
	}

	table.answer.table_rating tr td, table.answer.table_rating tr th[scope="row"], table.answer.table_multiple_matrix tr td, table.answer.table_multiple_matrix tr th[scope="row"], table.answer.table_interviewer tr td, table.answer.table_interviewer tr th[scope="row"], table.answer.table_interviewer tr td, table.answer.table_interviewer tr th[scope="row"], table.answer.table_table tr td, table.answer.table_table tr th[scope="row"], table.answer.table_table tr td, table.answer.table_table tr th[scope="row"] {
		border-bottom: 0 !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	#send_buttons {
		margin-top: 37px;
	}

	.footer {
		margin-top: 57px;
	}

	div.tooltip {
		width: 396px !important;
		left: 83px !important;
	}

	.html5-video {
		margin: 0 auto;
		width: 448px !important;
		height: 252px !important;
	}

	/* Fix für iOS Safari Datum-Feld */
	/* Fix for iOS Safari Date-Field */
	input[type="date"] {
		-webkit-appearance: textfield;
		-moz-appearance: textfield;
		min-height: 1.2em;
		min-width: 120px;
	}

}

/* Smartphones */
/* Mobiltelefone */
@media (max-width: 480px) {
	.head_logos {
		justify-content: space-between;
	}

	table.answer tr td, table.answer tr th[scope="row"] {
		line-height: 20px;
	}

	table.table_single tr.answer_0 th, table.table_single tr.answer_1 th, table.table_multiple tr.answer_0 th, table.table_multiple tr.answer_1 th, table.table_single_datalist tr.answer_0 th, table.table_single_datalist tr.answer_1 th, table.table_multiple_datalist tr.answer_0 th, table.table_multiple_datalist tr.answer_1 th {
		vertical-align: middle;

	}

	.wrapper {
		max-width: 334px;
		width: 90%;
		padding: 12px;
		min-height: calc(100% - 158px);
	}

	#head_logo {
		margin-bottom: 5px;
	}

	input.input, input[type="text"], input[type="number"], input[type="password"], select {
		padding: 5px;
	}

	.question span.big {
		font-weight: bold;
		font-size: 1.125em;
	}

	.footer {
		justify-content: center;
		align-items: center;
	}

	.footertext {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.footertext a {
		margin: 20px;
	}

	#send_buttons {
		margin-top: 3px;
	}

	div.tooltip {
		width: 296px !important;
		left: 12px !important;
	}

	.html5-video {
		margin: 0 auto;
		width: 288px !important;
		height: 162px !important;
	}

	/* Two-level brand selection */
	/* Zweistufige Markenauswahl */
	select#marke1 {
		margin-bottom: 36px;
	}

	select#modell1 {
		margin-bottom: 24px;
	}
}

@media (max-width: 360px) {
	#head_logo_left, #head_logo_right {
		justify-content: flex-end;
		margin: 0;
	}

	.head_logos {
		flex-direction: column;
		justify-content: end;
		align-items: end;
		padding-bottom: 10px;
	}

	.question {
		margin: 20px 0 12px 0;
	}

	.question_delimiter, div.answer_rating_answer_space {
		height: 1em;
	}
}
