.clear {
  display: block;
  content: '';
  clear: both;
}
.select-off {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Init */
/* PLEX Normalize */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
}
h1 {
  padding: 0;
  margin: 0;
}
h2 {
  padding: 0;
  margin: 0;
}
h3 {
  padding: 0;
  margin: 0;
}
h4 {
  padding: 0;
  margin: 0;
}
h5 {
  padding: 0;
  margin: 0;
}
h6 {
  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 {
  -moz-box-sizing: content-box;
  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 {
  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: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* 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;
}
/**
* 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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition-duration: 235ms;
  transition-property: color, background-color, border-color, filter, opacity;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  background-color: #fff;
  color: #000;
}
/* Layout-Elemente */
#site-wrapper {
  margin: auto;
  max-width: 1220px;
  background-color: #fff;
  padding-top: 16px;
}
.plexframe-tool #site-wrapper {
  padding-top: 58px;
}
#site-header {
  display: flex;
  margin-bottom: 16px;
  height: 54px;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #fff;
}
#site-header .site-header__layer {
  position: absolute;
  z-index: 100;
  left: 0;
  background-color: #ffdc1a;
  width: 100%;
  top: 48px;
  padding: 16px;
  transition-property: transform, opacity;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.1), 0 64px 64px rgba(0, 0, 0, 0.1);
}
#site-header .site-header__layer--hidden {
  transform: translateY(-100%) translateY(-48px);
  opacity: 0;
}
#site-header .site-logo {
  flex: 1;
  display: flex;
  align-items: center;
}
#site-header .site-logo .site-logo__image {
  height: 30px;
  display: block;
}
@media only screen and (max-width:600px) {
  #site-header .site-logo {
    display: block;
    margin-top: 10px;
  }
}
#site-header .lang-switch {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  display: flex;
  list-style-type: none;
  font-size: 21px;
  line-height: 23px;
  padding: 0 8px;
  margin-top: -6px;
}
#site-header .lang-switch .lang-switch__menuitem {
  display: flex;
  align-items: center;
}
#site-header .lang-switch .lang-switch__menuitem a {
  height: 48px;
  padding: 13px 8px 0;
}
#site-header .lang-switch .lang-switch__menuitem:first-child::after {
  content: '|';
  margin: 0 4px;
}
#site-header .lang-switch .lang-switch__link {
  color: #8c9593;
  text-decoration: none;
}
#site-header .lang-switch .lang-switch__link--active {
  color: #000;
}
#site-header .lang-switch__menuitem a:hover,
#site-header .lang-switch__menuitem a:focus {
  background-color: #ffdc1a;
  color: #fff;
}
#site-header .site-search .site-search__form {
  display: flex;
  padding: 0;
}
@media only screen and (max-width:600px) {
  #site-header .site-search .site-search__form {
    display: block;
  }
}
#site-header .site-search .site-search__formfields {
  flex: 1;
  display: flex;
  padding: 8px;
  align-items: center;
  position: relative;
}
#site-header .site-search .site-search__input {
  flex: 1;
  order: 1;
  font-size: 21px;
  padding: 8px;
}
#site-header .site-search .site-search__label {
  padding: 8px;
  cursor: pointer;
  font-size: 18px;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: 10px;
}
#site-header .site-search .site-search__label--hovering {
  position: absolute;
}
#site-header .site-search .site-search__input[value=""]:focus {
  outline: 2px solid #505d57;
}
#site-header .site-search .site-search__input:focus + .site-search__label--hovering,
#site-header .site-search .site-search__input:not([value=""]) + .site-search__label--hovering {
  transform: scale(0.7) translate(0, -120%);
  background-color: #ffdc1a;
}
#site-header .site-search .site-search__submit {
  background-color: #fff;
  padding: 6px 8px;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
}
#site-header .site-search .site-search__submit:hover,
#site-header .site-search .site-search__submit:focus {
  background-color: #505d57;
}
#site-header .site-search .site-search__submit:hover .arrow-button,
#site-header .site-search .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
#site-header .site-search .arrow-button {
  width: 24px;
  height: 24px;
  display: block;
}
#site-header .site-search .arrow-button--right {
  transform: rotate(-90deg);
}
#site-header .site-nav {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
#site-header .site-nav .lang-switch {
  display: none;
}
#site-header .site-nav .site-nav__body {
  max-height: calc(100vh - 52px);
  overflow-x: auto;
}
.plexframe-tool #site-header .site-nav .site-nav__body {
  max-height: calc(100vh - 100px);
}
#site-header .site-nav .icon-down-open.navi {
  cursor: pointer;
}
#site-header .site-nav .icon-down-open.navi:before {
  position: absolute;
  color: #fff;
  line-height: 60px;
  text-align: center;
  width: 64px;
  right: 40px;
  top: -20px;
  transition: 200ms transform;
  font-size: 14px;
}
#site-header .site-nav .icon-down-open.navi.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (min-width: 1023px) {
  #site-header .site-nav .icon-down-open.navi {
    display: none;
  }
}
#site-header .site-nav .nav-main-level1 {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
@media only screen and (max-width:1023px) {
  #site-header .site-nav .nav-main-level1 {
    display: block;
  }
}
#site-header .site-nav .nav-main-level1 li {
  flex-basis: calc(100% / 5 - 18px);
  position: relative;
}
#site-header .site-nav .nav-main-level1 .site-nav__headline {
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  margin-bottom: 16px;
  color: #505d57;
  outline: none;
  border: none;
  cursor: inherit;
}
@media only screen and (max-width:1023px) {
  #site-header .site-nav .nav-main-level1 .site-nav__headline {
    cursor: pointer;
  }
}
#site-header .site-nav .nav-main-level1 .nav-sub-level2 {
  list-style-type: none;
}
@media only screen and (max-width:1023px) {
  #site-header .site-nav .nav-main-level1 .nav-sub-level2 {
    display: none;
  }
}
#site-header .site-nav .nav-main-level1 .nav-sub-level3 {
  list-style-type: none;
  padding-left: 16px;
}
@media only screen and (max-width:1023px) {
  #site-header .site-nav .nav-main-level1 .nav-sub-level3 {
    display: none;
  }
}
#site-header .site-nav .nav-main-level1 .site-nav__link {
  color: #505d57;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
}
#site-header .site-nav .nav-main-level1 .site-nav__link:hover {
  color: #000;
}
#site-header .site-header--open .togglebutton__line {
  background-color: #000;
  stroke: #000;
}
#site-header .site-header--open .togglebutton__line--top {
  transform: rotate(45deg) translate(6px, 3px);
}
#site-header .site-header--open .togglebutton__line--center {
  opacity: 0;
}
/* Elemente */
h1,
h2 {
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
a[name] {
  position: relative;
  top: -96px;
  visibility: hidden;
  display: block;
}
.entry {
  margin: 0 0 32px 0;
}
.entry.new-entry {
  margin: 0 0 16px 0;
}
.entry p {
  margin: 0 0 0.5em 0;
  padding: 0;
  min-height: 1em;
}
.entry.line,
.entry .line {
  border-top: 1px solid #a3adab;
}
.entry.nav-footer {
  margin: 0;
  padding: 16px 5px;
}
@media only screen and (max-width:1236px) {
  .entry.nav-footer {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.entry.nav-footer .link-list--contentnav {
  margin: 0;
}
.entry.nav-footer .link-list--contentnav .link-list__link {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
.entry .text {
  margin: 0 0 10px 0;
  padding: 0;
}
.entry .text ul,
.entry .text ol {
  margin: 0;
  padding: 0;
}
.search .entry .text ul,
.search .entry .text ol {
  list-style-type: none;
}
.entry .text ul ul,
.entry .text ol ul {
  padding-top: 0.25em;
  list-style-type: circle;
}
.entry .text ul {
  list-style-type: disc;
}
.entry .text ul li,
.entry .text ol li {
  margin: 0 0 0.25em 20px;
  padding: 0 0 0 5px;
}
.entry .text ul li.link-list__item,
.entry .text ol li.link-list__item {
  margin-left: 0;
  padding-left: 0;
}
.entry .text p {
  padding: 0;
}
.entry .text a {
  color: #8c9593;
}
.entry .caption {
  font: normal 13px/16px Georgia, "Times New Roman", Times, serif;
  margin-top: 1em;
  display: block;
}
.entry .caption p {
  margin: 0 0 7px 0;
  padding: 0;
}
.entry .caption p:last-child {
  margin-bottom: 0;
}
.entry .recipient.pcox-fixed-edit-element {
  display: flex;
  max-width: 50%;
}
.entry .pic-text-block {
  display: flex;
  flex-wrap: wrap;
}
.entry .pic-text-block.pic_left_floating,
.entry .pic-text-block.pic_right_floating {
  display: block;
}
.entry .pic-text-block:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.entry .pic-text-block .picture {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 25px 0;
  vertical-align: bottom;
  line-height: 0;
}
.entry .pic-text-block .picture img {
  max-width: 100%;
}
.entry .pic-text-block .picture.pic_bottom {
  margin: 40px 0;
}
.entry .pic-text-block .picture.portrait {
  max-width: 33%;
}
.entry .pic-text-block .picture.portrait.display_slideshow {
  max-width: 100%;
}
.entry .pic-text-block .picture.pic_center {
  margin: 0 auto 40px;
}
.entry .pic-text-block .picture.pic_center.size_75 {
  max-width: 800px;
}
.entry .pic-text-block .picture.pic_left_floating {
  float: left;
  z-index: 1;
}
.entry .pic-text-block .picture.pic_right_floating {
  float: right;
  z-index: 1;
}
.entry .pic-text-block .picture .pic-container {
  max-width: 100%;
}
.entry .pic-text-block .picture.pic_left,
.entry .pic-text-block .picture.pic_right,
.entry .pic-text-block .picture.pic_left_floating,
.entry .pic-text-block .picture.pic_right_floating {
  margin: 0 40px 40px 0;
  max-width: 38%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left,
  .entry .pic-text-block .picture.pic_right,
  .entry .pic-text-block .picture.pic_left_floating,
  .entry .pic-text-block .picture.pic_right_floating {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left,
  .entry .pic-text-block .picture.pic_right,
  .entry .pic-text-block .picture.pic_left_floating,
  .entry .pic-text-block .picture.pic_right_floating {
    float: none;
  }
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left,
  .entry .pic-text-block .picture.pic_right,
  .entry .pic-text-block .picture.pic_left_floating,
  .entry .pic-text-block .picture.pic_right_floating {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.pic_left.size_75,
.entry .pic-text-block .picture.pic_right.size_75,
.entry .pic-text-block .picture.pic_left_floating.size_75,
.entry .pic-text-block .picture.pic_right_floating.size_75 {
  max-width: 28.5%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left.size_75,
  .entry .pic-text-block .picture.pic_right.size_75,
  .entry .pic-text-block .picture.pic_left_floating.size_75,
  .entry .pic-text-block .picture.pic_right_floating.size_75 {
    max-width: 75%;
  }
  .entry .pic-text-block .picture.pic_left.size_75.display_gallery,
  .entry .pic-text-block .picture.pic_right.size_75.display_gallery,
  .entry .pic-text-block .picture.pic_left_floating.size_75.display_gallery,
  .entry .pic-text-block .picture.pic_right_floating.size_75.display_gallery,
  .entry .pic-text-block .picture.pic_left.size_75.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right.size_75.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left_floating.size_75.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right_floating.size_75.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left.size_75.display_gallery_row,
  .entry .pic-text-block .picture.pic_right.size_75.display_gallery_row,
  .entry .pic-text-block .picture.pic_left_floating.size_75.display_gallery_row,
  .entry .pic-text-block .picture.pic_right_floating.size_75.display_gallery_row,
  .entry .pic-text-block .picture.pic_left.size_75.display_slideshow,
  .entry .pic-text-block .picture.pic_right.size_75.display_slideshow,
  .entry .pic-text-block .picture.pic_left_floating.size_75.display_slideshow,
  .entry .pic-text-block .picture.pic_right_floating.size_75.display_slideshow {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.pic_left.size_50,
.entry .pic-text-block .picture.pic_right.size_50,
.entry .pic-text-block .picture.pic_left_floating.size_50,
.entry .pic-text-block .picture.pic_right_floating.size_50 {
  max-width: 19%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left.size_50,
  .entry .pic-text-block .picture.pic_right.size_50,
  .entry .pic-text-block .picture.pic_left_floating.size_50,
  .entry .pic-text-block .picture.pic_right_floating.size_50 {
    max-width: 50%;
  }
  .entry .pic-text-block .picture.pic_left.size_50.display_gallery,
  .entry .pic-text-block .picture.pic_right.size_50.display_gallery,
  .entry .pic-text-block .picture.pic_left_floating.size_50.display_gallery,
  .entry .pic-text-block .picture.pic_right_floating.size_50.display_gallery,
  .entry .pic-text-block .picture.pic_left.size_50.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right.size_50.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left_floating.size_50.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right_floating.size_50.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left.size_50.display_gallery_row,
  .entry .pic-text-block .picture.pic_right.size_50.display_gallery_row,
  .entry .pic-text-block .picture.pic_left_floating.size_50.display_gallery_row,
  .entry .pic-text-block .picture.pic_right_floating.size_50.display_gallery_row,
  .entry .pic-text-block .picture.pic_left.size_50.display_slideshow,
  .entry .pic-text-block .picture.pic_right.size_50.display_slideshow,
  .entry .pic-text-block .picture.pic_left_floating.size_50.display_slideshow,
  .entry .pic-text-block .picture.pic_right_floating.size_50.display_slideshow {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.pic_left.size_25,
.entry .pic-text-block .picture.pic_right.size_25,
.entry .pic-text-block .picture.pic_left_floating.size_25,
.entry .pic-text-block .picture.pic_right_floating.size_25 {
  max-width: 13.8%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_left.size_25,
  .entry .pic-text-block .picture.pic_right.size_25,
  .entry .pic-text-block .picture.pic_left_floating.size_25,
  .entry .pic-text-block .picture.pic_right_floating.size_25 {
    max-width: 25%;
  }
  .entry .pic-text-block .picture.pic_left.size_25.display_gallery,
  .entry .pic-text-block .picture.pic_right.size_25.display_gallery,
  .entry .pic-text-block .picture.pic_left_floating.size_25.display_gallery,
  .entry .pic-text-block .picture.pic_right_floating.size_25.display_gallery,
  .entry .pic-text-block .picture.pic_left.size_25.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right.size_25.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left_floating.size_25.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_right_floating.size_25.display_gallery_first_big,
  .entry .pic-text-block .picture.pic_left.size_25.display_gallery_row,
  .entry .pic-text-block .picture.pic_right.size_25.display_gallery_row,
  .entry .pic-text-block .picture.pic_left_floating.size_25.display_gallery_row,
  .entry .pic-text-block .picture.pic_right_floating.size_25.display_gallery_row,
  .entry .pic-text-block .picture.pic_left.size_25.display_slideshow,
  .entry .pic-text-block .picture.pic_right.size_25.display_slideshow,
  .entry .pic-text-block .picture.pic_left_floating.size_25.display_slideshow,
  .entry .pic-text-block .picture.pic_right_floating.size_25.display_slideshow {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.pic_left {
  min-width: 170px;
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .picture.pic_left {
    min-width: inherit;
  }
}
.entry .pic-text-block .picture.pic_right,
.entry .pic-text-block .picture.pic_right_floating {
  margin: 0 0 40px 40px;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.pic_right,
  .entry .pic-text-block .picture.pic_right_floating {
    float: none;
  }
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .picture.pic_right,
  .entry .pic-text-block .picture.pic_right_floating {
    margin: 0 0 40px 0;
  }
}
.entry .pic-text-block .picture .border {
  border: 1px solid #8c9593;
}
.entry .pic-text-block .picture.size_75 {
  max-width: 75%;
}
.entry .pic-text-block .picture.size_50 {
  max-width: 50%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.size_50.display_gallery,
  .entry .pic-text-block .picture.size_50.display_gallery_first_big,
  .entry .pic-text-block .picture.size_50.display_gallery_row,
  .entry .pic-text-block .picture.size_50.display_slideshow {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.size_25 {
  max-width: 25%;
}
@media only screen and (max-width:600px) {
  .entry .pic-text-block .picture.size_25.display_gallery,
  .entry .pic-text-block .picture.size_25.display_gallery_first_big,
  .entry .pic-text-block .picture.size_25.display_gallery_row,
  .entry .pic-text-block .picture.size_25.display_slideshow {
    max-width: 100%;
  }
}
.entry .pic-text-block .picture.center {
  margin: 25px auto;
}
.entry .pic-text-block .text-block {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .text-block {
    word-wrap: break-word;
  }
}
.entry .pic-text-block .text-block .text > h3 {
  margin-top: 0;
}
.entry .pic-text-block .text-block.pic_bottom,
.entry .pic-text-block .text-block.pic_right {
  order: -1;
}
.entry .pic-text-block .text-block.pic_left,
.entry .pic-text-block .text-block.pic_right {
  margin-left: 210px;
  max-width: calc(62% - 250px);
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .text-block.pic_left,
  .entry .pic-text-block .text-block.pic_right {
    margin-left: 0;
    max-width: calc(62% - 40px);
  }
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .text-block.pic_left,
  .entry .pic-text-block .text-block.pic_right {
    max-width: 100%;
  }
}
.entry .pic-text-block .text-block.pic_left.size_75,
.entry .pic-text-block .text-block.pic_right.size_75 {
  max-width: calc(71% - 250px);
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .text-block.pic_left.size_75,
  .entry .pic-text-block .text-block.pic_right.size_75 {
    max-width: calc(71% - 40px);
  }
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .text-block.pic_left.size_75,
  .entry .pic-text-block .text-block.pic_right.size_75 {
    max-width: 100%;
  }
}
.entry .pic-text-block .text-block.pic_left.size_50,
.entry .pic-text-block .text-block.pic_right.size_50 {
  max-width: calc(76% - 250px);
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .text-block.pic_left.size_50,
  .entry .pic-text-block .text-block.pic_right.size_50 {
    max-width: calc(76% - 40px);
  }
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .text-block.pic_left.size_50,
  .entry .pic-text-block .text-block.pic_right.size_50 {
    max-width: 100%;
  }
}
.entry .pic-text-block .text-block.pic_left.size_25,
.entry .pic-text-block .text-block.pic_right.size_25 {
  max-width: 800px;
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .text-block.pic_left.size_25,
  .entry .pic-text-block .text-block.pic_right.size_25 {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1012px) {
  .entry .pic-text-block .text-block.pic_left.size_25,
  .entry .pic-text-block .text-block.pic_right.size_25 {
    max-width: calc(83% - 40px);
  }
}
@media only screen and (max-width:468px) {
  .entry .pic-text-block .text-block.pic_left.size_25,
  .entry .pic-text-block .text-block.pic_right.size_25 {
    max-width: 100%;
  }
}
.entry .pic-text-block .text-block.pic_left {
  margin-left: 0;
  margin-right: 210px;
}
@media only screen and (max-width:1236px) {
  .entry .pic-text-block .text-block.pic_left {
    margin-right: 0;
  }
}
.entry .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -5px;
}
.entry .gallery .gallery-item {
  flex-grow: 0;
}
.entry .gallery .gallery-item .caption {
  text-align: left;
  margin-top: 8px;
}
.entry .size_75 .big-gallery .carousel,
.entry .size_75 .big-gallery .carousel .carousel-centered {
  height: 450px;
}
.entry .size_75 .big-gallery .carousel img,
.entry .size_75 .big-gallery .carousel .carousel-centered img {
  max-height: 448px;
}
@media only screen and (max-width:1236px) {
  .entry .size_75 .big-gallery .carousel,
  .entry .size_75 .big-gallery .carousel .carousel-centered {
    height: 450px;
  }
  .entry .size_75 .big-gallery .carousel img,
  .entry .size_75 .big-gallery .carousel .carousel-centered img {
    max-height: 448px;
  }
}
@media only screen and (max-width:767px) {
  .entry .size_75 .big-gallery .carousel,
  .entry .size_75 .big-gallery .carousel .carousel-centered {
    height: 200px;
  }
  .entry .size_75 .big-gallery .carousel img,
  .entry .size_75 .big-gallery .carousel .carousel-centered img {
    max-height: 198px;
  }
}
.entry .size_50 .big-gallery .carousel {
  height: 338px;
}
@media only screen and (max-width:600px) {
  .entry .size_50 .big-gallery .carousel {
    height: 200px;
  }
}
.entry .size_50 .big-gallery .carousel .carousel-centered {
  max-height: 338px;
}
.entry .size_50 .big-gallery .carousel .carousel-centered img {
  max-height: 336px;
}
@media only screen and (max-width:1236px) {
  .entry .size_50 .big-gallery .carousel .carousel-centered {
    height: 338px;
  }
  .entry .size_50 .big-gallery .carousel .carousel-centered img {
    max-height: 336px;
  }
}
@media only screen and (max-width:600px) {
  .entry .size_50 .big-gallery .carousel .carousel-centered {
    height: 200px;
  }
  .entry .size_50 .big-gallery .carousel .carousel-centered img {
    max-height: 198px;
  }
}
.entry .size_25 .big-gallery .carousel {
  height: 200px;
}
.entry .size_25 .big-gallery .carousel img {
  max-height: 198px;
}
.entry .size_25 .big-gallery .carousel .carousel-centered {
  max-height: 200px;
}
.entry .size_25 .big-gallery .carousel .carousel-centered img {
  max-height: 198px;
}
@media only screen and (max-width:1236px) {
  .entry .size_25 .big-gallery .carousel .carousel-centered {
    height: 200px;
  }
  .entry .size_25 .big-gallery .carousel .carousel-centered img {
    max-height: 198px;
  }
}
.entry .big-gallery {
  list-style-type: none;
  overflow-y: hidden;
  overflow-x: hidden;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 0;
  max-width: 100%;
  clear: both;
  position: relative;
  margin-top: 30px;
  background-color: #f5f5f5;
}
.entry .big-gallery .flickity-prev-next-button {
  top: calc(50% - 15px);
}
.entry .big-gallery .flickity-prev-next-button .arrow {
  fill: #a3adab;
}
.entry .big-gallery .addon-caption {
  padding: 8px 0 0 0;
}
.entry .big-gallery .carousel {
  height: 670px;
  max-width: 100%;
  max-height: 100%;
}
.entry .big-gallery .carousel img {
  max-height: 666px;
  margin: 2px;
}
.entry .big-gallery .carousel img.svg {
  height: 666px;
  max-width: 100%;
}
@media only screen and (max-width:1236px) {
  .entry .big-gallery .carousel {
    height: 580px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 580px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: 100vw;
    max-height: 576px;
  }
  .entry .big-gallery .carousel .carousel-centered img.svg {
    height: 576px;
    max-width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .entry .big-gallery .carousel {
    height: 300px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 258px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: calc(100vw - 15px - 15px);
    max-height: 258px;
  }
  .entry .big-gallery .carousel .carousel-centered img.svg {
    height: 258px;
    max-width: 100%;
  }
  .entry .big-gallery .carousel .flickity-prev-next-button {
    top: calc(50% - 18px);
  }
}
@media only screen and (max-width:600px) {
  .entry .big-gallery .carousel {
    height: 200px;
  }
  .entry .big-gallery .carousel .carousel-centered {
    height: 200px;
  }
  .entry .big-gallery .carousel .carousel-centered img {
    max-width: calc(100vw - 15px - 15px);
    max-height: 198px;
  }
  .entry .big-gallery .carousel .flickity-prev-next-button {
    top: 50%;
  }
}
.entry .big-gallery .carousel-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.entry .big-gallery .carousel-cell {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 0 2px;
  max-width: 100%;
}
.entry .big-gallery .flickity-viewport {
  position: absolute;
  width: 100%;
}
.entry .big-gallery .carousel-cell-inner {
  max-height: 100%;
  height: 100%;
}
.entry .big-gallery .carousel-cell-inner img {
  max-width: calc(100% - 4px);
}
.entry .big-gallery .carousel-cell-inner .caption-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 16px);
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption {
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  cursor: default;
  line-height: 1.2;
  width: calc(100% - 16px);
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  box-sizing: border-box;
  color: #8c9593;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption br {
  display: none;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption a {
  color: #8c9593;
  text-decoration: none;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.long {
  padding-right: 48px;
  cursor: pointer;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.long::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 48px;
  line-height: 41px;
  content: '';
  background: url('../img/ghs_pfeil_bu.svg') no-repeat center;
  text-align: center;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open br {
  display: block;
}
.entry .big-gallery .carousel-cell-inner .caption-outer .caption.open::after {
  transform: rotate(180deg);
  cursor: pointer;
}
.entry .big-gallery div .caption0.collapsed .toggle-arrow {
  transform: rotate(180deg);
}
.entry .big-gallery div .caption0.collapsed .text {
  opacity: 0;
  width: 675px;
  white-space: nowrap;
}
.entry .big-gallery div .caption0.collapsed .text p {
  display: inline;
}
.entry .big-gallery .gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: #a3adab;
}
.entry .audio {
  margin: 0 0 10px;
  max-width: 100%;
}
.entry .audio .mejs-container {
  max-width: 100%;
}
.entry .jwplayer {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
  position: relative;
}
.entry .video-outer.size_75 {
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width:468px) {
  .entry .video-outer.size_75 {
    max-width: 100%;
  }
}
.entry .video-outer.size_50 {
  margin: 0 auto;
  max-width: 50%;
}
.entry .video-outer.size_25 {
  margin: 0 auto;
  max-width: 25%;
}
.entry .video {
  margin: 0 0 10px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  background: #505d57;
}
.entry .video:nth-last-child(2) {
  margin-bottom: 0;
}
.entry .video iframe {
  width: 100% !important;
  height: 100%;
  position: absolute;
}
.entry .video .mejs-container {
  width: 100% !important;
  height: 0 !important;
  padding-bottom: 56.25%;
}
.entry .video .mejs-container video {
  width: 100% !important;
  height: 100% !important;
}
.entry .video .mejs-container .mejs-overlay.mejs-layer.mejs-overlay-play {
  height: 100% !important;
}
.entry .video .mejs-container .mejs-overlay.mejs-layer.mejs-overlay-play .mejs-overlay-button {
  margin-top: -50px !important;
}
.entry .video .mejs-container .mejs-poster,
.entry .video .mejs-container .mejs-overlay {
  width: 100% !important;
  height: 100% !important;
}
.entry .click_icon {
  width: 16px;
}
.entry .file_download {
  margin: 0 auto 10px;
  max-width: 800px;
  font-size: 20px;
}
.entry .file_download a {
  color: #000;
  text-decoration: none;
  display: block;
}
.entry mark {
  color: #000;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry a[rel=infobox] {
  text-decoration: none !important;
  color: #f5f5f5;
  transition: 200ms border-color;
}
.infobox {
  position: absolute;
  background-color: #fff;
  color: #000;
  margin: 0;
  z-index: 8;
  width: 465px;
  max-width: calc(100% - 40px);
  max-height: 500px;
  overflow-y: auto;
  padding: 15px;
  font: normal 16px/21px Georgia, "Times New Roman", Times, serif;
  box-shadow: 0 2px 4px 0 #A3ADAB;
}
.infobox p {
  display: none;
}
.infobox p:nth-of-type(-n+3) {
  display: block;
}
.infobox::-webkit-scrollbar-track {
  background-color: #ebecec;
}
.infobox::-webkit-scrollbar {
  width: 6px;
  background-color: #ebecec;
}
.infobox::-webkit-scrollbar-thumb {
  background-color: #4f5c56;
}
.infobox p {
  margin-bottom: 10px;
}
.infobox a {
  color: #000;
  text-decoration: underline;
}
.infobox a.infobox-more {
  color: #000;
  text-decoration: none;
}
.infobox h1,
.infobox h2 {
  font: bold 14px/22px Georgia, "Times New Roman", Times, serif;
  color: #000;
  display: block;
  margin: 0.5em 0 0.5em 0;
}
.infobox .pcox-edit-element {
  display: none;
}
.infobox .infobox-picture {
  text-align: center;
  border: 1px solid #000;
  padding: 3px 3px 0;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}
.togglebutton {
  width: 48px;
  height: 48px;
  padding: 6px 12px 0;
  cursor: pointer;
  outline: none !important;
  background-color: transparent;
  color: white;
  z-index: 2000;
  transform: rotateY(180deg);
}
.togglebutton__line {
  display: block;
  height: 3px;
  background-color: #505d57;
  margin: 0 auto 4px;
  position: relative;
  transition-property: background-color, transform, opacity, stroke;
  transform-origin: top;
}
.togglebutton:hover,
.togglebutton:focus,
.site-header--open .togglebutton {
  background-color: #ffdc1a;
}
.togglebutton:hover .togglebutton__line,
.togglebutton:focus .togglebutton__line,
.site-header--open .togglebutton .togglebutton__line {
  background-color: #fff;
  stroke: #fff;
}
.site-header--open .togglebutton__line {
  background-color: #000;
  stroke: #000;
}
.site-header--open .togglebutton__line--top {
  transform: rotate(45deg) translate(6px, 3px);
}
.site-header--open .togglebutton__line--center {
  opacity: 0;
}
.site-header--open .togglebutton__line--bottom {
  transform: rotate(-45deg) translate(5px, -6px);
}
#content {
  max-width: 1220px;
  min-height: 500px;
  background: #fff;
  margin: 0 0 10px;
  font: normal 16px/21px Georgia, "Times New Roman", Times, serif;
}
#content iframe {
  max-width: 100%;
}
.site-content {
  margin-bottom: 48px;
}
@media only screen and (max-width:1236px) {
  .site-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width:468px) {
  .site-content {
    padding: 0;
  }
}
.site-content .entry-header {
  position: relative;
  overflow: hidden;
  background-color: #ffdc1a;
  height: 200px;
  z-index: 10;
  display: flex;
}
@media only screen and (max-width:1023px) {
  .site-content .entry-header {
    height: 164px;
  }
}
@media only screen and (max-width:767px) {
  .site-content .entry-header {
    height: 89px;
  }
}
.site-content .entry-header .entry-image {
  flex: 0;
  max-width: calc(100% / 3.427);
  flex-basis: calc(100% / 3.427);
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width:767px) {
  .site-content .entry-header .entry-image {
    max-width: calc((100% - 20px) / 3);
    flex-basis: calc((100% - 20px) / 3);
  }
}
.site-content .entry-header .entry-image img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.site-content .entry-header .entry-image img.svg {
  width: auto;
  max-height: 100%;
  object-fit: inherit;
}
.site-content .entry-header .entry-header-content {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 100% / 3.427);
  flex-basis: calc(100% - 100% / 3.427);
  padding: 0 70px;
}
.site-content .entry-header .entry-header-content.center {
  justify-content: center;
}
@media only screen and (max-width:1023px) {
  .site-content .entry-header .entry-header-content {
    padding: 20px;
    max-width: calc(2 * (100% - 20px) / 3 + 20px);
    flex-basis: calc(2 * (100% - 20px) / 3 + 20px);
  }
}
.site-content .entry-header .entry-header-content h1 {
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  color: #505d57;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
}
@media only screen and (max-width:767px) {
  .site-content .entry-header .entry-header-content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}
.site-content .entry-header .entry-header-content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.2px;
  font-size: 40px;
  font-weight: normal;
  padding-bottom: 20px;
}
.site-content .entry-header .entry-header-content .text {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0.2px;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
  padding-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .site-content .entry-header .entry-header-content .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.site-content .togglecontentbutton,
.site-content .share {
  color: #000;
  padding: 8px 9px 4px;
  cursor: pointer;
  outline: none !important;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-content .togglecontentbutton img,
.site-content .share img {
  width: 32px;
  height: 32px;
}
.site-content .togglecontentbutton img.filter_icon,
.site-content .share img.filter_icon {
  margin-top: -4px;
}
.site-content .share {
  padding: 5px 9px 4px;
}
@media only screen and (max-width:767px) {
  .site-content .share {
    padding-right: 0;
  }
}
.site-content .togglecontentbutton:hover,
.site-content .togglecontentbutton:focus,
.site-content .content-search--open .togglecontentbutton,
.site-content .share:hover,
.site-content .share:focus {
  background-color: #ffdc1a;
  color: #000;
}
.site-content .content-search__layer {
  position: absolute;
  z-index: 5;
  font-size: 20px;
  color: #000;
  padding: 16px;
  left: 0;
  background-color: #ffdc1a;
  width: 100%;
  transition-property: transform, opacity;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.1), 0 64px 64px rgba(0, 0, 0, 0.1);
}
.site-content .content-search__layer ul,
.site-content .content-search__layer ol {
  margin: 0 0 25px 0;
}
@media only screen and (max-width:600px) {
  .site-content .content-search__layer ul,
  .site-content .content-search__layer ol {
    margin: 0;
  }
}
.site-content .content-search__layer li {
  margin: 0;
}
.site-content .content-search__layer .half {
  margin-top: 16px;
  width: 50%;
}
@media only screen and (max-width:1023px) {
  .site-content .content-search__layer .half {
    width: 100%;
  }
}
.site-content .content-search__layer .third {
  width: 33%;
}
@media only screen and (max-width:1023px) {
  .site-content .content-search__layer .third {
    width: 50%;
  }
}
@media only screen and (max-width:600px) {
  .site-content .content-search__layer .third {
    width: 100%;
  }
}
.site-content .content-search__layer--hidden {
  transform: translateY(-100%) translateY(-48px);
  display: none;
}
.site-content .site-content-search .caption {
  margin-right: 6px;
  margin-bottom: 6px;
  padding-top: 2px;
}
@media only screen and (max-width:767px) {
  .site-content .site-content-search .caption {
    display: none;
  }
}
.site-content .site-content-search .site-search__form {
  display: flex;
  padding: 0;
}
.site-content .site-content-search .site-search__formfields {
  flex: 1;
  display: flex;
  padding: 8px 16px 0 0;
  align-items: center;
  position: relative;
}
.site-content .site-content-search .site-search__selectfields {
  margin-left: 10px;
  font-size: 21px;
  padding: 8px;
  align-items: center;
  position: relative;
}
.site-content .site-content-search .site-search__input {
  flex: 1;
  order: 1;
  font-size: 21px;
  padding: 8px;
}
.site-content .site-content-search .site-search__label {
  padding: 8px;
  cursor: pointer;
  transition-property: transform, background-color;
  transform-origin: top left;
  display: inline-block;
  top: 10px;
}
.site-content .site-content-search .site-search__label--hovering {
  position: absolute;
}
.site-content .site-content-search .site-search__input:focus {
  outline: 2px solid #505d57;
}
.site-content .site-content-search .site-search__input:focus + .site-search__label--hovering {
  transform: scale(0.7) translate(0, -100%);
  background-color: #ffdc1a;
}
.site-content .site-content-search .site-search__submit {
  background-color: #fff;
  padding: 6px 8px;
  font-size: 21px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  outline: none;
}
.site-content .site-content-search .site-search__submit:hover,
.site-content .site-content-search .site-search__submit:focus {
  background-color: #505d57;
}
.site-content .site-content-search .site-search__submit:hover .arrow-button,
.site-content .site-content-search .site-search__submit:focus .arrow-button {
  filter: brightness(200%);
}
.site-content .site-content-search .arrow-button {
  width: 24px;
  height: 24px;
  display: block;
}
.site-content .site-content-search .arrow-button--right {
  transform: rotate(-90deg);
}
.site-content .image-area {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.site-content .image-area ul {
  list-style-type: none;
}
.site-content .image-area .inner {
  width: 100%;
  max-width: 1220px;
  min-height: 100px;
  position: absolute;
  opacity: 0.9;
  bottom: 0;
  z-index: 10;
  margin: 0 auto;
  padding: 16px;
  background-color: #f5f5f5;
}
.site-content .image-area .inner .text {
  max-width: 100%;
  width: 100%;
}
.site-content .image-area .inner .text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}
.site-content .image-area .inner .text h1 {
  max-width: 100%;
}
.site-content .image-area li.hidden {
  display: none;
}
.site-content .image-area .video.hidden {
  opacity: 0;
}
.site-content .image-area .image.hidden {
  opacity: 0;
}
.site-content .image-area .flickity-viewport {
  height: 100% !important;
}
.site-content .image-area .flickity-button {
  color: #f5f5f5;
}
.site-content .image-area .flickity-button-icon {
  fill: #a3adab;
}
.site-content .image-area-item {
  padding-bottom: 56.4%;
  height: 0;
}
@media only screen and (max-width:468px) {
  .site-content .image-area-item {
    padding-bottom: 79.4%;
  }
}
.site-content .image-area.narrow {
  width: 1200px;
  height: 423px;
  margin-bottom: 30px;
}
.site-content .image-area-media {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.site-content .image-area-media .image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 500ms;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.site-content .image-area-media .image:not(:empty):not(.clear)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.site-content .image-area-media .slideshow-caption {
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  opacity: 0.9;
  cursor: default;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 4px 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #8c9593;
  margin-top: 8px;
}
@media only screen and (max-width:468px) {
  .site-content .image-area-media .slideshow-caption {
    font-size: 15px;
  }
}
.site-content .image-area-media .slideshow-caption br {
  display: none;
}
.site-content .image-area-media .slideshow-caption h2 {
  color: #000;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 10px;
}
.site-content .image-area-media .slideshow-caption.long {
  padding-right: 48px;
  cursor: pointer;
}
.site-content .image-area-media .slideshow-caption.long::after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 36px;
  width: 48px;
  line-height: 36px;
  content: '';
  background: url('../img/ghs_pfeil_bu.svg') no-repeat center;
  text-align: center;
}
@media only screen and (max-width:468px) {
  .site-content .image-area-media .slideshow-caption.long::after {
    bottom: -6px;
  }
}
.site-content .image-area-media .slideshow-caption.open {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.site-content .image-area-media .slideshow-caption.open br {
  display: block;
}
.site-content .image-area-media .slideshow-caption.open::after {
  transform: rotate(180deg);
  cursor: pointer;
}
.site-content .image-area-media .video {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 500ms;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.site-content .image-area-media .video:not(:empty)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.site-content .image-area-media .text {
  max-width: 1220px;
}
.site-content .image-area-media .text > * {
  max-width: 610px;
}
.site-content .content-grid {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:600px) {
  .site-content .content-grid {
    display: block;
  }
}
.site-content .content-grid .item {
  width: 100%;
  min-height: 297px;
  max-width: calc(100% / 3 - 10px);
  flex-basis: calc(100% / 3 - 10px);
  background-color: #f5f5f5;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:1023px) {
  .site-content .content-grid .item {
    max-width: calc((100% - 10px) / 2);
    flex-basis: calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width:600px) {
  .site-content .content-grid .item {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:468px) {
  .site-content .content-grid .item {
    min-height: initial;
  }
}
.site-content .content-grid .item.medium {
  max-width: calc(100% / 1.5 - 5px);
  flex-basis: calc(100% / 1.5 - 5px);
}
.site-content .content-grid .item.medium .thumbnail {
  padding-bottom: calc(100% * 1 / 2.72);
}
.site-content .content-grid .item.large {
  max-width: 100%;
  flex-basis: 100%;
}
.site-content .content-grid .item.large .thumbnail {
  padding-bottom: calc(100% * 1 / 4.1);
}
.site-content .content-grid .item.link {
  background-color: #ffdc1a;
  display: flex;
  flex-direction: column;
}
.site-content .content-grid .item.link .thumbnail {
  position: relative;
  height: auto;
  background-color: transparent;
  padding: 32px 32px 0;
}
.site-content .content-grid .item.link .image {
  position: static;
}
.site-content .content-grid .item.link:hover .thumbnail {
  box-shadow: none;
}
.site-content .content-grid .item.highlighted.grey {
  background-color: #a3adab;
}
.site-content .content-grid .item.highlighted.yellow {
  background-color: #ffdc1a;
}
.site-content .content-grid .item.highlighted.yellow .headline.no-text {
  margin-top: 36px;
}
@media only screen and (max-width:600px) {
  .site-content .content-grid .item.highlighted.yellow .headline.no-text {
    margin-top: 0;
  }
}
.site-content .content-grid .item.highlighted.yellow .text {
  color: #505d57;
}
.site-content .content-grid .item.highlighted .inner {
  height: 297px;
  padding: 68px 25px 0;
  transition-property: box-shadow;
}
.site-content .content-grid .item.highlighted.blue .inner {
  background: linear-gradient(45deg, #647BBC 10%, #239ED9 66%, #69CEFF 100%);
}
.site-content .content-grid .item.highlighted.blue-green .inner {
  background: linear-gradient(42.66deg, #00489A 8%, #88B1A3 83%, #BDDAA7 100%);
}
.site-content .content-grid .item.highlighted.red-yellow .inner {
  background: linear-gradient(45deg, #ffdc1a 4%, #EEA032 28%, #DC5F4D 73%);
}
.site-content .content-grid .item.highlighted .grid-icon {
  line-height: 0;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-content .content-grid .item.highlighted.blue,
.site-content .content-grid .item.highlighted.blue-green,
.site-content .content-grid .item.highlighted.red-yellow {
  text-align: center;
}
.site-content .content-grid .item.highlighted.blue .inner .headline,
.site-content .content-grid .item.highlighted.blue-green .inner .headline,
.site-content .content-grid .item.highlighted.red-yellow .inner .headline {
  color: #f5f5f5;
  margin-top: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width:600px) {
  .site-content .content-grid .item.highlighted.blue .inner .headline,
  .site-content .content-grid .item.highlighted.blue-green .inner .headline,
  .site-content .content-grid .item.highlighted.red-yellow .inner .headline {
    margin-top: 0;
  }
}
.site-content .content-grid .item.highlighted.blue .text,
.site-content .content-grid .item.highlighted.blue-green .text,
.site-content .content-grid .item.highlighted.red-yellow .text {
  text-align: left;
  color: #505d57;
}
.site-content .content-grid .item.highlighted.blue .text h2,
.site-content .content-grid .item.highlighted.blue-green .text h2,
.site-content .content-grid .item.highlighted.red-yellow .text h2 {
  margin: -6px 0 6px;
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #505d57;
  font-size: 35px;
  line-height: 1.1;
}
.site-content .content-grid .item.highlighted .text {
  color: #fff;
}
.site-content .content-grid .item:hover .thumbnail,
.site-content .content-grid .item:hover .inner {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 0 32px 32px rgba(0, 0, 0, 0.1), 0 64px 64px rgba(0, 0, 0, 0.1);
}
.site-content .content-grid .caption {
  border-top: 1px solid #a3adab;
  background-color: #fff;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 23px;
  color: #8c9593;
  font-weight: normal;
  padding-bottom: 16px;
}
@media only screen and (max-width:468px) {
  .site-content .content-grid .caption {
    padding-left: 10px;
  }
}
.site-content .content-grid .content {
  padding: 18px;
  margin-top: auto;
}
@media only screen and (max-width:468px) {
  .site-content .content-grid .content {
    padding: 10px;
  }
}
.site-content .content-grid .headline {
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #505d57;
  font-size: 35px;
  line-height: 1.1;
}
.site-content .content-grid .link {
  color: #000;
  text-decoration: none;
}
.site-content .content-grid .link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-content .content-grid .text,
.site-content .content-grid .text a.link {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  color: #505d57;
  margin-top: 6px;
}
.site-content .content-grid .thumbnail {
  position: relative;
  padding-bottom: calc(100% * 3 / 4);
  height: 0;
  transition-property: box-shadow;
  overflow: hidden;
}
.site-content .content-grid .item img.image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-content .content-grid .item:hover img.image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.site-content .content-grid .item.medium:hover img.image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.site-content .content-grid .image {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.site-content .content-grid::after {
  content: '';
  width: 100%;
  max-width: 400px;
}
@supports (display: grid) {
  .site-content .content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 16px;
  }
  @media only screen and (max-width:767px) {
    .site-content .content-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
  }
  @media only screen and (max-width:600px) {
    .site-content .content-grid {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
  }
  .site-content .content-grid .item {
    max-width: none;
    width: initial;
  }
  @media only screen and (max-width:1236px) {
    .site-content .content-grid .item {
      max-width: none;
      width: initial;
    }
  }
  @media only screen and (max-width:1023px) {
    .site-content .content-grid .item {
      max-width: none;
      width: initial;
    }
  }
  @media only screen and (max-width:767px) {
    .site-content .content-grid .item {
      max-width: none;
      width: initial;
    }
  }
  @media only screen and (max-width:600px) {
    .site-content .content-grid .item {
      max-width: none;
      width: initial;
    }
  }
  @media only screen and (max-width:468px) {
    .site-content .content-grid .item {
      max-width: none;
      width: initial;
    }
  }
  .site-content .content-grid .item.medium {
    max-width: none;
    grid-column-end: span 2;
  }
  @media only screen and (max-width:600px) {
    .site-content .content-grid .item.medium {
      max-width: none;
      grid-column-end: span 1;
    }
  }
  .site-content .content-grid .item.large {
    max-width: none;
    grid-column-end: span 3;
  }
  @media only screen and (max-width:1023px) {
    .site-content .content-grid .item.large {
      max-width: none;
      grid-column-end: span 2;
    }
  }
  @media only screen and (max-width:600px) {
    .site-content .content-grid .item.large {
      max-width: none;
      grid-column-end: span 1;
    }
  }
}
.site-content .content-filter {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #000;
  padding: 10px 0;
  font-size: 19px;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  background-color: #fff;
}
.publications .site-content .content-filter.opened {
  height: 200px;
}
.projects .site-content .content-filter.opened {
  height: 430px;
}
.site-content .content-filter .matches {
  z-index: 6;
  flex-grow: 1;
  padding: 10px 0;
}
@media only screen and (max-width:767px) {
  .site-content .content-filter .matches {
    flex-grow: 1;
  }
}
.site-content .content-filter .pagination {
  z-index: 6;
  flex-grow: 2;
  padding: 10px 0;
}
.site-content .content-filter .site-content-search {
  z-index: 6;
}
@media only screen and (max-width:767px) {
  .site-content .content-filter .site-content-search {
    flex-grow: 0;
  }
}
@media only screen and (max-width:600px) {
  .site-content .content-filter .site-content-search {
    flex-grow: 0;
  }
}
.site-content .content-meta-line {
  height: 8px;
  border-top: 8px solid #ffdc1a;
  margin-top: -8px;
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
}
.site-content .content-meta {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #8c9593;
  font-size: 19px;
  line-height: 25px;
  padding: 8px 0 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  min-height: 44px;
  z-index: 9;
  background-color: #fff;
  border-top: 8px solid #ffdc1a;
  margin-top: -8px;
  border-bottom: 1px solid #a3adab;
}
@media only screen and (max-width:600px) {
  .site-content .content-meta {
    top: inherit;
    position: inherit;
  }
}
.site-content .filter {
  display: flex;
  align-items: center;
}
.site-content .breadcrumb {
  display: flex;
  width: calc(100% - 140px);
}
@media only screen and (max-width:767px) {
  .site-content .breadcrumb {
    display: block;
  }
}
@media only screen and (max-width:600px) {
  .site-content .breadcrumb {
    width: calc(100% - 70px);
  }
}
.site-content .breadcrumb__title {
  padding: 8px 4px 8px 0;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  display: inline-block;
  font-weight: normal;
  color: #8c9593;
  font-size: 19px;
}
.site-content .breadcrumb__link {
  padding: 8px 4px;
  color: #000;
  text-decoration: none;
}
.site-content .breadcrumb__link:not(:last-of-type)::after {
  content: ' /';
}
.site-content .actions-list {
  align-self: flex-end;
}
.site-content .actions-list__item {
  position: relative;
  margin-left: 16px;
}
.site-content .actions-list__item .caption {
  margin-right: 6px;
}
@media only screen and (max-width:767px) {
  .site-content .actions-list__item .caption {
    display: none;
  }
}
.site-content .actions-list__link {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.site-content .actions-list__image,
.site-content .breadcrumb__image {
  width: 32px;
  height: 32px;
  display: block;
}
.site-content .breadcrumb__image {
  display: inline-block;
  position: relative;
  top: 5px;
}
.site-content .share-list {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  top: 48px;
  right: 0;
  list-style-type: none;
  padding: 8px 0;
  transition-property: transform, opacity;
}
.site-content .share-list--hidden {
  transform: translateY(-30px);
  opacity: 0;
  left: -99999px;
  right: auto;
}
.site-content .share-list__item:not(:last-child) {
  border-bottom: 1px solid #a3adab;
}
.site-content .share-list__link {
  padding: 8px 16px;
  display: block;
  color: #505d57;
  text-decoration: none;
}
.site-content .share-list__link:hover {
  background-color: #f5f5f5;
  color: #000;
}
.site-content .content-slider {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  list-style-type: none;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
.site-content .content-slider p {
  margin-bottom: 12px;
}
.site-content .content-slider.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.site-content .content-slider .flickity-prev-next-button {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width:1023px) {
  .site-content .content-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
}
.site-content .content-slider .flickity-page-dots {
  bottom: 20px;
}
.site-content .content-slider .flickity-page-dots .dot.is-selected {
  background: #159fdb;
}
.site-content .content-slider .flickity-button-icon {
  fill: #159fdb;
}
@media only screen and (max-width:468px) {
  .site-content .content-slider .flickity-prev-next-button.previous {
    left: 0;
  }
  .site-content .content-slider .flickity-prev-next-button.next {
    right: 0;
  }
}
.site-content .content-slider .content-slider__item {
  padding: 20px 60px;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  display: flex;
}
.site-content .content-slider .content-slider__item h1 + h2 {
  margin-top: 16px;
}
.site-content .content-slider .content-slider__item .content-slider__counter {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  flex: 1;
  color: #159fdb;
  font-size: 160px;
  font-weight: normal;
  min-width: 150px;
  text-align: left;
}
.site-content .content-slider .content-slider__item .content-slider__text a {
  color: #505d57;
}
.site-content .content-slider .content-slider__item .content-slider__text a:hover {
  color: #000;
}
.site-content .content-slider .content-slider__item.infoslider_title {
  display: block;
  text-align: center;
}
.site-content .content-slider .content-slider__item.infoslider_title .content-slider__text {
  margin: 0 auto;
  max-width: 800px;
}
@media only screen and (max-width:468px) {
  .site-content .content-slider .content-slider__item.infoslider_title .content-slider__text {
    margin: 0;
  }
}
.site-content .content-slider .content-slider__item.infoslider_title .content-slider__text h1 {
  font-size: 42px;
  line-height: 48px;
  color: #159fdb;
  padding: 130px 0 30px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #159fdb;
  display: block;
}
@media only screen and (max-width:1236px) {
  .site-content .content-slider .content-slider__item.infoslider_title .content-slider__text h1 {
    padding: 30px 0;
  }
}
.site-content .content-slider .content-slider__item.infoslider_title .content-slider__text h2 {
  font-size: 26px;
  line-height: 34px;
  color: #159fdb;
}
@media only screen and (max-width:1236px) {
  .site-content .content-slider .content-slider__item.infoslider_title .content-slider__text h1 {
    font-size: 28px;
  }
  .site-content .content-slider .content-slider__item.infoslider_title .content-slider__text h2 {
    font-size: 24px;
  }
}
.site-content .content-slider .content-slider__item.infoslider_title .content-slider__text .content-slider__copytext {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.site-content .content-slider .content-slider__item.infoslider_title .content-slider__text .content-slider__copytext img {
  margin: 20px auto;
}
.site-content .content-slider .content-slider__item .content-slider__text {
  color: #505d57;
  font-size: 24px;
  flex: 25;
  margin: 0 40px 0 0;
}
@media only screen and (max-width:468px) {
  .site-content .content-slider .content-slider__item .content-slider__text {
    margin: 0 40px;
  }
}
.site-content .content-slider .content-slider__item .content-slider__text h1 {
  max-width: 800px;
  color: #159fdb;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 100px;
  min-height: 128px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width:1023px) {
  .site-content .content-slider .content-slider__item .content-slider__text h1 {
    min-height: auto;
  }
}
.site-content .content-slider .content-slider__item .content-slider__text h2 {
  max-width: 800px;
  font-size: 24px;
  text-transform: uppercase;
  color: #505d57;
  padding: 0 100px 16px;
}
.site-content .content-slider .content-slider__item .content-slider__text img {
  display: block;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__starttext {
  max-width: 800px;
  margin-top: 32px;
  color: #505d57;
  font-size: 24px;
  padding: 0 100px;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext {
  max-width: 800px;
  text-align: left;
  color: #000;
  border-top: 1px solid #a3adab;
  margin-top: 24px;
  padding-top: 24px;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext img.content-slider__image {
  margin: 30px auto;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ul,
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ol {
  padding: 0 0 0.5em 30px;
  text-align: left;
  line-height: 1.1;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ul li,
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ol li {
  padding-bottom: 0.25em;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ul li ul,
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ol li ul,
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ul li ol,
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ol li ol {
  padding-top: 0.25em;
  list-style-type: circle;
}
.site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext ul {
  list-style-type: disc;
}
@media only screen and (max-width:1023px) {
  .site-content .content-slider .content-slider__item .content-slider__text h1 {
    padding: 0 10px;
  }
  .site-content .content-slider .content-slider__item .content-slider__text h2 {
    padding: 0 10px 16px;
  }
  .site-content .content-slider .content-slider__item .content-slider__text .content-slider__starttext {
    padding: 0 10px;
  }
}
.site-content .edit-slider {
  padding-bottom: 40px;
}
@media only screen and (max-width:600px) {
  .site-content .edit-slider {
    margin-top: 20px;
  }
}
.site-content .edit-slider img {
  max-height: 267px;
  max-width: inherit;
  margin-right: 35px;
}
.site-content .edit-slider .flickity-prev-next-button {
  top: 110%;
  opacity: 0.6;
}
.site-content .edit-slider .carousel-cell {
  background: transparent;
  transition: 250ms opacity, 250ms transform;
  z-index: 1;
  transform: scale(1.3);
  margin: 6% 4px;
}
.site-content .edit-slider .carousel-cell img {
  display: block;
}
.site-content .edit-slider .carousel-cell a {
  cursor: grab;
}
.site-content .edit-slider .carousel-cell.is-selected a {
  cursor: pointer;
}
.site-content .edit-slider .is-selected img {
  border: 4px solid #fff;
}
.site-content .edit-slider .carousel-cell-inner {
  display: table;
  table-layout: fixed;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption {
  display: table-caption;
  caption-side: bottom;
  margin: 10px auto 0;
  text-align: center;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .title,
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .subtitle {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #000;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .subtitle {
  font-weight: bold;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .link-list--coverflow {
  margin-top: 14px;
  font-size: 14px;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .link-list--coverflow .link-list__link--pdf::before {
  width: auto;
  height: 16px;
  background-image: url('../img/ghs_pdf.svg');
  flex: 0 0 16px;
  margin-left: -5px;
  margin-right: 4px;
}
.site-content .edit-slider .carousel-cell-inner .coverflow-caption .link-list--coverflow .link-list__link--download::before {
  width: auto;
  height: 16px;
  background-image: url('../img/ghs_download.svg');
  flex: 0 0 16px;
  margin-left: -5px;
  margin-right: 4px;
}
.site-content .edit-slider .carousel-cell:not(.is-selected) {
  opacity: 0.6;
  z-index: 0;
  transform: scale(1);
}
.site-content .edit-slider .carousel-cell .title,
.site-content .edit-slider .carousel-cell .subtitle {
  transition: 250ms opacity;
}
.site-content .edit-slider .carousel-cell:not(.is-selected) .title,
.site-content .edit-slider .carousel-cell:not(.is-selected) .subtitle,
.site-content .edit-slider .carousel-cell:not(.is-selected) .subsubtitle {
  opacity: 0;
}
.edit .site-content .area-headline {
  margin-top: 32px;
}
@media only screen and (max-width:600px) {
  .site-content .edit-latest .pic-text-block {
    display: block;
  }
}
.site-content .edit-latest .pic-text-block:after {
  content: unset;
}
.site-content .edit-latest .pic-text-block .picture.pic_left {
  flex-basis: 50%;
  text-align: right;
  margin: 0;
  min-width: unset;
  max-width: unset;
  position: relative;
  background: linear-gradient(144.89deg, #EEE 1%, #E8E8E8 19%, #D2D2D2 100%);
  padding: 20px 50px;
}
.site-content .edit-latest .pic-text-block .picture.pic_left img {
  max-height: 380px;
}
.site-content .edit-latest .pic-text-block .picture.pic_left .new-publication-outer {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 0;
  background-color: #ffdc1a;
  color: #000;
  height: 50px;
  width: 205px;
  display: flex;
  align-items: center;
}
.site-content .edit-latest .pic-text-block .picture.pic_left .new-publication-outer .new-publication-inner {
  color: #000;
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.23px;
  line-height: 29px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width:600px) {
  .site-content .edit-latest .pic-text-block .picture.pic_left {
    margin: 20px 0 0 ;
    padding: 20px 20px 20px 50px;
  }
}
.site-content .edit-latest .pic-text-block .text-block.pic_left {
  min-width: unset;
  max-width: unset;
  flex-basis: 50%;
  padding: 24px 73px 24px 48px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width:600px) {
  .site-content .edit-latest .pic-text-block .text-block.pic_left {
    padding: 20px;
  }
}
.site-content .edit-latest .pic-text-block .text-block.pic_left .text {
  color: #f5f5f5;
  font-size: 22px;
  line-height: 29px;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left .text h3 {
  font-size: 28px;
  letter-spacing: 0.28px;
  line-height: 32px;
  font-weight: normal;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left .text strong {
  font-weight: normal;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left .text.text_3 {
  margin-top: 50px;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left a.link-list__link {
  color: #f5f5f5;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left a.link-list__link--edit::before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-1 {
  background-color: #008a6b;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-2 {
  background-color: #752715;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-3 {
  background-color: #2c667e;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-4 {
  background-color: #807c31;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-5 {
  background-color: #00A0E6;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-6 {
  background-color: #B30505;
}
.site-content .edit-latest .pic-text-block .text-block.pic_left.edit-color-7 {
  background-color: #dc6804;
}
@media only screen and (max-width:600px) {
  .site-content .edit-latest .pic-text-block .text-block.pic_left {
    max-width: unset;
  }
}
.site-content .edit-listing #sortable_edit_overview {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:1023px) {
  .site-content .edit-listing #sortable_edit_overview {
    display: block;
  }
}
.site-content .edit-listing {
  border-top: 1px solid #505d57;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width:1023px) {
  .site-content .edit-listing {
    display: block;
  }
}
.site-content .edit-listing .entry {
  flex-basis: 50%;
}
.site-content .edit-listing .entry .pic-text-block {
  display: flex;
  padding: 40px 20px 0;
}
@media only screen and (max-width:600px) {
  .site-content .edit-listing .entry .pic-text-block {
    display: block;
    padding-bottom: 5px;
  }
}
.site-content .edit-listing .entry .pic-text-block .picture.pic_left {
  max-width: 210px;
  flex-basis: 210px;
  margin: 0;
  max-height: 226px;
}
.site-content .edit-listing .entry .pic-text-block .picture.pic_left img {
  max-width: 170px;
}
@media only screen and (max-width:600px) {
  .site-content .edit-listing .entry .pic-text-block .picture.pic_left {
    margin: 20px 0;
  }
}
.site-content .edit-listing .entry .pic-text-block .text-block.pic_left {
  max-width: calc(100% - 210px);
  flex-basis: calc(100% - 210px);
  margin: 0;
}
@media only screen and (max-width:600px) {
  .site-content .edit-listing .entry .pic-text-block .text-block.pic_left {
    max-width: unset;
  }
}
@media only screen and (max-width:600px) {
  .site-content .coverflow {
    margin-top: 20px;
  }
}
.site-content .coverflow img {
  max-height: 207px;
  max-width: inherit;
}
.site-content .coverflow .flickity-prev-next-button {
  top: 85%;
  opacity: 0.6;
}
.site-content .coverflow .carousel-cell {
  background: transparent;
  transition: 250ms opacity, 250ms transform;
  z-index: 1;
  transform: scale(1.3);
  margin: 6% 4px;
}
.site-content .coverflow .carousel-cell img {
  display: block;
}
.site-content .coverflow .carousel-cell a {
  cursor: grab;
}
.site-content .coverflow .carousel-cell.is-selected a {
  cursor: pointer;
}
.site-content .coverflow .is-selected img {
  border: 4px solid #fff;
}
.site-content .coverflow .carousel-cell-inner {
  display: table;
  table-layout: fixed;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption {
  display: table-caption;
  caption-side: bottom;
  margin: 10px auto 0;
  text-align: center;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption .title,
.site-content .coverflow .carousel-cell-inner .coverflow-caption .subtitle {
  color: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px dotted #000;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption .subtitle {
  font-weight: bold;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption .link-list--coverflow {
  margin-top: 14px;
  font-size: 14px;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption .link-list--coverflow .link-list__link--pdf::before {
  width: auto;
  height: 16px;
  background-image: url('../img/ghs_pdf.svg');
  flex: 0 0 16px;
  margin-left: -5px;
  margin-right: 4px;
}
.site-content .coverflow .carousel-cell-inner .coverflow-caption .link-list--coverflow .link-list__link--download::before {
  width: auto;
  height: 16px;
  background-image: url('../img/ghs_download.svg');
  flex: 0 0 16px;
  margin-left: -5px;
  margin-right: 4px;
}
.site-content .coverflow .carousel-cell:not(.is-selected) {
  opacity: 0.6;
  z-index: 0;
  transform: scale(1);
}
.site-content .coverflow .carousel-cell .title,
.site-content .coverflow .carousel-cell .subtitle {
  transition: 250ms opacity;
}
.site-content .coverflow .carousel-cell:not(.is-selected) .title,
.site-content .coverflow .carousel-cell:not(.is-selected) .subtitle,
.site-content .coverflow .carousel-cell:not(.is-selected) .subsubtitle {
  opacity: 0;
}
.site-content .area-headline {
  padding-top: 10px;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  font-size: 23px;
  line-height: 28px;
  color: #8c9593;
  font-weight: normal;
  margin-bottom: 16px;
}
@media only screen and (max-width:468px) {
  .site-content .area-headline {
    font-size: 18px;
    line-height: 22px;
  }
}
.ghs-red .site-content .area-headline,
.projects .site-content .area-headline,
.publications .site-content .area-headline {
  color: #da6134;
}
.ghs-green .site-content .area-headline {
  color: #7e9b0d;
}
.site-content .area-headline--subhead {
  border-top: 1px solid #a3adab;
  padding-top: 8px;
  margin-bottom: 24px;
}
.site-content .main-title {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.2px;
  font-family: Georgia, sans-serif;
  font-weight: normal;
  margin-top: 32px;
  max-width: 1010px;
  margin-bottom: 48px;
  color: #000;
}
@media only screen and (max-width:468px) {
  .site-content .main-title {
    font-size: 28px;
    line-height: 32px;
    padding: 0 10px;
  }
}
.ghs-blue .site-content .main-title {
  color: #159fdb;
}
.ghs-darkgreen .site-content .main-title {
  color: #008a6b;
}
.ghs-red .site-content .main-title {
  color: #da6134;
}
.site-content .faq .main-title {
  max-width: initial;
}
.site-content .slide-toggle {
  margin-bottom: 64px;
}
.site-content .slide-toggle.slide-toggle-picture {
  max-width: 800px;
  margin: 0 auto;
}
.site-content .slide-toggle.slide-toggle-picture .slide-toggle__head {
  display: block;
}
.site-content .slide-toggle.slide-toggle-picture .thumbnail {
  padding: 16px 16px 0 16px;
  line-height: 0;
  text-align: center;
}
.site-content .slide-toggle.slide-toggle-picture .thumbnail img {
  max-width: 150px;
}
.site-content .slide-toggle.slide-toggle-picture .main-title {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  max-width: inherit;
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 24px;
  color: #8c9593;
}
.site-content .slide-toggle + .slide-toggle {
  margin-top: -65px;
}
.site-content .slide-toggle__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.site-content .main-title.slide-toggle__head--list {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  padding: 14px 26px;
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  border: 1px solid #a3adab;
  border-left: 0;
  border-right: 0;
}
@media only screen and (max-width:468px) {
  .site-content .main-title.slide-toggle__head--list {
    padding: 10px;
    font-size: 23px;
    line-height: 26px;
  }
}
.site-content .slide-toggle__head::after {
  content: '';
  width: 36px;
  height: 36px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex: 0 0 36px;
  margin-right: 8px;
  filter: brightness(130%);
  transition: filter 235ms, transform 235ms;
}
@media only screen and (max-width:468px) {
  .site-content .slide-toggle__head::after {
    margin-right: 0;
  }
}
.site-content .no-arrow .slide-toggle__head::after {
  background-image: none;
}
.site-content .slide-toggle__head:hover::after {
  filter: brightness(0%);
}
.site-content .slide-toggle:not(.slide-toggle--closed) .slide-toggle__head::after {
  transform: rotateX(180deg);
}
.site-content .opener:not(.opener--closed).slide-toggle__head::after {
  transform: rotateX(180deg);
}
.site-content .slide-toggle__body {
  padding: 26px 0;
  margin-bottom: 26px;
  display: none;
}
.site-content .text {
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (max-width:468px) {
  .site-content .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.site-content .text ul {
  list-style-type: disc;
}
.site-content .text ul.link-list {
  list-style-type: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.site-content .text form select {
  border: 2px solid #159fdb;
  padding: 5px 20px 5px 5px;
  color: #159fdb;
  font-weight: bold;
  max-width: 100%;
}
.site-content .text form .link-list-submit {
  display: none;
}
.site-content .text fieldset {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 26px;
  border: 1px solid #159fdb;
  padding: 20px 10px 20px 0;
}
.site-content .text fieldset a.no-decoration.link-list__link--forms {
  font-size: 23px;
  margin: 0 0 0 46px;
}
@media only screen and (max-width:468px) {
  .site-content .text fieldset a.no-decoration.link-list__link--forms {
    margin: 0 0 0 29px;
  }
}
.site-content .text fieldset li.form-link-list__item {
  display: flex;
  margin-left: 5px;
  padding: 10px 0 0;
}
.site-content .text fieldset li.form-link-list__item:first-child {
  padding: 0;
}
.site-content .text fieldset li.form-link-list__item .radio-link-list__link--forms {
  width: 36px;
  height: 16px;
  margin-top: 10px;
  margin-left: 10px;
  align-self: flex-start;
}
.site-content .text fieldset li.form-link-list__item label.no-decoration.form-link-list__link--forms {
  display: unset;
  margin-top: 0;
  line-height: 1.3;
  color: #000;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 0;
  cursor: pointer !important;
}
@media only screen and (max-width:468px) {
  .site-content .text fieldset li.form-link-list__item label.no-decoration.form-link-list__link--forms {
    font-size: 23px;
    line-height: 26px;
  }
}
.site-content .text fieldset li.form-link-list__item label.no-decoration.form-link-list__link--forms::before {
  width: unset;
  height: unset;
  background-image: unset;
  flex: unset;
  margin-left: unset;
  margin-right: unset;
}
.site-content .text fieldset li.form-link-list__item label.form-link-list__link {
  display: unset;
}
.site-content .text fieldset li.form-link-list__item input[type=submit] {
  display: inline-flex;
  margin-top: 36px;
  padding: 4px 16px 4px 4px;
  line-height: 1.7;
  color: #159fdb;
  font-weight: bold;
}
.grant .site-content ul {
  list-style-type: disc;
}
.grant .site-content ul.link-list {
  list-style-type: none;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.grant .site-content ul.share-list {
  list-style-type: none;
}
.site-content .text a {
  padding-bottom: 1px;
  border-bottom: 1px dotted #000;
}
.site-content .text a,
.site-content .text label,
.site-content .text input {
  color: #000;
}
.site-content .text a.no-decoration,
.site-content .text label.no-decoration,
.site-content .text input.no-decoration {
  text-decoration: none;
  border: 0;
}
.site-content .text a.no-decoration.link-list__link--forms,
.site-content .text label.no-decoration.link-list__link--forms,
.site-content .text input.no-decoration.link-list__link--forms {
  display: inline-flex;
  margin-top: 36px;
  padding: 4px;
  padding-right: 16px;
  line-height: 1.7;
  color: #159fdb;
  font-weight: bold;
  width: 100%;
}
.grant .site-content .text a.no-decoration.link-list__link--pdf,
.grant .site-content .text label.no-decoration.link-list__link--pdf,
.grant .site-content .text input.no-decoration.link-list__link--pdf {
  display: inline-flex;
  margin-top: 36px;
  padding: 4px;
  padding-right: 16px;
  line-height: 1.7;
  color: #159fdb;
  font-weight: bold;
  width: 100%;
}
.site-content .text a:hover {
  color: #8c9593;
  border-bottom: 1px dotted #8c9593;
}
.site-content .text a:hover.no-decoration {
  text-decoration: none;
  border: 0;
}
.site-content .text h2,
.site-content .text h3,
.site-content .text h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.site-content .text h2 {
  margin-top: 32px;
}
.site-content .text h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}
.site-content .text h4 {
  font-family: 'Trade Gothic LT W02 Bold No-_2', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.site-content .text > p,
.site-content .text > ul,
.site-content .text > ol,
.site-content .text .file_download {
  max-width: 800px;
  margin: 0 auto;
}
.site-content .text > blockquote {
  width: 200px;
  overflow: visible;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 38px;
  margin-bottom: 38px;
  font-style: italic;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.site-content .text > blockquote p {
  width: 800px;
  max-width: calc(100vw - 32px);
}
.site-content div.content-meta + a + div.entry .text > blockquote {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.site-content .text > p:not(:last-child),
.site-content .text > ul:not(:last-child),
.site-content .text > ol:not(:last-child) {
  margin-bottom: 0.5em;
}
.site-content .text > ul li,
.site-content .text > ol li {
  margin-left: 2em;
}
.site-content .link-list__link {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
}
.site-content .navi-years {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid #a3adab;
}
.site-content .navi-years li {
  padding: 16px 9px 0;
  font-size: 18px;
  line-height: 0.9;
}
.site-content .navi-years li a {
  color: #000;
}
.site-content .navi-years li a:hover,
.site-content .navi-years li a.active {
  color: #7e9b0d;
}
.site-content .grid-3 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width:600px) {
  .site-content .grid-3 {
    display: block;
  }
}
.site-content .grid-3 .item {
  width: 100%;
  min-height: 297px;
  max-width: calc(100% / 3 - 10px);
  flex-basis: calc(100% / 3 - 10px);
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0 0 8px;
  clear: both;
  padding: 15px;
  border: 0;
  position: relative;
  flex-direction: column;
}
@media only screen and (max-width:1023px) {
  .site-content .grid-3 .item {
    max-width: calc((100% - 10px) / 2);
    flex-basis: calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
  }
}
@media only screen and (max-width:600px) {
  .site-content .grid-3 .item {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width:468px) {
  .site-content .grid-3 .item {
    min-height: initial;
  }
}
.site-content .grid-3 .item:hover,
.site-content .grid-3 .item.active {
  background-color: #a7cf0e;
}
.site-content .grid-3 .item:hover a,
.site-content .grid-3 .item.active a,
.site-content .grid-3 .item:hover h2,
.site-content .grid-3 .item.active h2 {
  color: #fff;
}
.site-content .grid-3 .item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.site-content .grid-3 .item.year a,
.site-content .grid-3 .item h1 {
  color: #000;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.3;
}
@media only screen and (max-width:468px) {
  .site-content .grid-3 .item.year a,
  .site-content .grid-3 .item h1 {
    font-size: 20px;
  }
}
.site-content .grid-3 .item.year a {
  display: block;
  font-size: 32px;
}
.site-content .grid-3 .item.year .arrow {
  height: 32px;
}
.site-content .grid-3 .item h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  font-style: italic;
  color: #8c9593;
}
@media only screen and (max-width:468px) {
  .site-content .grid-3 .item h2 {
    font-size: 20px;
  }
}
.site-content .grid-3 .item h1 + h1,
.site-content .grid-3 .item h1 + h2 {
  margin-top: 32px;
}
@media only screen and (max-width:468px) {
  .site-content .grid-3 .item h1 + h1,
  .site-content .grid-3 .item h1 + h2 {
    margin-top: 16px;
  }
}
.site-content .grid-3 .item .arrow {
  height: 32px;
}
.site-content .grid-3 .item .pcox-edit-element {
  top: 15px;
  right: 15px;
}
.projects .site-content .projects-item,
.publications .site-content .publications-item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #a3adab;
  padding-top: 5px;
  margin-bottom: 32px;
}
@media only screen and (max-width:1023px) {
  .projects .site-content .projects-item,
  .publications .site-content .publications-item {
    display: block;
  }
}
.projects .site-content .projects-item .projects-left,
.publications .site-content .publications-item .projects-left,
.projects .site-content .projects-item .publications-left,
.publications .site-content .publications-item .publications-left {
  min-height: 32px;
  flex: 0;
  flex-basis: 200px;
  width: 200px;
  margin-right: 40px;
}
@media only screen and (max-width:1023px) {
  .projects .site-content .projects-item .projects-left,
  .publications .site-content .publications-item .projects-left,
  .projects .site-content .projects-item .publications-left,
  .publications .site-content .publications-item .publications-left {
    min-height: inherit;
    width: 100%;
    margin-right: 0;
  }
}
.projects .site-content .projects-item .projects-left h2,
.publications .site-content .publications-item .projects-left h2,
.projects .site-content .projects-item .publications-left h2,
.publications .site-content .publications-item .publications-left h2 {
  color: #da6134;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: 0.54px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media only screen and (max-width:468px) {
  .projects .site-content .projects-item .projects-left h2,
  .publications .site-content .publications-item .projects-left h2,
  .projects .site-content .projects-item .publications-left h2,
  .publications .site-content .publications-item .publications-left h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width:1023px) {
  .projects .site-content .projects-item .projects-left h2,
  .publications .site-content .publications-item .projects-left h2,
  .projects .site-content .projects-item .publications-left h2,
  .publications .site-content .publications-item .publications-left h2 {
    margin-left: 0;
  }
}
.projects .site-content .projects-item .projects-left .picture,
.publications .site-content .publications-item .projects-left .picture,
.projects .site-content .projects-item .publications-left .picture,
.publications .site-content .publications-item .publications-left .picture {
  margin-top: 6px;
}
.projects .site-content .projects-item .projects-right,
.publications .site-content .publications-item .projects-right,
.projects .site-content .projects-item .publications-right,
.publications .site-content .publications-item .publications-right {
  color: #000;
  line-height: 29px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.54px;
  flex: 0;
  flex-basis: calc(100% - 450px);
  width: calc(100% - 450px);
}
@media only screen and (max-width:1023px) {
  .projects .site-content .projects-item .projects-right,
  .publications .site-content .publications-item .projects-right,
  .projects .site-content .projects-item .publications-right,
  .publications .site-content .publications-item .publications-right {
    width: 100%;
    margin: 0 0 32px 0;
  }
}
@media only screen and (max-width:1023px) {
  .projects .site-content .projects-item .projects-right,
  .publications .site-content .publications-item .projects-right,
  .projects .site-content .projects-item .publications-right,
  .publications .site-content .publications-item .publications-right {
    margin: 0;
  }
}
.projects .site-content .projects-item .projects-right p,
.publications .site-content .publications-item .projects-right p,
.projects .site-content .projects-item .publications-right p,
.publications .site-content .publications-item .publications-right p {
  margin: 0;
}
.projects .site-content .projects-item .projects-right .red,
.publications .site-content .publications-item .projects-right .red,
.projects .site-content .projects-item .publications-right .red,
.publications .site-content .publications-item .publications-right .red {
  margin-top: 32px;
  color: #da6134;
}
.projects .site-content .projects-item .projects-right .copytext,
.publications .site-content .publications-item .projects-right .copytext,
.projects .site-content .projects-item .publications-right .copytext,
.publications .site-content .publications-item .publications-right .copytext {
  color: #000;
  margin-top: 32px;
}
.projects .site-content .projects-item .projects-right h4,
.publications .site-content .publications-item .projects-right h4,
.projects .site-content .projects-item .publications-right h4,
.publications .site-content .publications-item .publications-right h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000;
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  letter-spacing: 0.54px;
  margin: 0;
}
.projects .site-content .projects-item .projects-right .recipients,
.publications .site-content .publications-item .projects-right .recipients,
.projects .site-content .projects-item .publications-right .recipients,
.publications .site-content .publications-item .publications-right .recipients,
.projects .site-content .projects-item .projects-right .description,
.publications .site-content .publications-item .projects-right .description,
.projects .site-content .projects-item .publications-right .description,
.publications .site-content .publications-item .publications-right .description {
  margin-top: 16px;
}
.projects .site-content .projects-item .projects-right .recipients .recipient,
.publications .site-content .publications-item .projects-right .recipients .recipient,
.projects .site-content .projects-item .publications-right .recipients .recipient,
.publications .site-content .publications-item .publications-right .recipients .recipient,
.projects .site-content .projects-item .projects-right .description .recipient,
.publications .site-content .publications-item .projects-right .description .recipient,
.projects .site-content .projects-item .publications-right .description .recipient,
.publications .site-content .publications-item .publications-right .description .recipient {
  font-weight: bold;
}
.projects .site-content .projects-item .projects-right .documentation,
.publications .site-content .publications-item .projects-right .documentation,
.projects .site-content .projects-item .publications-right .documentation,
.publications .site-content .publications-item .publications-right .documentation {
  color: #da6134;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: 0.54px;
  line-height: 28px;
  margin-top: 32px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width:468px) {
  .projects .site-content .projects-item .projects-right .documentation,
  .publications .site-content .publications-item .projects-right .documentation,
  .projects .site-content .projects-item .publications-right .documentation,
  .publications .site-content .publications-item .publications-right .documentation {
    font-size: 18px;
    line-height: 22px;
  }
}
.projects .site-content .projects-item .projects-right .arrow,
.publications .site-content .publications-item .projects-right .arrow,
.projects .site-content .projects-item .publications-right .arrow,
.publications .site-content .publications-item .publications-right .arrow {
  width: 32px;
  height: 32px;
  margin-left: 8px;
}
.project .site-content h1.area-headline {
  color: #da6134;
  border: 0;
}
.project .site-content h2.main-title {
  color: #da6134;
}
.project .site-content .entry h2 {
  max-width: 800px;
  margin: 0 auto 32px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.54px;
  line-height: 32px;
}
.site-content .short_url_table {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
  max-width: 800px;
}
.site-content .short_url_table td,
.site-content .short_url_table th {
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
.site-content .short_url_table td {
  border: 1px solid #a3adab;
  width: 50%;
}
.site-content .pcox-addon-slideshow {
  margin-bottom: 48px;
}
.pcox-page-element {
  cursor: pointer !important;
}
.site-content .pcox-page-element {
  margin: 10px 10px 10px 0;
}
.nav-meta-level1,
.link-list--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.nav-meta-level1 {
  margin: 10px 10px 0 0;
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  max-width: 1220px;
  padding: 24px 0;
}
.site-footer .site-footer__metanav__link:hover {
  color: #8c9593;
}
.site-footer.site-footer--nav {
  padding: 0;
  margin-top: 32px;
}
.site-footer.site-footer--nav .metanav__link {
  color: #505d57;
}
.site-footer.site-footer--nav .metanav__link:hover {
  color: #000;
}
.site-footer .social-icons {
  flex: 1;
  margin: 0;
  flex-wrap: nowrap;
  max-width: none;
}
.site-footer .footer-right {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width:468px) {
  .site-footer .footer-right {
    flex-direction: column;
  }
}
.site-footer .footer-right .copyright {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  text-align: right;
  margin-left: 32px;
  color: #a3adab;
}
@media only screen and (max-width:1023px) {
  .site-footer .footer-right .copyright {
    margin-left: 0;
  }
}
.site-footer .metanav__link {
  color: #fff;
  text-decoration: none;
  margin-left: 16px;
}
@media only screen and (max-width:1023px) {
  .site-footer .metanav__link {
    margin-right: 12px;
    margin-left: 0;
  }
}
.site-footer .pcox-page-element {
  color: #fff !important;
}
.site-footer .pcox-page-element:hover,
.site-footer .pcox-page-element:focus {
  color: #fff !important;
}
.site-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 1220px;
  margin: auto;
}
.link-list {
  list-style-type: none;
  margin: 0 auto 10px;
  max-width: 800px;
}
.nav-footer .link-list {
  max-width: inherit;
}
.ghs-blue .link-list {
  margin: inherit;
}
.link-list--contentnav {
  font-size: 23px;
  margin-top: 32px;
  margin-bottom: 42px;
}
.link-list--contentnav + .link-list--contentnav {
  margin-top: -30px;
}
a.link-list__link,
label.link-list__link {
  color: #000;
  text-decoration: none;
  max-width: 810px;
  margin-bottom: 12px;
  display: flex;
  cursor: pointer !important;
}
.ghs-blue a.link-list__link:hover {
  color: #159fdb;
}
.link-list__link::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0);
  transition: filter 235ms, transform 235ms;
}
.link-list__link--arrow::before {
  width: 18px;
  height: 30px;
  transform: rotate(-90deg);
  background-image: url('../img/arrow.svg');
  flex: 0 0 18px;
  margin-right: 8px;
}
.link-list__link--forms::before {
  width: 18px;
  height: 40px;
  background-image: url('../img/ghs_antrag.svg');
  flex: 0 0 40px;
  margin-left: -5px;
  margin-right: 4px;
}
.link-list__link--edit::before {
  width: 18px;
  height: 30px;
  background-image: url('../img/ghs_notebook.svg');
  flex: 0 0 28px;
  margin-left: -5px;
  margin-right: 10px;
}
.link-list__link--pdf::before {
  width: 18px;
  height: 30px;
  background-image: url('../img/ghs_pdf.svg');
  flex: 0 0 28px;
  margin-left: -5px;
  margin-right: 4px;
}
.grant .link-list__link--pdf::before {
  margin-left: -10px;
  height: 40px;
  flex: 0 0 40px;
}
.link-list__link--download::before {
  width: 18px;
  height: 30px;
  background-image: url('../img/ghs_download.svg');
  flex: 0 0 28px;
  margin-left: -5px;
  margin-right: 4px;
}
.link-list__link--to-top::before {
  width: 18px;
  height: 30px;
  background-image: url('../img/ghs_pfeil_oben.svg');
  flex: 0 0 28px;
  margin-left: -5px;
  margin-right: 4px;
}
.link-list__link--back::before {
  width: 18px;
  height: 30px;
  background-image: url('../img/ghs_pfeil_links.svg');
  flex: 0 0 28px;
  margin-left: -5px;
  margin-right: 4px;
}
.ghs-blue a.link-list__link:hover::before {
  filter: brightness(1) sepia(1) hue-rotate(180deg) saturate(4);
}
a.link-list__link--arrow:hover::before {
  transform: rotate(-90deg) translateY(6px);
}
.link-list__link--forms:hover::before {
  transform: translateX(2px);
}
.link-list__link--edit:hover::before {
  transform: translateY(-1px);
}
.link-list__link--pdf:hover::before {
  transform: translateY(2px);
}
.link-list__link--download:hover::before {
  transform: translateY(2px);
}
.link-list__link--to-top:hover::before {
  transform: translateY(-2px);
}
.link-list__link--back:hover::before {
  transform: translateX(-2px);
}
.social-icons__link {
  width: 48px;
  margin-right: 8px;
  display: block;
}
.social-icons__link:hover {
  filter: brightness(0%);
}
.site-footer--full {
  background-color: #505d57;
  max-width: none;
}
#site-footer {
  background: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px;
}
#sidebar section {
  background: #fff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* Navis */
#site-footer-nav li {
  float: left;
  margin-right: 10px;
  font: normal 14px/21px 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #a3adab;
}
#site-footer-nav li a {
  font: normal 14px/21px 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  color: #505d57;
}
#site-footer-nav li a:hover,
#site-footer-nav li a.active {
  color: #505d57;
}
#site-footer-nav ul:after {
  clear: both;
  content: '';
  display: block;
}
.presseanmeldung {
  margin: 48px auto;
  max-width: 800px;
}
.form_normal {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.form_normal .left,
.form_normal .right {
  width: 250px;
  float: left;
}
@media only screen and (max-width:468px) {
  .form_normal .left,
  .form_normal .right {
    float: none;
    width: 100%;
  }
}
.form_normal .right {
  width: 550px;
}
@media only screen and (max-width:468px) {
  .form_normal .left,
  .form_normal .right {
    float: none;
    width: 100%;
  }
}
.form_normal .info {
  width: 14px;
  float: left;
  margin-top: 1px;
  margin-left: 5px;
  position: relative;
}
.form_normal .info .info_open {
  width: 295px;
  position: absolute;
  top: 25px;
  right: -10px;
  display: none;
  z-index: 1;
}
.form_normal .info .info_open .close_icon {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.form_normal .input_field {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 548px;
  border: 1px solid #a3adab;
  padding: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width:468px) {
  .form_normal .input_field {
    max-width: 100%;
  }
}
.form_normal .input_field_half {
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  font-size: 18px;
  width: 272px;
  border: 1px solid #a3adab;
  padding: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width:468px) {
  .form_normal .input_field_half {
    width: 100%;
  }
}
.form_normal .field_half {
  width: 272px;
  padding-left: 3px;
  float: left;
  margin-right: 7px;
}
.form_normal .input_field_select {
  width: 548px;
  border: 1px solid #a3adab;
  padding-left: 3px;
}
@media only screen and (max-width:468px) {
  .form_normal .input_field_select {
    max-width: 100%;
  }
}
.form_normal:focus {
  box-shadow: 0 0 2px #8c9593;
}
input.submit {
  background: #f5f5f5;
  border: none;
  font-family: 'Trade Gothic W02 Bold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #505d57;
  margin-left: 2px;
  padding: 4px 5px;
}
.form_error {
  color: #da6134;
}
.form_error .input_field {
  border: 1px solid #da6134;
  color: #da6134;
}
.form_error .input_field_half {
  border: 1px solid #da6134;
  color: #da6134;
}
.form_error .input_field_select {
  border: 1px solid #da6134;
  color: #da6134;
}
.form_error:focus {
  box-shadow: 0 0 2px #da6134;
}
.input_error {
  border: 1px solid #da6134;
  color: #da6134;
}
.form_filled .input_field {
  border: 1px solid #a3adab;
  color: #505d57;
}
.form_filled .input_field_half {
  border: 1px solid #a3adab;
  color: #505d57;
}
.form_filled .input_field_select {
  border: 1px solid #a3adab;
  color: #505d57;
}
.form_filled:focus {
  border: 1px solid #a3adab;
  color: #505d57;
  box-shadow: 0 0 2px #8c9593;
}
.formblock {
  margin-bottom: 30px;
}
/* PAGINATION */
.pages {
  padding: 0;
  margin: 0;
}
ul.pages {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.pages li {
  float: left;
  margin-right: 3px;
  list-style: none;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  letter-spacing: 0.2px;
  color: #000;
}
ul.pages li:last-child a {
  border: 0;
}
@media only screen and (max-width:468px) {
  ul.pages li {
    font-size: 18px;
    line-height: 22px;
  }
}
ul.pages li a {
  display: block;
  color: #000;
  border-right: 1px solid #000;
  font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  padding: 0 8px;
}
ul.pages li a:hover,
ul.pages li a.active {
  color: #da6134;
}
.pages_noborder {
  border-top: 0;
  width: 100%;
}
@media only screen and (max-width:767px) {
  .plexframe-tool .pcox-popup-list {
    width: 50%;
    left: 0 !important;
  }
}
@media only screen and (max-width:600px) {
  .plexframe-tool .pcox-popup-list {
    width: 100%;
  }
}
@media only screen and (max-width:600px) {
  .plexframe-tool .pcox-popup-list li a {
    padding: 5px 12px;
  }
}
.plexframe-tool #pcox-admin-toolbar .mobile,
.plexframe-tool .pcox-popup-list .mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .plexframe-tool #pcox-admin-toolbar .mobile,
  .plexframe-tool .pcox-popup-list .mobile {
    display: inline-block;
  }
}
.plexframe-tool #pcox-admin-toolbar .no-mobile,
.plexframe-tool .pcox-popup-list .no-mobile {
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .plexframe-tool #pcox-admin-toolbar .no-mobile,
  .plexframe-tool .pcox-popup-list .no-mobile {
    display: none;
  }
}
.plexframe-tool #pcox-admin-toolbar .plexframe-site-logo,
.plexframe-tool .pcox-popup-list .plexframe-site-logo {
  height: 32px;
  margin: 6px;
}
.plexframe-tool #site-header {
  top: 42px;
}
.plexframe-tool .site-content .content-meta {
  top: 96px;
}
.plexframe-tool .site-content .content-meta.header-fixed {
  top: 96px;
}
.plexframe-tool a[name] {
  position: relative;
  top: -138px;
  visibility: hidden;
  display: block;
}
/* ==========================================================================
   Helper Klassen
   ========================================================================== */
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.cursor_pointer {
  cursor: pointer;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.min_height {
  min-height: 1px;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
  float: none;
}
.pcox-modal-window .template,
.pcox-modal-window .pictures_display,
.pcox-modal-window .views {
  margin-top: 30px;
}
.pcox-modal-window .template .template-entry,
.pcox-modal-window .pictures_display .template-entry,
.pcox-modal-window .views .template-entry,
.pcox-modal-window .template .template-entry-inactive,
.pcox-modal-window .pictures_display .template-entry-inactive,
.pcox-modal-window .views .template-entry-inactive {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  float: left;
  width: 220px;
  margin-right: 10px;
}
.pcox-modal-window .template .template-entry .icon,
.pcox-modal-window .pictures_display .template-entry .icon,
.pcox-modal-window .views .template-entry .icon,
.pcox-modal-window .template .template-entry-inactive .icon,
.pcox-modal-window .pictures_display .template-entry-inactive .icon,
.pcox-modal-window .views .template-entry-inactive .icon {
  margin: 0;
  float: left;
  width: 40px;
}
.pcox-modal-window .template .template-entry .description,
.pcox-modal-window .pictures_display .template-entry .description,
.pcox-modal-window .views .template-entry .description,
.pcox-modal-window .template .template-entry-inactive .description,
.pcox-modal-window .pictures_display .template-entry-inactive .description,
.pcox-modal-window .views .template-entry-inactive .description {
  padding-top: 0;
  margin: 0 0 0 10px;
  float: left;
  width: 150px;
}
.pcox-modal-window .template .template-entry:after,
.pcox-modal-window .pictures_display .template-entry:after,
.pcox-modal-window .views .template-entry:after,
.pcox-modal-window .template .template-entry-inactive:after,
.pcox-modal-window .pictures_display .template-entry-inactive:after,
.pcox-modal-window .views .template-entry-inactive:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
.pcox-modal-window .template .template-entry.selected,
.pcox-modal-window .pictures_display .template-entry.selected,
.pcox-modal-window .views .template-entry.selected,
.pcox-modal-window .template .template-entry-inactive.selected,
.pcox-modal-window .pictures_display .template-entry-inactive.selected,
.pcox-modal-window .views .template-entry-inactive.selected {
  outline: 2px solid #009ee0;
  outline-offset: -2px;
}
.pcox-modal-window .template:after,
.pcox-modal-window .pictures_display:after,
.pcox-modal-window .views:after {
  display: block;
  content: '';
  clear: both;
  float: none;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    background-color: white !important;
    font-size: 12pt;
  }
  #content {
    width: 100%;
  }
  max-width: 19cm !important;
  @page {
    margin: 2.5cm !important;
  }
  #footer #sitemap,
  #breadcrumb,
  #pcox-admin-toolbar,
  .lang-switch,
  .site-search,
  .site-nav,
  .pagination,
  .site-content-search,
  .pages,
  .pcox-page-element,
  .pcox-fixed-edit-element > .pcox-edit-element,
  .nav-footer,
  .actions-list,
  .breadcrumb__image,
  .navi-years,
  .grid-3,
  .edit_elements_wrapper,
  .content-meta,
  .content-meta-line,
  .breadcrumb,
  .flickity-prev-next-button,
  .social-icons,
  .nav-meta-level1,
  .edit_elements {
    display: none !important;
  }
  #site-header,
  .plexframe-tool #site-header,
  .site-content .content-meta {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  pre,
  blockquote {
    border: 1px solid #a3adab;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .site-footer--full {
    background-color: #fff;
  }
  .site-content .slide-toggle__head::after {
    content: '';
    background-image: none;
  }
  .site-content .slide-toggle__body {
    display: block;
  }
  .site-content .entry-header {
    background-color: #fff;
  }
}
/* Responsive Kram */
@media only screen and (max-width:1236px) {
  #site-wrapper {
    width: 750px;
  }
  #content,
  .content-half #content {
    width: 100%;
    min-height: 0;
  }
  .sub-navigation {
    display: none;
  }
  #sidebar {
    float: none;
    clear: both;
    width: 100%;
  }
  #sidebar section {
    width: 100%;
  }
  body {
    padding-bottom: 0;
  }
  #site-footer {
    margin-bottom: 0;
  }
  #site-wrapper {
    width: 100%;
  }
  #sitemap {
    display: none;
  }
  #site-header {
    padding: 0 0 0 10px;
  }
  .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
  .entry .picture.float_left {
    margin-right: 10px;
  }
  .entry .picture.float_right {
    margin-left: 10px;
  }
  .site-footer--full {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-content .breadcrumb .breadcrumb__image {
    display: inline-block;
  }
  .site-content .faq > h1 {
    padding: 20px 20px 0;
  }
  .site-content .faq .main-title {
    padding: 0 20px;
  }
  .site-content .slide-toggle__body {
    padding: 10px;
  }
  .site-content .text h1 {
    font-size: 24px;
  }
  .site-content .area-headline {
    margin-bottom: 6px;
  }
  .site-content .content-filter {
    padding-right: 0;
  }
  .site-content .entry.slide-toggle {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width:1236px) and only screen and (max-width:468px) {
  .site-content .faq > h1 {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width:1236px) and only screen and (max-width:468px) {
  .site-content .faq .main-title {
    padding: 0;
  }
}
@media only screen and (max-width:1023px) {
  #site-header {
    transition: 200ms box-shadow;
  }
  #site-header > .lang-switch {
    display: none;
  }
  #site-header .site-nav__body.site-header__layer {
    padding-top: 10px;
  }
  #site-header .site-nav__body > .lang-switch {
    display: flex;
    padding: 0 0 36px;
  }
  #site-header.active {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  }
  #site-header .responsive-navi,
  #site-header .responsive-search {
    outline: 0;
    display: block;
    font-size: 32px;
    background: transparent;
    border: 0;
    float: right;
    margin: -11px -10px -20px;
    padding: 9px 10px;
    line-height: 32px;
    color: #505d57;
  }
  #site-header .responsive-search {
    font-size: 24px;
  }
  #site-header .nav-container,
  #site-header #site-search {
    display: none;
  }
  #site-header #site-logo {
    margin: 3px 0 0;
    max-width: calc(100% - 85px);
  }
  #site-header #site-logo img {
    max-width: 100%;
  }
  #site-header .nav-container {
    margin: 10px -10px 0;
    position: relative;
    top: 10px;
    clear: both;
  }
  #site-header .nav-container #site-language-nav {
    position: static;
    display: block;
  }
  #site-header .nav-container #site-language-nav li {
    width: 50%;
    margin: 0;
  }
  #site-header .nav-container #site-language-nav li a {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    border-top: 1px solid #a3adab;
    transition: 200ms background-color;
    color: #505d57;
  }
  #site-header .nav-container #site-language-nav li a.active {
    font-weight: bold;
  }
  #site-header .nav-container #site-language-nav li a:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #site-header .nav-container #site-language-nav li:first-child a {
    border-right: 1px solid #a3adab;
  }
  #site-header .nav-container #site-nav {
    display: none;
  }
  #site-header #site-search {
    float: none;
    clear: both;
    padding-top: 10px;
  }
  #site-header #site-search input[type=text] {
    width: calc(100% - 48px);
    float: left;
    margin-right: 5px;
    padding: 10px;
  }
  #site-header #site-search button {
    width: 42px;
    float: left;
    padding: 10px;
  }
  .site-content .content-slider {
    font-family: 'Trade Gothic W02 Roman', Arial, Helvetica, sans-serif;
  }
  .site-content .content-slider .content-slider__item {
    padding: 0 80px 20px;
    display: block;
  }
  .site-content .content-slider .content-slider__item .content-slider__counter {
    text-align: center;
    font-size: 50px;
    margin: 10px 0;
  }
  .site-content .content-slider .content-slider__item .content-slider__text {
    margin: 0;
  }
  .site-content .content-slider .content-slider__item .content-slider__text h1,
  .site-content .content-slider .content-slider__item .content-slider__text h2 {
    padding: 0;
    font-size: 18px;
  }
  .site-content .content-slider .content-slider__item .content-slider__text .content-slider__starttext,
  .site-content .content-slider .content-slider__item .content-slider__text .content-slider__copytext {
    padding: 20px 0 0;
    font-size: 18px;
    margin-top: 20px;
  }
  .site-content .content-slider .content-slider__item .content-slider__text .content-slider__starttext {
    padding-top: 0;
  }
}
@media only screen and (max-width:468px) {
  .entry .picture.float_left,
  .picture.float_right {
    float: none;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 10px !important;
  }
  .entry .column.left {
    margin-right: 0 !important;
  }
  .column.right {
    margin-left: 0 !important;
  }
  .site-content .entry,
  .site-content .content-meta,
  .site-content .content-filter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-content .content-slider .content-slider__item {
    padding: 0 40px 20px;
  }
  .site-content .faq {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-content .faq > h1 {
    padding: 20px 0 0;
  }
  .site-content .faq .main-title {
    padding: 0;
    margin-bottom: 0;
  }
  .site-content .faq .slide-toggle__body {
    padding-left: 0;
    padding-right: 0;
  }
  .site-content .faq .slide-toggle__body .text .entry {
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */