
/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
}
html {
	font-size: 100%;
}
body {
	font-family: Verdana, 'Bitstream Vera Sans', Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #666;

	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* if adminbar is shown */

.admin-bar {
	padding-top: 0;
}
ol,
ul {
	list-style: none;
}
em {
	font-style: italic;
}
cite {
	font-style: italic;
}
blockquote,
q {
	font-style: italic;
	margin: 0 0 1.6em 1em;
	padding-left: 10px;
	quotes: none;
	border-left: 5px solid #ddd;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
td {
	padding: 4px;
	border: 1px solid #ccc;
}
.no-border td {
	border: 0;
}
td.no-border-right {
	border-right: 0;
}
td.no-border-left {
	border-left: 0;
}
td.no-border-top {
	border-top: 0;
}
td.no-border-bottom {
	border-left: 0;
}
/* removing border from following tables */

.gsc-search-box td,
.gsc-table-result td,
.gsc-above-wrapper-area-container td,
.gsc-resultsHeader td,
.form td {
	padding: 0;
	border: 0;
}
.gsc-table-result {
	margin-left: 8px;
}
/* adding styles to formulars */

.form {
	margin-bottom: 2em;
}
.form:last-child {
	margin-bottom: 0;
}
.form input[type=text] {
	width: 85%;
}
p,
table {
	margin-bottom: 1.6em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
del {
	color: #333;
}
ins {
	text-decoration: none;
	background: #fff9c0;
}
hr {
	height: 1px;
	margin: 24px;
	margin-bottom: 1.7em;
	border: 0;
	background-color: #ccc;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
}
/* Clearing floats */

.clearfix:after {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
/* Form fields, general styles first */

fieldset {
	max-width: 500px;
	margin: 0 auto;
	padding: 1em;
	border: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
legend {
	font-size: 1.1em;
}
label {
	font-weight: 600;
	display: block;
}
button,
input,
textarea {
	font-family: inherit;
	padding: 0.4em;
	border: 1px solid #ccc;
}
button,
input {
	line-height: normal;
}
textarea,
.wpcf7-textarea {
	font-size: 100%;
	overflow: auto;
	width: 95%;
	vertical-align: top;
}
/* Reset non-text input types */

input[type='checkbox'],
input[type='radio'],
input[type='file'],
input[type='hidden'],
input[type='image'],
input[type='color'] {
	padding: 0;
	border: 0;
	border-radius: 0;
}
/* Buttons */

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type='submit'],
input[type='button'],
input[type='reset'],
.post-password-required input[type=submit],
.the_post_author {
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0.4em 0.7em;
	color: #7c7c7c;
	border: 1px solid #d2d2d2;
	background-color: #e6e6e6;
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#e6e6e6));
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ebebeb));
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	background-repeat: repeat-x;
}
button:active,
input[type='submit']:active,
input[type='button']:active,
input[type='reset']:active {
	color: #757575;
	border: none;
	background-color: #e1e1e1;
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e1e1e1));
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */

.news > img {
	max-width: 100%;
}
img[class*='align'],
img[class*='wp-image-'],
img[class*='attachment-'] {
	height: auto;
}
.size-full,
.size-large,
.header-image,
.wp-post-image {
	max-width: 100%;
	height: auto;
}
/* Responsive videos */

.video-container {
	position: relative;
	height: 0;

/* 16:9 */
	padding-top: 25px;
	padding-bottom: 56.25%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Make sure videos and embeds fit their containers */

embed,
iframe,
object,
video {
	max-width: 100%;
}
/* anchors */

a {
	text-decoration: none;
	color: #2f6ec7;
	outline: none;
}
a:hover,
a:focus {
	color: #fff;
	background-color: #2f6ec7;
}
a:focus {
	outline: thin dotted;
}
/* headlines */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2 {
	font-size: 152%;
	margin-bottom: 1em;
	color: #0065b1;
}
h3 {
	font-size: 118%;
	margin: 0.5em 0 1.5em;
	color: #0065b1;
}
h4 {
	font-size: 114%;
	margin: 0.5em 0;
	color: #666;
}
/* templates */

.left,
.alignleft {
	float: left;
	max-width: 100%;
	margin: 0.85em 1.7em 0.85em 0;
}
.right,
.alignright {
	float: right;
	max-width: 100%;
	margin: 0.85em 0 0.85em 1.7em;
}
.center,
.aligncenter {
	display: block;
	max-width: 100%;
	margin: 0.85em auto;
	text-align: center;
}
td img.center,
td img.aligncenter {
	margin-top: 0;
	margin-bottom: 0;
}
.black-color {
	color: #000;
}
.hideme {
	position: absolute;
	left: -999999px;
}
.smaller {
	font-size: 77%;
}
.zb-box {
	border: 4px double #2f6ec7;
}
.klammer {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 60px;
	height: 60px;
	background: url(../images/klammer.png) left top no-repeat;
}
.pin {
	position: absolute;
	top: -15px;
	right: -10px;
	width: 40px;
	height: 40px;
	background: url(../images/pin.png) left top no-repeat;
}
.box1 {
	position: relative;
	margin-bottom: 1em;
	padding: 1em 2.5em;
	background: #ffffac;
}
.box2 {
	position: relative;
	margin: 1em 0;
	background: #cbfd7d;
}
.box1 p,
.box2 p {
	margin: 0;
}
.box2 p {
	margin: 0;
	padding: 0.5em;
}
.box2 ol {
	list-style-type: decimal;
}
.box2 ol li {
	margin: 0 5px 0.25em 30px;
}
.zb-inner {
	margin: 0;
	padding: 1em 0.75em;
	border-top: 1px solid #2e6784;
	border-top: 0;
}
.faux-column-border {
	position: absolute;
	bottom: 0;
	display: none;
	height: 1px;
	margin: 0;
	background: #2f6ec7;
}
/* sidebar */

#sidebar-left .faux-column-border {
	left: 8px;
	width: 184px;
}
#sidebar-right .faux-column-border {
	right: 8px;
	width: 184px;
}
.two-columns-large-sidebar-right #sidebar-right .faux-column-border {
	width: 300px;
}
/* content */

#site-content-inner .faux-column-border {
	left: 200px;
	width: 560px;
}
.two-columns-large-sidebar-right #site-content-inner .faux-column-border {
	left: 8px;
	width: 637px;
}
.two-columns-sidebar-right #site-content-inner .faux-column-border {
	left: 8px;
	width: 752px;
}
.two-columns-sidebar-left #site-content-inner .faux-column-border {
	right: 8px;
	width: 752px;
}
.one-column #site-content-inner .faux-column-border {
	left: 8px;
	width: 944px;
}
/* buttons */

#zb-social {
	margin: 10px 0;
	text-align: center;
}
.sidebar-right-widget .zb-social-button {
	display: block;
	float: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 150px;
	margin: 0.5em auto;
}
.sidebar-right-widget iframe {
	display: block;
	margin: 0 auto;
}
.zb-social-buttons {
	position: relative;
	left: 10px;
}
.zb-social-buttons a:hover {
	color: #2f6ec7;
	background-color: transparent;
}
.zb-newsletter,
.zb-gplus {
	margin-right: 0;
}
.zb-newsletter {
	font-weight: bold;
	line-height: 1.1;
	float: none;
	width: auto;
	padding-left: 50px;
	text-align: left;
	text-decoration: none;
}
.zb-social-button {
	position: relative;
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin: 0.5em 0.25em;
}
.zb-social-button span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icons.png ) no-repeat;
}
.zb-twitter span {
	background-position: 0 0;
}
.zb-twitter:hover span {
	background-position: -36px 0;
}
.zb-rss span {
	background-position: 0 -36px;
}
.zb-rss:hover span {
	background-position: -36px -36px;
}
.zb-gplus span {
	background-position: 0 -108px;
}
.zb-gplus:hover span {
	background-position: -36px -108px;
}
.zb-newsletter span {
	width: 36px;
	background-position: 0 -72px;
}
.zb-newsletter:hover span {
	background-position: -36px -72px;
}
.orange-button {
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
	padding: 0 0.6em;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	background: #fc3;
}
.orange-button:hover,
.orange-button:active,
.orange-button:focus {
	color: #44a;
	background: #fc3;
}
input.newsletter {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
	padding: 0 0.6em;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	background: #fc3;
}
input.newsletter:hover {
	color: #44a;
	background: #fc3;
}
/* site header */

#site-header {
	/*box-shadow: 0 0 15px; */
	/*transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);*/
	position: relative;
	z-index: 5;
	top: 0;
	width: 100%;
	padding-top: 3px;
	background: #fff;
}
#site-header.is_stuck #site-headline img {
	height: 0;
}
.admin-bar #site-header {
	/*margin-top: 28px*/
}
#site-header-inner {
	position: relative;
	width: 1084px;
	margin: 0 auto;
}
/* headline */

#site-headline {
	position: absolute;
	top: 20px;
	left: 20px;
	/*margin-bottom: 0.5em;*/
}
#site-headline a:hover {
	text-decoration: none;
	background: none;
}
/* search */

#cse-search-box input {
	font-size: 16px;
}
#cse-search-box input[type='text'] {
	width: 100%;
	max-width: 408px;
}
#site-search {
	position: absolute;
	top: 30px;
	right: 5px;
}
#zb-search-input {
	position: relative;
	top: 1px;
	width: 225px;
	padding: 0.4em 0.6em;
}
/* meta-nav */

#site-meta-navigation {
	position: static;
	text-align: right;
	background-color: #bebebe;
}
#site-meta-navigation .menu-item {
	display: inline-block;
	float: none;
}
#site-meta-navigation .menu-item a,
#site-meta-navigation .menu-item.current-menu-item a {
	font-size: 14px;
	padding: 3px 0.75em;
	color: #fff;
	border: none;
	background-color: transparent;
}
#site-meta-navigation .menu-item.no-margin a {
	margin-left: -4px;
}
#site-meta-navigation .menu-item a:hover {
	color: #bebebe;
	border: none;
	background-color: #fff;
}
/* navigation */

#site-navigation {
	width: 1084px;
	margin-top: 3px;

/*margin-left: -1px;*/
	/*border: 1px solid #2f6ec7;*/
	background-color: #2f6ec7;
}
#site-navigation-border {
	/*border: 1px solid #2f6ec7;*/
}
.zb-main-nav {
	display: table;
	margin: 0 auto;
}
.zb-main-nav > .menu-item:before {
	/*content: " ";*/
	position: absolute;
	top: 8px;
	left: 0;
	width: 9px;
	height: 9px;
	background: url(../images/bg-sidebar-li.gif) center left no-repeat;
}
.zb-main-nav > .menu-item > a {
	font-size: 16px;
	margin-left: 0;
	padding: 10px 15px;
	color: #fff;
	border: none;
	border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.zb-main-nav > .menu-item:last-child > a {
	border-right: solid 1px rgba(255, 255, 255, 0.2);
}
.zb-main-nav > .menu-item > a:hover {
	color: #fff;
}
.zb-main-nav > .menu-item.current-menu-parent > a,
.zb-main-nav > .menu-item.current-menu-item > a {
	background-color: transparent;
}
.zb-main-nav > .menu-item > a:hover,
.zb-main-nav > .menu-item > a:focus {
	color: #2f6ec7;
	background-color: #d5e0ee;
}
.menu-item {
	position: relative;
	float: left;
}
.menu-item.menu-item-has-children > a:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	color: #fff;
}
.menu-item.menu-item-has-children > a:hover:after,
.menu-item.menu-item-has-children > a:focus:after {
	color: #2f6ec7;
}
.menu-item a {
	font-size: 1em;
	display: block;
	margin-left: 0.75em;
	padding: 0 0.75em;
	text-decoration: none;
}
.menu-item > a {
	border: 3px solid transparent;
	border-right: 0;
	border-left: 0;
}
.menu-item a:hover,
.menu-item a:focus {
	color: #2f6ec7;
	border-color: #76a2c7;
	background: none;
}
.current-menu-item > a,
.current-menu-parent > a {
	color: #fff;
	background: #76a2c7;
}
/*  home button - in live system other id than dev */

#menu-item-1795:before {
	background: none;
}
#menu-item-1795 a {
	margin-right: 0.75em;
	text-indent: -9999px;
	background: url(../images/home_16.jpg) center no-repeat;
}
/*  kontakt button - in live system other id than dev */

#site-meta-navigation #menu-item-1812 a {
	padding-left: 1.25em;
	background-image: url(../images/bg-kontakt.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/* sub-menu */

.sub-menu {
	position: absolute;
	z-index: 9999;
	top: auto;
	left: -9999px;
	margin: 0;
	white-space: nowrap;
	opacity: 0;
	background: #fff;
	-webkit-box-shadow: 0 3px 10px #2f6ec7;
	box-shadow: 0 3px 10px #2f6ec7;
}
.dropdown-item-hover .sub-menu {
	left: 0;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-o-transition: opacity 0.5s ease-in;
	transition: opacity 0.5s ease-in;
	opacity: 1;
}
.sub-menu .menu-item {
	float: none;
}
.sub-menu .menu-item a {
	font-size: 16px;
	margin: 0;
	padding: 7px 0.5em;
	border: none;
}
.sub-menu .menu-item a:hover {
	color: #2f6ec7;
	background-color: #d5e0ee;
}
/* site-outer */

#site-outer {
	position: relative;
	width: 1084px;
	margin: 0 auto;
	margin-top: 2px;
	border: 1px solid #fff;
}
.zb-no-navi #site-outer {
	/*margin-top: 90px;*/
}
.zb-no-navi #navigation-toggle {
	display: none;
}
#wpfront-scroll-top-container {
	z-index: 500000;
}
/* site-teaser */

.inpsyde-teaser {
	position: relative;
	margin-bottom: 3px;
}
.inpsyde-teaser img {
	display: block;
	max-width: 100%;
	height: auto;
}
/* site */

#site {
	position: relative;
	z-index: 3;
	overflow: hidden;
	zoom: 1;
	width: 1084px;
	margin: 20px auto 0;

/*background: url(../images/3-columns.png ) top left repeat-y;*/
	background-color: #fff;
	background-position: 8px 0;
}
.two-columns-sidebar-left #site {
	/*background: url(../images/2-columns-left.sidebar.png ) top left repeat-y;*/
	background-position: 8px 0;
}
.two-columns-sidebar-right #site {
	/*background: url(../images/2-columns-right-sidbar.png ) top left repeat-y;*/
	background-position: 8px 0;
}
.two-columns-large-sidebar-right #site {
	/*background-image: url('../images/2-columns-right-large-sidbar.png');*/
}
.one-column #site {
	/*background: url(../images/1-column.png ) top left repeat-y;*/
	background-position: 8px 0;
}
/* content */

#site-content {
	float: left;
	width: 60%;
}
.two-columns-large-sidebar-right #site-content {
	width: 652px;
}
.two-columns-sidebar-left #site-content {
	width: 80%;
}
.two-columns-sidebar-right #site-content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 768px;
	margin-left: 0;
	border-right: 1px solid #bebebe;
}
.one-column #site-content {
	width: 100%;
	margin-left: 0;
}
#site-content-inner {
}
#site-content .zb-inner {
	margin-right: 8px;
	margin-left: 8px;
	padding: 20px 40px;
}
/* list styles in content */

#site-content ul,
#site-content ol {
	margin-bottom: 1.6em;
}
#site-content li {
	margin-left: 2.5em;
	padding: 0.25em 0 0.25em 0.5em;
	list-style-position: outside;
	list-style-image: url(../images/bg-lis.gif);
}
#site-content ol li {
	list-style-type: decimal;
	list-style-image: none;
}
/* article */

.news {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.home #site-content-inner > .news:first-child {
	border-bottom: 0;
}
.news .headline {
	font-size: 145%;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
}
.news h3 {
	margin: 0 0 0.6em 0;
}
.news .byline {
	font-size: 85%;
	margin-bottom: 1.6em;
}
/* article archive list */

#site-archive-list {
	border-top: 1px solid #999;
}
#site-archive-list h3 {
	margin-top: 20px;
}
/* social bar */

#zb-social-bar {
	font-size: 11px;
	line-height: 15px;
	margin: 15px 0 20px;
	padding: 0;
	color: #444;
}
#zb-social-bar li {
	float: left;
	width: 100px;
	height: 24px;
	margin: 0;
	padding: 4px 10px 2px 10px;
	list-style-type: none;
	list-style-image: none;
}
#zb-social-bar li.fb {
	width: 15.9em;
	min-width: 110px;
}
/* google icon */

#zb-social-bar .gplus {
	width: 75px;
}
/* rss icon */

#zb-social-bar .rss {
	width: auto;
}
#zb-social-bar .rss a {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -999px;
	background: url('../images/rss_icon.gif') top left no-repeat;
}
/* mail icon */

#zb-social-bar .mail {
	width: auto;
}
#zb-social-bar .mail a {
	display: block;
	width: 18px;
	height: 16px;
	text-indent: -999px;
	background: url('../images/emailButton.png') top left no-repeat;
}
/* comments */

#comment {
	width: 99%;
}
.bypostauthor {
	background: #feffbd;
}
#site-content-inner .comment {
	margin: 1.5em 0;
	padding: 0.5em 0.5em 0.25em;
	list-style-image: none;
}
.comment .avatar {
	display: inline-block;
	margin-right: -4px;

/* display: inline; */
	/* float: left; */
	padding: 0 0.5em 0.25em 0;
	vertical-align: middle;
}
.comment .fn {
	font-size: 0.9em;
	font-weight: 600;
	color: #2f6ec7;
}
.comment .comment-author {
	margin-bottom: 10px;
}
/* comment child */

.comment .children {
	margin-left: 1.5em;
}
/* site-page-navigation */

#site-page-navigation {
	margin-bottom: 10px;
}
#site-page-navigation a,
input.wpcf7-submit,
input.wpcf7-submit:hover,
input.wpcf7-submit:active,
.ncore_user_form_container input.button-primary {
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
	padding: 0 0.6em;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 2px;
	background: #fc3;
}
#site-page-navigation a:hover,
#site-page-navigation a:active,
#site-page-navigation a:focus,
input.wpcf7-submit:hover,
input.wpcf7-submit:active,
input.wpcf7-submit:focus,
.ncore_user_form_container input.button-primary:hover,
.ncore_user_form_container input.button-primary:active,
.ncore_user_form_container input.button-primary:focus {
	color: #44a;
	outline: none !important;
}
.wpcf7-form div.button {
	text-align: center;
}
/* sidebar */

#sidebar-left,
#sidebar-right {
	width: 20%;

/*border:1px solid #0b6cb4;*/
	height: 100%;
}
.two-columns-large-sidebar-right #sidebar-right,
#sidebar-right {
	width: 308px;
}
#sidebar-left {
	float: left;
}
#sidebar-left .zb-inner {
	margin-left: 8px;
}
#sidebar-right {
	float: right;
}
#sidebar-right .zb-inner {
	margin-right: 8px;
}
#sidebar-mobile-content {
	display: none;
}
/* footer */

#site-footer {
	position: relative;
	width: 1084px;
	margin: 50px auto 0;
	padding: 0 0 1em;
	text-align: center;
}
#site-footer p {
	margin: 0;
}
.grey-footer {
	margin-top: 20px;
	padding: 1em 0;

/*background-color: #bebebe;*/
	color: #fff;
}
/* wp-polls */

.wp-polls-ul {
	margin-left: 0;
}
.wp-polls-ul li {
	margin-bottom: 20px;
	margin-left: 0 ! important;
	padding-left: 0 ! important;
	background-image: none ! important;
}
.wp-polls-ul label {
	font-weight: normal;
}
.wp-polls-ul strong,
.wp-polls-ul i {
	font-weight: normal;
	font-style: normal;
}
.wp-polls-submit {
	padding-right: 5px ! important;
	padding-left: 5px ! important;
}
/**
 * foobar plugin
 * reset foobar affacting styles
 */

.foobar-container li {
	margin: 0;
	padding: 0;
}
/* widgets */

.pre-content-widget {
	margin-bottom: 1.5em;
	padding: 2em 2em 0.5em;
}
/* navigation-toggle */

#navigation-toggle {
	font-size: 0.75em;
	position: absolute;
	z-index: 9;
	top: 0;
	display: none;
	width: 42px;
	height: 16px;
	padding: 0.4em 20px;
	cursor: pointer;
	-webkit-transition: left 0.5s linear;
	-moz-transition: left 0.5s linear;
	-o-transition: left 0.5s linear;
	transition: left 0.5s linear;
	text-decoration: none;
	color: #fff;
	border-radius: 0 3px 3px 0;
	background: #2f6ec7;
}
/* scroll to top */

#scroll-to-top {
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	background: url(../images/bg-nach-oben.gif) no-repeat;
}
/**
 * post password form
 */

.zb_post_password_form {
	text-align: center;
}
.zb_post_password_form label {
	display: inline;
}
.zb_post_password_form label,
.zb_post_password_form input {
	vertical-align: middle;
}
/**
 * Digimember forms
 */

article div.ncore_user_form_container {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
article div.ncore_user_form_container input[type='text'],
article div.ncore_user_form_container input[type='email'],
article div.ncore_user_form_container input[type='password'] {
	min-width: 280px;
}
article div.ncore_user_form_container input[type='checkbox'] {
	margin-left: 0;
	vertical-align: middle;
}
article div.ncore_user_form_container form.ncore_user_form .ncore_form_buttons .button-primary {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
article div.ncore_user_form_container form.ncore_user_form th,
article div.ncore_user_form_container form.ncore_user_form td {
	display: block;
}
article div.ncore_user_form_container div.ncore_new_password_link {
	text-align: center;
}
/**
 * Plugin »Frontend Checklist«
 * note: the class-names are injected by javascript
 * from us
 */

.frontend-checklist {
	/*border: 1px solid #ccc;*/
}
.frontend-checklist-label {
	font-weight: normal;
	margin-left: 1.6rem;
}
.frontend-checklist-label input {
	display: block;
	float: left;
	margin-top: 0.2rem;
	margin-left: -1.6rem;
	-webkit-transform: scale( 1.2);
	-ms-transform: scale( 1.2);
	transform: scale( 1.2);
}
.frontend-checklist-item.checked {
	text-decoration: line-through;
}
.no-strike .frontend-checklist-item.checked {
	text-decoration: none;
}
.frontend-checklist-item {
	margin: 0;
	padding: 5px 10px 5px;
}
.frontend-checklist-item.odd {
	/*background: #FFF7C0;*/
	background: #e5f0ff;
}
.frontend-checklist-item:hover {
	background: #f2f2f2;
}
.anzeige {
	position: relative;
	margin: 10px 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	background: #efefef;
}
.anzeige.schatten {
	border: none;
}
.anzeige h2 {
	text-align: center;
}
.anzeige.schatten:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	width: 434px;
	height: 9px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: url(./img/bg-schatten-countdown.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.show-mobile {
	display: none;
}
/**
 * media screen && max-width 60em ( 1086px / 16px )
 */

@media only screen and (max-width: 1086px) {
	#cse-search-box input {
		font-size: 13px;
	}
	#cse-search-box input[type='text'] {
		width: auto;
	}
	.zb-main-nav > .menu-item > a {
		color: #2f6ec7;
	}
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
	body {
		position: relative;
		left: 0;
		overflow-x: hidden;
		-webkit-transition: left 0.5s linear;
		-o-transition: left 0.5s linear;
		transition: left 0.5s linear;
	}
	#site-content .zb-inner {
		padding: 1em 0.75em;
	}
	.navigation-opened {
		/* left:275px; */
	}
	/* zb-inner */
	.zb-inner {
		border: 0;
	}
	/* teaser */
	.inpsyde-teaser > img {
		display: none;
	}
	/* site reset for width and border */
	.admin-bar #site,
	#site,
	#site-outer,
	#site-content,
	#site-footer,
	#site-navigation-border,
	#site-header-inner {
		width: 100%;
		margin-top: 15px;
		padding: 0;
		border: 0;
		background: none;
	}
	/* the navigation toggle */
	#navigation-toggle {
		font-size: 20px;
		line-height: 20px;
		position: static;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		text-align: center;
		border-radius: 0;
	}
	/* faux column border */
	/* sidebar */
	#sidebar-left .faux-column-border,
	#sidebar-right .faux-column-border,
	#site-content-inner .faux-column-border,
	.two-columns-sidebar-right #site-content-inner .faux-column-border,
	.two-columns-sidebar-left #site-content-inner .faux-column-border,
	.one-column #site-content-inner .faux-column-border,
	.faux-column-border {
		position: static;
		width: 100%;
	}
	#site-content-inner .faux-column-border {
		display: none;
	}
	/* navigation */
	#site-navigation {
		position: absolute;
		z-index: 9;
		top: 0;
		left: -275px;
		overflow-x: hidden;
		width: 275px;
		-webkit-transition: left 0.5s linear;
		-o-transition: left 0.5s linear;
		transition: left 0.5s linear;
		border: 0;
		background: #fff;
		-webkit-box-shadow: 0 0 15px #ccc;
		box-shadow: 0 0 15px #ccc;
	}
	.navigation-closed #site-navigation {
	}
	.navigation-opened #site-navigation {
		position: static;
		overflow: auto;
		width: 100%;
	}
	.zb-main-nav {
		display: block;
	}
	.menu-item {
		float: none;
		width: 100%;
	}
	.menu-item a {
		padding: 0.25em;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		border-top: 2px solid transparent;
		border-bottom: 2px solid transparent;
	}
	.menu-item a:hover,
	.menu-item a:focus {
		padding-left: 1.5em;
	}
	.zb-main-nav > .menu-item:before {
		background: none;
	}
	/*  home button */
	#menu-item-1795 a {
		text-indent: 1px;
		color: #2f6ec7;
		background-image: none;
	}
	/* subnav */
	.sub-menu {
		position: static;
		overflow: hidden;
		padding-left: 1.5em;
		opacity: 1;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.dropdown-item-hover .sub-menu {
		height: auto;
		-webkit-transition: opacity 0.5s ease-in;
		-moz-transition: opacity 0.5s ease-in;
		-o-transition: opacity 0.5s ease-in;
		transition: opacity 0.5s ease-in;
		opacity: 1;
	}
	/* site */
	.one-column #site,
	.two-columns-sidebar-right #site,
	.two-columns-sidebar-left #site {
		background: none;
	}
	/* site-header */
	#site-header {
		position: static;
		-webkit-transform: initial;
		-ms-transform: initial;
		transform: initial;
	}
	#site-header-inner {
		position: static;
	}
	/* headline */
	#site-headline {
		position: static;
		margin-bottom: 20px;
		text-align: center;
	}
	#site-headline img {
		display: inline-block;
		max-width: 100%;
	}
	/* meta-nav
    #site-meta-navigation {  clear:both; position:static; display:table; margin:0.5em auto; }
    #site-meta-navigation .menu-item { float:left; width:auto; }
    */
	#site-meta-navigation {
		display: none;
	}
	/* search
    #site-search { position:static; margin:1em auto;  text-align:center; }
    */
	#site-search {
		position: static;
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	/* content */
	.two-columns-sidebar-right #site-content,
	.two-columns-sidebar-left #site-content {
		width: 100%;
	}
	/* sidebar */
	#sidebar-left,
	#sidebar-right {
		display: none;
	}
	#sidebar-mobile-content {
		display: block;
		width: 100%;
	}
	/* foobar - hiding the "kontakt" */
	.foobar-container-left {
		display: none;
	}
	/* scroll to top */
	#scroll-to-top {
		position: static;
		margin: 0 auto 1em;
	}
	/* footer */
	#site-footer {
	}
	.footer-widget {
		display: none;
	}
}
/* Philipp */

.stacktable.small-only {
	display: none;
}
.subscribe-to-doi-comments label {
	display: inline-block;
}
.clock-wrap {
	position: relative;
	width: 434px;
	margin: 20px auto;
	background: #efefef;
}
.clock-wrap:after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 434px;
	height: 9px;
	background-image: url(./img/bg-schatten-countdown.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.clock {
	position: relative;
	display: inline-block;
	padding: 20px;
}
.clock .day {
	font-family: Verdana, 'Bitstream Vera Sans', Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 74px;
	padding: 10px;
	text-align: center;
	color: #37474f;
	background: #fff;
}
.clock span {
	font-size: 34px;
	font-weight: 600;
	display: block;
	color: #9e4e7f;
	;
}
input[type=submit].primary-button {
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
	padding: 0 0.6em;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 2px;
	background: #fc3;
}
input[type=submit].primary-button:hover {
	color: #44a;
}
table.grey {
	border: #ccc 1px solid;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table.grey th {
	font-size: 12px;
	padding: 5px 10px 5px;
	vertical-align: middle;
	background: #ededed;
	text-shadow: 1px 1px 0 #fff;
}
table.grey tr:nth-child(even) {
	background: #f8f8f8;
}
table.grey td {
	font-size: 12px;
	padding: 5px 10px 5px;
}
table.grey tr:hover td {
	background: #f2f2f2;
}
table.grey h3 {
	font-size: 15px;
}
.digistore_promolink_generator {
	background: #b6e0ff;
}
.digistore_promolink_generator td {
	padding: 10px 20px;
	border: none;
}
.digistore_promolink_generator tr td:first-child {
	font-weight: bold;
}
.digistore_promolink_generator_link_row {
	display: none;
}
.formular input[type='submit'] {
	font-size: 118%;
	font-weight: bold;
	line-height: 2em;
	display: inline-block;
	padding: 0 0.6em;
	-webkit-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
	white-space: pre-wrap;
	text-decoration: none;
	color: #fff;
	border: none;
	border-radius: 8px;
	background: #fc3;
}
.formular input[type=submit]:hover {
	color: #44a;
	background: #fc3;
}
.print {
	margin-top: 0;
	margin-bottom: 30px;
	text-align: center;
}
.print a {
	padding: 5px;
	text-decoration: none;
}
.weitere-geschichten {
	margin-bottom: 20px;
	text-align: center;
}
.weitere-geschichten a {
	font-size: 16px;
	padding: 3px 5px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.weitere-geschichten a:hover {
	background: #2f6ec7;
}
.comment-reply-link {
	font-style: italic;
	text-decoration: none;
	color: #989898;
}
.comment-reply-link:hover {
	color: #fff;
}
.single-course_unit #social-tabs {
	display: none;
}
#toc_container {
	margin: 0 auto 15px;
}
#toc_container ul,
#toc_container li {
	margin: 0;
}
#toc_container a:hover {
	text-decoration: none;
}
.toc_number {
	position: absolute;
	top: 0;
	top: 0.25em;
	left: 0;
	display: inline-block;
	width: 21px;
	padding: 0 5px 0 0 !important;
	text-align: right;
}
.toc_number.toc_depth_2 {
	width: 28px;
}
#toc_container a:hover .toc_number {
	color: #2f6ec7;
}
#toc_container.no_bullets li {
	position: relative;
	padding-left: 31px;
}
#toc_container.no_bullets li > ul > li {
	padding-left: 38px;
}
#toc_container li:last-child {
	margin-bottom: 5px;
}
#toc_container ul ul {
	margin: 0;
	margin-top: 0.25em;
}
#toc_container li:last-child {
	margin-bottom: 0;
}
.wpProQuiz_question_text img {
	max-width: 100%;
}
.wpProQuiz_resultsList li {
	list-style-image: none!important;
}
input[type='button'].wpProQuiz_button {
	display: block;
	float: none !important;
	margin: 0 auto !important;
}
.wpProQuiz_header {
	margin-top: 25px !important;
}
.wpProQuiz_content > h2 {
	text-align: center;
}
.wpProQuiz_results h4 {
	margin-bottom: 10px !important;
}
.wpProQuiz_respone_span {
	display: block;
	margin-bottom: 10px;
}
.wpProQuiz_answerCorrect {
	background: #98ef98 !important;
}
.wpProQuiz_questionListItem label {
	display: block !important;
	padding-left: 20px !important;
}
.wpProQuiz_questionListItem input {
	display: block !important;
	float: left !important;
	margin-top: 3px !important;
	margin-left: -20px !important;
}
.wpProQuiz_results {
	text-align: center;
}
.wpProQuiz_resultName {
	width: 95pt!important;
}
.wpProQuiz_resultTable {
	width: auto !important;
	max-width: 25pc !important;
	margin-bottom: 25px!important;
}
.cookie-info {
	font-size: 12px;
	line-height: 20px;
	display: none;
	padding: 5px;
	text-align: center;
	color: #fff;
	background-color: #bebebe;
}
.cookie-info a {
	color: #fff;
}
table.no-border td {
	border: none;
}
.news p span[style*=background-color] {
	display: inline-block;
	padding: 3px 0;
}
.orange-button {
	border-radius: 8px;
}
.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
	text-decoration: none;
}
.gs-result a.gs-title {
	margin-bottom: 5px;
}
.gs-result a.gs-title:hover,
.gs-result a.gs-title:focus,
.gs-result a.gs-title:hover b,
.gs-result a.gs-title:focus b {
	color: #fff;
}
.gsc-url-top {
	margin-top: 5px;
}
#site-content .blue-arrow li {
	position: relative;
	margin-bottom: 10px;
	list-style-image: none;
}
#site-content .blue-arrow li:before {
	content: '';
	position: absolute;
	top: 0;
	left: -2.5em;
	display: block;
	width: 23px;
	height: 24px;
	background-image: url(img/ok.jpg);
	background-repeat: no-repeat;
	background-size: 26px;
}
.su-button {
	margin-bottom: 1.6em;
}
.sue-shadow-center {
	text-align: center;
}
.page-id-27326 aside .zb-newsletter,
.page-id-27456 aside .zb-newsletter {
	display: none;
}
.search-term {
	font-style: italic;
	margin: 40px 0 30px;
	text-align: center;
	color: #666;
}
.textwidget {
	padding: 0 13px;
}
.textwidget .wpcf7 input[type='text'],
.textwidget .wpcf7 input[type='email'],
.textwidget .wpcf7 textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.wpcf7 input[type='text'],
	.wpcf7 input[type='email'],
	.wpcf7 textarea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
}
/* Price Table */

article div.p_table_responsive h2,
article div.p_table_responsive h3 {
	margin-top: 10px !important;
	padding-bottom: 10px !important;
}
article div.p_table_1 a.sign_up {
	height: auto !important;
	padding-bottom: 6px !important;
}
@media screen and (max-width: 750px) {
	.stacktable.small-only {
		display: block;
	}
	.stacktable.large-only {
		display: none;
	}
	.clock-wrap {
		width: auto;
		text-align: center;
	}
	.clock {
		padding: 6px;
	}
	.clock .day {
		font-size: 10px;
		width: auto;
	}
	.clock span {
		font-size: 20px;
	}
	.clock-wrap:after {
		content: none;
	}
}


/* Philipp ENDE */
