@page {
	size: 21cm 29.7cm;
	padding: 1.5cm 1.5cm;
}


@media print {
	body.simple .termsList .entry,
	body.simple .termsList .title,
	body.simple .termsList .text {
		page-break-inside: avoid;
	}
	body.simple .termsList .entry {
		page-break-before: auto;
		page-break-always: auto;
	}
}



body {
	font-size: 1.2rem;
	line-height: 1.25em;
	font-family: 'Roboto', Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
}
body:not(.simple) {
	background-color: rgb(30, 35, 36); /* 1c1c1c */
	color: #eee;
}
body.simple {
	background-color: #fff;
	color: #000;
}
a {
	transition: color 0.15s ease-out;
	color: rgb(214, 6, 55);
	text-decoration: none;
}
a:hover {
	color: rgb(250, 52, 97);
}
a:active {
	color: rgb(251, 106, 139);
}
.feedBack {
	margin: 0 0 3em;
	font-weight: 300;
}
.feedBack .error {
	color: #fff;
}
.feedBack .error:before {
	font-weight: 1000;
	font-size: 1.5em;
	position: relative;
	top: 0.125em;
	content: "!";
	color: #f00;
	text-shadow: 0 0 2px #000;
	margin-right: 0.5em;
}

.header {
	text-align: center;
	margin-bottom: 1em;
}
.header > * {
	display: block;
}
.header.light {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body:not(.simple) .header.light .logo-yes {
	background-image: url('/minipage/img/haefele-yes-beraterapp.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 400px;
	max-height: 400px;
	margin-bottom: 40px;
}
body:not(.simple) .header.light .logo-company {
	background-image: url('/minipage/img/logo-company.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 150px;
	max-height: 150px;
}
.header.light .title-productName {
	position: relative;
	margin: -15px 0 0 0;
	/*top: -15px;
	left: 66px;*/
	font-size: 3.13em; /*2.94em;*/
	line-height: 1.08em;
}
.header.dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body:not(.simple) .header.dark .logo-yes {
	background-image: url('/minipage/img/haefele-yes-beraterapp.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 400px;
	max-height: 400px;
	margin-bottom: 40px;
}
body:not(.simple) .header.dark .logo-company {
	background-image: url('/minipage/img/logo-company2.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 152px;
	max-height: 152px;
}
.header.dark .title-productName {
	position: relative;
	margin: -10px 0 0.15em 0;
	/*top: -10px;
	left: 68px;*/
	font-size: 3.13em; /*2.94em;*/
	line-height: 1.08em;
}
.header.simple {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	font-size: 2em;
}
.header.simple > * {
	padding: 0.05em 0.2em;
}
.mainWrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
body:not(.simple) .mainWrapper {
	padding: 12px 20px 0 20px;
	margin: 0 16%;
	background-color: rgba(255, 255, 255, 0.05);
}
body.simple .mainWrapper {
	padding: 12px 20px 20px 20px;
}
.mainWrapper > footer {
	margin-top: 20vh;
}
footer > .links-flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
	margin: 0 -20px;
	background-color: rgba(0, 0, 0, 0.08);
}
footer > .links-flex > a:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
footer > .links-flex > a {
	transition: background-color 0.15s ease-out;
	padding: 10px 25px;
	background-color: transparent;
}
footer > .links-flex > a:hover {
	background-color: rgba(0, 0, 0, 0.25);
}
footer > .links-flex > a:active {
	background-color: rgba(0, 0, 0, 0.45);
}
.contentList {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
	margin-bottom: 4em;
}
.contentList > a {
	margin-left: 2.15em;
}
.manualList {
}
.entry {
}
.entry:not(:first-child) {
	padding-top: 4em;
}
.title {
	font-size: 1.4em;
	/*font-weight: bold;*/
	color: #fff;
	margin-bottom: 0.5em;
}
body.simple .title {
	color: #000;
}
.entry .title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.entry .title > *:first-child {
	min-width: 1.3em;
	margin-right: 0.2em;
}
.entry .text {
	color: #bbb;
	line-height: 1.3em;
}
body.simple .entry .text {
	color: #444;
	margin-left: 2.6875em;
}
body:not(.simple) .entry .text,
.entry .backToTop {
	font-size: 0.8em;
	margin-left: 2.6875em; /*2.15em;*/
}
.entry .backToTop {
	display: inline-block;
	margin-top: 0.6em;
}
.entry .exampleFile {
	display: inline-block;
	background-color: #ddd;
	padding: 5px 15px;
	font-size: 0.9em;
	line-height: 1.1em;
	max-width: 100%;
	overflow: scroll;
	white-space: nowrap;
}
body.simple .contentList,
body.simple .backToTop {
	display: none;
}
.entry p {
	margin: 0 0 0.75em 0;
}
#faq > .text > p:not(:first-child) {
	margin-top: 2em;
}
#faq .faq-entry {
	border: 1px solid transparent;
}
#faq .faq-entry > strong {
	cursor: pointer;
}
#faq .faq-entry > strong:before {
	content: "-";
	margin-right: 0.4em;
}
#faq .faq-entry > strong:hover,
#faq .faq-entry > strong:active,
#faq .faq-entry.active > strong {
	color: rgb(214, 6, 55);
}
#faq .faq-entry:not(:first-child) {
	/*margin-top: 3em;*/
}
#faq .faq-entry > div:not(:first-child) {
	margin-top: 0.75em;
}
#faq .faq-entry.active {
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0.5em -10px 0.5em -10px;
	padding: 10px 10px;
	border-color: rgba(214, 6, 55, 0.25);
}
#faq .faq-entry:not(.active) div {
	opacity: 0;
	pointer-events: none;
	height: 0;
	max-height: 0;
	overflow: hidden;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
#faq .backToTop {
	margin-top: 1.35em;
}

@media all and (max-width: 1280px) {
	body .mainWrapper {
		margin: 0;
	}
}
@media all and (max-width: 1024px) {
	body:not(.simple) .mainWrapper {
		margin: 0;
	}
}
@media all and (max-width: 800px) {
	html body {
		padding: 0;
	}
	code {
		max-width: 100%;
		word-wrap: break-word;
		word-break: break-all;
	}
	.header.light .title-productName,
	.header.dark .title-productName {
		margin: 0 0 10px 0;
		font-size: 2em;
	}
	body .header.light .logo-company {
		height: 18vw;
	}
	body .header.dark .logo-company {
		height: 18vw;
	}
}
@media all and (max-width: 512px) {
	* {
		word-wrap: break-word;
		word-break: break-all;
	}
	body .do-not-wrap { /* ignore */
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
	}
	body .mainWrapper {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.header.light .title-productName,
	.header.dark .title-productName {
		font-size: 1.3em;
	}
	body .entry .text,
	body .entry .backToTop,
	body .contentList > a {
		margin-left: 0;
	}
}








