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%
}

@media screen and (max-width:767px) {
  html {
    overflow-x: auto !important
  }
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

strong {
  color: #3f3f3f
}

a strong {
  color: inherit
}

.sue-panel-content {
  color: #000
}

@media screen and (max-width:1086px) {

  html,
  body {
    height: 100%
  }
}

.admin-bar {
  padding-top: 0
}

ol,
ul {
  list-style: none
}

em {
  font-style: italic
}

cite {
  font-style: italic
}

blockquote,
q {
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.6em 1em;
  padding-left: 15px;
  quotes: none;
  border-left: 4px solid #009fe3
}

blockquote p,
q p,
article blockquote p,
article q p {
  font-size: inherit
}

img {
  max-width: 100%;
  height: auto
}

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: 400;
  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
}

.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
}

.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: -.5em
}

sub {
  bottom: -.25em
}

small {
  font-size: smaller
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0
}

.clearfix:after {
  clear: both
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table
}

fieldset {
  max-width: 500px;
  margin: 0 auto;
  padding: 1em;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

legend {
  font-size: 1.1em
}

label {
  font-weight: 600;
  display: block
}

button,
input,
textarea {
  font-family: inherit;
  padding: .4em;
  border: 1px solid #ccc
}

button,
input {
  line-height: normal
}

textarea,
.wpcf7-textarea {
  font-size: 100%;
  overflow: auto;
  width: 95%;
  vertical-align: top
}

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
}

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: .8125rem;
  font-weight: 400;
  line-height: 1.4;
  padding: .4em .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, .1);
  box-shadow: 0 1px 2px rgba(64, 64, 64, .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
}

.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
}

.video-container {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

embed,
iframe,
object,
video {
  max-width: 100%
}

a {
  text-decoration: none;
  color: #2f6ec7;
  outline: none
}

a:hover,
a:focus {
  text-decoration: underline
}

a:focus {
  outline: thin dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}

h2,
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1em;
  color: #0065b1
}

.zb-inner h2,
.zb-inner h1 {
  font-weight: 400;
  margin: 90px 0 50px;
  padding: 15px 15px 17px;
  color: #fff !important;
  background-color: #009fe3
}

.zb-inner h2 *,
.zb-inner h1 * {
  color: #fff !important
}

h3 {
  font-size: 28px;
  line-height: 1.6;
  margin: .5em 0 1.5em;
  color: #0065b1
}

h4 {
  font-size: 24px;
  line-height: 1.6;
  margin: .5em 0;
  color: #666
}

.left,
.alignleft {
  float: left;
  max-width: 100%;
  margin: .85em 1.7em .85em 0
}

.right,
.alignright {
  float: right;
  max-width: 100%;
  margin: .85em 0 .85em 1.7em
}

.center,
.aligncenter {
  display: block;
  max-width: 100%;
  margin: .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(../../../../../../../../themes/zeitblueten_2013/assets/images/klammer.png) left top no-repeat
}

.pin {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: url(../../../../../../../../themes/zeitblueten_2013/assets/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: .5em
}

.box2 ol {
  list-style-type: decimal
}

.box2 ol li {
  margin: 0 5px .25em 30px
}

.zb-inner {
  margin: 0;
  padding: 1em .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-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
}

#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
}

#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: .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: 700;
  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: .5em .25em
}

.zb-social-button span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../../../../../../themes/zeitblueten_2013/assets/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: 700;
  line-height: 2em;
  display: inline-block;
  padding: 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 {
  text-decoration: none;
  color: #fff;
  background: #009fe3
}

input.newsletter {
  font-size: 20px;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
  padding: 0 .6em;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
  color: #0065b1;
  border-radius: 2px;
  background: #fc3
}

input.newsletter:hover {
  color: #44a;
  background: #fc3
}

#site-header {
  position: relative;
  z-index: 5;
  top: 0;
  width: 100%;
  padding-top: 3px;
  background: #fff
}

#site-header.is_stuck #site-headline img {
  height: 0
}

#site-header-inner {
  position: relative;
  width: 1084px;
  margin: 0 auto
}

#site-headline {
  position: absolute;
  top: 20px;
  left: 20px
}

#site-headline a:hover {
  text-decoration: none;
  background: none
}

#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: .4em .6em
}

#site-meta-navigation {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1084px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
  background-color: #009fe3
}

#site-meta-navigation h1 {
  font-size: 30px;
  font-weight: 400;
  margin: 0
}

#site-meta-navigation .home-link {
  font-size: 40px;
  display: block;
  padding-left: 1rem;
  color: #fff
}

#site-meta-navigation .home-link:hover {
  text-decoration: none
}

#site-meta-navigation .home-link small {
  margin-left: 10px
}

#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 .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: #2f6ec7;
  border: none;
  background-color: #fff
}

.euphoria {
  font-family: 'EuphoriaScript'
}

#site-meta-navigation .euphoria {
  font-size: 32px;
  letter-spacing: .03em;
  color: #fff
}

#site-header-inner form {
  position: relative;
  margin-right: 1rem
}

#site-header-inner form input {
  box-sizing: border-box;
  padding-left: 1rem
}

#site-header-inner form button {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  padding: 0;
  transform: translateY(-50%);
  color: #ababab;
  border-width: 0;
  background-color: #fff
}

#site-header-inner form button:hover {
  color: #009fe3;
  background-color: #fff;
  background-image: none
}

@media screen and (max-width:1086px) {
  #site-header-inner form {
    position: fixed;
    z-index: 1234;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    padding: 8.5px;
    transition: 0.2s ease-in-out;
    transform: translateY(-100%);
    background-color: #2f6ec7
  }

  #site-header-inner form#cse-search-box input {
    width: 100%;
    max-width: none
  }

  #site-header-inner form.active {
    transform: translateY(0)
  }

  #site-header-inner form button {
    right: 13px
  }
}

#site-navigation {
  width: 1084px;
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #2f6ec7
}

.zb-main-nav {
  display: table;
  margin: 0 auto
}

.zb-main-nav>.menu-item:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;

}

.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, .2)
}

.zb-main-nav>.menu-item:last-child>a {
  border-right: solid 1px rgba(255, 255, 255, .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: #fff
}

.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;
  width: 8px;
  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: .75em;
  padding: 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: #fff;
  border-color: #76a2c7;
  background: none;
  background-color: #009fe3
}

.current-menu-item>a,
.current-menu-parent>a {
  color: #fff;
  background: #009fe3
}

#menu-item-1795:before {
  background: none
}



#site-meta-navigation #menu-item-1812 a {
  padding-left: 1.25em;
  background-repeat: no-repeat;
  background-position: left
}

.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 .5em;
  border: none
}

.sub-menu .menu-item a:hover {
  color: #fff;
  background-color: #009fe3
}

#site-outer {
  position: relative;
  width: 1084px;
  margin: 0 auto;
  margin-top: 2px;
  border: 1px solid #fff
}

.zb-no-navi #navigation-toggle {
  display: none
}

#wpfront-scroll-top-container {
  z-index: 500000
}

.inpsyde-teaser {
  position: relative;
  margin-bottom: 3px
}

.inpsyde-teaser a {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #fff
}

.inpsyde-teaser a:hover,
.inpsyde-teaser a:focus {
  background-color: #fff !important
}

.inpsyde-teaser img {
  display: block;
  max-width: 100%;
  height: auto
}

#site {
  position: relative;
  z-index: 3;
  overflow: hidden;
  zoom: 1;
  width: 1084px;
  margin: 20px auto 0;
  background-color: #fff;
  background-position: 8px 0
}

.two-columns-sidebar-left #site {
  background-position: 8px 0
}

.two-columns-sidebar-right #site {
  background-position: 8px 0
}

.one-column #site {
  background-position: 8px 0
}

#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 .zb-inner {
  margin-right: 8px;
  margin-left: 8px;
  padding: 20px 40px
}

#site-content ul,
#site-content ol {
  margin-bottom: 1.6em
}

#site-content li {
  margin-left: 25px;
  padding: .25em 0 .25em .5em;
  list-style-position: outside;
}

#site-content li+li {
  margin-top: 1rem
}

#site-content .sue-panel li+li {
  margin-top: .5rem
}

#site-content .toc_list li+li {
  margin-top: 0
}

#site-content .sue-panel p+ul {
  margin-top: -1rem
}

#site-content ol.special {
  counter-reset: items
}

#site-content ol li {
  list-style-type: decimal;
  list-style-image: none
}

#site-content ol.special li {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 50px;
  list-style-type: none;
  list-style-image: none
}

#site-content ol.special li:before {
  content: counter(items);
  font-family: 'Forum';
  font-size: 38px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 5px;
  left: 0;
  counter-increment: items;
  color: #0065b1
}

.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 {
  margin: 0 0 .6em 0
}

.news h2,
.news h1 {
  margin-top: 1.7em
}

.home .news h2 {
  margin-top: 0
}

.news h3 {
  margin: 0 0 .6em 0
}

.news .byline {
  font-size: 18px;
  margin-top: 2rem;
  margin-bottom: 1.6em
}

#site-archive-list {
  border-top: 1px solid #999
}

#site-archive-list h3 {
  margin-top: 20px
}

#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
}

#zb-social-bar .gplus {
  width: 75px
}

#zb-social-bar .rss {
  width: auto
}

#zb-social-bar .rss a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../../../../../../../themes/zeitblueten_2013/assets/images/rss_icon.gif) top left no-repeat;
  text-indent: -999px
}

#zb-social-bar .mail {
  width: auto
}

#zb-social-bar .mail a {
  display: block;
  width: 18px;
  height: 16px;
  background: url(../../../../../../../../themes/zeitblueten_2013/assets/images/emailButton.png) top left no-repeat;
  text-indent: -999px
}

#comment {
  width: 99%
}

.bypostauthor {
  background: #feffbd
}

#site-content-inner .comment {
  margin: 1.5em 0;
  padding: .5em .5em .25em;
  list-style-image: none
}

.comment .avatar {
  display: inline-block;
  margin-right: -4px;
  padding: 0 .5em .25em 0;
  vertical-align: middle
}

.comment .fn {
  font-size: .9em;
  font-weight: 600;
  color: #2f6ec7
}

.comment .date {
  font-size: .9em;
  font-style: italic
}

.comment .comment-author {
  margin-bottom: 10px
}

.comment .children {
  margin-left: 1.5em
}

#site-page-navigation {
  margin-bottom: 10px
}

#site-page-navigation a,
#site-content-inner #site-page-navigation a,
input.wpcf7-submit,
input.wpcf7-submit:hover,
input.wpcf7-submit:active,
.ncore_user_form_container input.button-primary {
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
  padding: 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: 8px;
  background: #fc3
}

#site-page-navigation a:hover,
#site-page-navigation a:active,
#site-page-navigation a:focus,
#site-content-inner #site-page-navigation a:hover,
#site-content-inner #site-page-navigation a:active,
#site-content-inner #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: #fff;
  outline: none !important;
  background-color: #009fe3
}

.wpcf7-form div.button {
  text-align: center
}

#sidebar-left,
#sidebar-right {
  width: 20%;
  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 {
  font-size: 16px;
  float: right
}

#sidebar-right .zb-inner {
  margin-right: 8px
}

#sidebar-mobile-content {
  display: none
}

#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;
  color: #fff
}

.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: 400
}

.wp-polls-ul strong,
.wp-polls-ul i {
  font-weight: 400;
  font-style: normal
}

.wp-polls-submit {
  padding-right: 5px ! important;
  padding-left: 5px ! important
}

.foobar-container li {
  margin: 0;
  padding: 0
}

.pre-content-widget {
  margin-bottom: 1.5em;
  padding: 2em 2em .5em
}

.mobile-menu-wrap {
  display: none
}

#navigation-toggle {
  font-size: .75em;
  position: absolute;
  z-index: 9;
  top: 0;
  display: none;
  width: 42px;
  height: 16px;
  padding: .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 {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: -999px
}

.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
}

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
}

.frontend-checklist-label {
  font-weight: 400;
  margin-left: 2rem
}

.frontend-checklist-label input {
  display: block;
  float: left;
  margin-top: .6rem;
  margin-left: -2rem;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5)
}

.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: #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(../../../../../../../../themes/zeitblueten_2013/assets/css/img/bg-schatten-countdown.png);
  background-repeat: no-repeat;
  background-position: 50% 100%
}

.show-mobile {
  display: none
}

.sticky-wrap.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s
}

@media screen and (min-width:1087px) {
  .sticky-wrap.fixed #site-navigation {
    margin-top: -15px;
    transition: 0.3s;
    transform: translateY(-100%)
  }

  .sticky-wrap.fixed.visible #site-navigation {
    margin-top: 3px;
    transform: translateY(0)
  }
}

.navigation-opened .sticky-wrap.fixed {
  height: 100%
}

.sticky-wrap.fixed.visible {
  transform: translateY(0)
}

@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 .75em
  }

  .zb-inner {
    border: 0
  }

  .inpsyde-teaser>img {
    display: none
  }

  .page-template-page-one-column-no-navi-zeitzuleben .inpsyde-teaser>img {
    display: block
  }

  .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
  }

  #inpsyde-teaser-default {
    display: none
  }

  .mobile-menu-wrap {
    position: relative;
    z-index: 1;
    display: block;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #2f6ec7
  }

  .mobile-menu-wrap .home-link {
    font-size: 30px;
    align-items: center;
    padding-left: 20px;
    color: #fff
  }

  .mobile-menu-wrap .home-link small {
    font-size: 26px;
    line-height: 20px;
    position: relative;
    top: 1px;
    margin-left: 10px
  }

  .mobile-menu-wrap .search-link {
    font-size: 20px;
    margin-right: 10px;
    margin-left: auto;
    color: #fff
  }

  #navigation-toggle {
    font-size: 20px;
    line-height: 20px;
    position: static;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    text-align: right;
    border-radius: 0;
    box-shadow: none
  }

  #navigation-toggle .site-name-mobile {
    position: absolute;
    top: 9px;
    left: 20px
  }

  #navigation-toggle a {
    margin-right: 10px;
    color: #fff
  }

  #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
  }

  #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-opened #site-navigation {
    position: static;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    margin-top: -48px;
    padding-top: 51px
  }

  .zb-main-nav {
    display: block
  }

  .menu-item {
    float: none;
    width: 100%
  }

  .menu-item a {
    padding: .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
  }

  #menu-item-1795 a {
    color: #2f6ec7;
    background-image: none;
    text-indent: 1px
  }

  .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
  }

  .one-column #site,
  .two-columns-sidebar-right #site,
  .two-columns-sidebar-left #site {
    background: none
  }

  #site-header {
    position: static;
    padding-top: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
  }

  #site-header-inner {
    position: static;
    margin-top: 0
  }

  #site-headline {
    position: static;
    margin-bottom: 20px;
    text-align: center
  }

  #site-headline img {
    display: inline-block;
    max-width: 100%
  }

  #site-meta-navigation {
    display: none
  }

  #site-search {
    position: static;
    display: block;
    margin-bottom: 20px;
    text-align: center
  }

  .two-columns-sidebar-right #site-content,
  .two-columns-sidebar-left #site-content {
    width: 100%
  }

  #sidebar-left,
  #sidebar-right {
    display: none
  }

  #sidebar-mobile-content {
    display: block;
    width: 100%
  }

  .foobar-container-left {
    display: none
  }

  #scroll-to-top {
    position: static;
    margin: 0 auto 1em
  }

  #site-footer {
    padding-bottom: 2rem
  }
}

.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(../../../../../../../../themes/zeitblueten_2013/assets/css/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-family: 'Open Sans';
  font-size: 12px;
  font-weight: 700;
  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: 700;
  line-height: 2em;
  display: inline-block;
  padding: 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-radius: 3px
}

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: inherit;
  padding: 33px 10px 5px;
  border-width: 1px 0 1px 0
}

table.grey tr:hover td {
  background: #f2f2f2
}

table.grey h3 {
  font-size: inherit
}

@media screen and (max-width:767px) {
  table.grey td {
    font-size: 13px
  }

  table.grey h3 {
    font-size: 1.1em
  }
}

.digistore_promolink_generator {
  background: #b6e0ff
}

.digistore_promolink_generator td {
  padding: 10px 20px;
  border: none
}

.digistore_promolink_generator tr td:first-child {
  font-weight: 700
}

.digistore_promolink_generator_link_row {
  display: none
}

.formular input[type='submit'] {
  font-size: 118%;
  font-weight: 700;
  line-height: 2em;
  display: inline-block;
  padding: 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-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.print-wrap .kk-star-ratings p {
  margin: 0
}

.print {
  margin-top: 0;
  margin-bottom: 0;
  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: .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: .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,
#site-content .frageliste li {
  position: relative;
  margin-bottom: 10px;
  list-style-image: none
}

#site-content .blue-arrow li:before,
#site-content .frageliste li:before {
  content: '✓';
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: -5px;
  left: -21px;
  display: block;
  color: #3ead5c
}

#site-content .frageliste li:before {
  content: '?';
  color: #0065b1
}

.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,
.widget-text {
  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%
}

.swp-widget-title h4 {
  font-size: 13px;
  line-height: 18.2px
}

@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%
  }
}

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
  }
}

body {
  padding-top: 0 !important
}

.home .nc_wrapper.bottom {
  display: none !important
}

.kk-star-rating-border {
  display: none
}

.kk-star-ratings~.kk-star-rating-border {
  display: block;
  margin: 10px 0
}

article p,
article div,
article ul,
article ol,
#comments p,
#comments div,
#comments ul,
#comments ol,
.pre-content-widget p,
.pre-content-widget div,
.pre-content-widget ul,
.pre-content-widget ol {
  font-size: inherit;
  line-height: 1.8
}

.kk-star-ratings-wrapper {
  margin-bottom: 2rem
}

.kk-star-ratings .kksr-legend br {
  display: none
}

.grecaptcha-badge {
  visibility: hidden
}

.su-button-style-flat:hover span {
  top: 0;
  background-color: #0065b1
}

#site-content-inner a:not(.orange-button):not(.swp_share_link):not(.sue-icon) {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #2f6ec7
}

#site-content-inner a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover {
  color: #fff;
  background-color: #2f6ec7
}

#toc_container a:not(.orange-button):not(.swp_share_link):not(.sue-icon),
#site-content-inner .asa2_horizontal_box a:not(.orange-button):not(.swp_share_link):not(.sue-icon),
#site-content-inner .sue-panel a:not(.orange-button):not(.swp_share_link):not(.sue-icon),
#site-content-inner .tcb-styled-list a:not(.orange-button):not(.swp_share_link):not(.sue-icon),
#site-content-inner .news .byline a:not(.orange-button):not(.swp_share_link):not(.sue-icon),
#site-content-inner .news .headline a:not(.orange-button):not(.swp_share_link):not(.sue-icon) {
  color: #2f6ec7;
  border: 0
}

#toc_container a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover,
#site-content-inner .asa2_horizontal_box a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover,
#site-content-inner .sue-panel a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover,
#site-content-inner .tcb-styled-list a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover,
#site-content-inner .news .byline a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover,
#site-content-inner .news .headline a:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover {
  color: #2f6ec7;
  border-bottom: 1px solid #2f6ec7;
  background-color: transparent
}

#site-content-inner .swp_social_panel a {
  color: #fff;
  border: 0
}

#site-content-inner .swp_social_panel a:hover {
  background-color: inherit
}

#site-content-inner a.yellow-background,
#site-content-inner a.yellow-background:not(.orange-button):not(.swp_share_link):not(.sue-icon) {
  background-color: #ff9
}

#site-content-inner a.yellow-background:hover,
#site-content-inner a.yellow-background:not(.orange-button):not(.swp_share_link):not(.sue-icon):hover {
  color: #000;
  background-color: #f9f900
}

@media screen and (min-width:1087px) {
  #site {
    display: flex;
    overflow: visible
  }

  #site-content,
  #sidebar-right {
    float: none
  }

  #sidebar-right {
    height: auto;
    margin-left: auto
  }

  #sidebar-right .zb-inner {
    height: 100%
  }

  #sidebar-right .zb-inner>aside:last-child {
    position: sticky;
    top: 102px
  }
}