/*
 Theme Name:   FoundationPress child
 Theme URI:    http://my-childtheme.dev
 Description:  FoundationPress child theme
 Author:       Ole Fredrik Lie
 Author URI:   http://olefredrik.com
 Template:     FoundationPress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  FoundationPress child-theme
*/
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-300.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-300.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-regular.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-600.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-600.ttf") format("truetype");
	font-weight: 600;
	font-style: bold;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-600italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-600italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-600italic.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-700.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}

@font-face {
	font-family: "Open Sans";
	src: url("../fonts/opensans/open-sans-v17-latin-700italic.woff") format("woff"), url("../fonts/opensans/open-sans-v17-latin-700italic.woff2") format("woff2"), url("../fonts/opensans/open-sans-v17-latin-700italic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
	font-display: optional;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}

#dokumentinhaltcontent {
	position: relative;
	/* .icon-tv {
      background-image: url('../img/icon-tv.png');
    } */
}

#dokumentinhaltcontent h1,
#dokumentinhaltcontent h2,
#dokumentinhaltcontent h3,
#dokumentinhaltcontent h4,
#dokumentinhaltcontent h5,
#dokumentinhaltcontent h6,
#dokumentinhaltcontent .h7,
#dokumentinhaltcontent .h8 {
	line-height: 1.25;
	margin-top: 2.5rem;
}

#dokumentinhaltcontent h1,
#dokumentinhaltcontent h2 {
	font-weight: 700;
}

#dokumentinhaltcontent h3,
#dokumentinhaltcontent h4,
#dokumentinhaltcontent h5,
#dokumentinhaltcontent h6,
#dokumentinhaltcontent .h7,
#dokumentinhaltcontent .h8 {
	font-weight: 700;
}

#dokumentinhaltcontent h2,
#dokumentinhaltcontent h3 {
	word-wrap: break-word;
}

#dokumentinhaltcontent h1 {
	font-size: 1.5rem;
}

#dokumentinhaltcontent h2 {
	font-size: 1.25rem;
}

#dokumentinhaltcontent h3 {
	font-size: 1.125rem;
}

#dokumentinhaltcontent h4,
#dokumentinhaltcontent h5,
#dokumentinhaltcontent h6,
#dokumentinhaltcontent .h7,
#dokumentinhaltcontent .h8 {
	font-size: 1rem;
}

#dokumentinhaltcontent .h8 {
	font-style: italic;
}

#dokumentinhaltcontent p {
	margin-top: 0;
}

#dokumentinhaltcontent,
#dokumentinhaltcontent button,
#dokumentinhaltcontent input,
#dokumentinhaltcontent select,
#dokumentinhaltcontent textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-hyphenate-character: "-";
}

#dokumentinhaltcontent article,
#dokumentinhaltcontent aside,
#dokumentinhaltcontent details,
#dokumentinhaltcontent figcaption,
#dokumentinhaltcontent figure,
#dokumentinhaltcontent footer,
#dokumentinhaltcontent header,
#dokumentinhaltcontent hgroup,
#dokumentinhaltcontent nav,
#dokumentinhaltcontent section {
	display: block;
}

#dokumentinhaltcontent audio,
#dokumentinhaltcontent canvas,
#dokumentinhaltcontent video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#dokumentinhaltcontent audio:not([controls]) {
	display: none;
}

#dokumentinhaltcontent [hidden] {
	display: none;
}

#dokumentinhaltcontent a {
	color: #01a2b9;
	font-weight: 600;
	text-decoration: none;
}

#dokumentinhaltcontent a:visited {
	color: #6c757d;
}

#dokumentinhaltcontent a:focus {
	outline: thin dotted;
}

#dokumentinhaltcontent a:hover, #dokumentinhaltcontent a:active {
	outline: 0;
}

#dokumentinhaltcontent a.disabled {
	opacity: 0.5;
	pointer-events: none;
}

#dokumentinhaltcontent a.link {
	display: block;
	margin: 0.625rem 0 0;
	text-decoration: underline;
	font-weight: 400;
}

#dokumentinhaltcontent a.link.first {
	margin-top: 1.25rem;
}

#dokumentinhaltcontent a.text-link {
	font-weight: 400;
	text-decoration: underline;
}

#dokumentinhaltcontent a.button {
	min-height: 1px;
}

#dokumentinhaltcontent a.pdf {
	background: url("../img/pdf-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.excel {
	background: url("../img/excel-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.exe {
	background: url("../img/exe-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.powerpoint {
	background: url("../img/powerpoint-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.word {
	background: url("../img/word-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.zip {
	background: url("../img/zip-16.png") no-repeat left center;
}

#dokumentinhaltcontent a.download {
	padding-left: 20px;
}

#dokumentinhaltcontent a span.forward-arrow, #dokumentinhaltcontent a span.back-arrow, #dokumentinhaltcontent a span.arrow {
	background-color: rgba(0, 0, 0, 0);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 13px 17px;
	color: #01a2b9;
	font-weight: 600;
	padding-left: 19px;
}

#dokumentinhaltcontent a span.forward-arrow:hover, #dokumentinhaltcontent a span.back-arrow:hover, #dokumentinhaltcontent a span.arrow:hover {
	color: #6c757d;
}

#dokumentinhaltcontent a span.forward-arrow:active, #dokumentinhaltcontent a span.back-arrow:active, #dokumentinhaltcontent a span.arrow:active {
	color: #01a2b9;
}

#dokumentinhaltcontent a span.forward-arrow:disabled, #dokumentinhaltcontent a span.back-arrow:disabled, #dokumentinhaltcontent a span.arrow:disabled {
	opacity: 0.5;
}

#dokumentinhaltcontent a span.forward-arrow.arrow-right, #dokumentinhaltcontent a span.back-arrow.arrow-right, #dokumentinhaltcontent a span.arrow.arrow-right {
	padding-left: 0;
	padding-right: 1.25rem;
	background-position: right top;
}

#dokumentinhaltcontent a span.forward-arrow, #dokumentinhaltcontent a span.arrow {
	background-image: url("../img/icon-link.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent a span.forward-arrow, #dokumentinhaltcontent a span.arrow {
		background-image: url("../img/icon-link@2x.png");
	}
}

#dokumentinhaltcontent a span.back-arrow {
	background-image: url("../img/icon-link-back.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent a span.back-arrow {
		background-image: url("../img/icon-link-back@2x.png");
	}
}

#dokumentinhaltcontent a.no-link, #dokumentinhaltcontent a.no-link:link, #dokumentinhaltcontent a.no-link:visited, #dokumentinhaltcontent a.no-link:hover, #dokumentinhaltcontent a.no-link:focus {
	color: #999 !important;
}

#dokumentinhaltcontent abbr[title] {
	border-bottom: 1px dotted;
}

#dokumentinhaltcontent b,
#dokumentinhaltcontent strong {
	font-weight: 700;
}

#dokumentinhaltcontent blockquote {
	margin: 1em 40px;
}

#dokumentinhaltcontent dfn {
	font-style: italic;
}

#dokumentinhaltcontent mark {
	background: #ffde00;
	color: #000;
}

#dokumentinhaltcontent pre,
#dokumentinhaltcontent code,
#dokumentinhaltcontent kbd,
#dokumentinhaltcontent samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

#dokumentinhaltcontent pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

#dokumentinhaltcontent q {
	quotes: none;
}

#dokumentinhaltcontent q:before, #dokumentinhaltcontent q:after {
	content: none;
}

#dokumentinhaltcontent small {
	font-size: 75%;
}

#dokumentinhaltcontent sub,
#dokumentinhaltcontent sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}

#dokumentinhaltcontent sup {
	top: -0.5em;
}

#dokumentinhaltcontent sub {
	bottom: -0.25em;
}

#dokumentinhaltcontent ul,
#dokumentinhaltcontent ol {
	padding: 0 0 0 40px;
}

#dokumentinhaltcontent dd {
	margin: 0 0 0 40px;
}

#dokumentinhaltcontent nav ul,
#dokumentinhaltcontent nav ol {
	list-style: none;
	list-style-image: none;
}

#dokumentinhaltcontent img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

#dokumentinhaltcontent img::selection, #dokumentinhaltcontent img::-moz-selection {
	background: transparent;
}

#dokumentinhaltcontent svg:not(:root) {
	overflow: hidden;
}

#dokumentinhaltcontent figure {
	margin: 0;
}

#dokumentinhaltcontent form {
	margin: 0;
}

#dokumentinhaltcontent fieldset {
	border: none;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

#dokumentinhaltcontent legend {
	border: 0;
	/* 1 */
	*margin-left: -7px;
	/* 2 */
}

#dokumentinhaltcontent button,
#dokumentinhaltcontent input,
#dokumentinhaltcontent select,
#dokumentinhaltcontent textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

#dokumentinhaltcontent button,
#dokumentinhaltcontent input {
	line-height: normal;
	/* 1 */
	border-radius: 0;
}

#dokumentinhaltcontent button::-moz-focus-inner,
#dokumentinhaltcontent input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#dokumentinhaltcontent button,
#dokumentinhaltcontent input[type="button"],
#dokumentinhaltcontent input[type="reset"],
#dokumentinhaltcontent input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

#dokumentinhaltcontent input[type="checkbox"], #dokumentinhaltcontent input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

#dokumentinhaltcontent input[type="text"], #dokumentinhaltcontent input[type="password"] {
	-webkit-appearance: none;
	/* 1 */
}

#dokumentinhaltcontent input[type="search"] {
	-webkit-appearance: none;
	/* 1 */
	/* 2 */
	box-sizing: content-box;
}

#dokumentinhaltcontent input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#dokumentinhaltcontent textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

#dokumentinhaltcontent table {
	border-collapse: collapse;
	border-color: black;
}

#dokumentinhaltcontent table th,
#dokumentinhaltcontent table td {
	padding: 0.5rem;
}

#dokumentinhaltcontent table[frame="box"], #dokumentinhaltcontent table[frame="border"] {
	border-style: solid;
}

#dokumentinhaltcontent table.stretch {
	width: 100%;
}

#dokumentinhaltcontent table.blanko {
	font-size: 16px;
}

#dokumentinhaltcontent table:not(.blanko) {
	background: white !important;
	border-spacing: 0;
	border: none !important;
	font-size: 14px;
	width: 100%;
}

#dokumentinhaltcontent table:not(.blanko) th,
#dokumentinhaltcontent table:not(.blanko) td {
	border: none !important;
	border-right: 1px solid #ccc !important;
	padding: 5px 10px;
	vertical-align: top;
}

#dokumentinhaltcontent table:not(.blanko) th:last-child,
#dokumentinhaltcontent table:not(.blanko) td:last-child {
	border-right: none !important;
}

#dokumentinhaltcontent table:not(.blanko) th {
	text-align: left;
}

#dokumentinhaltcontent table:not(.blanko) tbody tr {
	border: none !important;
	border-top: 1px solid #ccc !important;
}

#dokumentinhaltcontent table:not(.blanko) tbody tr:first-child {
	border-top: none !important;
}

#dokumentinhaltcontent table:not(.blanko) tbody tr:nth-child(even) {
	background: #f0f0f0;
}

#dokumentinhaltcontent .semibold {
	font-weight: 600;
}

#dokumentinhaltcontent a.button,
#dokumentinhaltcontent button {
	padding: 7px 20px;
	line-height: 14px;
	border: 1px solid #ccc;
	font-weight: 700;
	box-shadow: 0 0 1px #fff inset;
	border-collapse: separate;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#dokumentinhaltcontent a.button.active,
#dokumentinhaltcontent button.active {
	background-position: center -50px;
}

#dokumentinhaltcontent a.button:focus,
#dokumentinhaltcontent button:focus {
	outline: none;
}

#dokumentinhaltcontent a.button.disabled, #dokumentinhaltcontent a.button[disabled],
#dokumentinhaltcontent button.disabled,
#dokumentinhaltcontent button[disabled] {
	opacity: 0.5;
	filter: alpha(opacity=50);
	pointer-events: none;
}

#dokumentinhaltcontent a.button.highlight,
#dokumentinhaltcontent button.highlight {
	background-position: center -100px;
	color: #fff;
	border-color: #cc1111;
	box-shadow: 0 0 0 #fff;
	border-collapse: separate;
}

#dokumentinhaltcontent a.button.blue,
#dokumentinhaltcontent button.blue {
	display: block;
	background-position: center -150px;
	color: #fff;
	border-color: #115ba0;
	text-align: center;
	box-shadow: 0 0 0 #fff;
	border-collapse: separate;
}

#dokumentinhaltcontent a.button.back,
#dokumentinhaltcontent button.back {
	padding: 0;
	padding-left: 9px;
	border: none;
	background: url("../img/back-button2.png") no-repeat left center;
}

#dokumentinhaltcontent a.button.back span,
#dokumentinhaltcontent button.back span {
	padding: 7px 20px 7px;
	border: 1px solid #adadad;
	border-left: none;
	background: url("../img/button.png") repeat-x center top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#dokumentinhaltcontent a.button.btn-copy-to-clipboard span,
#dokumentinhaltcontent button.btn-copy-to-clipboard span {
	background-repeat: no-repeat;
	background-size: 16px;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

#dokumentinhaltcontent a.button.btn-copy-to-clipboard,
#dokumentinhaltcontent button.btn-copy-to-clipboard {
	border-radius: 0 0.25rem 0.25rem 0;
	border: 0;
	border-left: 0.0625rem solid #cccccc;
	height: 42px;
	margin-left: 5px;
	position: absolute;
	right: 0.0625rem;
	top: 0.0625rem;
	width: 46px;
}

#dokumentinhaltcontent a.button.btn-copy-to-clipboard:focus, #dokumentinhaltcontent a.button.btn-copy-to-clipboard:active,
#dokumentinhaltcontent button.btn-copy-to-clipboard:focus,
#dokumentinhaltcontent button.btn-copy-to-clipboard:active {
	border: 0 !important;
	border-color: transparent;
	outline: 0.0625rem solid #2f4858;
}

#dokumentinhaltcontent a.button.btn-copy-to-clipboard span,
#dokumentinhaltcontent button.btn-copy-to-clipboard span {
	background-image: url("../img/copy.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent a.button.btn-copy-to-clipboard span,
	#dokumentinhaltcontent button.btn-copy-to-clipboard span {
		background-image: url("../img/copy@2x.png");
	}
}

#dokumentinhaltcontent .alphabet > a,
#dokumentinhaltcontent a.button,
#dokumentinhaltcontent button {
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
	-webkit-appearance: none;
	height: auto;
	min-height: 35px;
}

#dokumentinhaltcontent .alphabet > a:not([disabled]):focus,
#dokumentinhaltcontent a.button:not([disabled]):focus,
#dokumentinhaltcontent button:not([disabled]):focus {
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #2f4858;
}

#dokumentinhaltcontent .alphabet > a:not([disabled]):active, #dokumentinhaltcontent .alphabet > a:not([disabled]).active,
#dokumentinhaltcontent a.button:not([disabled]):active,
#dokumentinhaltcontent a.button:not([disabled]).active,
#dokumentinhaltcontent button:not([disabled]):active,
#dokumentinhaltcontent button:not([disabled]).active {
	background-image: linear-gradient(0deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
}

#dokumentinhaltcontent .alphabet > a[disabled], #dokumentinhaltcontent .alphabet > a.disabled,
#dokumentinhaltcontent a.button[disabled],
#dokumentinhaltcontent a.button.disabled,
#dokumentinhaltcontent button[disabled],
#dokumentinhaltcontent button.disabled {
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}

#dokumentinhaltcontent .alphabet > a.btn__close,
#dokumentinhaltcontent a.button.btn__close,
#dokumentinhaltcontent button.btn__close {
	background-size: 20px 20px !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	background-image: url("../img/Schliessen.png") !important;
	border: none;
	box-shadow: none;
	color: transparent;
	display: block;
	font-weight: 400;
	min-height: 1px;
	height: 24px;
	overflow: hidden;
	padding: 0;
	white-space: normal;
	width: 24px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .alphabet > a.btn__close,
	#dokumentinhaltcontent a.button.btn__close,
	#dokumentinhaltcontent button.btn__close {
		background-image: url("../img/Schliessen@2x.png") !important;
	}
}

#dokumentinhaltcontent .alphabet > a.btn__close:not([disabled]):active,
#dokumentinhaltcontent a.button.btn__close:not([disabled]):active,
#dokumentinhaltcontent button.btn__close:not([disabled]):active {
	background-size: 20px 20px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-image: url("../img/Schliessen.png") !important;
	border: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .alphabet > a.btn__close:not([disabled]):active,
	#dokumentinhaltcontent a.button.btn__close:not([disabled]):active,
	#dokumentinhaltcontent button.btn__close:not([disabled]):active {
		background-image: url("../img/Schliessen@2x.png") !important;
	}
}

#dokumentinhaltcontent .alphabet > a.btn__close:focus,
#dokumentinhaltcontent a.button.btn__close:focus,
#dokumentinhaltcontent button.btn__close:focus {
	outline: 1px dotted #cccccc;
}

#dokumentinhaltcontent .alphabet > a.btn__close.disabled,
#dokumentinhaltcontent a.button.btn__close.disabled,
#dokumentinhaltcontent button.btn__close.disabled {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#dokumentinhaltcontent .btn,
#dokumentinhaltcontent button {
	font-weight: 600;
	box-shadow: none !important;
}

#dokumentinhaltcontent .btn.btn--200,
#dokumentinhaltcontent button.btn--200 {
	min-height: 40px;
	white-space: normal;
}

#dokumentinhaltcontent .btn.btn--primary,
#dokumentinhaltcontent button.btn--primary {
	position: relative;
	white-space: normal;
}

#dokumentinhaltcontent .btn.btn--primary:not([disabled]):focus::after,
#dokumentinhaltcontent button.btn--primary:not([disabled]):focus::after {
	content: "";
	border: 1px solid white;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

#dokumentinhaltcontent .btn.btn--primary:not([disabled]):active,
#dokumentinhaltcontent button.btn--primary:not([disabled]):active {
	background: #6c757d;
	border-color: #6c757d;
}

#dokumentinhaltcontent button.btn--icon {
	height: 35px;
	padding: 0;
	width: 35px;
}

#dokumentinhaltcontent button.btn--icon span.icon {
	display: block;
	min-height: 35px;
	min-width: 35px;
}

#dokumentinhaltcontent .icon-top {
	padding-top: 40px !important;
	background-position: center top;
	background-repeat: no-repeat;
}

#dokumentinhaltcontent .icon-left {
	padding-left: 40px !important;
	background-position: left center;
	background-repeat: no-repeat;
}

#dokumentinhaltcontent .icon-arrow-up {
	background-image: url("../img/arrow-up.png");
}

#dokumentinhaltcontent .icon-newspaper {
	background-image: url("../img/icon-newspaper.png");
}

#dokumentinhaltcontent .icon-telescope {
	background-image: url("../img/icon-telescope.png");
}

#dokumentinhaltcontent .icon-book {
	background-image: url("../img/icon-book.png");
}

#dokumentinhaltcontent .icon-clock {
	background-image: url("../img/icon-clock.png");
}

#dokumentinhaltcontent .icon-cabinet {
	background-image: url("../img/icon-cabinet.png");
}

#dokumentinhaltcontent .icon-star {
	background-image: url("../img/icon-star-grey.png");
}

#dokumentinhaltcontent .icon-shoebox {
	background-image: url("../img/icon-shoebox.png");
}

#dokumentinhaltcontent .icon-ipod {
	background-image: url("../img/icon-ipod.png");
}

#dokumentinhaltcontent .icon-presentation {
	background-image: url("../img/icon-presentation.png");
}

#dokumentinhaltcontent .icon-gift {
	background-image: url("../img/icon-gift.png");
}

#dokumentinhaltcontent .icon-note {
	background-image: url("../img/icon-note.png");
}

#dokumentinhaltcontent .icon-calculator {
	background-image: url("../img/icon-calculator.png");
}

#dokumentinhaltcontent .icon-folder {
	background-image: url("../img/icon-folder.png");
}

#dokumentinhaltcontent .icon-document {
	background-image: url("../img/icon-document.png");
}

#dokumentinhaltcontent .icon-searchdocument {
	background-image: url("../img/search-18.png");
}

#dokumentinhaltcontent .icon-searchdocument {
	background-image: url("../img/search-18.png");
}

#dokumentinhaltcontent .icon-edit {
	background-image: url("../img/icon-bearbeiten-16.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .icon-edit {
		background-image: url("../img/icon-bearbeiten-16@2x.png");
	}
}

#dokumentinhaltcontent .icon-admin {
	background-image: url("../img/icon-administrator-16.png");
	background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .icon-admin {
		background-image: url("../img/icon-administrator-16@2x.png");
	}
}

#dokumentinhaltcontent .icon-inaktiv {
	background-image: url("../img/icon-inaktiv-16.png");
	background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .icon-inaktiv {
		background-image: url("../img/icon-inaktiv-16@2x.png");
	}
}

#dokumentinhaltcontent .icon-undo {
	background-image: url("../img/icon-undo-16.png");
	background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .icon-undo {
		background-image: url("../img/icon-undo-16@2x.png");
	}
}

#dokumentinhaltcontent .icon-favorit-menu {
	background-image: url("../img/icon-favorit-menu.png");
	background-size: 16px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#dokumentinhaltcontent .icon-favorit-menu {
		background-image: url("../img/icon-favorit-menu@2x.png");
	}
}

#dokumentinhaltcontent .tt {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 4px;
}

#dokumentinhaltcontent .more {
	padding: 10px;
	float: right;
	display: table;
}

#dokumentinhaltcontent .list {
	padding: 0;
	list-style-type: none;
}

#dokumentinhaltcontent .list li {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	*zoom: 1;
}

#dokumentinhaltcontent .list li::before, #dokumentinhaltcontent .list li::after {
	display: table;
	content: "";
}

#dokumentinhaltcontent .list li::after {
	clear: both;
}

#dokumentinhaltcontent .list li span.title, #dokumentinhaltcontent .list li span.description {
	display: block;
	line-height: 20px;
}

#dokumentinhaltcontent .list li span.aside {
	display: block;
	font-size: 0.625rem;
	line-height: 1.25rem;
}

#dokumentinhaltcontent .list li a.list-item {
	display: block;
	padding: 10px 10px 10px;
	color: #404040;
	font-weight: 400;
}

#dokumentinhaltcontent .list li a.list-item.border-left {
	display: table;
	height: 40px;
}

#dokumentinhaltcontent .list li a.list-item.border-left::before {
	bottom: 10px;
	content: "";
	margin: auto;
	position: absolute;
	top: 10px;
	width: 2px;
}

#dokumentinhaltcontent .list li a.list-item.border-left > span {
	display: table-cell;
	padding-left: 10px;
	position: relative;
	vertical-align: middle;
}

#dokumentinhaltcontent .list li a.list-item.border-left > span > .new {
	background: none repeat scroll 0 0 #01a2b9;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: initial;
	width: auto;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	height: auto;
}

#dokumentinhaltcontent .list li a.list-item.border-left.product-a:before {
	background-color: gold;
}

#dokumentinhaltcontent .list li a.list-item.border-left.product-b:before {
	background-color: darkblue;
}

#dokumentinhaltcontent .list li a.list-item.border-left.product-c:before {
	background-color: green;
}

#dokumentinhaltcontent .list li a.list-item.border-left.product-d:before {
	background-color: darkgreen;
}

#dokumentinhaltcontent .list li a.list-item .title {
	margin-bottom: 5px;
}

#dokumentinhaltcontent .list li a.list-item .title:only-child {
	margin-bottom: 0;
}

#dokumentinhaltcontent .list li a.list-item .aside {
	font-size: 14px;
	color: #5c5c5c;
}

#dokumentinhaltcontent .list li a.list-item span {
	font-weight: 400;
}

#dokumentinhaltcontent .list li a.list-item span strong.new {
	font-size: 14px;
	font-weight: 700;
	height: 19px;
	line-height: 19px;
	padding: 0 5px;
	width: auto;
}

#dokumentinhaltcontent .list li a.list-item.list-item--image {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

#dokumentinhaltcontent .list li a.list-item.list-item--image > .list-item--image__image {
	flex: 0 0 auto;
	width: 150px;
}

#dokumentinhaltcontent .list li a.list-item.list-item--image > .list-item--image__image > img {
	height: auto;
	width: 150px;
}

#dokumentinhaltcontent .list li a.list-item.list-item--image > .list-item--image__text {
	flex: 1 1 auto;
	margin-left: 20px;
	max-width: calc(100% - 170px);
}

#dokumentinhaltcontent .list li a.list-item.list-item--image > .list-item--image__text > span.title {
	font-weight: 700;
	margin-bottom: 0;
}

#dokumentinhaltcontent .inline-list {
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: center;
	*zoom: 1;
}

#dokumentinhaltcontent .inline-list::before, #dokumentinhaltcontent .inline-list::after {
	display: table;
	content: "";
}

#dokumentinhaltcontent .inline-list::after {
	clear: both;
}

#dokumentinhaltcontent .inline-list a {
	display: block;
	color: #404040;
}

#dokumentinhaltcontent .inline-list li {
	padding: 0;
	display: inline-block;
}

#dokumentinhaltcontent .inline-list li.last {
	border-right: none;
}

#dokumentinhaltcontent .inline-list li a {
	display: inline-block;
	padding: 0 5px;
	height: 100px;
	width: 100px;
	vertical-align: text-top;
}

#dokumentinhaltcontent .inline-list li > a {
	font-weight: 600;
}

#dokumentinhaltcontent .inline-list .to-be-shown.show {
	display: inline-block !important;
}

#dokumentinhaltcontent .ulist {
	margin: 0 0 30px;
	padding: 0;
	list-style-type: none;
}

#dokumentinhaltcontent .ulist li {
	margin: 8px 0;
	padding: 0 0 0 20px;
	border: none;
	background: none;
	line-height: 20px;
}

#dokumentinhaltcontent .ulist a {
	font-weight: 400;
}

#dokumentinhaltcontent .ulist a:visited {
	color: #a11230;
}

#dokumentinhaltcontent .ulist.no-padding-left li {
	padding-left: 0;
}

#dokumentinhaltcontent .pagination a.active, #dokumentinhaltcontent .pagination a.button.active:not([disabled]),
#dokumentinhaltcontent .alphabet > a.active,
#dokumentinhaltcontent .alphabet > a.button.active:not([disabled]) {
	background: none !important;
	background-color: #eeeeee !important;
	border: 1px solid #01a2b9 !important;
}

#dokumentinhaltcontent .img {
	display: block;
	margin-bottom: 20px;
	max-width: 100%;
}

#dokumentinhaltcontent .img img {
	height: auto;
	vertical-align: top;
	width: auto;
	max-width: 100%;
}

#dokumentinhaltcontent .img.small {
	max-width: 230px;
}

#dokumentinhaltcontent .img.medium {
	max-width: 310px;
}

#dokumentinhaltcontent .img.left {
	float: left;
	margin: 0 20px 10px 0;
}

#dokumentinhaltcontent .img.right {
	float: right;
	margin: 0 0 10px 20px;
}

#dokumentinhaltcontent .img.center {
	text-align: center;
}

#dokumentinhaltcontent .img.image-size-w33 {
	height: auto;
	width: 33%;
}

#dokumentinhaltcontent .img.image-size-w50 {
	height: auto;
	width: 50%;
}

#dokumentinhaltcontent .img.image-size-full {
	height: auto;
	width: 100%;
}

#dokumentinhaltcontent .img.stretch img {
	width: 100%;
}

#dokumentinhaltcontent .img span {
	color: #999;
	display: block;
	font-size: 0.75rem;
	line-height: 1.25;
	padding: 0.625rem 0;
}

#dokumentinhaltcontent .variations {
	margin-bottom: 40px;
}

#dokumentinhaltcontent .variations .choose-variation {
	display: table;
	font-size: 12px;
	line-height: 20px;
}

#dokumentinhaltcontent .variations .choose-variation > .arrow {
	display: inline-block;
	font-weight: inherit;
	line-height: 12px;
	vertical-align: middle;
}

#dokumentinhaltcontent .new-flag {
	background: none repeat scroll 0 0 #01a2b9;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
	margin-right: 5px;
	padding: 1px 5px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: initial;
}

#dokumentinhaltcontent .line-through {
	text-decoration: line-through;
}

#dokumentinhaltcontent a[data-hasqtip]:visited {
	color: #6c757d;
}

#dokumentinhaltcontent a[data-hasqtip]:visited[id*="ja_"], #dokumentinhaltcontent a[data-hasqtip]:visited[name*="ja_"] {
	display: block;
	height: 0 !important;
	margin-bottom: 0 !important;
}

#dokumentinhaltcontent a[data-hasqtip]:visited.with-costs,
#dokumentinhaltcontent a[data-hasqtip]:visited .with-costs {
	font-weight: 400;
}

#dokumentinhaltcontent a[data-hasqtip]:visited.with-costs::before,
#dokumentinhaltcontent a[data-hasqtip]:visited .with-costs::before {
	background: #01a2b9;
	color: white;
	content: "\20AC";
	display: inline;
	font-size: 12px;
	margin-right: 5px;
	padding: 0 2px;
}

#dokumentinhaltcontent a[data-hasqtip]:visited sup {
	top: 0;
	color: #01a2b9;
	font-size: 100%;
	font-weight: 400;
}

#dokumentinhaltcontent a[data-hasqtip]:visited.bold {
	font-weight: 700;
}

#dokumentinhaltcontent a[data-hasqtip]:visited.no-link sup {
	color: #999;
}

#dokumentinhaltcontent .old,
#dokumentinhaltcontent .new {
	float: left;
	width: 50%;
}

#dokumentinhaltcontent .hits {
	margin: 0 0 20px;
}

#dokumentinhaltcontent .hits .checkbox-wrapper {
	width: auto;
	display: inline-block;
}

#dokumentinhaltcontent .hits .checkbox-wrapper .checkbox-label {
	width: auto !important;
}

#dokumentinhaltcontent .hits .legend_box_wrapper {
	display: table;
	float: right;
	margin-left: 15px;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .legend_box {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 0 5px;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .legend_box[data-diff="OLD"] {
	background-color: #eeeeee;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .legend_box[data-diff="NEW"] {
	background-color: #cfe5d2;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .legend_box_label {
	display: inline-block;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .move-to-next-change {
	vertical-align: sub;
	color: #01a2b9;
}

#dokumentinhaltcontent .hits .legend_box_wrapper .move-to-next-change:hover, #dokumentinhaltcontent .hits .legend_box_wrapper .move-to-next-change:active, #dokumentinhaltcontent .hits .legend_box_wrapper .move-to-next-change:visited {
	color: #01a2b9;
}

#dokumentinhaltcontent .heading,
#dokumentinhaltcontent .author-info {
	font-size: 14px;
	color: #5c5c5c;
}

#dokumentinhaltcontent .author-info {
	margin-bottom: 10px;
}

#dokumentinhaltcontent p[data-diff] {
	display: block;
}

#dokumentinhaltcontent p[data-diff] .txt_aenderung {
	background-color: #ffee00;
}

#dokumentinhaltcontent p[data-diff="OLD"] {
	background: #eeeeee;
	display: none;
}

#dokumentinhaltcontent p[data-diff="NEW"] {
	background: #cfe5d2;
}

#dokumentinhaltcontent .literature_source {
	clear: both;
	color: #5c5c5c;
	padding-bottom: 20px;
	line-height: 1.7;
}

#dokumentinhaltcontent .literature_source input {
	background-color: #f0f0f0;
	border: 0.0625rem solid #cccccc;
	border-radius: 0.25rem;
	display: block;
	font-size: 1rem;
	height: 2.9375rem;
	margin-bottom: 5px;
	padding: 10px 3.5rem 10px 12px;
	-webkit-user-select: all;
	        user-select: all;
	width: 100%;
}

#dokumentinhaltcontent .literature_source input:focus {
	border-color: #2f4858;
	outline: none;
}

#dokumentinhaltcontent .literature_source .heading_source {
	display: block;
	color: #222;
	font-size: 20px;
	font-weight: 800;
	line-height: 30px;
	padding-bottom: 10px;
}

#dokumentinhaltcontent .literature_source .literature_source_heading .heading_author {
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 5px;
}

#dokumentinhaltcontent .literature_source .literature_source_heading .toggle_prompt {
	color: #222;
	cursor: pointer;
	display: inline-block;
	padding-bottom: 5px;
	text-decoration: underline;
}

#dokumentinhaltcontent .open-table {
	display: none;
}

#dokumentinhaltcontent .table {
	border: 1px solid #dcdcdc;
	clear: both;
	margin-bottom: 20px;
	padding: 0;
	overflow: auto;
	width: auto;
}

#dokumentinhaltcontent .table.no-border {
	border: none;
}

#dokumentinhaltcontent .table + .quelle {
	margin-top: -20px !important;
	margin-bottom: 20px;
}

#dokumentinhaltcontent .table.no-border + .quelle {
	margin-top: -10px;
}

#dokumentinhaltcontent .table.table-raster {
	padding: 10px;
}

#dokumentinhaltcontent .table .spacer {
	height: 10px;
}

#dokumentinhaltcontent .table ul:not([type="i"]):not([type="a"]) {
	position: relative;
}

#dokumentinhaltcontent .table caption {
	caption-side: top;
}

#dokumentinhaltcontent .table [frame="void"] th,
#dokumentinhaltcontent .table [frame="void"] td,
#dokumentinhaltcontent .table [frame="box"] th,
#dokumentinhaltcontent .table [frame="box"] td {
	border-top-color: inherit;
}

#dokumentinhaltcontent .table .blanko[rules="none"] td,
#dokumentinhaltcontent .table .blanko[rules="none"] th, #dokumentinhaltcontent .table.blanko[rules="none"] td,
#dokumentinhaltcontent .table.blanko[rules="none"] th {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

#dokumentinhaltcontent ul .remark,
#dokumentinhaltcontent ul .highlighted,
#dokumentinhaltcontent ul .solution,
#dokumentinhaltcontent ul .table,
#dokumentinhaltcontent ul .content-box,
#dokumentinhaltcontent ul ul,
#dokumentinhaltcontent ul ol,
#dokumentinhaltcontent ul li > .manuelList > .listPoint,
#dokumentinhaltcontent ol .remark,
#dokumentinhaltcontent ol .highlighted,
#dokumentinhaltcontent ol .solution,
#dokumentinhaltcontent ol .table,
#dokumentinhaltcontent ol .content-box,
#dokumentinhaltcontent ol ul,
#dokumentinhaltcontent ol ol,
#dokumentinhaltcontent ol li > .manuelList > .listPoint {
	margin-left: 0 !important;
}

#dokumentinhaltcontent ul .new-flag,
#dokumentinhaltcontent ol .new-flag {
	background: none repeat scroll 0 0 #01a2b9;
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	height: 14px;
	line-height: 14px;
	margin-right: 5px;
	padding: 2px 2px 1px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: initial;
	width: 23px;
}

#dokumentinhaltcontent ol[type="a"], #dokumentinhaltcontent ol[type="i"] {
	list-style-image: none;
}

#dokumentinhaltcontent ol[type="i"] li {
	padding-left: 10px;
}

#dokumentinhaltcontent ol[type="a"] {
	counter-reset: li;
	list-style: none;
}

#dokumentinhaltcontent ol[type="a"] > li {
	padding-left: 24px;
	position: relative;
}

#dokumentinhaltcontent ol[type="a"] > li::before {
	counter-increment: li;
	content: counter(li, lower-alpha) ") ";
	display: inline-block;
	left: 0;
	position: absolute;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) {
	counter-reset: listenpunkt_ebene1;
	list-style: none;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) > li:before {
	content: counter(listenpunkt_ebene1, decimal) ". ";
	counter-increment: listenpunkt_ebene1;
	position: absolute;
	margin-left: -40px;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) {
	counter-reset: listenpunkt_ebene2;
	list-style: none;
	margin-left: 0;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) > li:before {
	content: counter(listenpunkt_ebene1, decimal) "." counter(listenpunkt_ebene2, decimal) ". ";
	counter-increment: listenpunkt_ebene2;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) {
	counter-reset: listenpunkt_ebene3;
	list-style: none;
	margin-left: 0;
}

#dokumentinhaltcontent ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) ol:not([type="a"]):not([type="i"]) > li:before {
	content: counter(listenpunkt_ebene1, decimal) "." counter(listenpunkt_ebene2, decimal) "." counter(listenpunkt_ebene3, decimal) ". ";
	counter-increment: listenpunkt_ebene3;
}

#dokumentinhaltcontent ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) {
	padding-left: 18px;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li {
	list-style: none;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li::before {
	content: "";
	display: inline-block;
	position: absolute;
	margin-top: 9px;
	margin-left: -18px;
	width: 6px;
	height: 6px;
	background-color: #a7a7a7;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li ul {
	margin-left: 0;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li ul > li::before {
	border-radius: 50%;
	width: 7px;
	height: 7px;
}

#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li ul ul > li::before {
	content: "-";
	background: none;
	border-radius: 0;
	color: #a7a7a7;
	font-size: 32px;
	margin-top: -14px;
}

#dokumentinhaltcontent .listPoint {
	margin-left: 0;
	position: relative;
	padding-left: 36px;
}

#dokumentinhaltcontent .listPoint[data-level="4"] {
	padding-left: 50px;
}

#dokumentinhaltcontent .listPoint .listPointNumber {
	position: absolute;
	left: 0;
}

#dokumentinhaltcontent .listPoint + ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 50px;
}

#dokumentinhaltcontent .marginal-wrapper {
	left: 0;
	margin-left: 0;
	position: absolute;
	text-align: right;
	width: 54px;
}

@media screen and (max-width: 767px) {
	#dokumentinhaltcontent .marginal-wrapper {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#dokumentinhaltcontent .marginal-wrapper {
		display: table;
	}
}

#dokumentinhaltcontent .marginal-wrapper .marginal {
	display: table-cell;
	color: #999;
	font-size: 0.625rem;
	line-height: 1.2;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
	padding-top: 0.125rem;
	white-space: nowrap;
	width: 100%;
}

#dokumentinhaltcontent .marginal-wrapper .marginal .visible-stretch {
	display: none;
}

#dokumentinhaltcontent .marginal-wrapper .marginal .visible-stretch ol,
#dokumentinhaltcontent .marginal-wrapper .marginal .visible-stretch ul {
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
}

#dokumentinhaltcontent .marginal-wrapper .marginal .visible-stretch ol li:before {
	margin-left: -20px;
}

#dokumentinhaltcontent .marginal-wrapper .marginal:first-child:not(:only-child) {
	margin-left: 0;
	padding-left: 0;
}

#dokumentinhaltcontent > * {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	#dokumentinhaltcontent > * {
		margin-left: 80px;
	}
}

#dokumentinhaltcontent .manuelList .listPoint .manuelList > .listPoint > .manuelList > .listPoint {
	padding-left: 42px;
}

#dokumentinhaltcontent .manuelList .listPoint .manuelList > .listPoint > .manuelList > .listPoint > .manuelList > .listPoint {
	padding-left: 50px;
}

#dokumentinhaltcontent .manuelList .listPoint ol {
	margin-left: 0;
}

#dokumentinhaltcontent .manuelList .listPoint ol[type="a"], #dokumentinhaltcontent .manuelList .listPoint ol[type="i"] {
	margin-left: 0;
	padding-left: 0;
}

#dokumentinhaltcontent .manuelList .listPoint .marginal-wrapper {
	margin-left: -116px;
}

#dokumentinhaltcontent .manuelList .listPoint .listPoint .marginal-wrapper {
	margin-left: -140px;
}

#dokumentinhaltcontent .manuelList .listPoint .listPoint .listPoint .marginal-wrapper {
	margin-left: -176px;
}

#dokumentinhaltcontent .manuelList .listPoint .listPoint .listPoint .listPoint .marginal-wrapper {
	margin-left: -218px;
}

#dokumentinhaltcontent ol[type="a"] .marginal-wrapper, #dokumentinhaltcontent ol[type="i"] .marginal-wrapper {
	margin-left: -120px;
}

#dokumentinhaltcontent.stretch ol[type="a"] .marginal-wrapper, #dokumentinhaltcontent.stretch ol[type="i"] .marginal-wrapper {
	margin-left: -116px;
}

#dokumentinhaltcontent.stretch ol[type="a"] * .marginal-wrapper, #dokumentinhaltcontent.stretch ol[type="i"] * .marginal-wrapper {
	margin-left: -140px;
}

#dokumentinhaltcontent.stretch ol[type="a"] * * .marginal-wrapper, #dokumentinhaltcontent.stretch ol[type="i"] * * .marginal-wrapper {
	margin-left: -260px;
}

#dokumentinhaltcontent.stretch ol[type="a"] * * * .marginal-wrapper, #dokumentinhaltcontent.stretch ol[type="i"] * * * .marginal-wrapper {
	margin-left: -218px;
}

#dokumentinhaltcontent > .quelle {
	margin-bottom: 20px;
}

#dokumentinhaltcontent .literature-link,
#dokumentinhaltcontent .upcoming-release {
	margin: 0 0 20px 0;
	padding: 20px 0;
	text-align: right;
}

#dokumentinhaltcontent .literature-link > div,
#dokumentinhaltcontent .upcoming-release > div {
	margin-top: 20px;
	padding: 20px;
	background: #eee;
	text-align: left;
}

#dokumentinhaltcontent .literature-link > div > p,
#dokumentinhaltcontent .upcoming-release > div > p {
	margin-left: 0;
}

#dokumentinhaltcontent .literature-link > a,
#dokumentinhaltcontent .upcoming-release > a {
	font-weight: 400;
	cursor: default;
}

#dokumentinhaltcontent .literature-link > a span,
#dokumentinhaltcontent .upcoming-release > a span {
	display: inline-block;
	margin-right: 5px;
	font-size: 80%;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

#dokumentinhaltcontent .literature-link .title,
#dokumentinhaltcontent .upcoming-release .title {
	display: inline-block;
	*display: inline;
	margin-bottom: 20px;
	margin-top: 0;
	zoom: 1;
}

#dokumentinhaltcontent .literature-link > .content-box,
#dokumentinhaltcontent .upcoming-release > .content-box {
	margin-left: 0 !important;
}

#dokumentinhaltcontent .literature-link > p,
#dokumentinhaltcontent .upcoming-release > p {
	padding-bottom: 20px;
}

#dokumentinhaltcontent .upcoming-release {
	text-align: left;
}

#dokumentinhaltcontent .upcoming-release > a > span {
	display: inline-block;
	width: 12px;
}

#dokumentinhaltcontent .upcoming-release .upcoming-release-content {
	margin-left: 0;
}

#dokumentinhaltcontent .authors {
	margin-top: 1rem;
	padding: 1rem 0 0;
	border-top: 1px solid #ccc;
}

#dokumentinhaltcontent .authors > b {
	font-size: 18px;
}

#dokumentinhaltcontent .author {
	border-bottom: 1px solid #ccc;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	*zoom: 1;
}

#dokumentinhaltcontent .author::before, #dokumentinhaltcontent .author::after {
	display: table;
	content: "";
}

#dokumentinhaltcontent .author::after {
	clear: both;
}

#dokumentinhaltcontent .author.last {
	margin-bottom: -20px;
	border-bottom: none;
}

#dokumentinhaltcontent .author p:first-child {
	margin-bottom: 0;
}

#dokumentinhaltcontent .author img {
	float: left;
	margin: 0 1rem 0 0;
	width: 120px;
}

#dokumentinhaltcontent .footnotes {
	margin-top: 20px;
	border-top: 3px solid #ccc;
	padding-top: 20px;
}

#dokumentinhaltcontent .footnotes p {
	margin: 0 0 0 40px !important;
	padding-bottom: 10px;
	font-size: 12px;
	color: #5c5c5c;
}

#dokumentinhaltcontent .footnotes .number {
	display: inline-block;
	*display: inline;
	font-weight: 700;
	margin-left: -38px;
	margin-right: 0;
	padding-right: 8px;
	text-align: right;
	width: 38px;
	zoom: 1;
}

#dokumentinhaltcontent .quelle {
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
}

#dokumentinhaltcontent .solution .remark,
#dokumentinhaltcontent .solution .hinweis.content-box,
#dokumentinhaltcontent .highlighted .remark,
#dokumentinhaltcontent .highlighted .hinweis.content-box,
#dokumentinhaltcontent .content-box .remark,
#dokumentinhaltcontent .content-box .hinweis.content-box {
	border: none;
}

#dokumentinhaltcontent .solution .remark:not(:last-child),
#dokumentinhaltcontent .solution .hinweis.content-box:not(:last-child),
#dokumentinhaltcontent .highlighted .remark:not(:last-child),
#dokumentinhaltcontent .highlighted .hinweis.content-box:not(:last-child),
#dokumentinhaltcontent .content-box .remark:not(:last-child),
#dokumentinhaltcontent .content-box .hinweis.content-box:not(:last-child) {
	margin-bottom: 20px;
}

#dokumentinhaltcontent .solution .highlighted:not(:last-child),
#dokumentinhaltcontent .solution .beispiel:not(:last-child),
#dokumentinhaltcontent .highlighted .highlighted:not(:last-child),
#dokumentinhaltcontent .highlighted .beispiel:not(:last-child),
#dokumentinhaltcontent .content-box .highlighted:not(:last-child),
#dokumentinhaltcontent .content-box .beispiel:not(:last-child) {
	margin-bottom: 20px;
}

#dokumentinhaltcontent .quote,
#dokumentinhaltcontent .zitat,
#dokumentinhaltcontent .conclusion,
#dokumentinhaltcontent .highlighted,
#dokumentinhaltcontent .upcoming-release-content,
#dokumentinhaltcontent .remark,
#dokumentinhaltcontent .solution {
	margin-bottom: 20px;
	padding: 20px;
}

#dokumentinhaltcontent .quote .title,
#dokumentinhaltcontent .zitat .title,
#dokumentinhaltcontent .conclusion .title,
#dokumentinhaltcontent .highlighted .title,
#dokumentinhaltcontent .upcoming-release-content .title,
#dokumentinhaltcontent .remark .title,
#dokumentinhaltcontent .solution .title {
	display: block;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}

#dokumentinhaltcontent .quote p,
#dokumentinhaltcontent .zitat p,
#dokumentinhaltcontent .conclusion p,
#dokumentinhaltcontent .highlighted p,
#dokumentinhaltcontent .upcoming-release-content p,
#dokumentinhaltcontent .remark p,
#dokumentinhaltcontent .solution p {
	margin: 0;
	padding-bottom: 20px;
}

#dokumentinhaltcontent .quote p:last-child,
#dokumentinhaltcontent .zitat p:last-child,
#dokumentinhaltcontent .conclusion p:last-child,
#dokumentinhaltcontent .highlighted p:last-child,
#dokumentinhaltcontent .upcoming-release-content p:last-child,
#dokumentinhaltcontent .remark p:last-child,
#dokumentinhaltcontent .solution p:last-child {
	padding-bottom: 0;
}

#dokumentinhaltcontent .quote ul,
#dokumentinhaltcontent .quote ol,
#dokumentinhaltcontent .zitat ul,
#dokumentinhaltcontent .zitat ol,
#dokumentinhaltcontent .conclusion ul,
#dokumentinhaltcontent .conclusion ol,
#dokumentinhaltcontent .highlighted ul,
#dokumentinhaltcontent .highlighted ol,
#dokumentinhaltcontent .upcoming-release-content ul,
#dokumentinhaltcontent .upcoming-release-content ol,
#dokumentinhaltcontent .remark ul,
#dokumentinhaltcontent .remark ol,
#dokumentinhaltcontent .solution ul,
#dokumentinhaltcontent .solution ol {
	margin: 0 !important;
}

#dokumentinhaltcontent .quote li,
#dokumentinhaltcontent .zitat li,
#dokumentinhaltcontent .conclusion li,
#dokumentinhaltcontent .highlighted li,
#dokumentinhaltcontent .upcoming-release-content li,
#dokumentinhaltcontent .remark li,
#dokumentinhaltcontent .solution li {
	margin: 0.5em 0;
}

#dokumentinhaltcontent .quote .listPoint,
#dokumentinhaltcontent .zitat .listPoint,
#dokumentinhaltcontent .conclusion .listPoint,
#dokumentinhaltcontent .highlighted .listPoint,
#dokumentinhaltcontent .upcoming-release-content .listPoint,
#dokumentinhaltcontent .remark .listPoint,
#dokumentinhaltcontent .solution .listPoint {
	margin-left: 0;
}

#dokumentinhaltcontent .quote .quote,
#dokumentinhaltcontent .quote .zitat,
#dokumentinhaltcontent .quote .conclusion,
#dokumentinhaltcontent .quote .highlighted,
#dokumentinhaltcontent .quote .remark,
#dokumentinhaltcontent .quote .solution,
#dokumentinhaltcontent .zitat .quote,
#dokumentinhaltcontent .zitat .zitat,
#dokumentinhaltcontent .zitat .conclusion,
#dokumentinhaltcontent .zitat .highlighted,
#dokumentinhaltcontent .zitat .remark,
#dokumentinhaltcontent .zitat .solution,
#dokumentinhaltcontent .conclusion .quote,
#dokumentinhaltcontent .conclusion .zitat,
#dokumentinhaltcontent .conclusion .conclusion,
#dokumentinhaltcontent .conclusion .highlighted,
#dokumentinhaltcontent .conclusion .remark,
#dokumentinhaltcontent .conclusion .solution,
#dokumentinhaltcontent .highlighted .quote,
#dokumentinhaltcontent .highlighted .zitat,
#dokumentinhaltcontent .highlighted .conclusion,
#dokumentinhaltcontent .highlighted .highlighted,
#dokumentinhaltcontent .highlighted .remark,
#dokumentinhaltcontent .highlighted .solution,
#dokumentinhaltcontent .upcoming-release-content .quote,
#dokumentinhaltcontent .upcoming-release-content .zitat,
#dokumentinhaltcontent .upcoming-release-content .conclusion,
#dokumentinhaltcontent .upcoming-release-content .highlighted,
#dokumentinhaltcontent .upcoming-release-content .remark,
#dokumentinhaltcontent .upcoming-release-content .solution,
#dokumentinhaltcontent .remark .quote,
#dokumentinhaltcontent .remark .zitat,
#dokumentinhaltcontent .remark .conclusion,
#dokumentinhaltcontent .remark .highlighted,
#dokumentinhaltcontent .remark .remark,
#dokumentinhaltcontent .remark .solution,
#dokumentinhaltcontent .solution .quote,
#dokumentinhaltcontent .solution .zitat,
#dokumentinhaltcontent .solution .conclusion,
#dokumentinhaltcontent .solution .highlighted,
#dokumentinhaltcontent .solution .remark,
#dokumentinhaltcontent .solution .solution {
	margin: 0;
	padding: 20px 0;
	background: none !important;
}

#dokumentinhaltcontent .quote .quote:not(:only-child),
#dokumentinhaltcontent .quote .zitat:not(:only-child),
#dokumentinhaltcontent .quote .conclusion:not(:only-child),
#dokumentinhaltcontent .quote .highlighted:not(:only-child),
#dokumentinhaltcontent .quote .remark:not(:only-child),
#dokumentinhaltcontent .quote .solution:not(:only-child),
#dokumentinhaltcontent .zitat .quote:not(:only-child),
#dokumentinhaltcontent .zitat .zitat:not(:only-child),
#dokumentinhaltcontent .zitat .conclusion:not(:only-child),
#dokumentinhaltcontent .zitat .highlighted:not(:only-child),
#dokumentinhaltcontent .zitat .remark:not(:only-child),
#dokumentinhaltcontent .zitat .solution:not(:only-child),
#dokumentinhaltcontent .conclusion .quote:not(:only-child),
#dokumentinhaltcontent .conclusion .zitat:not(:only-child),
#dokumentinhaltcontent .conclusion .conclusion:not(:only-child),
#dokumentinhaltcontent .conclusion .highlighted:not(:only-child),
#dokumentinhaltcontent .conclusion .remark:not(:only-child),
#dokumentinhaltcontent .conclusion .solution:not(:only-child),
#dokumentinhaltcontent .highlighted .quote:not(:only-child),
#dokumentinhaltcontent .highlighted .zitat:not(:only-child),
#dokumentinhaltcontent .highlighted .conclusion:not(:only-child),
#dokumentinhaltcontent .highlighted .highlighted:not(:only-child),
#dokumentinhaltcontent .highlighted .remark:not(:only-child),
#dokumentinhaltcontent .highlighted .solution:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .quote:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .zitat:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .conclusion:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .highlighted:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .remark:not(:only-child),
#dokumentinhaltcontent .upcoming-release-content .solution:not(:only-child),
#dokumentinhaltcontent .remark .quote:not(:only-child),
#dokumentinhaltcontent .remark .zitat:not(:only-child),
#dokumentinhaltcontent .remark .conclusion:not(:only-child),
#dokumentinhaltcontent .remark .highlighted:not(:only-child),
#dokumentinhaltcontent .remark .remark:not(:only-child),
#dokumentinhaltcontent .remark .solution:not(:only-child),
#dokumentinhaltcontent .solution .quote:not(:only-child),
#dokumentinhaltcontent .solution .zitat:not(:only-child),
#dokumentinhaltcontent .solution .conclusion:not(:only-child),
#dokumentinhaltcontent .solution .highlighted:not(:only-child),
#dokumentinhaltcontent .solution .remark:not(:only-child),
#dokumentinhaltcontent .solution .solution:not(:only-child) {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}

#dokumentinhaltcontent .quote .quote:only-child,
#dokumentinhaltcontent .quote .zitat:only-child,
#dokumentinhaltcontent .quote .conclusion:only-child,
#dokumentinhaltcontent .quote .highlighted:only-child,
#dokumentinhaltcontent .quote .remark:only-child,
#dokumentinhaltcontent .quote .solution:only-child,
#dokumentinhaltcontent .zitat .quote:only-child,
#dokumentinhaltcontent .zitat .zitat:only-child,
#dokumentinhaltcontent .zitat .conclusion:only-child,
#dokumentinhaltcontent .zitat .highlighted:only-child,
#dokumentinhaltcontent .zitat .remark:only-child,
#dokumentinhaltcontent .zitat .solution:only-child,
#dokumentinhaltcontent .conclusion .quote:only-child,
#dokumentinhaltcontent .conclusion .zitat:only-child,
#dokumentinhaltcontent .conclusion .conclusion:only-child,
#dokumentinhaltcontent .conclusion .highlighted:only-child,
#dokumentinhaltcontent .conclusion .remark:only-child,
#dokumentinhaltcontent .conclusion .solution:only-child,
#dokumentinhaltcontent .highlighted .quote:only-child,
#dokumentinhaltcontent .highlighted .zitat:only-child,
#dokumentinhaltcontent .highlighted .conclusion:only-child,
#dokumentinhaltcontent .highlighted .highlighted:only-child,
#dokumentinhaltcontent .highlighted .remark:only-child,
#dokumentinhaltcontent .highlighted .solution:only-child,
#dokumentinhaltcontent .upcoming-release-content .quote:only-child,
#dokumentinhaltcontent .upcoming-release-content .zitat:only-child,
#dokumentinhaltcontent .upcoming-release-content .conclusion:only-child,
#dokumentinhaltcontent .upcoming-release-content .highlighted:only-child,
#dokumentinhaltcontent .upcoming-release-content .remark:only-child,
#dokumentinhaltcontent .upcoming-release-content .solution:only-child,
#dokumentinhaltcontent .remark .quote:only-child,
#dokumentinhaltcontent .remark .zitat:only-child,
#dokumentinhaltcontent .remark .conclusion:only-child,
#dokumentinhaltcontent .remark .highlighted:only-child,
#dokumentinhaltcontent .remark .remark:only-child,
#dokumentinhaltcontent .remark .solution:only-child,
#dokumentinhaltcontent .solution .quote:only-child,
#dokumentinhaltcontent .solution .zitat:only-child,
#dokumentinhaltcontent .solution .conclusion:only-child,
#dokumentinhaltcontent .solution .highlighted:only-child,
#dokumentinhaltcontent .solution .remark:only-child,
#dokumentinhaltcontent .solution .solution:only-child {
	padding: 0;
}

#dokumentinhaltcontent .quote .highlighted + .remark,
#dokumentinhaltcontent .quote .highlighted + .highlighted,
#dokumentinhaltcontent .quote .remark + .remark,
#dokumentinhaltcontent .quote .remark + .highlighted,
#dokumentinhaltcontent .zitat .highlighted + .remark,
#dokumentinhaltcontent .zitat .highlighted + .highlighted,
#dokumentinhaltcontent .zitat .remark + .remark,
#dokumentinhaltcontent .zitat .remark + .highlighted,
#dokumentinhaltcontent .conclusion .highlighted + .remark,
#dokumentinhaltcontent .conclusion .highlighted + .highlighted,
#dokumentinhaltcontent .conclusion .remark + .remark,
#dokumentinhaltcontent .conclusion .remark + .highlighted,
#dokumentinhaltcontent .highlighted .highlighted + .remark,
#dokumentinhaltcontent .highlighted .highlighted + .highlighted,
#dokumentinhaltcontent .highlighted .remark + .remark,
#dokumentinhaltcontent .highlighted .remark + .highlighted,
#dokumentinhaltcontent .upcoming-release-content .highlighted + .remark,
#dokumentinhaltcontent .upcoming-release-content .highlighted + .highlighted,
#dokumentinhaltcontent .upcoming-release-content .remark + .remark,
#dokumentinhaltcontent .upcoming-release-content .remark + .highlighted,
#dokumentinhaltcontent .remark .highlighted + .remark,
#dokumentinhaltcontent .remark .highlighted + .highlighted,
#dokumentinhaltcontent .remark .remark + .remark,
#dokumentinhaltcontent .remark .remark + .highlighted,
#dokumentinhaltcontent .solution .highlighted + .remark,
#dokumentinhaltcontent .solution .highlighted + .highlighted,
#dokumentinhaltcontent .solution .remark + .remark,
#dokumentinhaltcontent .solution .remark + .highlighted {
	border-top: none;
}

#dokumentinhaltcontent .quote .footnotes,
#dokumentinhaltcontent .zitat .footnotes,
#dokumentinhaltcontent .conclusion .footnotes,
#dokumentinhaltcontent .highlighted .footnotes,
#dokumentinhaltcontent .upcoming-release-content .footnotes,
#dokumentinhaltcontent .remark .footnotes,
#dokumentinhaltcontent .solution .footnotes {
	margin-left: 0;
}

#dokumentinhaltcontent .quote .table,
#dokumentinhaltcontent .zitat .table,
#dokumentinhaltcontent .conclusion .table,
#dokumentinhaltcontent .highlighted .table,
#dokumentinhaltcontent .upcoming-release-content .table,
#dokumentinhaltcontent .remark .table,
#dokumentinhaltcontent .solution .table {
	margin-left: 0;
}

#dokumentinhaltcontent .quote .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .zitat .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .conclusion .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .highlighted .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .upcoming-release-content .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .remark .table table:not(.blanko) tbody tr:nth-child(2n),
#dokumentinhaltcontent .solution .table table:not(.blanko) tbody tr:nth-child(2n) {
	background-color: #fff;
}

#dokumentinhaltcontent .quote,
#dokumentinhaltcontent .zitat {
	background: #eee url(../img/quote.png) no-repeat 20px 20px;
	font-style: italic;
	min-height: 64px;
	padding: 20px 20px 20px 80px;
}

#dokumentinhaltcontent .conclusion {
	background: #eee;
	border-top: 4px solid #cccccc;
}

#dokumentinhaltcontent .remark {
	background: #eee;
	border: 1px solid #cccccc;
	padding: 20px;
}

#dokumentinhaltcontent .solution {
	background: #f0f0f0;
	border: 1px solid #ccc;
}

#dokumentinhaltcontent .upcoming-release-content {
	background: #eee;
}

#dokumentinhaltcontent .highlighted {
	background: #eee;
}

#dokumentinhaltcontent .interview-question {
	font-weight: 600;
	font-style: italic;
}

#dokumentinhaltcontent .interview-answer {
	margin-bottom: 30px;
}

#dokumentinhaltcontent .headline-marker {
	background-color: #a7a7a7;
	float: right;
	padding: 10px 20px;
	-webkit-transform: translateY(-25%);
	        transform: translateY(-25%);
}

#dokumentinhaltcontent .headline-marker > span {
	color: #ffffff;
}

#dokumentinhaltcontent .anmerkung,
#dokumentinhaltcontent .content-box {
	background: #eee;
	margin-bottom: 20px;
	padding: 20px;
}

#dokumentinhaltcontent .anmerkung > .quelle,
#dokumentinhaltcontent .content-box > .quelle {
	margin-top: 15px;
	margin-bottom: 0;
}

#dokumentinhaltcontent .content-box .content-box {
	background: none !important;
	border: none;
	margin: 0;
	padding: 20px 0;
}

#dokumentinhaltcontent .content-box .content-box:first-child {
	border-top: none;
}

#dokumentinhaltcontent .content-box .content-box:not(:only-child) {
	border-top: 1px dotted #cccccc;
}

#dokumentinhaltcontent .content-box .content-box:only-child {
	padding: 0;
}

#dokumentinhaltcontent .content-box .content-box:not(:last-child) {
	margin-bottom: 20px;
}

#dokumentinhaltcontent .content-box .content-box + .content-box {
	border-top: none;
}

#dokumentinhaltcontent .content-box h3 {
	margin-left: 0;
}

#dokumentinhaltcontent .content-box .title {
	display: block;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
}

#dokumentinhaltcontent .content-box .title a {
	font-size: inherit;
}

#dokumentinhaltcontent .content-box .title .marginal-wrapper {
	margin-left: -100px;
}

#dokumentinhaltcontent .content-box .title .marginal-wrapper span {
	font-weight: normal;
}

#dokumentinhaltcontent .content-box p {
	margin: 0;
	padding-bottom: 10px;
}

#dokumentinhaltcontent .content-box p:last-child {
	padding-bottom: 0;
}

#dokumentinhaltcontent .content-box ul,
#dokumentinhaltcontent .content-box ol {
	margin: 0 !important;
}

#dokumentinhaltcontent .content-box li {
	margin: 0.5em 0;
}

#dokumentinhaltcontent .content-box li p {
	padding-bottom: 0;
}

#dokumentinhaltcontent .content-box .listPoint {
	margin-left: 0;
}

#dokumentinhaltcontent .content-box .footnotes {
	margin-left: 0;
}

#dokumentinhaltcontent .content-box .table {
	margin-left: 0;
}

#dokumentinhaltcontent .content-box .table table:not(.blanko) tbody tr:nth-child(2n) {
	background-color: #fff;
}

#dokumentinhaltcontent .content-box + h1,
#dokumentinhaltcontent .content-box + h2,
#dokumentinhaltcontent .content-box + h3,
#dokumentinhaltcontent .content-box + h4,
#dokumentinhaltcontent .content-box + h5,
#dokumentinhaltcontent .content-box + h6,
#dokumentinhaltcontent .content-box + .h7,
#dokumentinhaltcontent .content-box + .h8 {
	padding-top: 10px;
}

#dokumentinhaltcontent .content-box.loesung {
	background: #f0f0f0;
}

#dokumentinhaltcontent .content-box.kurzinfo {
	background: #fffde6;
	border: 1px solid #cccbb8;
}

#dokumentinhaltcontent .content-box.loesung, #dokumentinhaltcontent .content-box.muster, #dokumentinhaltcontent .content-box.news-hinweis, #dokumentinhaltcontent .content-box.definition, #dokumentinhaltcontent .content-box.aufgabefall {
	border: 1px solid #ccc;
}

#dokumentinhaltcontent .content-box.definition {
	padding-left: 15px;
	padding-right: 15px;
}

#dokumentinhaltcontent .content-box.inline {
	margin: 0 0 20px 0;
}

#dokumentinhaltcontent .content-box .remark .hinweis {
	border: none;
}

#dokumentinhaltcontent .content-box .remark:not(:last-child),
#dokumentinhaltcontent .content-box .hinweis:not(:last-child),
#dokumentinhaltcontent .content-box .highlighted:not(:last-child),
#dokumentinhaltcontent .content-box .beispiel:not(:last-child) {
	margin-bottom: 20px;
}

#dokumentinhaltcontent .hinweis.aussage {
	border-top: 4px solid #cccccc;
}

#dokumentinhaltcontent .hinweis.literatur {
	border: none;
}

#dokumentinhaltcontent .news-hinweis {
	background: #fffde6;
}

#dokumentinhaltcontent .news-hinweis > .title {
	text-transform: none;
}

#dokumentinhaltcontent .news-hinweis ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#dokumentinhaltcontent .news-hinweis ul li {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 0;
}

#dokumentinhaltcontent .news-hinweis ul li:first-child {
	padding-top: 0;
}

#dokumentinhaltcontent .news-hinweis ul li:last-child {
	border-bottom: none;
}

#dokumentinhaltcontent .news-hinweis ul li.news-item.hide {
	display: none;
}

#dokumentinhaltcontent .news-hinweis ul li.news-item.hide.show {
	display: block !important;
}

#dokumentinhaltcontent .news-hinweis ul li.news-item .title {
	margin-bottom: 5px;
	text-transform: none;
}

#dokumentinhaltcontent .news-hinweis ul li.news-item p {
	padding: 0;
}

#dokumentinhaltcontent .news-hinweis ul li.news-item .datetime {
	color: #5c5c5c;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all {
	color: #333;
	padding-bottom: 0;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all::before {
	content: none;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all:not(.open) .on-open {
	display: none;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all.open .text-link {
	display: none;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all.open .on-open {
	display: inline-block;
}

#dokumentinhaltcontent .news-hinweis ul li.show-all .text-link {
	cursor: pointer;
	text-transform: none;
}

#dokumentinhaltcontent .interview {
	margin-bottom: 40px;
}

#dokumentinhaltcontent .interview .title {
	text-transform: none;
}

#dokumentinhaltcontent .interview-frage {
	font-style: italic;
	font-weight: 600;
}

#dokumentinhaltcontent h2.book-page-heading {
	border-bottom: 1px solid #cccccc;
	font-size: 18px !important;
	margin: 10px -10px 10px -10px;
	padding: 10px 10px 4px 10px;
}

#dokumentinhaltcontent h3.book-page-heading {
	display: inline-block;
	font-size: 16px !important;
	font-weight: 600;
	margin: 1em 0;
	padding: 0 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

#dokumentinhaltcontent .part {
	padding: 5px 10px;
}

#dokumentinhaltcontent .part .title a, #dokumentinhaltcontent .part .title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}

#dokumentinhaltcontent .part .title .title {
	font-weight: normal;
}

#dokumentinhaltcontent .part .new-flag {
	font-size: 14px;
	font-weight: 600;
	height: auto;
	line-height: 20px;
	padding: 0 5px;
	width: auto;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]) {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 40px;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]) li {
	margin: 0;
	padding: 10px 5px 0;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]) li a, #dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]) li {
	margin-bottom: 5px;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list {
	margin: 0;
	padding: 0;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list > li {
	padding-left: 0;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list > li a, #dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list > li {
	font-weight: 600;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list > li a {
	display: inline;
}

#dokumentinhaltcontent .part ul:not([type="i"]):not([type="a"]).book-list > li ul li:first-child {
	padding-top: 0 !important;
}

#dokumentinhaltcontent [id*="headline-id"] {
	line-height: 1.5;
}

#dokumentinhaltcontent [id*="headline-id"] + [id*="headline-id"] {
	margin-top: 1.5rem;
}

#dokumentinhaltcontent p a {
	overflow-wrap: break-word;
}

#dokumentinhaltcontent .heading::after {
	content: "";
	clear: both;
	display: table;
}

#dokumentinhaltcontent .einleitung p > .img {
	margin-top: 0.5rem;
}

#dokumentinhaltcontent .imgContainerPreview {
	min-height: 325px;
	margin-bottom: 1rem;
	position: relative;
	text-align: center;
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText {
	background-color: rgba(255, 255, 255, 0.9);
	height: 100%;
	position: absolute;
	padding-top: 3rem;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

@media (min-width: 768px) {
	#dokumentinhaltcontent .imgContainerPreview .imgContainerText {
		padding-top: 6rem;
	}
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText > div {
	margin: auto;
	max-width: 420px;
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText h3 {
	margin-left: 0;
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText .btn {
	border-radius: 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
	padding: 0.375rem 1rem;
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText .btn-primary {
	background: #333;
	border-color: #333;
	color: white;
}

#dokumentinhaltcontent .imgContainerPreview .imgContainerText .btn-primary:active, #dokumentinhaltcontent .imgContainerPreview .imgContainerText .btn-primary:hover, #dokumentinhaltcontent .imgContainerPreview .imgContainerText .btn-primary:focus {
	background-image: none !important;
	background-color: #000;
	border-color: #000;
}

#dokumentinhaltcontent .imgContainerPreview img {
	height: auto;
	width: 100%;
}

.video-player-container {
	margin: 0 0 20px 0;
	position: relative;
	max-width: 100%;
}

.video-player-container .video-wrapper {
	margin: 0;
	padding: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.video-player-container .video-wrapper iframe {
	border: none;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.copy-to-clipboard {
	position: relative;
}

@media (min-width: 768px) {
	.audioplayer {
		margin-left: 80px;
	}
}

.audioplayer a.button,
.audioplayer button {
	padding: 7px 20px;
	line-height: 14px;
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
	border-radius: 0;
	font-weight: 700;
	box-shadow: 0 0 1px #fff inset;
	border-collapse: separate;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-webkit-appearance: none;
	height: auto;
	min-height: 35px;
}

.audioplayer a.button:not([disabled]):focus,
.audioplayer button:not([disabled]):focus {
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #2f4858;
}

.audioplayer a.button:not([disabled]):active, .audioplayer a.button:not([disabled]).active,
.audioplayer button:not([disabled]):active,
.audioplayer button:not([disabled]).active {
	background-image: linear-gradient(0deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
}

.audioplayer a.button[disabled], .audioplayer a.button.disabled,
.audioplayer button[disabled],
.audioplayer button.disabled {
	background-image: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%);
	border: 1px solid #cccccc;
	cursor: default;
	opacity: 0.5;
	filter: alpha(opacity=50);
	pointer-events: none;
}

.audioplayer a.button.active,
.audioplayer button.active {
	background-position: center -50px;
}

.audioplayer a.button:focus,
.audioplayer button:focus {
	outline: none;
}

.audioplayer a.button[class*="btn-audio-"],
.audioplayer button[class*="btn-audio-"] {
	padding: 10px;
	width: 35px;
	height: 35px;
	margin-right: 0.25rem;
	position: relative;
}

.audioplayer a.button[class*="btn-audio-"] span,
.audioplayer button[class*="btn-audio-"] span {
	background-repeat: no-repeat;
	background-size: 16px;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	#dokumentinhaltcontent .einleitung .audioplayer {
		margin-left: 0;
	}
}

#dokumentinhalt #dokumentinhaltcontent .literature-link > a,
#dokumentinhalt #dokumentinhaltcontent .upcoming-release > a {
	cursor: pointer;
}

#dokumentinhalt #dokumentinhaltcontent .literature-link > a span,
#dokumentinhalt #dokumentinhaltcontent .upcoming-release > a span {
	-webkit-transform: none;
	        transform: none;
}

#dokumentinhalt #dokumentinhaltcontent .literature-link > div,
#dokumentinhalt #dokumentinhaltcontent .upcoming-release > div {
	display: none;
}

#dokumentinhalt #dokumentinhaltcontent .literature-link.open > div,
#dokumentinhalt #dokumentinhaltcontent .upcoming-release.open > div {
	display: block;
}

@page {
	margin: 5rem 1.25rem 5rem 1.25rem;
	size: A4;
}

@media print {
	html,
	body {
		width: 210mm;
		height: 297mm;
	}
	#dokumentinhaltcontent {
		overflow: visible !important;
		color: black;
	}
	#dokumentinhaltcontent * {
		overflow: visible !important;
	}
	#dokumentinhaltcontent .visible-print,
	#dokumentinhaltcontent .visible-print-block {
		display: block !important;
	}
	#dokumentinhaltcontent table.visible-print {
		display: table !important;
	}
	#dokumentinhaltcontent tr.visible-print {
		display: table-row !important;
	}
	#dokumentinhaltcontent th.visible-print,
	#dokumentinhaltcontent td.visible-print {
		display: table-cell !important;
	}
	#dokumentinhaltcontent .visible-print-inline {
		display: inline !important;
	}
	#dokumentinhaltcontent .visible-print-inline-block {
		display: inline-block !important;
	}
	#dokumentinhaltcontent #main {
		margin: 0;
		border: initial;
		border-radius: initial;
		width: initial;
		min-height: initial;
		box-shadow: initial;
		background: initial;
		page-break-after: always;
	}
	#dokumentinhaltcontent h2,
	#dokumentinhaltcontent h3 {
		page-break-after: avoid;
	}
	#dokumentinhaltcontent ul,
	#dokumentinhaltcontent img {
		page-break-inside: avoid;
	}
	#dokumentinhaltcontent > h3 {
		padding: 20px 0;
	}
	#dokumentinhaltcontent .literature_source .copy-to-clipboard-field {
		width: 100%;
	}
	#dokumentinhaltcontent #also-look-at-container-right,
	#dokumentinhaltcontent .hidden-print,
	#dokumentinhaltcontent .qtip,
	#dokumentinhaltcontent .progress,
	#dokumentinhaltcontent .toolbar,
	#dokumentinhaltcontent button#back-to-top,
	#dokumentinhaltcontent .btn-copy-to-clipboard,
	#dokumentinhaltcontent .toggle_prompt,
	#dokumentinhaltcontent .audioplayer,
	#dokumentinhaltcontent .video-player-container,
	#dokumentinhaltcontent .slideshow-wrapper,
	#dokumentinhaltcontent .noprint,
	#dokumentinhaltcontent .visible-mobile,
	#dokumentinhaltcontent .visible-stretch,
	#dokumentinhaltcontent aside {
		display: none !important;
	}
	#dokumentinhaltcontent ul:not([type="i"]):not([type="a"]) > li ul ul > li::before {
		margin-top: -2px;
	}
}

/*# sourceMappingURL=nwbx.css.map */
