body {
	margin: 0;
	padding: 0 40px;
	/*background-color: #1c1c1c;*/
	color: #eee;
	font-size: 1.2rem;
	line-height: 1.25em;
	/*font-family: 'Roboto', Arial, sans-serif;*/
}
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);
}

.do-not-wrap {
	white-space: nowrap;
}
.header {
	text-align: center;
	margin-bottom: 1em;
}
.header > * {
	display: block;
}
.header.light {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.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;
}
.header.light .title-webPlaner {
	position: relative;
	top: -15px;
	left: 66px;
	font-size: 2.94em;
	line-height: 1.08em;
}
.header.dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.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;
}
.header.dark .title-webPlaner {
	position: relative;
	top: -10px;
	left: 68px;
	font-size: 2.94em;
	line-height: 1.08em;
	margin-bottom: 0.15em;
}
.companyMainColor {
	color: rgb(214, 6, 55);
}
.mainWrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	margin: 0 16%;
	padding: 12px 20px 0 20px;
	background-color: rgba(255, 255, 255, 0.05);
}
.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) {
	margin-top: 4em;
}
.title {
	font-size: 1.4em;
	color: #fff;
	margin-bottom: 0.5em;
}
.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;
}
.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;
}
.entry p {
	margin: 0 0 0.75em 0;
}
.example-yourLogo {
	background-image: url('/minipage/img/yourlogo.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 300px;
}
.example-yourForm {
	background-image: url('/minipage/img/yourform.png');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 300px;
}
.example-withBgImage {
	background-image: url('/minipage/img/with-bgimage-de.jpg');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 300px;
}
#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;
}
