.clear {
  display: block;
  content: '';
  clear: both;
}
.select-off {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Init */
/* PLEX Normalize */
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
}
textarea {
  resize: vertical;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
  /* 3 */
  border-radius: none !important;
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
  -webkit-appearance: none;
  border-radius: 0 !important;
}
input[type=radio] {
  -webkit-appearance: radio !important;
}
input[type=checkbox] {
  -webkit-appearance: checkbox !important;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Schriftarten */
/* Hauptfarben */
/* Zusatzfarben */
* {
  margin: 0;
  padding: 0;
}
body {
  color: #505D57;
  background: #eeeeee;
  background: -webkit-linear-gradient(top, #eeeeee 0%, #aab1ad 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #aab1ad 100%);
  background-attachment: fixed;
  font: 120% 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
@media only screen and (max-width:1300px) {
  body {
    font-size: 100%;
  }
}
@media only screen and (max-width:1020px) {
  body {
    background: #DDD !important;
    font: 115% 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body,
  html {
    overflow-x: hidden !important;
  }
}
a {
  color: #505D57;
}
a[name] {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h4.green {
  font: normal 1em 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  color: #94AA55;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
}
#poll_div h2,
#poll_result h2 {
  color: #94AA55 !important;
  font-size: 1em !important;
  text-transform: uppercase;
  line-height: 1 !important;
  padding-bottom: 0 !important;
}
.edit img,
.edit_mosaic img {
  height: 9px;
  width: auto;
}
@media only screen and (max-width:1020px) {
  .edit img,
  .edit_mosaic img {
    height: 32px;
  }
}
a.desctext,
.desctext,
a.desctext:hover {
  font-size: .82em;
  line-height: 16px;
  color: #ff9600;
}
input[type=submit],
button {
  cursor: pointer;
}
.normal-box {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
}
.socialtoolbar {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
}
.socialtoolbar .icon-print,
.socialtoolbar .icon-pocket {
  float: right;
  padding: 2px 0 0;
}
.socialtoolbar .icon-print:before,
.socialtoolbar .icon-pocket:before {
  margin-right: 5px;
}
.socialtoolbar .icon-pocket {
  margin-right: 20px;
}
.text_button {
  font-size: 0.82em;
  color: #b2bbb9;
  text-transform: none;
  padding: 0;
  border: 0;
  line-height: 1;
}
.landing_box {
  overflow: hidden;
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
}
@media only screen and (max-width:767px) {
  .landing_box {
    width: 100% !important;
  }
}
.landing_box .caption {
  margin: 0 0 5px;
  font-size: 1em;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}
.landing_box .caption a {
  color: #94AA55;
}
.landing_box .headline {
  margin: 0 0 5px;
  font-size: 1em;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  line-height: 1 !important;
  text-transform: none;
  margin-bottom: 5px;
}
.landing_box .headline a {
  color: #94AA55;
}
.landing_box .subheadline,
.landing_box p {
  font-size: .82em;
  line-height: 1.35;
  font-weight: normal;
  margin: 0 0 2px;
  padding: 0;
  font-family: Georgia, serif !important;
}
@media only screen and (max-width:767px) {
  .landing_box .subheadline,
  .landing_box p {
    font-size: 1em;
  }
}
.landing_box .subheadline {
  color: #959D9A !important;
}
.landing_box p {
  color: inherit;
}
.landing_box.fix {
  width: 410px;
  height: 410px;
  float: left;
  clear: none;
  margin-right: 10px;
}
@media only screen and (max-width:1300px) {
  .landing_box.fix {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.fix {
    width: 370px;
    height: 370px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.fix.recent_post {
    width: 369px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.fix {
    width: 100%;
    height: auto;
  }
}
.landing_box.fix.editable_1 {
  margin: 0;
}
.landing_box h1,
.landing_box h2,
.landing_box h3 {
  font-size: 1em !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
}
@media only screen and (max-width:767px) {
  .landing_box h1,
  .landing_box h2,
  .landing_box h3 {
    font-size: 1.2em !important;
  }
}
.landing_box h1 {
  margin-bottom: 10px !important;
}
.landing_box h3 {
  line-height: 1.35 !important;
  margin-bottom: 5px !important;
  font-size: 0.82em !important;
}
@media only screen and (max-width:767px) {
  .landing_box h3 {
    font-size: 1em !important;
  }
}
.landing_box .caption {
  line-height: 1 !important;
}
.landing_box.s1x1 {
  width: 270px;
  height: 270px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x1 {
    width: 210px;
    height: 210px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x1 {
    width: 243px;
    height: 243px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x1 {
    width: 100%;
    height: auto;
  }
}
.landing_box.s2x1 {
  width: 550px;
  height: 270px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x1 {
    width: 430px;
    height: 210px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s2x1 {
    width: 496px;
    height: 243px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s2x1 {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s2x1.img_full {
    height: 0px !important;
    padding-bottom: 50%;
  }
}
.landing_box.s1x2 {
  width: 270px;
  height: 550px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x2 {
    width: 210px;
    height: 430px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x2 {
    width: 243px;
    height: 496px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2 {
    width: 100%;
    height: auto;
  }
}
.landing_box.s2x2 {
  width: 550px;
  height: 550px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x2 {
    width: 430px;
    height: 430px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s2x2 {
    width: 496px;
    height: 496px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s2x2 {
    width: 100%;
    height: auto;
  }
}
.landing_box.fix.img_before .post_img,
.landing_box.s2x1.img_before .post_img,
.landing_box.s2x2.img_before .post_img {
  float: left;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_before .post_img,
  .landing_box.s2x1.img_before .post_img,
  .landing_box.s2x2.img_before .post_img {
    position: static;
    float: left;
    margin: 0 10px 10px 0 !important;
  }
}
.landing_box.s2x1.img_before .post_img {
  margin-top: -24px;
}
@media only screen and (max-width:767px) {
  .landing_box.s2x1.img_before .post_img {
    margin-top: 0;
  }
}
.landing_box.s2x1.img_before .caption {
  margin-left: 260px !important;
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x1.img_before .caption {
    margin-left: 200px !important;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s2x1.img_before .caption {
    margin-left: 234px !important;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s2x1.img_before .caption {
    margin-left: 0 !important;
    float: none;
  }
}
.landing_box.fix.img_before .subheadline {
  clear: left;
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_before .subheadline {
    clear: none;
  }
}
.landing_box.fix.img_after .post_img,
.landing_box.s2x1.img_after .post_img,
.landing_box.s2x2.img_after .post_img {
  float: right;
  margin: 0 0 10px 10px;
}
@media only screen and (max-width:767px) {
  .landing_box.s2x1.img_after .post_img {
    float: left;
    margin: 0 10px 10px 0;
  }
}
.landing_box.fix.img_after .post_img,
.landing_box.s1x2.img_after .post_img,
.landing_box.s2x2.img_after .post_img {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2.img_after .post_img {
    position: static;
    margin: 0 10px 10px 0;
    float: left;
  }
}
.landing_box.s1x2.img_before .post_img {
  margin-bottom: 10px;
}
.landing_box.fix.img_after .caption,
.landing_box.s2x1.img_after .caption {
  float: left;
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_after .caption,
  .landing_box.s2x1.img_after .caption {
    float: none;
  }
}
.landing_box.fix.img_after .headline,
.landing_box.s2x1.img_after .headline {
  clear: left;
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_after .headline,
  .landing_box.s2x1.img_after .headline {
    clear: none;
  }
}
.landing_box.s1x1 .post_img {
  display: none;
}
.landing_box.s1x1.img_full .post_img {
  display: block;
}
.landing_box.fix.img_before .post_img {
  width: 200px;
  height: 200px;
}
@media only screen and (max-width:1300px) {
  .landing_box.fix.img_before .post_img {
    width: 155px;
    height: 155px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_before .post_img {
    width: 115px;
    height: 115px;
  }
}
.landing_box.fix.img_after .post_img {
  width: 390px;
  height: 195px;
}
@media only screen and (max-width:1300px) {
  .landing_box.fix.img_after .post_img {
    width: 300px;
    height: 150px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.fix.img_after .post_img {
    width: 350px;
    height: 175px;
  }
}
.landing_box.s1x2 .post_img,
.landing_box.s2x1 .post_img {
  width: 250px;
  height: 250px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x2 .post_img,
  .landing_box.s2x1 .post_img {
    width: 190px;
    height: 190px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x2 .post_img,
  .landing_box.s2x1 .post_img {
    width: 223px;
    height: 223px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2 .post_img,
  .landing_box.s2x1 .post_img {
    width: 115px;
    height: 115px;
  }
}
.landing_box.s2x2.img_before .post_img {
  width: 265px;
  height: 265px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x2.img_before .post_img {
    width: 205px;
    height: 205px;
  }
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x2.img_before .post_img {
    width: 205px;
    height: 205px;
  }
}
.landing_box.s2x2.img_after .post_img {
  width: 530px;
  height: 265px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s2x2.img_after .post_img {
    width: 410px;
    height: 205px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s2x2.img_after .post_img {
    width: 476px;
    height: 238px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.fix.img_after .post_img,
  .landing_box.s2x2.img_after .post_img {
    height: auto;
    width: 100%;
    position: static;
    float: none;
    display: block;
    margin-top: 5px;
  }
}
.landing_box.img_full .post_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  .landing_box.img_before .post_img {
    width: 115px;
    height: 115px;
    position: static;
    float: left;
    margin: 0 10px 10px 0;
  }
}
.landing_box.img_none .post_img {
  display: none;
}
.landing_box.post_img[src='images/pixel.gif'] {
  display: none;
}
.landing_box.img_full .text {
  display: none;
}
.landing_box.img_full .headline {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF !important;
  padding: 7px 10px !important;
  margin: 0 !important;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  background: #94AA55;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background-attachment: fixed;
  background-attachment: scroll;
}
.landing_box.landing_box .caption a:before {
  content: '';
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.landing_box .text_wrapper {
  overflow: hidden;
}
.landing_box.editable_1 .text_wrapper {
  height: 390px;
}
@media only screen and (max-width:1300px) {
  .landing_box.editable_1 .text_wrapper {
    height: 301px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.editable_1 .text_wrapper {
    height: 350px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.editable_1 .text_wrapper {
    height: 235px;
  }
}
.landing_box.recent_post.img_none .text_wrapper {
  height: 390px;
}
@media only screen and (max-width:1300px) {
  .landing_box.recent_post.img_none .text_wrapper {
    height: 300px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.recent_post.img_none .text_wrapper {
    height: 350px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.recent_post.img_none .text_wrapper {
    height: 155px;
  }
}
.landing_box.recent_post.img_after .text_wrapper,
.landing_box.editable_1.img_after .text_wrapper {
  height: 195px;
}
@media only screen and (max-width:1300px) {
  .landing_box.recent_post.img_after .text_wrapper,
  .landing_box.editable_1.img_after .text_wrapper {
    height: 145px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.recent_post.img_after .text_wrapper,
  .landing_box.editable_1.img_after .text_wrapper {
    height: 170px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.recent_post.img_after .text_wrapper,
  .landing_box.editable_1.img_after .text_wrapper {
    height: 155px;
  }
}
.landing_box.s1x1 .text_wrapper,
.landing_box.s2x1 .text_wrapper {
  height: 250px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x1 .text_wrapper,
  .landing_box.s2x1 .text_wrapper {
    height: 190px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x1 .text_wrapper,
  .landing_box.s2x1 .text_wrapper {
    height: 225px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x1 .text_wrapper,
  .landing_box.s2x1 .text_wrapper {
    height: 155px;
  }
}
.landing_box.s1x2.img_after .text_wrapper,
.landing_box.s2x2.img_after .text_wrapper {
  height: 265px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x2.img_after .text_wrapper,
  .landing_box.s2x2.img_after .text_wrapper {
    height: 200px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x2.img_after .text_wrapper,
  .landing_box.s2x2.img_after .text_wrapper {
    height: 240px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2.img_after .text_wrapper,
  .landing_box.s2x2.img_after .text_wrapper {
    height: 180px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s2x2.img_after .text_wrapper {
    height: 155px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2.img_after .text_wrapper {
    height: 155px;
  }
}
.landing_box.s1x2.img_full .text_wrapper,
.landing_box.s2x2.img_before .text_wrapper,
.landing_box.s2x2.img_full .text_wrapper,
.landing_box.s1x2.img_before .text_wrapper,
.landing_box.s2x2.img_none .text_wrapper,
.landing_box.s1x2.img_none .text_wrapper {
  height: 530px;
}
@media only screen and (max-width:1300px) {
  .landing_box.s1x2.img_full .text_wrapper,
  .landing_box.s2x2.img_before .text_wrapper,
  .landing_box.s2x2.img_full .text_wrapper,
  .landing_box.s1x2.img_before .text_wrapper,
  .landing_box.s2x2.img_none .text_wrapper,
  .landing_box.s1x2.img_none .text_wrapper {
    height: 410px;
  }
}
@media only screen and (max-width:1020px) {
  .landing_box.s1x2.img_full .text_wrapper,
  .landing_box.s2x2.img_before .text_wrapper,
  .landing_box.s2x2.img_full .text_wrapper,
  .landing_box.s1x2.img_before .text_wrapper,
  .landing_box.s2x2.img_none .text_wrapper,
  .landing_box.s1x2.img_none .text_wrapper {
    height: 476px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box.s1x2.img_full .text_wrapper,
  .landing_box.s2x2.img_before .text_wrapper,
  .landing_box.s2x2.img_full .text_wrapper,
  .landing_box.s1x2.img_before .text_wrapper,
  .landing_box.s2x2.img_none .text_wrapper,
  .landing_box.s1x2.img_none .text_wrapper {
    height: 235px;
  }
}
@media only screen and (max-width:767px) {
  .landing_box {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 10px !important;
  }
}
.edit_panel {
  display: none;
  position: absolute;
  padding: 1px 10px 5px;
  background-color: #ffffff;
  border: 1px solid #ff9600;
  white-space: nowrap;
  z-index: 10;
  top: -1px;
  right: 0px;
  width: 65px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#site-wrapper {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 0;
}
@media only screen and (max-width:1300px) {
  #site-wrapper {
    width: 980px;
    padding: 30px 0 0;
  }
}
@media only screen and (max-width:1020px) {
  #site-wrapper {
    max-width: 749px;
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width:1020px) {
  #site-header.scrolled {
    position: fixed;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 30px;
    width: 1240px;
    background-color: #FFF;
  }
}
@media only screen and (max-width:1300px) {
  #site-header.scrolled {
    width: 980px;
  }
}
@media only screen and (max-width:1020px) {
  #site-header.scrolled {
    width: auto;
    position: static;
  }
}
@media only screen and (min-width:1020px) {
  #site-header.scrolled #header {
    background: #ffffff url(../images/logo_einzeilig_.png) no-repeat;
    background-size: cover;
    height: 35px;
    margin-bottom: -1px;
    width: 580px;
    height: 15px;
    margin: 10px;
  }
}
@media only screen and (min-width:1020px) {
  #site-header.scrolled #header #logo_pic {
    display: none;
    height: 30px;
  }
}
@media only screen and (min-width:1020px) {
  #site-header.scrolled #logo {
    height: 30px;
    background: transparent;
  }
}
@media only screen and (min-width:1020px) {
  #site-header.scrolled #logo a {
    background: transparent;
    height: 25px;
    width: 580px;
    display: block;
    margin-left: -5px;
    position: absolute;
    top: 5px;
  }
}
#site-header {
  margin-bottom: 10px;
}
#site-header #logo {
  background: #FFF;
  padding: 40px 15px 20px;
}
#site-header #logo a {
  width: 100%;
  max-width: 630px;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  #site-header #logo a {
    background: #ffffff url(../images/logo.png) no-repeat;
    background-size: contain;
  }
}
#site-header #logo a img {
  display: block;
  position: relative;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  #site-header #logo a img {
    visibility: hidden;
  }
}
@media only screen and (max-width:1020px) {
  #site-header #logo {
    padding: 50px 15px 10px;
  }
}
#site-header #logo img {
  max-width: 100%;
  height: auto;
}
#site-header #head_navi {
  background-color: #94AA55;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  margin-top: 1px;
  overflow: hidden;
}
@media only screen and (max-width:1020px) {
  #site-header #head_navi {
    display: none;
  }
}
#site-header #head_navi li {
  float: left;
  position: relative;
}
#site-header #head_navi li .edit {
  position: static;
  float: right;
}
#site-header #head_navi li .edit .edit_panel {
  display: none;
  position: absolute;
  padding: 0 5px;
  background-color: #ffffff;
  border: 1px solid #ff9600;
  white-space: nowrap;
  z-index: 1100;
  top: -6px;
  right: -6px;
  left: auto;
}
#site-header #head_navi li .edit .edit_panel a {
  padding: 0;
  margin: 0;
}
#site-header #head_navi li .edit .edit_panel a:before,
#site-header #head_navi li .edit .edit_panel a:after {
  display: none;
}
#site-header #head_navi a {
  color: #FFF;
  float: left;
  margin: 0 5px;
  padding: 0 7px;
  position: relative;
}
#site-header #head_navi a:hover,
#site-header #head_navi a:hover,
#site-header #head_navi a.active {
  color: #505D57;
  background: #FFF;
}
#site-header #head_navi a:hover:before,
#site-header #head_navi a:hover:before,
#site-header #head_navi a.active:before,
#site-header #head_navi a:hover:after,
#site-header #head_navi a:hover:after,
#site-header #head_navi a.active:after {
  height: 25px;
  width: 9px;
  background: #FFF;
  content: ' ';
  position: absolute;
  left: -6px;
  top: 0;
  -webkit-transform: skew(-15deg, 0deg);
  transform: skew(-15deg, 0deg);
}
#site-header #head_navi a:hover:after,
#site-header #head_navi a:hover:after,
#site-header #head_navi a.active:after {
  right: -6px;
  left: auto;
  -webkit-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
}
#site-header #head_navi li:first-child a:before {
  width: 8px;
  left: -5px;
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}
#site-header #head_navi:after {
  display: block;
  content: '';
  clear: both;
}
.picture,
.video {
  margin: 10px 0;
}
.picture:last-child,
.video:last-child {
  margin-bottom: 0;
}
.picture img,
.video img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.audio {
  margin: 15px 0 10px;
}
.audio h3 {
  margin-bottom: 10px !important;
}
.audio .mejs-container {
  width: 100% !important;
}
.audio + .caption {
  line-height: 1.4;
}
.video_audio_player_div {
  margin: 0 0 40px;
}
.icon-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  color: #FFF;
  font-size: 2.56em;
  line-height: 69px;
  text-align: center;
  z-index: 10;
  background: #333;
  border: 5px solid #FFF;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0.6;
  text-indent: 3px;
}
@media only screen and (max-width:1300px) {
  .icon-play {
    margin: -29px 0 0 -29px;
    width: 58px;
    height: 58px;
    font-size: 1.56em;
    line-height: 48px;
    text-indent: 2px;
  }
}
@media only screen and (max-width:1020px) {
  .icon-play {
    margin: -39px 0 0 -39px;
    width: 68px;
    height: 68px;
    font-size: 2em;
    line-height: 58px;
    text-indent: 3px;
  }
}
@media only screen and (max-width:767px) {
  .icon-play {
    margin: -29px 0 0 -29px;
    width: 58px;
    height: 58px;
    font-size: 1.56em;
    line-height: 48px;
    text-indent: 2px;
  }
}
.video a:hover .icon-play {
  opacity: 0.8;
}
#main.header_fixed {
  padding-top: 148px;
}
@media only screen and (max-width:1020px) {
  #main.header_fixed {
    padding-top: 0;
  }
}
#main .site-content {
  width: 830px;
  float: left;
}
#main .site-content:after {
  display: block;
  content: '';
  clear: both;
}
.catid_36 #main .site-content {
  float: right;
}
@media only screen and (max-width:1300px) {
  #main .site-content {
    width: 650px;
  }
}
@media only screen and (max-width:1020px) {
  #main .site-content {
    width: 100%;
    float: none;
  }
}
#main .site-content h1,
#main .site-content h2 {
  font-size: 1.63em;
  color: #505D57;
  margin: 0px 0 10px;
  padding: 0px 0px 7px;
  font-style: normal;
  line-height: 1.3;
  overflow: hidden;
}
#main .site-content h3 {
  font-size: 20px;
  color: #505D57;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  overflow: hidden;
  margin-bottom: 12px;
}
#main .site-content h3 a {
  color: #505D57;
}
#main .site-content #landing_grid {
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width:1300px) {
  #main .site-content #landing_grid {
    width: 660px;
  }
}
@media only screen and (max-width:1020px) {
  #main .site-content #landing_grid {
    width: 750px;
  }
}
@media only screen and (max-width:767px) {
  #main .site-content #landing_grid {
    width: 100%;
  }
}
#main .site-content #landing_grid .grid-sizer {
  width: 270px;
}
@media only screen and (max-width:1300px) {
  #main .site-content #landing_grid .grid-sizer {
    width: 210px;
  }
}
@media only screen and (max-width:1020px) {
  #main .site-content #landing_grid .grid-sizer {
    width: 243px;
  }
}
@media only screen and (max-width:767px) {
  #main .site-content #landing_grid .grid-sizer {
    width: 100%;
  }
}
#main .site-content #landing_grid h1,
#main .site-content #landing_grid h2,
#main .site-content #landing_grid h3 {
  font-size: 1em;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 5px;
}
#main .site-content #landing_grid h1.caption,
#main .site-content #landing_grid h2.caption,
#main .site-content #landing_grid h3.caption {
  line-height: 1;
}
#main .site-content #all_entrys {
  font-size: 1em;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  padding: 0;
}
#main .site-content #all_entrys a {
  color: #505D57;
  display: block;
  text-align: center;
  padding: 10px;
  background: #FFF;
}
#main .site-content #all_entrys a:hover {
  background: #EEE;
  color: #333;
}
#main .site-content .loginform input {
  border: 1px solid #959D9A;
  padding: 5px;
}
#main .site-content .entry_div .link_arrow {
  margin-left: 15px;
}
#main .site-content .entry_div .link_arrow:first-of-type {
  margin-left: 0px;
}
#main .site-content .entry_div .link_div .float_right {
  float: right;
}
#main .site-content .entry_div.seperated {
  margin: 10px 0;
}
#main .site-content .entry_div .entry-details,
#main .site-content .entry_div .firstline {
  font-size: 0.82em;
  color: #505D57;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
}
#main .site-content .entry_div .entry-details .icon-comment:before,
#main .site-content .entry_div .firstline .icon-comment:before {
  margin-right: 3px;
  position: relative;
  top: -1px;
  color: #505D57;
}
#main .site-content .entry_div .entry-bookmark {
  font-size: 0.82em;
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width:1020px) {
  #main .site-content .entry_div .entry-bookmark span {
    padding: 4px 10px;
    display: block;
  }
}
#main .site-content .entry_div .entry-bookmark-logout {
  font-size: 0.82em;
  float: right;
  cursor: help;
  color: #b2bbb9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width:1020px) {
  #main .site-content .entry_div .entry-bookmark-logout span {
    padding: 4px 10px;
    display: block;
  }
}
#main .site-content .entry_div ul,
#main .site-content .entry_div ol {
  margin: 20px 0 20px 40px;
  list-style-type: disc;
}
#main .site-content .entry_div ol {
  list-style-type: decimal;
}
#main .site-content .entry_div blockquote {
  font-style: italic;
  margin: 30px 0 24px 60px;
  border-left: 1px dotted #505D57;
  padding: 0px 12px;
}
#main .site-content .entry_div .author {
  font-size: 0.84em;
  line-height: 1.2;
  margin: 30px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
}
#main .site-content .entry_div .entry-bookmark-edit-float {
  float: right;
  width: 80px;
}
#main .site-content .entry_div .text {
  font-size: 1em;
  font-family: Georgia, serif;
  line-height: 1.5;
  margin-bottom: 13px;
  color: #505D57;
  overflow: hidden;
}
#main .site-content .entry_div .text:last-child {
  margin-bottom: 0;
}
#main .site-content .entry_div .text .warning_message {
  color: #94AA55;
}
#main .site-content .entry_div .text a {
  color: #959D9A;
  font-weight: normal;
  text-decoration: underline;
}
#main .site-content .entry_div .text a:hover {
  color: #000;
}
#main .site-content .entry_div .video {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
#main .site-content .entry_div .video:last-child {
  margin-bottom: 0;
}
#main .site-content .entry_div .video iframe,
#main .site-content .entry_div .video a,
#main .site-content .entry_div .video .video-placeholder,
#main .site-content .entry_div .video .jwplayer,
#main .site-content .entry_div .video .video_html5 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}
#main .site-content .entry_div .video iframe p,
#main .site-content .entry_div .video a p,
#main .site-content .entry_div .video .video-placeholder p,
#main .site-content .entry_div .video .jwplayer p,
#main .site-content .entry_div .video .video_html5 p {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em;
  padding: 20px;
  margin-bottom: 10px;
}
#main .site-content .entry_div .video .video-placeholder {
  background: #000;
}
#main .site-content .entry_div .video img {
  width: 100%;
  height: auto;
}
#main .site-content .entry_div .video_language {
  color: #959D9A;
  padding-bottom: 3px;
}
#main .site-content .entry_div .video_language .caption {
  margin: 0px !important;
}
#main .site-content .entry_div .video_language .right {
  float: right;
  margin-left: 10px;
}
#main .site-content .entry_div .video_language .text_button {
  font-weight: normal;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#main .site-content .entry_div .video_language .text_button.active {
  color: #505D57;
}
#main .site-content .entry_div.video_big .picture {
  float: left;
  width: 200px;
  height: 112px;
  margin: 0 10px 0 0;
  position: relative;
  background: #eee;
  overflow: hidden;
}
@media only screen and (max-width:1300px) {
  #main .site-content .entry_div.video_big .picture {
    width: 160px;
    height: 90px;
  }
}
@media only screen and (max-width:1020px) {
  #main .site-content .entry_div.video_big .picture {
    width: 170px;
    height: 95px;
  }
}
@media only screen and (max-width:767px) {
  #main .site-content .entry_div.video_big .picture {
    width: 115px;
    height: 115px;
  }
}
#main .site-content .entry_div.video_big .picture img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width:767px) {
  #main .site-content .entry_div.video_big .picture img {
    width: 205px;
    height: 115px;
    left: 50%;
    top: 50%;
    margin: -57px 0 0 -102px;
    max-width: 205px;
  }
}
#main .site-content .entry_div.video_big h2 {
  font-size: 1em;
  color: #505D57;
  font-weight: normal;
  margin: 0;
  padding: 0px 0px 7px;
  font-style: normal;
  line-height: 24px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#main .site-content .entry_div.video_big h3 {
  font-size: 19px;
  color: #959D9A;
}
#main .site-content .entry_div.video_big h2,
#main .site-content .entry_div.video_big h3 {
  margin-left: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .site-content .entry_div .right_icon {
  float: right;
  width: 66px;
}
@media only screen and (max-width:468px) {
  #main .site-content .entry_div .right_icon {
    display: none;
  }
}
#main .site-content .entry_div .caption,
#main .site-content .entry_div .copyright {
  font-size: .82em;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #505D57;
  font-style: italic;
  margin-bottom: 10px;
  overflow: hidden;
}
#main .site-content .entry_div .caption .seek_link,
#main .site-content .entry_div .copyright .seek_link {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#main .site-content .entry_div .caption .seek_link .seek_link_desc,
#main .site-content .entry_div .copyright .seek_link .seek_link_desc {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif !important;
}
#main .site-content .entry_div .caption .seek_link:hover,
#main .site-content .entry_div .copyright .seek_link:hover {
  color: #000 !important;
}
#main .site-content .entry_div#poll_result table {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
#main .site-content .entry_div#poll_result table td {
  padding: 5px;
}
#main .site-content .entry_div.new_comment {
  margin-top: 10px;
}
#main .site-content .entry_div.new_comment h3 {
  color: #94AA55 !important;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
}
#main .site-content .entry_div.comments {
  margin-bottom: 10px;
}
#main .site-content .entry_div.comments h2 {
  color: #94AA55;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}
#main .site-content .entry_div.comments + .comments {
  margin-top: 0;
}
#main .site-content .responsive-entry-sort {
  display: none;
}
@media only screen and (max-width:1020px) {
  #main .site-content .responsive-entry-sort {
    display: block;
    background: #FFF;
    margin: 10px 0;
    position: relative;
  }
}
#main .site-content .responsive-entry-sort a,
#main .site-content .responsive-entry-sort .current-sort {
  font-size: 1em;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #FFF;
  background: #94AA55;
  display: block;
  line-height: 1;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #FFF;
}
#main .site-content .responsive-entry-sort a:hover,
#main .site-content .responsive-entry-sort .current-sort:hover {
  background: #FFF;
  color: #94AA55;
}
#main .site-content .responsive-entry-sort li:last-child a {
  border: none;
}
#main .site-content .responsive-entry-sort .current-sort {
  color: #94AA55;
  background: #FFF;
  padding: 10px 35px 10px 10px;
  border: none;
  position: relative;
}
#main .site-content .responsive-entry-sort .open-entry-sort {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 7px;
  height: 100%;
  line-height: 100%;
  border-left: 1px solid #959D9A;
  cursor: pointer;
  color: #94AA55;
  z-index: 10;
}
#main .site-content .responsive-entry-sort .open-entry-sort:before {
  font-size: 1.32em;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
#main .site-content .responsive-entry-sort .open-entry-sort:hover,
#main .site-content .responsive-entry-sort .open-entry-sort:focus {
  background: #EEE;
}
#main .site-content .responsive-entry-sort .open-entry-sort:active,
#main .site-content .responsive-entry-sort .open-entry-sort.active {
  background: #94AA55;
  color: #FFF;
}
#main .site-content .responsive-entry-sort .open-entry-sort.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -3px;
}
#main .site-content .responsive-entry-sort .sort-list {
  display: none;
  border-top: 1px solid #EEE;
  position: relative;
  z-index: 11;
}
#main #sidebar {
  width: 400px;
  float: right;
}
.catid_36 #main #sidebar {
  float: left;
}
@media only screen and (max-width:1300px) {
  #main #sidebar {
    width: 320px;
  }
}
@media only screen and (max-width:1020px) {
  #main #sidebar {
    width: calc(100% + 10px);
    float: none;
    clear: both;
  }
}
@media only screen and (max-width:767px) {
  #main #sidebar {
    width: 100%;
  }
}
#main #sidebar:after {
  display: block;
  content: '';
  clear: both;
}
#main #sidebar #map-canvas {
  height: 300px;
  margin-top: 10px;
}
@media only screen and (max-width:1300px) {
  #main #sidebar #map-canvas {
    height: 200px;
  }
}
@media only screen and (max-width:1020px) {
  #main #sidebar #map-canvas {
    width: 100%;
    height: 300px;
  }
}
#main #sidebar #search {
  width: 92%;
  border-right: 1px solid #939E9B;
  padding: 0 10px 0 0;
}
@media only screen and (max-width:1300px) {
  #main #sidebar #search {
    width: 90%;
  }
}
#main #sidebar #search.nocat {
  width: 100%;
  border-right: none;
  padding: 0;
}
#main #sidebar #search #search_str,
#main #sidebar #search input[type=text] {
  width: 100%;
  border: 1px solid #969E9A;
  font-size: 0.75em;
  padding: 4px;
}
#main #sidebar #search input[type=text] {
  width: auto;
  border: 1px solid #969E9A;
  font-size: 0.75em;
  padding: 4px;
}
#main #sidebar #search .search_submit {
  width: 8%;
  height: 26px;
  float: right;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
#main #sidebar #search .icon-search:before {
  color: #939E9B;
  font-size: 1em;
}
#main #sidebar #search .icon-search:hover:before {
  color: #505D57;
}
#main #sidebar #social_icons {
  list-style-type: none;
  padding: 0 0 10px;
  margin: 0 0 5px;
  border-bottom: 1px solid #969E9A;
}
#main #sidebar #social_icons:after {
  display: block;
  content: '';
  clear: both;
}
@media only screen and (max-width:1020px) {
  #main #sidebar #social_icons {
    display: none;
  }
}
#main #sidebar #social_icons li {
  float: left;
  width: 18.2%;
  padding-right: 15px;
  padding-left: 4px;
}
#main #sidebar #social_icons li a {
  display: block;
  font-size: 0px;
  line-height: 0px;
  text-indent: -99999px;
  text-align: center;
}
#main #sidebar #social_icons li a:before {
  font-size: 25px;
  display: block;
  text-indent: 0;
  color: #939E9B;
}
@media only screen and (max-width:1300px) {
  #main #sidebar #social_icons li a:before {
    font-size: 20px;
  }
}
#main #sidebar #social_icons li a.icon-twitter:before {
  font-size: 26px;
}
@media only screen and (max-width:1300px) {
  #main #sidebar #social_icons li a.icon-twitter:before {
    font-size: 21px;
  }
}
#main #sidebar #social_icons li a.icon-itunes:before {
  margin-left: 2px;
  position: relative;
  top: 1px;
}
#main #sidebar #social_icons li a:hover:before {
  color: #505D57;
}
#main #sidebar #social_icons li:first-child {
  padding-left: 0;
}
#main #sidebar #social_icons li:last-child {
  padding-right: 0;
  width: 9%;
}
#main #sidebar #social_icons li:last-child a:before {
  float: right;
}
#main #sidebar .small_input_field {
  width: 100% !important;
  padding: 4px;
  border: 1px solid #969E9A;
  font-size: 0.75em;
}
#main #sidebar .slidetoggle_arrow {
  float: right;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
#main #sidebar .slidetoggle_arrow.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main #sidebar .slidetoggle_arrow:before {
  text-indent: 0;
  font-size: 23px;
  color: #939E9B;
  position: relative;
  top: 4px;
}
#main #sidebar .slidetoggle_arrow:hover:before {
  color: #505D57;
}
#main #sidebar .teaser_img {
  height: 75px;
  width: 75px;
  text-align: center;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
#main #sidebar .teaser_img img {
  width: 100%;
  height: auto;
  float: none;
}
@media only screen and (max-width:1300px) {
  #main #sidebar .teaser_img {
    height: 55px;
    width: 55px;
  }
}
@media only screen and (max-width:767px) {
  #main #sidebar #newest_comments_content_list .teaser_img {
    display: none;
  }
}
#main #sidebar .tag_link {
  font-size: .82em;
  line-height: 1.3;
  display: inline-block;
  color: #505D57;
  border: 1px solid #94AA55;
  padding: 2px 4px;
  margin-bottom: 1px;
  margin-right: 5px;
  white-space: nowrap;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:1300px) {
  #main #sidebar .tag_link {
    max-width: 300px;
  }
}
@media only screen and (max-width:1020px) {
  #main #sidebar .tag_link {
    width: calc(50% - 3px);
    max-width: 100%;
    padding: 4px;
  }
  #main #sidebar .tag_link:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width:468px) {
  #main #sidebar .tag_link {
    width: 100%;
    margin-right: 0;
  }
}
#main #sidebar .tag_link:hover {
  background: #94AA55;
  color: #FFF;
}
#breadcrumb_div {
  background: #FFF;
  line-height: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #969e9a;
}
.network #breadcrumb_div {
  border-bottom: 0;
  border-top: 1px solid #969e9a;
  margin-bottom: 10px;
}
@media only screen and (max-width:1020px) {
  .network #breadcrumb_div {
    display: none;
  }
}
#breadcrumb_div #breadcrumb {
  font-size: .82em;
  line-height: 1.2;
  font-weight: normal;
  color: #3a4743;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
/***** Suche ****/
#matches #breadcrumb {
  font: italic 1em Georgia, serif;
  padding: 4px 0;
}
#matches .entry_div {
  font-size: 1em;
  font-family: Georgia, serif;
  line-height: 24px;
  color: #505D57;
  margin-bottom: 20px !important;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
}
#matches .entry_div.img img.picture {
  float: left;
  margin: 0;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width:1300px) {
  #matches .entry_div.img img.picture {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width:1020px) {
  #matches .entry_div.img img.picture {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width:600px) {
  #matches .entry_div.img img.picture {
    width: 115px;
    height: 115px;
  }
}
#matches .entry_div.img h2,
#matches .entry_div.img h3,
#matches .entry_div.img .text_div {
  margin-left: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width:1300px) {
  #matches .entry_div.img h2,
  #matches .entry_div.img h3,
  #matches .entry_div.img .text_div {
    margin-left: 110px;
  }
}
@media only screen and (max-width:1020px) {
  #matches .entry_div.img h2,
  #matches .entry_div.img h3,
  #matches .entry_div.img .text_div {
    margin-left: 140px;
  }
}
@media only screen and (max-width:600px) {
  #matches .entry_div.img h2,
  #matches .entry_div.img h3,
  #matches .entry_div.img .text_div {
    margin-left: 125px;
  }
}
#matches .entry_div .entry-bookmark {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  float: right;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width:1020px) {
  #matches .entry_div .entry-bookmark span {
    padding: 4px 10px;
    display: block;
  }
}
#matches .entry_div .entry-bookmark-logout {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  float: right;
  cursor: help;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width:1020px) {
  #matches .entry_div .entry-bookmark-logout span {
    padding: 4px 10px;
    display: block;
  }
}
#matches .entry_div .entry-bookmark-edit-float {
  float: right;
  width: 80px;
}
#matches #options {
  background: #FFF;
  line-height: 16px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#matches #options:after {
  display: block;
  content: '';
  clear: both;
}
#matches #options li {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width:600px) {
  #matches #options li {
    float: none;
  }
  #matches #options li a {
    padding: 5px 0;
    display: block;
    font-size: 1.12em;
  }
}
#matches #options li.search-sort {
  float: right;
  font-size: .82em;
  line-height: 20px;
  position: relative;
}
@media only screen and (max-width:600px) {
  #matches #options li.search-sort {
    float: none;
    font-size: 1.12em;
    padding: 5px 0;
  }
  #matches #options li.search-sort a {
    display: inline;
  }
}
#matches #options li.search-sort .select-sort-list {
  display: none;
  position: absolute;
  top: 0px;
  right: -20px;
  background: #FFF;
  list-style-type: none;
  margin: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 200;
  width: 120px;
}
@media only screen and (max-width:1300px) {
  #matches #options li.search-sort .select-sort-list {
    width: 100px;
  }
}
@media only screen and (max-width:1020px) {
  #matches #options li.search-sort .select-sort-list {
    width: 120px;
  }
}
@media only screen and (max-width:600px) {
  #matches #options li.search-sort .select-sort-list {
    right: auto;
    left: 105px;
    font-size: 1.12em;
    width: 140px;
  }
}
#matches #options li.search-sort .select-sort-list li {
  padding: 0px;
  margin: 0;
  float: none;
}
@media only screen and (max-width:1020px) {
  #matches #options li.search-sort .select-sort-list li {
    font-size: 17px;
  }
}
@media only screen and (max-width:600px) {
  #matches #options li.search-sort .select-sort-list li {
    font-size: 17px;
  }
}
#matches #options li.search-sort .select-sort-list li a {
  color: #505D57;
  text-decoration: none;
  padding: 8px 15px;
  display: block;
}
@media only screen and (max-width:1020px) {
  #matches #options li.search-sort .select-sort-list li a {
    padding: 10px 15px;
  }
}
#matches #options li.search-sort .select-sort-list li a:hover {
  color: #fff;
  background-color: #959D9A;
}
#matches #options li.search-sort .select-sort-list li a.active {
  font-weight: bold;
}
#matches #options li.search-sort a.search-sort-current {
  font-weight: bold;
}
#matches .headers {
  background: #FFF;
  line-height: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #969e9a;
  margin-top: 0px;
}
#matches .headers h4 {
  padding: 0;
}
/***** Teamwork ****/
.messageboard_entry {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
  padding: 0;
  font-size: 1.1em;
}
.messageboard_entry .inner {
  padding: 10px;
}
.messageboard_entry .entry-details,
.messageboard_entry .firstline {
  font-size: 0.82em;
  color: #505D57;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  text-decoration: none;
}
.messageboard_entry .entry-details .icon-comment:before,
.messageboard_entry .firstline .icon-comment:before {
  margin-right: 3px;
  position: relative;
  top: -1px;
  color: #505D57;
}
#messageboard {
  position: relative;
}
#messageboard:after {
  display: block;
  content: '';
  clear: both;
}
#messageboard .comments_container + .spacer_div {
  margin-top: -10px;
  background-color: #fff;
  height: 10px;
}
#messageboard form {
  position: relative;
  margin: 10px;
}
#messageboard form:after {
  display: block;
  content: '';
  clear: both;
}
#messageboard form input,
#messageboard form textarea {
  padding: 4px 2px;
  border: solid 1px #b2bbb9;
  padding: 5px;
}
#messageboard form textarea {
  width: 100%;
  overflow: auto;
  margin: 0 0 10px;
  float: left;
}
#messageboard form .attach-file {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
#messageboard form .attach-file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#messageboard .comment-box {
  padding: 10px 0 0;
}
#messageboard .avatar {
  float: left;
  max-height: 74px;
  width: 74px;
  margin-bottom: 8px;
  margin-right: 8px;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  #messageboard .avatar {
    max-height: 65px;
    width: 65px;
  }
}
#messageboard .avatar img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: auto;
  display: block;
}
#messageboard .comments_container {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
  padding: 0;
  margin-top: -10px;
}
@media only screen and (max-width:767px) {
  #messageboard .comments_container {
    margin-left: 25px;
  }
}
#messageboard .comments_container [id^=show_comments_button_] {
  padding: 10px;
  text-align: right;
}
#messageboard .comments_container .link_arrow {
  line-height: 25px;
}
#messageboard .comments_container [id^=newcomment_] {
  padding-top: 10px;
}
#messageboard .comments_container .avatar {
  max-height: 65px;
  width: 65px;
}
@media only screen and (max-width:767px) {
  #messageboard .comments_container .avatar {
    max-height: 32px;
    width: 32px;
  }
}
#messageboard .comments_container .comments_panel .comments {
  padding: 10px;
  min-height: 50px;
  position: relative;
}
#messageboard .comments_container .comments_panel .comments .edit {
  position: absolute;
  right: 6px;
  top: 6px;
}
#messageboard .comments_container .comments_panel .comments .text {
  font-size: .82em;
  line-height: 1.4;
  color: #333;
  margin-left: 10px;
}
#messageboard .comments_container .comments_panel .comments .text a {
  color: #62706a;
  text-decoration: none;
}
#messageboard .comments_container .comments_panel .comments .firstline {
  color: #505d57;
  font-family: "Trade Gothic W02 Roman", Arial, Helvetica, sans-serif;
  font-size: 0.82em;
  margin-bottom: 10px;
  text-decoration: none;
}
#messageboard .post_info {
  padding-bottom: 8px;
}
#messageboard .edit_symbols {
  position: absolute;
  right: 10px;
  top: 5px;
}
#messageboard .dclear {
  max-width: 100% !important;
}
#messageboard .dclear .text {
  font-size: .82em;
  line-height: 1.4;
  color: #333;
  margin-left: 10px;
}
#messageboard .dclear .text a {
  color: #62706a;
  text-decoration: underline;
}
#messageboard .hero-image {
  position: relative;
  margin-bottom: 5px;
}
#messageboard .hero-image .typo {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#messageboard .hero-image .typo h1,
#messageboard .hero-image .typo h2,
#messageboard .hero-image .typo h3 {
  color: #FFFFFF;
  text-shadow: 0 0 1px #c6bfba, 2px 3px 10px rgba(0, 0, 0, 0.3);
}
#messageboard .hero-image .typo h1 {
  font-size: 36px;
  line-height: 1;
}
#messageboard .hero-image .typo h3 {
  font-size: 26px;
  line-height: 1;
}
#messageboard .hero-image .desctext {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
.download_pool table {
  border-collapse: collapse;
  word-wrap: break-word;
  width: 100%;
}
.download_pool table th {
  padding: 0 5px 3px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #505D57;
  text-align: left;
}
.download_pool table td {
  padding: 2px 5px;
  vertical-align: top;
}
.download_pool table td.name_column_edit {
  word-break: break-all;
  padding-right: 30px;
  width: 40%;
}
.download_pool table td.name_column {
  word-break: break-all;
  width: 40%;
}
.download_pool table td.comment_column {
  padding-right: 30px;
}
.download_pool table .pool_category .category_item {
  font-size: 1em;
  border-bottom: 1px solid #969e9a;
}
.download_pool table .pool_category .comments {
  border-bottom: 1px solid #505D57;
}
.mediapool_category {
  position: relative;
  margin-bottom: 18px;
  background-color: #fff;
  padding: 10px;
}
.mediapool_category .mediapool_category_head {
  text-transform: uppercase;
  color: #94aa55;
  font-size: 1em;
}
.mediapool_category .edit_symbols {
  float: right;
  top: 0px;
  padding-right: 8px;
  position: relative;
}
.mediapool_category .edit_symbols .toggle_button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
}
.mediapool_category .date {
  padding-top: 6px;
  padding-bottom: 8px;
  font-weight: bold;
  clear: both;
}
.mediapool_category .firstline a {
  color: #505d57;
  text-decoration: none;
}
.mediapool_category .media_element {
  float: left;
  margin: 0 6px 6px 0;
  overflow: hidden;
  width: 99px;
  height: 56px;
  text-align: center;
}
.mediapool_category .media_element_video {
  float: left;
  margin: 0 5px 4px 0;
  overflow: hidden;
  width: 418px;
  height: 240px;
  text-align: center;
  position: relative;
}
.mediapool_category .media_element_video img {
  height: 240px;
}
.mediapool_category .media_element_video .icon {
  position: absolute;
  left: 133px;
  top: 60px;
}
.mediapool_category .media_element_video .icon img {
  height: 120px;
  width: 152px;
}
#switch_matrix {
  border-top: 1px solid #969e9a;
  margin-top: -10px;
  margin-bottom: 4px;
}
@media only screen and (max-width:1020px) {
  #switch_matrix {
    display: none;
  }
}
#switch_matrix:after {
  display: block;
  content: '';
  clear: both;
}
#switch_matrix span {
  float: right;
  background: transparent url('../images/switch-matrix.png') no-repeat;
  color: #FFF;
  height: 11px;
  width: 42px;
  cursor: pointer;
}
.mediapool_category_content .media_element a {
  position: relative;
  height: 56px;
  display: inline-block;
}
.mediapool_category_content .media_element a:after,
.mediapool_category_content .media_element a:before,
.mediapool_category_content .media_element a:focus:before,
.mediapool_category_content .media_element_video a:after,
.mediapool_category_content .media_element_video a:before,
.mediapool_category_content .media_element_video a:focus:before {
  content: none;
  display: none;
  position: absolute;
  top: 20px;
}
.mediapool_category_content .media_element a:focus:after {
  content: url(../images/bildergalerie_02.png);
  display: block;
  position: absolute;
  padding-top: 15px;
}
.mediapool_category_content .media_element a:active:after {
  content: normal;
}
.mediapool_category_content .media_element_video a:focus .icon:after {
  content: url(../images/video_icon.png);
  display: block;
  height: 120px;
  width: 152px;
  position: absolute;
  top: 0px;
}
/***** Autoren *****/
.responsive-letter-choice {
  display: none;
}
@media only screen and (max-width:767px) {
  .responsive-letter-choice {
    display: block;
    font-size: 1em !important;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #FFF;
    position: relative;
    padding: 10px !important;
    color: #94AA55 !important;
    margin-bottom: 0 !important;
  }
}
.responsive-letter-choice .open-entry-sort {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 7px;
  height: 100%;
  line-height: 100%;
  border-left: 1px solid #959D9A;
  cursor: pointer;
  color: #94AA55;
  z-index: 10;
}
.responsive-letter-choice .open-entry-sort:before {
  font-size: 1.32em;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.responsive-letter-choice .open-entry-sort:hover,
.responsive-letter-choice .open-entry-sort:focus {
  background: #EEE;
}
.responsive-letter-choice .open-entry-sort:active,
.responsive-letter-choice .open-entry-sort.active {
  background: #94AA55;
  color: #FFF;
}
.responsive-letter-choice .open-entry-sort.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  top: -3px;
}
#letters {
  margin-top: -10px;
  background: #FFF;
  padding: 10px;
}
@media only screen and (max-width:1020px) {
  #letters {
    margin-top: 0;
  }
}
@media only screen and (max-width:767px) {
  #letters {
    padding: 0;
    display: none;
    border-top: 1px solid #EEE;
  }
}
#letters:after {
  display: block;
  content: '';
  clear: both;
}
#letters li {
  float: left;
}
@media only screen and (max-width:767px) {
  #letters li {
    width: 20%;
    text-align: center;
  }
  #letters li:nth-child(5n) a {
    border-right: none;
  }
  #letters li:last-child a {
    border-bottom: none;
  }
}
@media only screen and (max-width:767px) {
  #letters li a {
    padding: 20px;
    background: #94AA55;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    color: #FFF;
  }
  #letters li a:hover,
  #letters li a.active {
    color: #FFF;
    background: #505D57;
  }
}
#letters a {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  color: #505D57;
  font-size: 1em;
  display: block;
  padding: 0 9px;
}
@media only screen and (max-width:1300px) {
  #letters a {
    padding: 0 6px;
  }
}
@media only screen and (max-width:1020px) {
  #letters a {
    padding: 4px 8px 4px 8px;
  }
}
#letters a.all {
  float: right;
  margin-right: -1px;
}
@media only screen and (max-width:767px) {
  #letters a.all {
    float: left;
    width: 80%;
    display: block;
    text-align: center;
    padding: 20px;
    background: #94AA55;
    color: #FFF;
  }
  #letters a.all:hover,
  #letters a.all.active {
    color: #FFF;
    background: #505D57;
  }
}
#letters a:hover,
#letters a.active {
  color: #94AA55;
}
.entry_div.network {
  width: 200px;
  height: 345px;
  float: left;
  position: relative;
  clear: none !important;
  border-bottom: 10px solid #94AA55;
  margin: 0 10px 10px 0 !important;
  overflow: hidden;
}
.entry_div.network ul {
  list-style-type: none !important;
  margin: 20px 0 0 !important;
}
.entry_div.network.institution {
  border-color: #505D57;
}
.entry_div.network:nth-child(4n) {
  margin-right: 0 !important;
}
.entry_div.network:after {
  display: block;
  content: '';
  clear: both;
}
@media only screen and (max-width:1300px) {
  .entry_div.network {
    width: 210px;
    height: 305px;
  }
  .entry_div.network:nth-child(4n) {
    margin-right: 10px !important;
  }
  .entry_div.network:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width:1020px) {
  .entry_div.network {
    height: 315px;
    width: 243px;
  }
}
@media only screen and (max-width:767px) {
  .entry_div.network {
    width: calc(33.75% - 10px);
  }
}
@media only screen and (max-width:600px) {
  .entry_div.network {
    width: calc(50% - 5px);
    margin-right: 0 !important;
  }
  .entry_div.network:nth-child(4n) {
    margin-right: 0 !important;
  }
  .entry_div.network:nth-child(3n) {
    margin-right: 0 !important;
  }
  .entry_div.network:nth-child(2n+1) {
    margin-right: 10px !important;
  }
}
@media only screen and (max-width:468px) {
  .entry_div.network {
    width: 100%;
    height: auto;
  }
}
.entry_div.network .network_inner {
  min-height: 275px;
  margin-bottom: 10px;
}
@media only screen and (max-width:1300px) {
  .entry_div.network .network_inner {
    min-height: 240px;
  }
}
@media only screen and (max-width:1020px) {
  .entry_div.network .network_inner {
    min-height: 250px;
  }
}
@media only screen and (max-width:767px) {
  .entry_div.network .network_inner {
    min-height: 0;
  }
}
.entry_div.network .network_inner .picture {
  margin: 0;
}
.entry_div.network .network_inner .name {
  font-weight: normal;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  color: #505D57;
  font-size: 0.88em;
  clear: both;
  display: block;
  padding-top: 5px;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width:1300px) {
  .entry_div.network .network_inner .name {
    font-size: 1em;
  }
}
@media only screen and (max-width:468px) {
  .entry_div.network .network_inner .name {
    clear: none;
    padding-top: 0;
  }
}
.entry_div.network .network_inner .university {
  color: #505D57;
  font-size: .82em;
  line-height: 1.2;
}
.entry_div.network .network_inner .network_links {
  padding-bottom: 8px;
  margin-top: 10px;
}
.entry_div.network .network_inner .network_links li {
  line-height: 1;
}
.entry_div.network .network_inner .network_links li a:before {
  line-height: 1;
}
.entry_div.network .text_light {
  font-size: .68em;
  line-height: 1.2;
  display: block;
}
.entry_div.network .text_light br:first-child {
  display: none;
}
.entry_div.network .text_button {
  font-size: .82em;
  color: #505D57;
  line-height: 1.1em;
}
.entry_div.network .network_pic {
  float: left;
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
}
@media only screen and (max-width:468px) {
  .entry_div.network .network_pic {
    margin: 0 10px 10px 0;
  }
}
.entry_div.network .since {
  font-size: .75em;
}
@media only screen and (max-width:468px) {
  .entry_div.network .since {
    position: static;
  }
}
.entry_div.network .user_groups {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  width: 100%;
}
.entry_div.network .user_groups .text_light {
  font-size: 1em;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entry_div.network .user_groups .user_groups_entry {
  position: relative;
  border-top: 10px solid #b2bbb9;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s max-height 0.25s;
  transition: 0.5s max-height 0.25s;
}
.entry_div.network .user_groups .user_groups_entry.m4h {
  border-color: #00498B;
}
.entry_div.network .user_groups .user_groups_entry.stipendiat {
  border-color: #FFDC1A;
}
.entry_div.network .user_groups .user_groups_entry.teamwork {
  border-color: #B48C05;
  overflow-y: auto;
}
.entry_div.network .user_groups:hover .user_groups_entry {
  max-height: 315px;
  -webkit-transition: max-height 0.25s;
  transition: max-height 0.25s;
}
.entry_div.network .user_groups_entry .clear {
  border-bottom: 1px solid #EEE;
}
.entry_div.network .user_groups_entry .clear:last-child {
  border-bottom: none;
}
.entry_div.network .user_groups_entry_pic {
  float: left;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.entry_div.network .user_groups_entry_name {
  float: left;
  width: 140px;
  margin-left: 5px;
  margin-top: 5px;
  font-size: .75em;
}
@media only screen and (max-width:1300px) {
  .entry_div.network .user_groups_entry_name {
    width: 150px;
  }
}
@media only screen and (max-width:1020px) {
  .entry_div.network .user_groups_entry_name {
    width: 200px;
  }
}
.entry_div.network .user_groups_entry.teamwork .user_groups_entry_name {
  margin-right: -30px;
}
.entry_div.network .user_groups_entry_name a {
  color: #505D57;
}
.entry_div.network .user_groups_entry_name.full {
  float: none;
  width: auto;
}
.entry_div.network .user_groups_entry_name ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  list-style: none;
}
.entry_div.network .user_groups_entry_name li {
  line-height: 1.3;
  padding-left: 15px;
  margin-left: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 4px;
  background: url(../images/arrow_content.gif) no-repeat 0 4px;
}
.entry_div.network .user_groups_entry_name .picture {
  width: 55px;
  height: 55px;
  overflow: hidden;
}
#profil .network_pic {
  float: left;
  margin: 0 10px 20px 0;
}
#profil .network_pic img {
  margin: 0;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width:1300px) {
  #profil .network_pic img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width:1020px) {
  #profil .network_pic img {
    width: 150px;
    height: 150px;
  }
}
#profil .network_data {
  float: left;
  padding-bottom: 8px;
}
#profil .network_links {
  float: left;
  padding-bottom: 8px;
}
#profil .text_div {
  font-size: .82em;
  padding-top: 0px;
  padding-bottom: 10px;
}
#profil .text_div a {
  color: #62706a;
  font-weight: normal;
}
#profil .university {
  margin-bottom: 10px;
}
#profil h2 {
  font-size: 1.63em;
  color: #505D57;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#profil h3 {
  font-size: 1em !important;
  line-height: 1.3 !important;
  color: #94AA55 !important;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif !important;
}
#profil h4 {
  font-size: 1em;
  line-height: 1.5;
  color: #959D9A;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  margin: 15px 0px 0px;
  font-family: Georgia, serif;
}
#profil .profil_entry {
  padding-bottom: 5px;
  clear: both;
  font-size: 1em;
  font-family: Georgia, serif;
  line-height: 1.5;
  margin-bottom: 0px;
  color: #505D57;
}
#profil .profil_entry_top {
  padding-bottom: 5px;
  padding-top: 15px;
  clear: both;
}
#profil .profil_left {
  float: left;
  width: 110px;
  color: #505D57;
  margin: 0px;
  font-weight: normal;
}
#profil .profil_right {
  float: left;
  width: 314px;
}
#profil .text_button {
  color: #505D57;
}
/***** Dossiers *****/
.dossiers .edit_mosaic {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100%;
}
.dossiers .edit_mosaic a {
  float: left;
}
.dossiers .container_mosaic {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.dossiers .container_mosaic .container_mosaic_inner {
  width: 1000px;
  height: 90px;
  overflow: hidden;
}
.dossiers .container_mosaic .container_mosaic_inner .picture_mosaic {
  position: relative;
  float: left;
  border-right: 1px solid white;
}
.dossiers_detail .edit_mosaic {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 50px;
}
.dossiers_detail .container_mosaic {
  height: 100px;
  overflow: hidden;
}
.dossiers_detail .container_mosaic .container_mosaic_inner {
  width: 1000px;
  height: 90px;
  overflow: hidden;
}
.dossiers_detail .container_mosaic .container_mosaic_inner .picture_mosaic {
  position: relative;
  float: left;
  border-right: 1px solid white;
  line-height: 0;
}
.dossiers_detail .link {
  font-size: .75em;
  line-height: 18px;
  color: #62706a;
}
/***** LISA Video *****/
#video .video_big h2 {
  font-size: 1em !important;
}
.vdiary .pvideos_entry {
  padding-bottom: 12px;
  clear: both;
}
.vdiary .pvideos_entry a {
  color: #62706a;
}
.vdiary .pvideos_left {
  font-size: 1em;
  float: left;
  width: 170px;
  font-family: Georgia, serif;
}
.vdiary .pvideos_right {
  margin-left: 170px;
}
.vdiary h2 {
  font-size: 2.2em;
}
#video_navi {
  list-style-type: none;
  padding: 5px 0 4px;
  margin: -10px 0 10px;
  background: #FFF;
}
@media only screen and (max-width:1020px) {
  #video_navi {
    display: none !important;
  }
}
#video_navi:after {
  display: block;
  content: '';
  clear: both;
}
#video_navi li {
  float: left;
  margin: 0 0 0 10px;
}
#video_navi a {
  margin: 0 15px 0 0;
  font-size: 1em;
  color: #969e9a;
  text-decoration: none;
  line-height: 17px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  position: relative;
}
#video_navi a:hover,
#video_navi a:focus,
#video_navi a.active {
  color: #505D57;
}
.responsive-video-navi {
  display: none;
}
@media only screen and (max-width:1020px) {
  .responsive-video-navi {
    display: block;
  }
}
#video_matrix_div {
  width: 1240px;
  margin: 0;
  text-align: left;
  margin: -10px 0 10px;
}
@media only screen and (max-width:1300px) {
  #video_matrix_div {
    width: 980px;
  }
}
@media only screen and (max-width:1020px) {
  #video_matrix_div {
    max-width: 800px;
    width: auto;
  }
}
@media only screen and (max-width:767px) {
  #video_matrix_div {
    display: none !important;
  }
}
#video_matrix_div .header_left {
  float: left;
  width: 178px;
  padding: 5px 16px 0px 10px;
  height: 16px;
  background-color: #d6d8d6;
  margin-right: 16px;
}
#video_matrix_div .header_left a {
  color: #505D57;
}
#video_matrix_div .header_left .header_right {
  float: left;
  padding-top: 5px;
  width: 62px;
  height: 16px;
  color: #b2bbb9;
}
#video_matrix_div .header_left .header_close {
  position: absolute;
  right: 0px;
}
#video_matrix_div .left {
  width: 210px;
  padding: 7px 20px 0 6px;
  position: absolute;
  bottom: 4px;
  line-height: 1.05;
}
@media only screen and (max-width:1300px) {
  #video_matrix_div .left {
    width: 195px;
  }
}
@media only screen and (max-width:1020px) {
  #video_matrix_div .left {
    width: 210px;
  }
}
#video_matrix_div .left a {
  text-transform: uppercase;
  font-size: .88em;
  color: #505D57;
  text-decoration: none;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  position: relative;
}
@media only screen and (max-width:1300px) {
  #video_matrix_div .left a {
    font-size: 1em;
  }
}
@media only screen and (max-width:1020px) {
  #video_matrix_div .left a {
    font-size: .88em;
  }
}
#video_matrix_div .right {
  float: left;
  width: 60px;
  height: 34px;
  margin: 6px 2px 6px 0;
}
#video_matrix_div .right_announce {
  float: left;
  width: 60px;
  height: 34px;
  margin: 6px 2px 6px 0;
  background-color: #aaa;
  position: relative;
}
#video_matrix_div .right_announce img {
  opacity: 0.4;
}
#video_matrix_div .right_announce span {
  position: absolute;
  top: 4px;
  left: 2px;
  color: #fff;
  text-shadow: #000000 1px 1px 2px;
  font-size: .63em;
  line-height: 1.1;
  font-weight: bold;
}
#video_matrix_div .right_announce a {
  color: #FFF;
  text-decoration: none;
}
#video_matrix_div .scrollable {
  position: relative;
  overflow: hidden;
  width: 1003px;
  height: 46px;
  margin-left: 210px;
}
@media only screen and (max-width:1300px) {
  #video_matrix_div .scrollable {
    width: 744px;
  }
}
@media only screen and (max-width:1020px) {
  #video_matrix_div .scrollable {
    max-width: 510px;
    width: auto;
  }
}
#video_matrix_div .scrollable .items {
  width: 20000em;
  position: absolute;
}
#video_matrix_div .scrollable .items div {
  float: left;
}
#video_matrix_div .disabled {
  visibility: hidden;
}
#video_matrix_div .line_div {
  position: relative;
  background: #FFF;
  margin-bottom: 1px;
}
#video_matrix_div .scroll_arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 46px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
#video_matrix_div .scroll_arrow.prev {
  left: 190px;
  background-image: url(../images/pfeil_zurueck.png);
}
#video_matrix_div .scroll_arrow.next {
  right: 7px;
  background-image: url(../images/pfeil_vor.png);
}
.video_select_header {
  color: #505D57;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  margin-bottom: 8px;
  margin-top: 20px;
}
.video_select_div {
  width: 154px;
  height: 150px;
  float: left;
  margin: 0 10px 0 0;
}
.video_select_div:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width:1300px) {
  .video_select_div {
    width: 118px;
  }
}
@media only screen and (max-width:1020px) {
  .video_select_div {
    width: 137px;
  }
}
@media only screen and (max-width:767px) {
  .video_select_div {
    width: calc(20% - 10px);
  }
}
@media only screen and (max-width:600px) {
  .video_select_div {
    width: calc(25% - 10px);
  }
  .video_select_div:nth-child(5n) {
    margin-right: 10px;
  }
  .video_select_div:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:468px) {
  .video_select_div {
    width: calc(33.3% - 10px);
  }
  .video_select_div:nth-child(4n) {
    margin-right: 10px;
  }
  .video_select_div:nth-child(3n) {
    margin-right: 0;
  }
}
.video_select_div img {
  width: 100%;
  height: auto;
}
.video_select_div .picture {
  margin-top: 0;
}
.video_select_div .headline {
  font-size: 1em;
  line-height: 1.2;
  color: #505D57;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.video_select_div .subheadline {
  font-size: .82em;
  line-height: 1.2;
  color: #505D57;
  display: block;
  padding-bottom: 5px;
}
.video_select_div .date {
  font-size: .82em;
  line-height: 1;
  color: #505D57;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.video_select_div div.announce {
  background: #EEE;
  font-size: .63em;
  width: 154px;
  position: relative;
  padding-bottom: 56.25%;
}
@media only screen and (max-width:1300px) {
  .video_select_div div.announce {
    width: 118px;
  }
}
@media only screen and (max-width:1020px) {
  .video_select_div div.announce {
    width: 137px;
  }
}
@media only screen and (max-width:767px) {
  .video_select_div div.announce {
    width: 100%;
  }
}
.video_select_div div.announce img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  margin: 0;
}
/***** Actionbar *****/
#actionbar {
  background: #505D57;
  color: #FFF;
  font-size: .82em;
  height: 30px;
  line-height: 30px;
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  /***** Responsive-Kram *****/
}
@media only screen and (max-width:1020px) {
  #actionbar {
    height: 42px;
    position: relative;
  }
}
#actionbar a {
  color: #FFF;
  text-decoration: none;
}
#actionbar #actionbar_navi {
  list-style-type: none;
  float: right;
  margin: 0 10px 0 0;
}
@media only screen and (max-width:1020px) {
  #actionbar #actionbar_navi {
    display: none;
  }
}
#actionbar #actionbar_navi .edit {
  display: inline;
  position: relative;
  line-height: 12px;
  margin-left: 5px;
}
#actionbar #actionbar_navi li {
  display: inline;
  margin: 0;
}
#actionbar #actionbar_navi li a {
  color: #959D9A;
}
#actionbar #actionbar_navi li a:hover {
  color: #CCC;
}
#actionbar #actionbar_navi li:nth-child(2):after,
#actionbar #actionbar_navi li:nth-child(2):before {
  content: ' | ';
  color: #959D9A;
}
#actionbar #actionbar_navi li:nth-child(2):before {
  content: ' | ';
}
#actionbar #actionbar_register {
  float: right;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}
@media only screen and (max-width:1020px) {
  #actionbar #actionbar_register {
    display: none;
  }
}
#actionbar #logout,
#actionbar #actionbar-new-entry {
  float: right;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  background: url('../images/actionbar/logout.png') no-repeat right center;
}
#actionbar #logout {
  float: right;
  margin: 0 15px 0 0;
  padding: 0 30px 0 10px;
}
#actionbar #actionbar-new-entry {
  float: left;
  background: url('../images/actionbar/new_entry_top.png') no-repeat left 5px;
  padding: 0px 10px 0 22px;
}
#actionbar #action_login {
  float: right;
}
@media only screen and (max-width:1020px) {
  #actionbar #action_login {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    background-color: #DCDFDD;
    width: 50%;
    z-index: 1000;
  }
}
@media only screen and (max-width:600px) {
  #actionbar #action_login {
    width: 100%;
  }
}
#actionbar #action_login input#uname,
#actionbar #action_login input#pwd {
  background: #505D57;
  border: 1px solid #959D9A;
  padding: 2px;
  color: #FFF;
  outline: none;
}
#actionbar #action_login input#uname:focus,
#actionbar #action_login input#pwd:focus {
  border-color: #FFF;
}
@media only screen and (max-width:1020px) {
  #actionbar #action_login input#uname,
  #actionbar #action_login input#pwd {
    background: #FFF;
    border: 0;
    display: block;
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    color: #505D57;
  }
}
#actionbar #action_login input#uname {
  margin-right: 5px;
}
#actionbar #action_login input#go {
  border: 0;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  color: #FFF;
  padding: 0 35px 0 10px;
  line-height: 30px;
  cursor: pointer;
  background: url('../images/actionbar/login.png') no-repeat right center;
}
@media only screen and (max-width:1020px) {
  #actionbar #action_login input#go {
    width: calc(50% - 20px);
    line-height: 1.9;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    background: #c38c00;
    margin: 10px;
    clear: both;
    display: block;
    outline: none;
    border: none;
    padding: 5px;
  }
  #actionbar #action_login input#go:hover,
  #actionbar #action_login input#go:focus {
    background: #997604;
    color: #FFF !important;
  }
  #actionbar #action_login input#go:active {
    position: relative;
    top: 1px;
    left: 1px;
  }
}
@media only screen and (max-width:767px) {
  #actionbar #action_login input#go {
    width: calc(100% - 20px);
  }
}
#actionbar #action_login h2 {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar #action_login h2 {
    display: block;
    color: #505D57;
    margin: 10px;
    line-height: 1;
    text-transform: uppercase;
  }
}
#actionbar #action_login .responsive-register {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar #action_login .responsive-register {
    display: block;
    margin-top: 20px;
  }
}
#actionbar #action_login .responsive-register .text {
  display: none;
}
#actionbar #action_login .responsive-register input[type=text],
#actionbar #action_login .responsive-register input[type=email],
#actionbar #action_login .responsive-register input[type=password],
#actionbar #action_login .responsive-register textarea {
  background: #FFF;
  border: 0;
  display: block;
  width: calc(100% - 20px) !important;
  margin: 10px;
  padding: 10px;
  color: #505D57;
  font-size: 1.12em;
}
#actionbar #action_login .responsive-register input[type=text]:hover,
#actionbar #action_login .responsive-register input[type=email]:hover,
#actionbar #action_login .responsive-register input[type=password]:hover,
#actionbar #action_login .responsive-register textarea:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
#actionbar #action_login .responsive-register input[type=text]:focus,
#actionbar #action_login .responsive-register input[type=email]:focus,
#actionbar #action_login .responsive-register input[type=password]:focus,
#actionbar #action_login .responsive-register textarea:focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
#actionbar #action_login .responsive-register .two_fields span {
  width: 195px;
  margin: 0 10px;
  display: inline-block;
  font-size: 1.12em;
  color: #505D57;
}
#actionbar #action_login .responsive-register .check {
  clear: left;
  margin: 15px 5px;
}
#actionbar #action_login .responsive-register .check label {
  font-size: .88em;
  display: inline-block;
  float: left;
  padding-top: 3px;
  color: #505D57;
  line-height: 1.2em;
}
#actionbar #action_login .responsive-register .check a {
  color: #c38c00;
}
#actionbar #action_login .responsive-register .check .checkbox {
  float: left;
  width: 20px;
  height: 20px;
  background: #FFF;
  margin: 2px 10px 0 5px;
  font-size: 0;
}
#actionbar #action_login .responsive-register .check .checkbox:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
#actionbar #action_login .responsive-register .check .checkbox.focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
#actionbar #action_login .responsive-register .check .checkbox.checked {
  background: #FFF url('../images/actionbar/check_mark.png') center no-repeat;
}
#actionbar #action_login .responsive-register .check .checkbox input {
  width: 20px;
  height: 20px;
  opacity: 0;
}
#actionbar #action_login .responsive-register #go {
  width: calc(50% - 20px);
  line-height: 30px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  background: #c38c00;
  margin: 10px;
  clear: both;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  display: block;
  outline: none;
  border: none;
  padding: 5px;
}
@media only screen and (max-width:767px) {
  #actionbar #action_login .responsive-register #go {
    width: calc(100% - 20px);
  }
}
#actionbar #action_login .responsive-register #go:hover,
#actionbar #action_login .responsive-register #go:focus {
  background: #997604;
}
#actionbar #action_login .responsive-register #go:active {
  position: relative;
  top: 1px;
  left: 1px;
}
#actionbar #action_login .responsive-register #reg_errors,
#actionbar #action_login .responsive-register #reg_success {
  background: #CCC;
  font-size: .75em;
  list-style-type: none;
  padding: 8px 2px;
  overflow: hidden;
}
#actionbar #action_login .responsive-register #reg_success {
  padding: 8px 15px;
}
@media only screen and (max-width:1020px) {
  #actionbar .actionbar-elements {
    display: none;
  }
}
#actionbar #username {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  background: url('../images/actionbar/gear.png') no-repeat 10px center;
  padding: 0 10px 0 33px;
  cursor: pointer;
  float: left;
  margin: 0 40px 0 5px;
}
#actionbar #signed_as {
  float: left;
}
#actionbar #username:hover,
#actionbar #logout:hover,
#actionbar #new_entry:hover,
#actionbar #actionbar_register:hover,
#actionbar #action_login input#go:hover,
#actionbar #action_login input#go:focus {
  color: #DCB42D;
}
#actionbar .mobile-icon {
  display: none;
  width: 50px;
  height: 42px;
  line-height: 42px;
  font-size: 39px;
  text-align: center;
  border: 1px solid #9EA29C;
  border-width: 0 1px 0 0;
  cursor: pointer;
}
#actionbar .mobile-icon:hover {
  background: #687871;
}
#actionbar .mobile-icon:active,
#actionbar .mobile-icon.active {
  background: #94AA55;
}
#actionbar .mobile-icon#search-button {
  font-size: 1.5em;
  line-height: 1.9;
}
#actionbar .mobile-icon#login,
#actionbar .mobile-icon#settings {
  float: right;
  border-width: 0 0 0 1px;
  background-image: url('../images/actionbar/login.png');
  background-repeat: no-repeat;
  background-position: 18px center;
}
#actionbar .mobile-icon#login:active,
#actionbar .mobile-icon#settings:active,
#actionbar .mobile-icon#login.active,
#actionbar .mobile-icon#settings.active {
  background-color: #DCDEDD;
  border-color: #DCB42D;
}
#actionbar .mobile-icon#settings {
  background-image: url('../images/actionbar/gear.png');
}
@media only screen and (max-width:1020px) {
  #actionbar .mobile-icon {
    display: block;
    float: left;
  }
}
#actionbar .responsive-navi {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-navi {
    position: absolute;
    width: 50%;
    background: #94AA55;
    top: 42px;
  }
}
@media only screen and (max-width:600px) {
  #actionbar .responsive-navi {
    width: 100%;
  }
}
#actionbar .responsive-navi .edit {
  display: none;
}
#actionbar .responsive-navi .navi {
  display: none;
}
#actionbar .responsive-navi .navi.actionbar-navi {
  background: rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-navi .navi {
    display: block;
  }
}
#actionbar .responsive-navi .navi li > a {
  padding: 10px 20px;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.12em;
}
#actionbar .responsive-navi .navi li > a:hover {
  background: #FFF;
  color: #94AA55;
}
#actionbar .responsive-navi .social-icons {
  list-style-type: none;
  margin-left: 0px !important;
  padding: 0px !important;
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-navi .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#actionbar .responsive-navi .social-icons li {
  float: left;
  width: 16.66%;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-navi .social-icons li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#actionbar .responsive-navi .social-icons li a {
  display: block;
  font-size: 0px;
  height: 50px;
  line-height: 50px;
  text-indent: -99999px;
  text-align: center;
}
#actionbar .responsive-navi .social-icons li a:before {
  font-size: 20px;
  display: block;
  text-indent: 0;
  color: #FFF;
  margin: auto;
  line-height: 50px;
  width: 100%;
}
#actionbar .responsive-navi .social-icons li a.icon-twitter:before {
  font-size: 21px;
}
#actionbar .responsive-navi .social-icons li a:hover:before {
  background: #FFF;
  color: #94AA55;
}
#actionbar .responsive-search {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-search {
    position: absolute;
    width: 50% !important;
    background: #94AA55;
    top: 42px;
  }
}
@media only screen and (max-width:600px) {
  #actionbar .responsive-search {
    width: 100% !important;
  }
}
#actionbar .responsive-search #search {
  padding: 10px;
  border-bottom: 1px solid #FFF;
  display: none;
}
#actionbar .responsive-search #search:last-child {
  border-bottom: 0;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-search #search {
    display: block;
  }
}
#actionbar .responsive-search #search #search_str {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #959D9A;
  color: #505D57;
  box-sizing: border-box;
}
#actionbar .responsive-search #search .search_submit {
  display: none;
}
#actionbar .responsive-search .responsive-sort {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-search .responsive-sort {
    display: block;
  }
}
#actionbar .responsive-search .responsive-sort li > a {
  padding: 5px 20px;
  border-bottom: 1px solid #FFF;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.12em;
}
#actionbar .responsive-search .responsive-sort li > a:hover {
  background: #FFF;
  color: #94AA55;
}
#actionbar .responsive-search .responsive-sort li:last-child a {
  border: none;
}
#actionbar .responsive-search .responsive-extended {
  display: none;
  /*@media only screen and (max-width:1020px)*/
}
#actionbar .responsive-search .responsive-extended:after br {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-search .responsive-extended {
    display: block;
  }
}
#actionbar .responsive-search .responsive-extended input[type=text],
#actionbar .responsive-search .responsive-extended input[type=date] {
  background: #FFF;
  border: 0;
  width: 100%;
  padding: 10px;
  color: #505d57;
  min-height: 37px;
  display: block;
}
#actionbar .responsive-search .responsive-extended .checkbox {
  float: left;
  width: 20px;
  height: 20px;
  background: #FFF;
  margin: 2px 10px 0 15px;
  font-size: 0;
}
#actionbar .responsive-search .responsive-extended .checkbox.first {
  margin-left: 5px;
}
#actionbar .responsive-search .responsive-extended .checkbox:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
#actionbar .responsive-search .responsive-extended .checkbox.focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
#actionbar .responsive-search .responsive-extended .checkbox.checked {
  background: #FFF url('../images/actionbar/check_mark.png') center no-repeat;
}
#actionbar .responsive-search .responsive-extended .checkbox input {
  width: 20px;
  height: 20px;
  opacity: 0;
}
#actionbar .responsive-search .responsive-extended .clear br {
  display: none;
}
#actionbar .responsive-search .responsive-extended button.link_arrow {
  background-color: #FFF;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  padding: 10px;
  text-align: center;
  width: 100%;
}
#actionbar .responsive-search .responsive-extended button.link_arrow:before {
  display: none;
}
#actionbar .responsive-search .responsive-extended button.link_arrow:hover {
  background-color: #505D57;
  color: #FFF;
}
#actionbar .responsive-settings {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-settings {
    position: absolute;
    width: 50%;
    background: #DCDFDD;
    top: 42px;
    right: 0;
    color: #505D57;
  }
}
@media only screen and (max-width:767px) {
  #actionbar .responsive-settings {
    width: 100%;
  }
}
#actionbar .responsive-settings > div {
  display: none;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-settings > div {
    display: block;
  }
}
#actionbar .responsive-settings #switch a,
#actionbar .responsive-settings #switch span {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #FFF;
  width: 50%;
  float: left;
  text-align: center;
  color: #505D57;
}
#actionbar .responsive-settings #switch a:first-child,
#actionbar .responsive-settings #switch span:first-child {
  border-right: 1px solid #FFF;
}
#actionbar .responsive-settings #switch a.active,
#actionbar .responsive-settings #switch span.active {
  color: #b7941f;
}
#actionbar .responsive-settings #switch:after {
  display: block;
  content: '';
  clear: both;
}
#actionbar .responsive-settings .nav h2 {
  font-size: .93em;
  text-transform: uppercase;
  color: #505D57;
  background-color: #C2C6C4;
  margin: 0;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 30px;
  border-bottom: 1px solid #FFF;
}
#actionbar .responsive-settings .nav#new_entry h2 {
  background-image: url('../images/actionbar/new_entry.png');
}
#actionbar .responsive-settings .nav#profile h2 {
  background-image: url('../images/actionbar/profile.png');
}
#actionbar .responsive-settings .nav#my_entrys h2 {
  background-image: url('../images/actionbar/my_entrys.png');
}
#actionbar .responsive-settings .nav#all_entries h2 {
  background-image: url('../images/actionbar/all_entries.png');
}
#actionbar .responsive-settings .nav#administration h2 {
  background-image: url('../images/actionbar/administration.png');
}
#actionbar .responsive-settings .nav ul li a {
  color: #505D57;
  padding: 5px 10px;
  border-bottom: 1px solid #FFF;
  display: block;
}
#actionbar .responsive-settings .nav ul li a:hover {
  color: #FFF;
  background-color: #959D9A;
}
#actionbar .responsive-settings .nav ul li a:before {
  color: #DCB42D;
  font-size: 10px;
  margin-right: 5px;
}
#actionbar .responsive-settings #since {
  padding: 5px 10px;
  border-bottom: 1px solid #FFF;
}
#actionbar .responsive-settings #logout {
  background: #c38c00;
  color: #FFF;
  text-transform: uppercase;
  float: left;
  padding: 5px 10px;
  margin: 10px;
  font-size: 1.25em;
  text-align: center;
  width: calc(50% - 20px);
  display: none;
}
#actionbar .responsive-settings #logout:hover {
  background: #997604;
}
@media only screen and (max-width:1020px) {
  #actionbar .responsive-settings #logout {
    display: block;
  }
}
@media only screen and (max-width:767px) {
  #actionbar .responsive-settings #logout {
    width: calc(100% - 20px);
  }
}
.entry_div,
.sidebar_box,
.white_box,
.new_entry_form {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
}
.sidebar_box {
  width: 100%;
}
@media only screen and (max-width:1020px) {
  .sidebar_box {
    width: calc(50% - 5px);
    width: 369px;
    float: left;
    clear: none;
    margin-right: 10px;
  }
}
@media only screen and (max-width:767px) {
  .sidebar_box {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sidebar_box.js-margin {
    margin-right: 0;
  }
}
.sidebar_box .entry_div.comments {
  padding: 0;
  margin-bottom: 0;
}
.sidebar_box .entry_div.comments .text {
  font-size: .82em;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.4;
}
.sidebar_box .entry_div.comments .firstline {
  margin: 10px 0 5px;
  font-size: .82em;
}
.sidebar_box .two_parts {
  width: 50%;
  float: left;
}
.sidebar_box .related,
.sidebar_box .latest_articles {
  padding: 0;
}
.sidebar_box .related li,
.sidebar_box .latest_articles li {
  border-bottom: 1px solid #b2bbb9;
  margin: 0 -10px !important;
  padding: 5px 10px 10px;
}
.sidebar_box .related li:last-child,
.sidebar_box .latest_articles li:last-child {
  margin-bottom: -10px !important;
  border: 0;
}
.sidebar_box .related .picture,
.sidebar_box .latest_articles .picture {
  float: left;
  margin: 0 15px 0 0;
}
.sidebar_box .related p,
.sidebar_box .latest_articles p {
  font-size: .82em;
  line-height: 1.2;
  font-family: Georgia, serif;
}
.sidebar_box.widgets .divider {
  margin-top: 10px;
}
.sidebar_box.widgets .divider .lowpadding {
  padding-bottom: 2px;
}
.sidebar_box .text_div_pvideos .text_button {
  color: #505D57;
}
.sidebar_box.cooperations .rss_firstline {
  font-size: 0.82em;
  margin: 10px 0 5px;
}
.sidebar_box.cooperations .link_arrow {
  font-size: 1em;
}
.entry_div + .entry_div {
  margin-top: -10px;
}
.entry_div + .spacer_div {
  margin-top: -10px;
  background-color: #fff;
  height: 10px;
}
.breadcrumb_bookmark + .entry_div {
  margin-top: -10px;
}
.sidebar_box.categories {
  padding: 0 10px 10px;
  margin-top: -10px !important;
}
.sidebar_box.categories .category-list {
  margin-bottom: 10px;
}
@media only screen and (max-width:1020px) {
  .sidebar_box.responsive-hide {
    display: none;
  }
}
.sidebar_box h2 {
  font-size: 1em;
  line-height: 1.2;
  color: #94AA55;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
.sidebar_box h2 a {
  color: #94AA55;
}
.sidebar_box h3 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1em;
  color: #505D57;
  padding-bottom: 4px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
.sidebar_box h3 a {
  color: #505D57;
}
.sidebar_box .text_div {
  font: normal 0.82em/1.3 Georgia, serif;
  color: #505D57;
}
.sidebar_box .link_poll,
.sidebar_box .link_poll:hover,
.sidebar_box .link_poll:focus,
.sidebar_box .link_poll {
  color: #505D57;
  font-size: .88em;
  line-height: 1.3;
  text-decoration: none;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
.site-footer {
  position: relative;
  width: 100%;
  line-height: 22px;
  margin: 5px auto 0;
  text-align: left;
  background-color: #94AA55;
  padding: 5px 0;
  background: #505D57;
}
.site-footer .inner {
  margin: 0px auto;
  max-width: 1280px;
  padding: 0 20px 0;
}
@media only screen and (max-width:1300px) {
  .site-footer .inner {
    max-width: 980px;
    padding: 0;
  }
}
@media only screen and (max-width:1020px) {
  .site-footer .inner {
    max-width: 800px;
    padding: 0;
  }
}
@media only screen and (max-width:767px) {
  .site-footer .inner {
    padding: 0 10px;
  }
}
.site-footer .inner ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
.site-footer .inner ul li {
  padding: 0px 5px;
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .site-footer .inner ul li {
    display: block;
    text-align: center;
  }
}
.site-footer .inner ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: .69em;
  line-height: 14px;
}
@media only screen and (max-width:767px) {
  .site-footer .inner ul li a {
    font-size: 1em;
    line-height: 2.5;
  }
}
.site-footer .edit {
  display: inline;
  position: relative;
}
@media only screen and (max-width:1020px) {
  .site-footer .edit {
    display: none;
  }
}
.site-footer .site-load {
  float: right;
  color: #FFF;
  font-size: .82em;
  margin-top: -18px;
  padding-right: 5px;
}
@media only screen and (max-width:767px) {
  .site-footer .site-load {
    float: none;
    margin-top: 0;
    display: block;
    text-align: center;
  }
}
/***** Icon-Font Anpassungen *****/
.submit-button,
.link_arrow,
.link_list li a {
  color: #505D57;
  border: 0;
  font: normal 16px 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  padding: 0 0 0 5px;
  cursor: pointer;
  background: transparent;
  text-decoration: none !important;
}
.submit-button:hover,
.link_arrow:hover,
.link_list li a:hover,
.submit-button:focus,
.link_arrow:focus,
.link_list li a:focus,
.submit-button:hover,
.link_arrow:hover,
.link_list li a:hover,
.submit-button:focus,
.link_arrow:focus,
.link_list li a:focus {
  color: #000;
}
.submit-button:before,
.link_arrow:before,
.link_list li a:before {
  color: #94AA55;
  font-size: 10px;
  line-height: 22px;
  position: relative;
  top: -1px;
  left: -5px;
}
.sidebar_box .submit-button,
.sidebar_box .link_arrow,
.sidebar_box .link_list li a,
.sidebar_box .submit-button,
.sidebar_box .link_arrow,
.sidebar_box .link_list li a,
#options .submit-button,
#options .link_arrow,
#options .link_list li a {
  font-size: .82em;
}
.search_extended:hover,
.search_extended:focus {
  color: #505D57;
}
.search_extended label {
  font-size: .82em;
}
.search_extended label:hover,
.search_extended label:focus {
  color: #000;
}
.search_extended .checkbox {
  float: left;
  margin: 6px 6px 0 20px;
  font-size: 0;
  clear: left;
}
.search_extended .checkbox.first {
  margin-left: 5px;
}
.responsive-extended.search_extended .checkbox:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
.responsive-extended.search_extended .checkbox.focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
.responsive-extended.search_extended .checkbox .checked {
  background: #FFF url('../images/actionbar/check_mark.png') center no-repeat;
}
.scroll_arrows_div {
  position: absolute;
  right: 10px;
  top: 10px;
}
.scroll_arrows_div_left {
  position: absolute;
  right: 10px;
}
/***** Einfahrende Sidebar *****/
#floating_sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 440px;
  background: #DCDEDD;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  z-index: 1000;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  /***** Sidebar-Menü (eingeloggt) *****/
  /***** Sidebar-Registrierung *****/
}
@media only screen and (max-width:1020px) {
  #floating_sidebar {
    display: none;
  }
}
#floating_sidebar * {
  text-align: left;
}
#floating_sidebar a {
  color: #c38c00;
}
#floating_sidebar a:hover,
#floating_sidebar a:focus {
  text-decoration: underline;
}
#floating_sidebar .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  height: 14px;
  width: 14px;
  background: url('../images/actionbar/close.png') no-repeat;
}
#floating_sidebar .close:hover {
  opacity: 1;
}
#floating_sidebar h2 {
  font-size: .93em;
  text-transform: uppercase;
  color: #505D57;
  margin: 0 0 10px 0;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 0 0 24px;
}
#floating_sidebar #new_entry h2 {
  background-image: url('../images/actionbar/new_entry.png');
}
#floating_sidebar #profile h2 {
  background-image: url('../images/actionbar/profile.png');
}
#floating_sidebar #my_entrys h2 {
  background-image: url('../images/actionbar/my_entrys.png');
}
#floating_sidebar #my_lisa h2 {
  background-image: url('../images/actionbar/my_lisa.png');
}
#floating_sidebar #all_entries h2 {
  background-image: url('../images/actionbar/all_entries.png');
}
#floating_sidebar #administration h2 {
  background-image: url('../images/actionbar/administration.png');
}
#floating_sidebar .nav {
  padding: 5px 5px 10px;
  border-bottom: 1px solid #FFF;
  margin: 10px;
}
#floating_sidebar .nav ul {
  padding: 0 0 0 5px;
  list-style-type: none;
  margin: 0;
}
#floating_sidebar .nav ul li {
  margin: 0;
  padding: 0 0 1px 0;
}
#floating_sidebar .nav ul li a {
  color: #505D57;
  text-decoration: none;
  font-size: .82em;
  padding: 0 0 0 15px;
}
#floating_sidebar .nav ul li a:hover {
  color: #c38c00;
}
#floating_sidebar .nav ul li a:before {
  color: #b7941f;
  font-size: 10px;
  position: relative;
  top: -2px;
  left: -10px;
}
#floating_sidebar #edit_card a:hover {
  color: #c38c00;
}
#floating_sidebar #profile_info {
  font-size: .75em;
  padding: 10px 5px 0px 25px;
  line-height: 1.4em;
  color: #505D57;
}
#floating_sidebar #since {
  font-size: .75em;
  padding: 0 0 0 20px;
  color: #505D57;
}
#floating_sidebar #close_message {
  position: absolute;
  width: 100%;
  background: #CCC;
  font-size: .88em;
  top: -50px;
}
#floating_sidebar #close_message strong {
  float: left;
  margin: 0 10px;
  line-height: 50px;
}
#floating_sidebar #close_message button {
  float: right;
  border: 0;
  line-height: 50px;
  padding: 0 25px;
  background: #EEE;
  cursor: pointer;
  margin-left: 1px;
}
#floating_sidebar #close_message button:hover {
  background: #BBB;
}
#floating_sidebar #switch {
  border-bottom: 1px solid #FFF;
  margin: 5px 10px 15px;
  padding: 2px 5px 4px;
}
#floating_sidebar #preview_mode,
#floating_sidebar #edit_mode {
  font-size: .75em;
  line-height: 2;
  width: 140px;
  display: inline-block;
  padding: 0 20px 0 24px;
  color: #505D57 !important;
  text-decoration: none;
}
#floating_sidebar #preview_mode.active,
#floating_sidebar #edit_mode.active,
#floating_sidebar #preview_mode:hover,
#floating_sidebar #edit_mode:hover {
  color: #c38c00 !important;
}
#floating_sidebar #preview_mode {
  background: url('../images/actionbar/preview.png') no-repeat left center;
}
#floating_sidebar #preview_mode.active,
#floating_sidebar #preview_mode:hover {
  background-image: url('../images/actionbar/preview_active.png');
}
#floating_sidebar #edit_mode {
  background: url('../images/actionbar/edit.png') no-repeat left center;
}
#floating_sidebar #edit_mode.active,
#floating_sidebar #edit_mode:hover {
  background-image: url('../images/actionbar/edit_active.png');
}
#floating_sidebar #action_register {
  margin: 5px;
}
#floating_sidebar #action_register h2 {
  margin: 25px 5px;
  font-size: 1.12em;
}
#floating_sidebar #action_register p.text {
  margin: 5px;
  font-size: .75em;
}
#floating_sidebar #action_register input[type=text],
#floating_sidebar #action_register input[type=email],
#floating_sidebar #action_register input[type=password],
#floating_sidebar #action_register textarea {
  border: 0;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  padding: 3px 5px;
  margin: 5px;
  width: 410px;
  font-size: .75em;
  box-sizing: content-box;
}
#floating_sidebar #action_register input[type=text]:hover,
#floating_sidebar #action_register input[type=email]:hover,
#floating_sidebar #action_register input[type=password]:hover,
#floating_sidebar #action_register textarea:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
#floating_sidebar #action_register input[type=text]:focus,
#floating_sidebar #action_register input[type=email]:focus,
#floating_sidebar #action_register input[type=password]:focus,
#floating_sidebar #action_register textarea:focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
#floating_sidebar #action_register .two_fields input[type=text],
#floating_sidebar #action_register .two_fields input[type=email] {
  width: 195px;
  margin: 5px 2px 5px 5px;
}
#floating_sidebar #action_register .two_fields span {
  width: 195px;
  margin: 10px 8px;
  display: inline-block;
  font-size: .75em;
}
#floating_sidebar #action_register .check {
  clear: left;
  margin: 15px 0;
}
#floating_sidebar #action_register .check label {
  font-size: .88em;
  display: inline-block;
  width: 395px;
  float: left;
  padding-top: 3px;
  line-height: 1.2em;
}
#floating_sidebar #action_register .check .checkbox {
  float: left;
  width: 20px;
  height: 20px;
  background: #FFF;
  margin: 2px 10px 0 5px;
  font-size: 0;
}
#floating_sidebar #action_register .check .checkbox:hover {
  outline: 1px solid #BBB;
  outline-offset: 0;
}
#floating_sidebar #action_register .check .checkbox.focus {
  outline: 1px solid #AAA;
  outline-offset: 0;
}
#floating_sidebar #action_register .check .checkbox.checked {
  background: #FFF url('../images/actionbar/check_mark.png') center no-repeat;
}
#floating_sidebar #action_register .check .checkbox input {
  width: 20px;
  height: 20px;
  opacity: 0;
}
#floating_sidebar #action_register #go {
  width: 210px;
  line-height: 30px;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  background: #c38c00;
  margin: 30px 5px;
  clear: both;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  display: block;
  outline: none;
  border: none;
}
#floating_sidebar #action_register #go:hover,
#floating_sidebar #action_register #go:focus {
  background: #997604;
}
#floating_sidebar #action_register #go:active {
  position: relative;
  top: 1px;
  left: 1px;
}
#floating_sidebar #action_register #reg_errors,
#floating_sidebar #action_register #reg_success {
  background: #CCC;
  font-size: .75em;
  list-style-type: none;
  padding: 8px;
}
#floating_sidebar #action_register #reg_success {
  padding: 8px 15px;
}
@media only screen and (max-width:1020px) {
  #article_pager {
    margin-top: 10px;
  }
}
#article_pager:after {
  display: block;
  content: '';
  clear: both;
}
#article_pager > div {
  position: fixed;
  height: 100px;
  top: 50%;
  z-index: 100;
  margin-top: -50px;
  left: 0;
  width: 65px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
#article_pager > div:hover {
  width: auto;
}
#article_pager > div:hover .nav_arrow {
  box-shadow: none;
}
@media only screen and (max-width:1020px) {
  #article_pager > div {
    position: static;
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #article_pager > div:hover {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width:600px) {
  #article_pager > div {
    width: 100%;
    margin: 0 0 10px;
  }
  #article_pager > div:hover {
    width: 100%;
  }
}
#article_pager > div .nav_arrow {
  float: left;
  width: 65px;
  cursor: pointer;
  height: 100px;
  z-index: 100;
  position: relative;
  background: #CCC;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFF;
  font-size: 2.5em;
  color: #FFF;
}
@media only screen and (max-width: 1365px) {
  #article_pager > div .nav_arrow {
    width: 30px;
    font-size: 1.5em;
  }
}
@media only screen and (max-width:1020px) {
  #article_pager > div .nav_arrow {
    background: transparent;
    border: 0;
    box-shadow: none;
    width: 40px;
    font-size: 2em;
    color: #505D57;
  }
}
#article_pager > div .pager_content {
  width: 370px;
  position: relative;
  left: -370px;
  background: #FFF;
  height: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width:1020px) {
  #article_pager > div .pager_content {
    left: 0;
    width: 100% !important;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
  }
  #article_pager > div .pager_content:hover {
    background: #EEE;
  }
}
#article_pager > div .pager_content .pager_img {
  position: absolute !important;
  right: 0;
}
@media only screen and (max-width:1020px) {
  #article_pager > div .pager_content .pager_img {
    float: right;
    position: static !important;
  }
}
#article_pager > div .pager_content .article_time,
#article_pager > div .pager_content .article_headline {
  width: 205px;
  padding: 3px 10px;
  margin-left: 65px;
  box-sizing: border-box;
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width:1020px) {
  #article_pager > div .pager_content .article_time,
  #article_pager > div .pager_content .article_headline {
    width: auto;
    margin-left: 45px;
  }
}
#article_pager > div .pager_content .article_time {
  font-size: 0.63em;
}
#article_pager > div .pager_content .article_headline {
  font-size: 0.88em;
  padding-bottom: 10px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article_pager > div .pager_content .article_headline a:before {
  content: '';
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
}
#article_pager > div#article_next {
  left: auto;
  right: 0;
}
@media only screen and (max-width:1020px) {
  #article_pager > div#article_next {
    float: right;
  }
}
#article_pager > div#article_next .nav_arrow {
  float: right;
}
#article_pager > div#article_next .pager_content {
  left: auto;
  right: -335px;
}
@media only screen and (max-width:1020px) {
  #article_pager > div#article_next .pager_content {
    right: auto;
  }
}
#article_pager > div#article_next:hover .pager_content {
  left: auto;
  right: 0;
}
#article_pager > div#article_next .pager_img {
  left: 0;
}
@media only screen and (max-width:1020px) {
  #article_pager > div#article_next .pager_img {
    float: left;
    margin-right: 10px;
  }
}
#article_pager > div#article_next .article_time,
#article_pager > div#article_next .article_headline {
  margin-left: 100px;
}
@media only screen and (max-width:1020px) {
  #article_pager > div#article_next .article_time,
  #article_pager > div#article_next .article_headline {
    margin: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width:1020px) {
  #article_pager > div#article_previous {
    float: left;
  }
}
#article_pager > div#article_previous:hover .pager_content {
  left: 0;
}
.longreader #header #logo {
  max-width: 1280px;
  margin: 0 auto;
}
.longreader #head_navi ul {
  max-width: 1280px;
  margin: 0 auto;
}
.teamwork_publication {
  background: #fff !important;
}
.teamwork_publication #site-wrapper {
  width: 100%;
  padding: 0 0;
}
.teamwork_publication #content {
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}
.teamwork_publication #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teamwork_publication #menu-button {
  float: left;
  width: 48px;
  height: 48px;
  background-color: #94AA55;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
}
.teamwork_publication #menu-button .cssicon {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  border-radius: .1em;
  display: inline-block;
  height: 48px;
  width: 48px;
  /* adjust font size to scale */
  font-size: 22px;
}
.teamwork_publication #menu-button .cssicon span,
.teamwork_publication #menu-button .cssicon span:before,
.teamwork_publication #menu-button .cssicon span:after {
  border-radius: .025em;
  border: 0em solid #fff;
  background-color: #fff;
  height: .1em;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition-property: top, bottom, left, right, border-radius, -webkit-transform;
  transition-property: top, bottom, left, right, border-radius, -webkit-transform;
  transition-property: top, bottom, left, right, transform, border-radius;
  transition-property: top, bottom, left, right, transform, border-radius, -webkit-transform;
}
.teamwork_publication #menu-button .cssicon span {
  top: 1em;
  left: .5em;
  width: 1em;
  position: relative;
  background: transparent;
}
.teamwork_publication #menu-button .cssicon span:after,
.teamwork_publication #menu-button .cssicon span:before {
  content: "";
  position: absolute;
  width: 100%;
}
.teamwork_publication #menu-button .hamburger span {
  background-color: #fff;
}
.teamwork_publication #menu-button .hamburger span:before {
  top: -0.33em;
}
.teamwork_publication #menu-button .hamburger span:after {
  top: .33em;
}
.teamwork_publication #menu-button .close span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.teamwork_publication #menu-button .close span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.teamwork_publication #menu {
  position: relative;
  display: none;
  left: -500px;
  top: 0px;
}
.teamwork_publication #menu #menu-inner {
  position: absolute;
  list-style-type: none;
  max-height: calc(100vh - 48px);
  overflow: auto;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.teamwork_publication #menu #menu-inner li a {
  display: block;
  color: #fff !important;
  font-size: 17px;
  background-color: #505D57;
  padding: 10px 25px;
  border-bottom: 1px solid #A2B0AA;
  max-width: 400px;
}
.teamwork_publication #menu #menu-inner li a:hover {
  background-color: #94AA55;
}
.teamwork_publication #menu #menu-inner li.active a {
  background-color: #94AA55;
}
.teamwork_publication #menu #menu-inner li.level-3 a {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-size: 19px;
  padding: 10px 25px 10px 10px;
}
.teamwork_publication #menu #menu-inner li.level-3 a:hover {
  background-color: #505D57;
}
.teamwork_publication #menu #menu-inner li.level-3 a img {
  margin-right: 8px;
}
.teamwork_publication #menu #menu-inner li.level-3.active a {
  background-color: #505D57;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
.teamwork_publication #menu #menu-inner li.level-4 a {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-size: 19px;
}
.teamwork_publication #menu #menu-inner li.level-4 a:hover {
  background-color: #6E7C76;
}
.teamwork_publication #menu #menu-inner li.level-4.active a {
  background-color: #6E7C76;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
.teamwork_publication #logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 !important;
  line-height: 45px;
}
.teamwork_publication #logo a {
  width: auto !important;
  display: block;
  max-width: 440px !important;
  margin: 0 auto;
}
@media only screen and (max-width:600px) {
  .teamwork_publication #logo a {
    margin: 0 10px !important;
  }
}
.teamwork_publication #logo img {
  vertical-align: middle;
  display: inline !important;
  width: 100%;
  max-width: 440px !important;
}
.teamwork_publication #site-header {
  margin-bottom: 0 !important;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff !important;
}
.teamwork_publication .entry_div {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 20px;
}
.teamwork_publication h2 {
  max-width: 750px;
  color: #333;
  margin: 0 auto 60px;
}
.teamwork_publication h3 {
  max-width: 750px;
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin: 0 auto 20px;
}
.teamwork_publication .text {
  max-width: 750px;
  color: #333;
  font: normal 19px/26px Georgia, serif;
  margin: 0 auto 20px;
}
.teamwork_publication .text ul,
.teamwork_publication .text ol {
  margin: 20px 0 20px 40px;
}
.teamwork_publication .text ul {
  list-style-type: disc;
}
.teamwork_publication .picture {
  max-width: 1440px;
  margin: 20px auto;
}
.teamwork_publication .video,
.teamwork_publication .audio,
.teamwork_publication .links {
  max-width: 1440px;
  margin: 20px auto;
}
.teamwork_publication > .link_arrow {
  max-width: 1440px;
  margin: 10px auto;
}
.teamwork_publication blockquote {
  font-style: italic;
  margin: 30px 0 24px 60px;
  border-left: 1px dotted #505D57;
  padding: 0px 12px;
}
.teamwork_publication .author {
  font-size: 0.84em;
  line-height: 1.2;
  margin: 30px 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: block;
}
.teamwork_publication .caption,
.teamwork_publication .copyright {
  max-width: 750px;
  font-size: 16px;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #505D57;
  font-style: italic;
  margin: 0 auto 10px;
  overflow: hidden;
}
.teamwork_publication .caption .seek_link,
.teamwork_publication .copyright .seek_link {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
.teamwork_publication .caption .seek_link .seek_link_desc,
.teamwork_publication .copyright .seek_link .seek_link_desc {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif !important;
}
.teamwork_publication .caption .seek_link:hover,
.teamwork_publication .copyright .seek_link:hover {
  color: #000 !important;
}
.teamwork_publication .socialtoolbar {
  max-width: 750px;
  margin: 0 auto 20px;
}
.teamwork_publication .socialtoolbar .shareme {
  display: none;
}
.teamwork_publication .socialtoolbar #shr-btns li a {
  width: 40px;
  height: 40px;
  background: #AEAEAE;
  color: #fff;
  padding: 0;
  border: 0 !important;
  border-radius: 50%;
  margin-right: 10px;
}
.teamwork_publication .socialtoolbar #shr-btns li a span {
  display: none;
}
.teamwork_publication .socialtoolbar #shr-btns li a::before {
  float: none;
  left: auto;
  font-size: 20px;
  top: 11px;
}
.teamwork_publication .socialtoolbar .icon-pocket::before {
  margin-right: 2px !important;
}
.teamwork_publication #article_pager > div .nav_arrow {
  box-shadow: none;
  background: #fff;
  border: 0;
  color: #959D9A;
}
.teamwork_publication #article_pager > div .pager_content .article_headline {
  margin-left: 0 !important;
  width: auto;
  margin-top: 20px !important;
}
.teamwork_publication #article_pager > div#article_next .article_headline {
  margin-left: 0 !important;
}
.teamwork_publication #article_pager > div .pager_content {
  box-shadow: none !important;
  border-top: 1px solid #505D57;
  border-bottom: 1px solid #505D57;
}
.teamwork_publication .hero-image {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
.teamwork_publication .hero-image .typo {
  position: absolute;
  bottom: 150px;
  left: 20px;
  right: 20px;
}
.teamwork_publication .hero-image .typo .typo-inner {
  max-width: 750px;
  margin: 0 auto;
}
.teamwork_publication .hero-image .typo .typo-inner h1,
.teamwork_publication .hero-image .typo .typo-inner h2,
.teamwork_publication .hero-image .typo .typo-inner h3 {
  color: #FFFFFF;
  text-shadow: 0 0 1px #c6bfba, 2px 3px 10px rgba(0, 0, 0, 0.3);
}
.teamwork_publication .hero-image .typo .typo-inner h1 {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}
.teamwork_publication .hero-image .typo .typo-inner h3 {
  font-size: 40px;
  line-height: 1;
}
.teamwork_publication .hero-image + #content {
  margin-top: 60px;
}
.teamwork_publication .hero-image + .caption {
  margin-top: 10px;
}
.teamwork_publication .hero-image + .caption + #content {
  margin-top: 60px;
}
.commentform input[type=text],
.commentform input[type=email] {
  width: 400px;
  padding: 5px;
  float: left;
  border: 1px solid #959D9A;
  -webkit-appearance: none !important;
  border-radius: 0;
}
.commentform input[type=text]:focus,
.commentform input[type=email]:focus {
  border-color: #505D57;
}
@media only screen and (max-width:1300px) {
  .commentform input[type=text],
  .commentform input[type=email] {
    width: 310px;
  }
}
@media only screen and (max-width:1020px) {
  .commentform input[type=text],
  .commentform input[type=email] {
    width: 360px;
    margin-right: -1px;
  }
}
@media only screen and (max-width:767px) {
  .commentform input[type=text],
  .commentform input[type=email] {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.commentform input[type=text]:first-child,
.commentform input[type=email]:first-child {
  margin-right: 10px;
}
.commentform input[type=text]#security_code,
.commentform input[type=email]#security_code {
  float: none;
  width: 100px !important;
}
@media only screen and (max-width:767px) {
  .commentform input[type=text]#security_code,
  .commentform input[type=email]#security_code {
    width: 100% !important;
    display: block;
    margin-top: 10px;
  }
}
.commentform .url-field {
  display: none;
}
.commentform .error_message {
  background: #EEE;
  padding: 10px;
  font-size: 0.82em;
  line-height: 1.3;
  margin: -20px 0 10px 0;
}
.commentform.newsletter-form input[type=text] {
  width: 100%;
}
.commentform .submit-button {
  margin-top: 10px;
}
.commentform label[for=security_code] {
  margin-left: 10px;
}
.commentform textarea {
  margin: 10px 0 20px;
  padding: 5px;
  width: 810px;
  height: 200px;
  resize: vertical;
  border: 1px solid #959D9A;
  -webkit-appearance: none !important;
  border-radius: 0;
}
.commentform textarea:focus {
  border-color: #505D57;
}
@media only screen and (max-width:1300px) {
  .commentform textarea {
    width: 630px;
  }
}
@media only screen and (max-width:1020px) {
  .commentform textarea {
    width: 730px;
  }
}
@media only screen and (max-width:767px) {
  .commentform textarea {
    display: block;
    width: 100%;
  }
}
.commentform .code {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  padding-right: 20px;
  font-weight: normal;
}
.page_switcher {
  margin-bottom: 10px;
  clear: both;
  padding: 10px;
  background: #FFF;
  border: 0;
  position: relative;
}
.page_switcher:after {
  display: block;
  content: '';
  clear: both;
}
.page_switcher .pagination {
  margin: 0;
  text-align: center;
  font-size: .82em;
  float: left;
  margin-bottom: -4px;
}
.page_switcher .pagination .pages {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}
.page_switcher .pagination .pages li.pages {
  padding: 0;
  float: left;
  margin: 0 0 0 3px;
  background-color: #eff1f1;
}
.page_switcher .pagination .pages li.points {
  padding: 0;
  float: left;
  margin: 4px 0 0 3px;
  color: #62706a;
}
.page_switcher .pagination .pages li a {
  padding: 5px 8px;
  display: block;
  color: #62706a;
}
.page_switcher .pagination .pages li a:hover,
.page_switcher .pagination .pages li a.active {
  background-color: #94AA55;
  color: #fff;
}
.page_switcher .link_next {
  width: auto;
  float: right;
}
.page_switcher .link_next a {
  font-size: 1em;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  display: block;
  margin: -10px;
  padding: 13px 10px;
  color: #FFF;
  background-color: #94AA55;
}
.page_switcher .link_next a:hover {
  background-color: #505D57;
}
@media only screen and (max-width:767px) {
  .page_switcher .link_next a {
    font-size: .82em;
    padding: 15px 5px;
  }
}
.page_switcher .link_next .link_arrow:before {
  display: none;
}
.nav_list {
  list-style-type: none;
}
.nav_list li {
  position: relative;
  line-height: 20px;
  border-bottom: 1px solid #b2bbb9;
  margin: 0 !important;
}
.nav_list li:last-child {
  border: none;
  margin: 0 !important;
}
.nav_list li.active a {
  font-family: "Trade Gothic W02 Bold", Arial, Helvetica, sans-serif;
}
.nav_list li.active a:hover {
  color: #505D57;
}
.nav_list li .edit {
  position: absolute;
  right: 10px;
  top: 5px;
}
.nav_list li .light {
  font-size: .63em;
  color: #959D9A;
}
.nav_list li a {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #505D57;
  text-decoration: none;
  font-size: .88em;
  padding: 5px 10px 5px 30px;
  display: block;
}
.nav_list li a:hover {
  color: #000;
}
.nav_list li a:before {
  color: #94AA55;
  font-size: .63em;
  line-height: 22px;
  position: relative;
  top: -1px;
  left: -20px;
  width: 0;
}
.nav_list li a.desctext {
  padding: 5px 10px 10px 0;
  font-size: 0.75em;
  color: #ff9600;
}
.nav_list li a.desctext:before {
  display: none;
}
.nav_list .edit .edit_panel {
  width: auto;
}
.nav_list .edit a {
  padding: 0;
  display: inline-block;
}
.nav_list .edit a:before {
  display: none;
}
.social_share_privacy_area {
  height: auto !important;
}
/***** Admin-Kram *****/
.tile_options {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 105;
}
.tile_options .option_arrow {
  width: 39px;
  height: 39px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  box-sizing: content-box;
}
.tile_options .option_arrow:before {
  font-size: 23px;
  line-height: 41px;
  width: 39px;
  color: #FF9500;
}
.tile_options .option_arrow:hover,
.tile_options .option_arrow.active {
  background-color: #FFF;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.tile_options .option_arrow.active {
  border-bottom-width: 0;
}
.tile_options .option_list {
  display: none;
  position: absolute;
  top: 39px;
  right: 0;
  background: #FFF;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 15;
  width: 145px;
}
.tile_options .option_list li {
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  font: normal 13px/1 Arial, sans-serif;
}
.tile_options .option_list li span:before {
  font-size: 16px;
  margin-right: 5px;
  color: #FF9500;
}
.tile_options .option_list li:hover {
  background: #FF9500;
  color: #FFF;
}
.tile_options .option_list li:hover span:before {
  color: #FFF;
}
#edit_layer {
  background: #FFF;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1550;
  height: 680px;
  margin-top: -340px;
  overflow: hidden;
  /* Browserweiche für Firefox (Falsche Darstellung der textareas) */
}
@media only screen and (max-width:1300px) {
  #edit_layer {
    margin-top: -275px;
    height: 550px;
  }
}
@media only screen and (max-width:1020px) {
  #edit_layer {
    margin-top: 0;
    height: 100vh;
    top: 0;
  }
}
@media only screen and (max-width:767px) {
  #edit_layer {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 100%;
    overflow: auto;
  }
}
#edit_layer > form {
  width: 1280px;
  margin: auto;
  height: 680px;
  padding: 0 20px;
}
@media only screen and (max-width:1300px) {
  #edit_layer > form {
    width: 980px;
    padding: 0;
    height: 550px;
  }
}
@media only screen and (max-width:1020px) {
  #edit_layer > form {
    max-width: 749px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
#edit_layer .preview {
  width: 570px;
  float: right;
  height: 680px;
  position: relative;
  background: #505D57;
}
@media only screen and (max-width:1300px) {
  #edit_layer .preview {
    width: 450px;
    height: 550px;
  }
}
@media only screen and (max-width:1020px) {
  #edit_layer .preview {
    display: none;
  }
}
#edit_layer .preview > h2 {
  color: #FFF;
  text-transform: none;
  margin-bottom: 6px;
  margin: 5px 0 -5px;
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.2;
}
#edit_layer .edit_form {
  width: 670px;
  padding: 10px 10px 10px 0;
  float: left;
  height: 680px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media only screen and (max-width:1300px) {
  #edit_layer .edit_form {
    width: 530px;
    height: 550px;
  }
}
@media only screen and (max-width:1020px) {
  #edit_layer .edit_form {
    float: none;
    width: 100%;
    margin: auto;
    overflow: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #edit_layer .edit_form p {
    padding-left: 10px;
  }
}
#edit_layer .edit_form label {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em;
  color: #505D57;
  padding-bottom: 10px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  line-height: 1.2;
  text-align: left;
  display: block;
}
#edit_layer .edit_form input,
#edit_layer .edit_form textarea {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1em;
  resize: vertical;
}
#edit_layer .edit_form #int_link_copy,
#edit_layer .edit_form label[for="int_link_copy"] {
  display: none;
}
@media only screen and (max-width:1020px) {
  #edit_layer .edit_form #int_link_copy,
  #edit_layer .edit_form label[for="int_link_copy"] {
    display: block;
  }
}
#edit_layer .edit_form textarea[rows="1"] {
  resize: none;
}
#edit_layer .edit_form textarea[rows="3"] {
  height: 165px;
}
@media only screen and (max-width:1300px) {
  #edit_layer .edit_form textarea[rows="3"] {
    height: auto;
  }
}
#edit_layer h1 {
  font-size: 1.63em;
  color: #505D57;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#edit_layer #tile_sizes,
#edit_layer #img_align {
  list-style-type: none;
  padding: 0;
  width: 200px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  right: 0;
}
#edit_layer #tile_sizes li,
#edit_layer #img_align li {
  float: left;
  margin: 0 10px 0 0;
  cursor: pointer;
}
#edit_layer #img_align {
  width: auto;
  height: 30px;
  position: absolute;
  bottom: 47px;
  right: 0;
}
#edit_layer #img_align li {
  color: #FFF;
  background: #94AA55;
  font-size: .88em;
  padding: 0 5px;
  line-height: 20px;
}
#edit_layer #img_align li:hover {
  background: #333;
}
#edit_layer #tile_sizes img {
  display: block;
}
#edit_layer #int_link {
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 1.3;
  font-size: 1.75em;
  width: 120px;
  padding: 3px 5px;
}
#edit_layer .intlink_label {
  color: #FFF;
  font-size: 1em;
  padding: 0 0 0 10px;
  position: absolute;
  bottom: 68px;
  left: 0;
}
@-moz-document url-prefix() {
  #edit_layer .edit_form textarea[rows="1"] {
    height: 1.2em !important;
    resize: none;
  }
  #edit_layer .edit_form textarea[rows="2"] {
    height: 2.5em !important;
  }
  #edit_layer .edit_form textarea[rows="3"] {
    height: 3.7em !important;
  }
}
#edit_layer #buttons {
  width: 670px;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width:1300px) {
  #edit_layer #buttons {
    width: 530px;
  }
}
@media only screen and (max-width:1020px) {
  #edit_layer #buttons {
    width: 100%;
    max-width: 749px;
    padding: 0 10px;
  }
}
@media only screen and (max-width:767px) {
  #edit_layer #buttons {
    padding: 0;
    margin-right: -30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52px;
            flex: 0 1 52px;
    position: relative;
  }
}
#edit_layer #buttons button {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px;
  border: 0;
  cursor: pointer;
}
#edit_layer #buttons .save_button {
  background: #94AA55;
  color: #FFF;
}
#edit_layer #buttons button:hover {
  background: #333;
  color: #FFF;
}
#edit_layer .landing_box {
  margin: 10px auto;
  float: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* Browserweiche für Firefox (Falsche Darstellung der textareas) */
@-moz-document url-prefix() {
  #edit_layer .edit_form textarea[rows="1"] {
    height: 2.4em !important;
    resize: none;
  }
  #edit_layer .edit_form textarea[rows="2"] {
    height: 3.8em !important;
  }
  #edit_layer .edit_form textarea[rows="3"] {
    height: 8.5em !important;
  }
  #edit_layer #int_link {
    width: 120px;
    line-height: 1;
  }
}
#layer {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  top: 0px;
}
#content_new {
  cursor: pointer;
}
#content_new h1 {
  color: #94AA55 !important;
  font-size: 1em !important;
}
#edit_box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  bottom: -500px;
  left: 0;
  z-index: 110;
}
#edit_box button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid #FFF;
  height: 70%;
  font-size: 1.63em;
  background: #94AA55;
  color: #FFF;
  cursor: pointer;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
}
#edit_box button.cancel {
  height: 30%;
  background: #505D57;
  border: 0;
}
#edit_box button:hover {
  background: #333;
}
.s1x2 #edit_box button,
.s1x1 #edit_box button {
  font-size: 1em;
}
#newsletter_archive .headers {
  background: #FFF;
  line-height: 16px;
  padding: 5px 10px;
  margin-top: 10px;
}
#newsletter_archive .newsletter_entries.entry_div {
  margin-bottom: 0px !important;
  clear: both;
  padding: 10px;
  background: #FFF;
  border-top: 1px solid #959D9A;
}
#newsletter_archive .newsletter_entries.entry_div img.picture {
  float: left;
  margin: 0 10px 0 0;
  width: 250px;
  height: 250px;
}
@media only screen and (max-width:1300px) {
  #newsletter_archive .newsletter_entries.entry_div img.picture {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width:1020px) {
  #newsletter_archive .newsletter_entries.entry_div img.picture {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width:767px) {
  #newsletter_archive .newsletter_entries.entry_div img.picture {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width:600px) {
  #newsletter_archive .newsletter_entries.entry_div img.picture {
    width: 115px;
    height: 115px;
  }
}
#newsletter_archive .newsletter_entries.entry_div .content {
  margin-left: 260px;
  font-size: .75em;
}
@media only screen and (max-width:767px) {
  #newsletter_archive .newsletter_entries.entry_div .content {
    margin-left: 160px;
  }
}
@media only screen and (max-width:600px) {
  #newsletter_archive .newsletter_entries.entry_div .content {
    margin-left: 125px;
  }
}
#newsletter_archive .newsletter_entries.entry_div .content h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#newsletter_archive .newsletter_entries.entry_div .content h2 a {
  color: #505d57;
  font-weight: normal;
  margin: 0px;
  padding: 0px 0px 10px;
}
#newsletter_archive .newsletter_entries.entry_div .content h3 {
  padding-bottom: 0;
  font-size: 1.19em;
}
#newsletter_archive .newsletter_entries.entry_div .content h3 a {
  color: #959d9a;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: Georgia, serif;
}
#newsletter_archive .newsletter_entries.entry_div .content .text {
  font-size: 1.19em;
  font-family: Georgia, serif;
  line-height: 1.3;
  color: #505d57;
}
#newsletter_archive .newsletter_entries.entry_div .content .text .text {
  font-size: 1em;
}
#newsletter_archive .newsletter_entries.entry_div .content .link_arrow {
  display: block;
}
#newsletter_archive .newsletter_entries.entry_div .content .desctext {
  font-size: inherit;
}
#newsletter_archive .toggle_arrow {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px 0px 4px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
#newsletter_archive .toggle_arrow:before {
  font-size: 26px;
  color: #959D9A;
}
#newsletter_archive .toggle_arrow.up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.loggedin #newsletter_archive .toggle_arrow {
  top: 30px;
}
.jwfullscreen video {
  height: 100% !important;
  z-index: 1000000;
}
.mejs-container {
  background: transparent !important;
}
.mejs-container .mejs-controls {
  background: #3E3E40 !important;
  background: -webkit-linear-gradient(top, #59595B 0%, #4B4B4F 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(to bottom, #59595B 0%, #4B4B4F 100%) !important;
  /* W3C */
  border-radius: 3px;
  border: 1px solid #111;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #292929 !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3) 100%) !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3) 100%) !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 50px !important;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block !important;
  height: 12px !important;
  width: 12px !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #BBB !important;
  border-top-color: #FFF !important;
  border-left-color: #FFF !important;
  top: -2px !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  background: #DDD !important;
}
.zoom_icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.statistics table {
  width: 100%;
}
.statistics table td {
  border-bottom: 1px solid #62706a;
  padding: 2px 5px;
}
.statistics table td.col_integer {
  text-align: right;
}
.statistics h3 {
  font-size: 20px !important;
  color: #505D57 !important;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 28px !important;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif !important;
  overflow: hidden;
  margin-bottom: 12px !important;
}
.statistics h3 a {
  color: #959D9A;
}
.socialtoolbar {
  margin-top: 10px;
  padding: 0;
  background: transparent;
}
.socialtoolbar:after {
  display: block;
  content: '';
  clear: both;
}
.socialtoolbar .shareme {
  font-size: 13px;
  float: left;
  width: 15%;
  background: #505D57;
  color: #FFF;
  text-align: center;
  margin: 0;
  padding: 6px 5px;
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.socialtoolbar .shareme:before {
  float: left;
  line-height: 20px;
  font-size: 17px;
  position: relative;
  left: 3px;
  top: 1px;
}
@media only screen and (max-width:600px) {
  .socialtoolbar .shareme:before {
    float: none;
    line-height: 30px;
    font-size: 16px;
    position: static;
    margin: 0;
  }
}
@media only screen and (max-width:600px) {
  .socialtoolbar .shareme .btn-txt {
    display: none;
  }
}
.socialtoolbar #shr-btns {
  width: 85%;
  float: left;
  list-style-type: none;
  margin: 0;
}
.socialtoolbar #shr-btns li {
  margin-bottom: 0;
}
.socialtoolbar #shr-btns li.shr-whtspp-btn {
  display: none;
}
@media only screen and (max-width:468px) {
  .socialtoolbar #shr-btns li.shr-whtspp-btn {
    display: block;
  }
}
.socialtoolbar #shr-btns li a {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 20%;
  text-align: center;
  margin: 0;
  border: 1px solid #959D9A;
  padding: 5px 3px;
  border-left-width: 0;
  color: #505D57;
  background: #FFF;
  position: relative;
  line-height: 20px;
  font-size: 13px;
}
@media only screen and (max-width:468px) {
  .socialtoolbar #shr-btns li a {
    width: calc(16.66666667%);
  }
}
.socialtoolbar #shr-btns li a:hover {
  background: #94AA55;
  border-color: #94AA55;
  color: #FFF;
}
.socialtoolbar #shr-btns li a:before {
  float: left;
  line-height: 20px;
  font-size: 17px;
  position: relative;
  left: 3px;
  top: 1px;
}
@media only screen and (max-width:600px) {
  .socialtoolbar #shr-btns li a:before {
    float: none;
    line-height: 30px;
    font-size: 16px;
    position: static;
    margin: 0;
  }
}
@media only screen and (max-width:600px) {
  .socialtoolbar #shr-btns li a .btn-txt {
    display: none;
  }
}
.socialtoolbar #shr-btns li:last-child a {
  border-right-width: 1px;
}
.show-comments {
  position: relative;
  top: -10px;
  padding-bottom: 0px !important;
}
img[src="images/delete.gif"] {
  height: auto !important;
}
@media only screen and (max-width:1020px) {
  .xdsoft_datetimepicker {
    width: 100% !important;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100% !important;
  }
}
.xdsoft_autocomplete {
  width: 90% !important;
  float: left;
}
@media only screen and (max-width:1020px) {
  .xdsoft_autocomplete {
    width: 100% !important;
  }
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div {
  color: #505D57;
  font-size: 16px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown > div.active {
  background-color: #505D57 !important;
}
.jwtimeSliderBuffer {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeBAMAAAAfu2n0AAAAD1BMVEUAAAB1dXdycnVvb3JpaWxyvMs9AAAAAXRSTlMAQObYZgAAABVJREFUCNdjwA4cGAwYFIBQAAqxAgAejADx1dWrGgAAAABJRU5ErkJggg==") repeat-x scroll center center / 1px 30px !important;
}
.jwtimeSliderBufferCapRight {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeBAMAAAAWUMmOAAAALVBMVEUAAAB1dXdqam12dnhoaGt2dnhzc3VpaWxxcXN2dnhsbG91dXdzc3ZwcHJubnG7n3xwAAAAC3RSTlMAtrZNTPTz8/Lt7Y7SULYAAAApSURBVAjXYyAFFDkwMNxbwsBw9hIDw5kTDAy7twHxRiCezMAQaECSUQBoowoU7Qpg0QAAAABJRU5ErkJggg==") no-repeat scroll center center / 5px 30px !important;
}
.jwtimeSliderBufferCapLeft {
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeBAMAAAAWUMmOAAAALVBMVEUAAABqam12dnhoaGt2dnhpaWxzc3VxcXN2dnhsbG92dnh1dXd0dHZwcHJubnEE72bOAAAADHRSTlMAtk1M9PPy8u3tt7ZT/aVuAAAAKUlEQVQI12MgCRgGMDDPu8DAePcAA/uZAwxsQMwNxEw9BxgYtBxIMQkAV1AKBS38TDMAAAAASUVORK5CYII=") no-repeat scroll center center / 5px 30px !important;
}
