﻿html.iframed body {
	margin: 0 20px 0 0;
}
html.iframed #page {
	background-color: #fff;
	box-shadow: 0 1px 2px #666;
	margin: 0 20px 0 0;
	padding: 2em;
}
tr.type-handbuch.alternate,
tr.type-handbuchvideo.alternate,
table.datalist tbody tr:nth-child(odd),
#feedback-overview-list tbody tr:nth-child(odd) {
	background-color: #f2f5f9;
}
#feedback-overview-list thead th {
	font-weight: bold;
	text-transform: uppercase;
}
#feedback-overview-list tbody td.post-title {
	font-size: 11pt;
}
#feedback-overview-list tbody p.meta {
	background-color: #e2e2e2;
	border-radius: 10px;
	color: #000;
	font-size: 11px;
	line-height: 1;
	margin-top: 0;
	padding: 6px 11px 6px;
}
#feedback-overview-list tbody p.meta label {
	font-style: italic;
	vertical-align: top;
}
#feedback-overview-list tbody p.meta span {
	font-weight: bold;
}
#feedback-overview-list tbody p.meta span.value {
	margin-right: 1em;
}
#handbuch-comments {
	display: none;
}
#ug-statistics input {
	text-align: center;
	width: 90px;
}

/*** FRONTEND ***/
#handbuch-navibar {
	margin: 0 0 1.5em;
	position: relative;
}
#handbuch-body-embedded form {
	margin: 0;
	position: relative;
}
#handbuch-navibar #handbuch-filters,
#handbuch-navibar #handbuch-search {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
#handbuch-navibar input[type="search"],
#handbuch-navibar input[type="submit"],
#handbuch-navibar input[type="text"],
#handbuch-navibar select {
	background: #fff;
	border-radius: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 13px;
	height: 31px;
	margin: 0;
	padding: 6px;
	vertical-align: top;
}
#handbuch-navibar select {
	border: 1px solid #ccc;
	height: 33px;
	margin-left: 5px;
	width: 190px;
}
#handbuch-navibar input:focus,
#handbuch-navibar select:focus {
	outline: 0 none;
}
#handbuch-searchform {
	background: #fff;
	border: 1px solid #ccc;
}
#handbuch-suchbegriff {
	border: 0 none;
}
#handbuch-searchform input[type="submit"] {
	background: #fff url(s.svg) 50% no-repeat;
	border: 0 none;
	height: 30px;
	padding: 0;
	width: 31px;
}

.handbuch-subnavi {
	background-color: #ddd;
	font-size: 80%;
	line-height: 1;
	margin-bottom: 1.6em;
	padding: 14px 14px 11px;
}

.handbuch-subnavi > .R {
	float: right;
}
#handbuch-breadcrumbs {
	display: inline-block;
}
#handbuch-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}
#handbuch-breadcrumbs a:hover {
	border-bottom: 1px dotted;
}
#handbuch-breadcrumbs span.slash {
	margin-left: 7px;
	margin-right: 8px;
}
#handbuch-breadcrumbs span.active {
	background-color: transparent;
	font-weight: bold;
}
.single-handbuch .entry-content h2 {
	border: 0 none;
	font-size: 16pt;
	padding: 0;
}

/*** FEEDBACK ***/
#container.handbuch.single footer.entry-footer {
	padding: 15px;
}
#handbuch-feedback {
	background-color: #eaeaea;
	margin-top: 15px;
	padding: 15px;
}
#handbuch-feedback .title {
	font-size: 120%;
	line-height: 1;
	margin-bottom: 1ex;
}
#handbuch-feedback-answers button {
	background: #19171c;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 10px 20px;
}
#handbuch-feedback-answers button:hover {
	background-color: #333;
}
#handbuch-feedback-captcha {
	margin: 15px 0;
}
#handbuch-feedback-captcha-image {
	border: 1px solid #999;
}
#handbuch-feedback-captcha-input {
	display: block;
	margin: 4px 0;
	padding: 6px 0;
	text-align: center;
	width: 217px;
}
#handbuch-feedback-captcha-actions {
	font-size: 80%;
}

/*** RELATED ***/
#handbuch-videos ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.video-list-items li + li {
	margin-top: 10px;
}
.video-list-items a {
	display: block;
	text-decoration: none;
}
.video-list-items a img {
	background-color: #fff;
	box-shadow: 0 1px 2px #666;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	min-height: 72px;
	position: relative;
}
.video-list-items a img::before {
	background: url(play.png) 50% 50% no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-list-items a label {
	display: block;
	margin-top: 5px;
}
table.video-list-items td {
	vertical-align: top;
}
#handbuch-videos a label {
	color: #000;
	font-size: 90%;
}
#handbuch-videotable td {
	padding-bottom: 1em;
	vertical-align: top;
}
#handbuch-videotable td:first-child {
	padding-right: 1em;
}
footer.entry-footer {
	font-size: 80%;
	margin-top: 1em;
}
span.pipe {
	color: #ccc;
	margin-left: 1ex;
	margin-right: 1ex;
}
select.width-100 { width: 99%; }

table.datalist {
	border-collapse: collapse;
}
table.datalist thead th {
	padding: 0 5px 5px;
	text-align: left;
}
table.datalist tbody {
	border: 1px solid #ccc;
}
table.datalist tbody tr + tr {
	border-top: 1px dotted #ccc;
}
table.datalist tbody td {
	padding: 5px;
}
table.datalist tbody td:last-child {
	padding-right: 10px;
}
table.datalist input[type="checkbox"] {
	margin: 1px 0 0;
	vertical-align: top;
}
article.handbuch #crp_related {
	display: none;
}
article.handbuch img {
	max-width: 100%;
}
#primary header {
	background-color: transparent;
	box-shadow: none;
}
#handbuch-feedback-comment textarea {
	min-height: 4em;
	resize: vertical;
	width: 99%;
}
header .entry-title a {
	color: inherit;
	text-decoration: none;
}

/*** PRETTYPHOTO ***/
.pp_fade,
.pp_nav,
.pp_social,
.pp_gallery li.default a img {
	display: none;
}
div.ppt {
	display: none !important;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
	height: 13px;
}
div.pp_default .pp_top .pp_left {
	background: url(prettyPhoto/sprite.png) -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
	background: url(prettyPhoto/sprite_x.png) top left repeat-x;
}
div.pp_default .pp_top .pp_right {
	background: url(prettyPhoto/sprite.png) -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
	color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
	background: url(prettyPhoto/sprite_y.png) -7px 0 repeat-y;
	padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
	background: url(prettyPhoto/sprite_y.png) top right repeat-y;
	padding-right: 13px;
}
div.pp_default .pp_next:hover {
	background: url(prettyPhoto/sprite_next.png) center right no-repeat;
	cursor: pointer;
}
div.pp_default .pp_previous:hover {
	background: url(prettyPhoto/sprite_prev.png) center left no-repeat;
	cursor: pointer;
}
div.pp_default .pp_close {
	width: 30px;
	height: 30px;
	background: url(prettyPhoto/sprite.png) 2px 1px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
	background: url(prettyPhoto/default_thumb.png) center center #f8f8f8;
	border: 1px solid #aaa;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
	left: auto;
	position: static;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
	background: url(prettyPhoto/sprite.png) -51px 1px no-repeat;
	height: 30px;
	width: 30px;
}
div.pp_default .pp_nav .pp_pause {
	background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
	background: url(prettyPhoto/sprite.png) -31px -3px no-repeat;
	height: 20px;
	width: 20px;
	margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
	left: 52px;
	background-position: -82px -3px;
}
div.pp_default .pp_nav .currentTextHolder {
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	left: 75px;
	line-height: 25px;
	position: absolute;
	top: 2px;
	margin: 0;
	padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
	opacity: 0.7;
}
div.pp_default .pp_bottom .pp_left {
	background: url(prettyPhoto/sprite.png) -78px -127px no-repeat
}
div.pp_default .pp_bottom .pp_middle {
	background: url(prettyPhoto/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
	background: url(prettyPhoto/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
	background: url(prettyPhoto/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
	outline: none;
}
div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}
div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}
#handbuch-body-embedded div.pp_pic_holder {
	top: 100px !important;
}
.pp_content {
	height: 40px;
	min-width: 40px;
}
* html .pp_content {
	width: 40px;
}
.pp_content_container .pp_left {
	padding-left: 20px;
}
.pp_content_container .pp_right {
	padding-right: 20px;
}
.pp_description {
	display: none;
	font-size: 12px;
	font-weight: bold;
}
.pp_content iframe {
	margin: 0;
}
.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
	float: left;
	margin-right: 4px;
	text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -10000px;
	width: 14px;
}
.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}
.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}
.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}
.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}
.pp_gallery ul a {
	border: 1px rgba(0,0,0,0.5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}
.pp_gallery ul a img {
	border: 0;
}
.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
	margin-top: 7px !important;
}
a.pp_expand,
a.pp_contract {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000;
}
a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px;
}
.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
}
#pp_full_res {
	line-height: 1!important;
}
#pp_full_res .pp_inline {
	text-align: left;
}
#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}
div.pp_default .pp_content {
	background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline {
	color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
	border-color: #fff;
}
div.pp_default .pp_details {
	margin-top: 5px;
	position: relative;
}
.pp_top,
.pp_bottom {
	height: 20px;
	position: relative;
}
* html .pp_top,
* html .pp_bottom {
	padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

body.post-type-archive-handbuch h1 {
	font-size: 19pt;
}
body.post-type-archive-handbuch h1.entry-title {
	border: 0 none;
	padding: 0;
}
body.post-type-archive-handbuch article.handbuch {
	padding: 17px 20px 20px;
}
body.post-type-archive-handbuch article.handbuch + article.handbuch {
	border-top: 1px dotted #999;
}
body.post-type-archive-handbuch article.handbuch:hover {
	background-color: #f2f2f2;
}
body.post-type-archive-handbuch article.handbuch p {
	margin: 0;
}
.with-aside .aside h1.entry-title {
	font-size: 16pt;
}
#handbuch-navigation {
	border-bottom: 0 none;
	border-top: 1px dotted;
	padding: 2em 0;
	text-align: center;
}
#handbuch-navigation .page-numbers,
#handbuch-feedback-submit,
.handbuch a.button {
	background-color: #19171c;
	border: 0 none;
	border-radius: 4px;
	color: #fff !important;
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
	text-decoration: none;
}
#handbuch-navigation .current {
	background-color: #808080;
	color: #000;
}
#handbuch-navigation a:hover,
.handbuch a.button:hover {
	background-color: #333;
}
.single-handbuch .entry-footer {
	padding: 10px 0;
}
#handbuch-archive-contents {
	margin-bottom: 1em;
}
#handbuch-archive-contents::after {
	clear: both;
	content: '';
	display: block;
}
#container.handbuch aside section {
	float: none;
	width: 100%;
}
#container.handbuch aside section + section {
	margin-top: 30px;
}
#handbuch-body-embedded aside section + section {
	margin-top: 20px;
}
.with-aside > .main {
	float: left;
	width: 70%;
}
.with-aside > .aside {
	width: 26%;
}
#handbuch-body-embedded .with-aside > .aside {
	background-color: #e8e8e8;
	border-radius: 4px;
	float: right;
	padding: 20px 2%;
	width: 22%;
}
.handbuch-main a.read-more {
	background-color: #e0e0e0;
	border-radius: 3px;
	display: inline-block;
	font-size: 80%;
	line-height: 1;
	padding: 4px 6px 3px;
	text-decoration: none;
}
a.blocklink {
	color: inherit;
	text-decoration: none;
}
.with-aside > .aside section:first-child > h1 {
	margin-top: 17px;
}
#handbuch-search-aside section:first-child > h1 {
	margin-top: 0;
}

#handbuch-topthemen .entry-title {
	border: 0 none;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
#handbuch-body-embedded {
	font-family: "Open Sans", sans-serif;
	font-size: 10pt;
	padding-bottom: 20px;
}
html.iframed #handbuch-body-embedded {
	overflow: hidden;
}
#handbuch-body-embedded.standalone {
	margin: 20px;
}
#handbuch-body-embedded a {
	color: inherit;
}
#handbuch-body-embedded h1,
#handbuch-body-embedded h2 {
	font-weight: 600;
}
#handbuch-body-embedded h1 {
	margin: 0;
}
#handbuch-body-embedded p {
	line-height: 1.6;
}
#handbuch-body-embedded .entry-content > *:first-child {
	margin-top: 0;
}
#handbuch-body-embedded .entry-content > *:last-child {
	margin-bottom: 0;
}
#handbuch-body-embedded .handbuch-list-item {
	border-bottom: 1px dotted #999;
	padding: 15px 0 17px;
}
#handbuch-body-embedded .handbuch-list-item .entry-header {
	margin-bottom: 0.4em;
}
#handbuch-body-embedded .handbuch-list-item .entry-title,
#handbuch-body-embedded aside section > h2 {
	font-size: 12pt;
}
#handbuch-body-embedded .handbuch-list-item .entry-title a:hover,
#handbuch-body-embedded #handbuch-topthemen a:hover {
	border-bottom: 1px dotted;
}
#handbuch-body-embedded a.read-more {
	background: none;
	border-bottom: 1px solid;
	border-radius: 0;
	color: #0074a2;
	display: inline;
	padding: 0;
}
#handbuch-body-embedded a.read-more:hover {
	color: #2ea2cc;
}
#handbuch-body-embedded #handbuch-navigation {
	border-top: 0 none;
}
#handbuch-body-embedded #handbuch-topthemen > article + article {
	margin-top: 8px;
}
#handbuch-body-embedded section > h2 {
	border-bottom: 1px dotted;
	margin: 0 0 8px;
	padding-bottom: 8px;
}
#handbuch-body-embedded #handbuch-topthemen .entry-title {
	font-size: 10pt;
}
#handbuch-body-embedded #container.single .entry-header {
	margin-bottom: 10px;
}

@media only screen and (max-width: 1280px) {
	body.post-type-archive-handbuch .aside h1.entry-title {
		font-size: 13pt;
	}
}
@media only screen and (max-width: 1024px) {
	
	#handbuch-navibar #handbuch-filters,
	#handbuch-navibar #handbuch-search {
		display: block;
	}
	#handbuch-navibar #handbuch-search {
		margin-bottom: 5px;
		margin-right: 4px;
	}
	#handbuch-body-embedded #handbuch-filters,
	#handbuch-body-embedded #handbuch-search {
		display: inline-block;
	}
	#handbuch-searchform {
		padding-right: 31px;
	}
	#handbuch-suchbegriff {
		width: 100%;
	}
	#handbuch-searchform input[type="submit"] {
		position: absolute;
		right: 1px;
		top: 1px;
	}
	#handbuch-navibar select {
		width: 188px;
	}
	#handbuch-navibar select:first-child {
		margin-left: 0;
	}
	#handbuch-body-embedded #handbuch-navibar select {
		width: 190px;
	}
	#handbuch-body-embedded .with-aside > .aside {
		float: none;
		width: auto;
	}
	.with-aside > .main,
	.with-aside > .aside {
		float: none;
		width: auto;
	}
	.with-aside > .aside section:first-child > h1 {
		margin-top: 0;
	}
	#handbuch-videos {
		text-align: center;
	}
	#handbuch-videos li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.video-list-items li + li {
		margin: 0;
	}
	#handbuch-videos a {
		margin: 5px;
	}
}
@media only screen and (max-width: 768px) {
	#handbuch-navibar #handbuch-search {
		margin-right: 0;
	}
	#handbuch-navibar select {
		margin-left: 0;
		width: 100%;
	}
	#handbuch-body-embedded #handbuch-navibar select {
		margin-left: 5px;
		width: 190px;
	}
	#handbuch-navibar select + select {
		margin-top: 5px;
	}
	#handbuch-body-embedded #handbuch-navibar select + select {
		margin-top: 0;
	}
	.entry-title {
		font-size: 110%;
	}
	#handbuch-videos li {
		display: block;
		width: 100%;
	}
	.video-list-items li + li {
		margin-top: 15px;
	}
	#handbuch-videos a {
		margin: 0;
	}
	#handbuch-body-embedded #handbuch-videos li {
		display: inline-block;
		width: 50%;
	}
	#handbuch-body-embedded .video-list-items li + li {
		margin: 0;
	}
	#handbuch-body-embedded #handbuch-videos a {
		margin: 5px;
	}
	body.post-type-archive-handbuch h1 {
		font-size: 16pt;
	}
}
@media only screen and (max-width: 680px) {
	#handbuch-body-embedded #handbuch-filters,
	#handbuch-body-embedded #handbuch-search {
		display: block;
	}
	#handbuch-body-embedded #handbuch-search {
		margin-bottom: 5px;
	}
	
	/*#handbuch-body-embedded #handbuch-searchform {
		padding-right: 31px;
	}
	#handbuch-body-embedded #handbuch-suchbegriff {
		width: 100%;
	}
	#handbuch-body-embedded #handbuch-searchform input[type="submit"] {
		position: absolute;
		right: 0;
		top: 0;
	}*/
	
	/*#handbuch-body-embedded #handbuch-navibar form {
		white-space: nowrap;
	}*/
	
	#handbuch-body-embedded #handbuch-navibar select {
		margin-left: 0;
		width: 49%;
	}
	#handbuch-body-embedded #handbuch-navibar select:last-child {
		margin-left: 2%;
	}
}
@media only screen and (max-width: 480px) {
	#handbuch-body-embedded #handbuch-navibar select {
		width: 100%;
	}
	#handbuch-body-embedded #handbuch-navibar select:last-child {
		margin-left: 0;
		margin-top: 5px;
	}
	#handbuch-videos li,
	#handbuch-body-embedded #handbuch-videos li {
		display: block;
		width: 100%;
	}
	.video-list-items li + li,
	#handbuch-body-embedded .video-list-items li + li {
		margin-top: 15px;
	}
	#handbuch-videos a,
	#handbuch-body-embedded #handbuch-videos a {
		margin: 0;
	}
}