/**
 * Dont change this file!
 * It has been generated by RockFrontend and will be updated when the
 * source file has been changed. That means if you change this file your
 * changes might get lost on a next update.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Breakpoints */
/* ------------------------- Source: http://blog.scur.pl/2012/06/variable-media-queries-less-css/ */
html,
body {
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
}
html *,
body * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  width: 100%;
}
body {
  min-height: 100vh;
  width: 100%;
}
.outer-container {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: calc(100vh + 70px);
}
.pull-out,
.body hr {
  margin-left: -1rem;
  margin-right: -1rem;
}
.theinhardt,
html,
body,
.h1-theinhardt,
.h2-theinhardt,
.h3-theinhardt,
.h4-theinhardt,
.quote-theinhardt,
.body-theinhardt,
.marginal-theinhardt,
.navigation ul li.level-2,
.navigation ul li.level-3,
.body-theinhardt-italic,
ul li,
ol li,
.award-bar .award-bar-year,
.awards-list-generated ul li,
.body,
.body p,
.body li,
.body h2,
.body h3,
.privacywire .privacywire-text li label,
.tpl-search .search-result__link,
.tpl-search .search-result__path,
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-text,
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-author {
  font-family: 'Theinhardt';
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.01em;
}
.theinhardt-bold,
.body-theinhardt-bold,
.marginal-theinhardt-bold,
.col-header-breadcrumbs nav ol li a,
.header .header-menu-item,
.navigation ul li.level-1,
.navigation ul li.level-2.parent,
.navigation ul li.level-3.parent,
.navigation ul li.level-2.current,
.navigation ul li.level-3.current,
.sidebar-container .sidebar-item .sidebar-item-title {
  font-family: 'Theinhardt';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.petrona,
.h1-petrona,
.h2-petrona,
.h3-petrona,
.quote-petrona,
.body-petrona,
.award-bar .award-bar-name,
.body h2 span.petrona,
.body h3 span.petrona {
  font-family: 'Petrona' !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em;
}
.petrona-bold {
  font-family: 'Petrona' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
}
.h1-theinhardt {
  font-size: clamp(2.063rem, 2.063rem + 46.992 * ((100vw - 360px) / (1440 - 360)), 5rem);
  line-height: 1.2em;
  letter-spacing: 0;
}
.h1-petrona {
  font-size: clamp(2.184rem, 2.184rem + 49.76 * ((100vw - 360px) / (1440 - 360)), 5.294rem);
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
.h2-theinhardt,
.body h2 {
  font-size: 3.1875rem;
  font-size: clamp(1.875rem, 1.875rem + 20 * ((100vw - 360px) / (1440 - 360)), 3.125rem);
  line-height: 1.2em;
  letter-spacing: 0;
}
.h2-petrona,
.body h2 span.petrona {
  font-size: 3.125rem;
  font-size: clamp(1.985rem, 1.985rem + 21.184 * ((100vw - 360px) / (1440 - 360)), 3.309rem);
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
.h3-theinhardt,
.awards-list-generated ul li,
.body h3 {
  font-size: 1.75rem;
  font-size: clamp(1.375rem, 1.375rem + 6 * ((100vw - 360px) / (1440 - 360)), 1.75rem);
  line-height: 1.2em;
  letter-spacing: 0.01em;
}
.h3-petrona,
.award-bar .award-bar-name,
.body h3 span.petrona {
  font-size: 1.6875rem;
  font-size: clamp(1.456rem, 1.456rem + 6.352 * ((100vw - 360px) / (1440 - 360)), 1.853rem);
  line-height: 1.2em;
  letter-spacing: -0.01em;
}
.h4-theinhardt,
.tpl-search .search-result__link {
  font-size: 1.25rem;
  font-size: clamp(1.188rem, 1.188rem + 2.992 * ((100vw - 360px) / (1440 - 360)), 1.375rem);
  line-height: 1.2em;
  letter-spacing: 0.01em;
}
.quote-theinhardt,
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-text {
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 1.25rem + 4 * ((100vw - 360px) / (1440 - 360)), 1.5rem);
  line-height: 1.3em;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 900px) {
  .quote-theinhardt,
  .sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-text {
    font-size: 1.75rem;
    font-size: clamp(1.25rem, 1.25rem + 10 * ((100vw - 360px) / (1440 - 360)), 1.875rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .quote-theinhardt,
  .sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-text {
    font-size: 1.75rem;
    font-size: clamp(1.063rem, 1.063rem + 8 * ((100vw - 360px) / (1440 - 360)), 1.563rem);
  }
}
@media only screen and (min-width: 1201px) {
  .quote-theinhardt,
  .sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-text {
    font-size: 1.75rem;
    font-size: clamp(0.563rem, 0.563rem + 14 * ((100vw - 360px) / (1440 - 360)), 1.438rem);
  }
}
.quote-petrona {
  font-size: 1.6875rem;
  line-height: 1.3em;
  letter-spacing: -0.01em;
}
.body-theinhardt,
.body-theinhardt-italic,
ul li,
ol li,
.award-bar .award-bar-year,
.body,
.body p,
.body li,
.privacywire .privacywire-text li label {
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
}
.body-theinhardt-bold,
.sidebar-container .sidebar-item .sidebar-item-title {
  font-size: 1.0625rem;
  letter-spacing: 0.01em;
}
.body-theinhardt-italic {
  font-style: italic;
}
.body-petrona {
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.marginal-theinhardt,
.tpl-search .search-result__path,
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-author {
  font-size: 0.85rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
.marginal-theinhardt-bold {
  font-size: 0.85rem;
  line-height: 1.2em;
  letter-spacing: 0.03em;
}
ul li,
ol li {
  margin-bottom: 0.5em;
}
.authorname {
  white-space: nowrap;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.award-bar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  height: 54px;
  min-height: 54px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.award-bar .award-bar-year {
  text-decoration: none;
  width: 3.5rem;
  min-width: 3.5rem;
  letter-spacing: 0.06em;
}
.award-bar .award-bar-name {
  line-height: 1.1em;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
  padding: 8px;
  margin: -8px;
}
a > .award-bar:hover,
a > .award-bar:focus,
a > .award-bar:active {
  opacity: 0.8;
}
.tpl-award_year .hero-figure,
.tpl-award_youth_year .hero-figure {
  filter: grayscale(100%);
}
.awards-list .award-bar {
  margin-bottom: 0.25rem;
  height: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.awards-list > .award-bar {
  background-color: #f0f0f0;
}
.awards-list-generated ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.awards-list-generated ul li {
  padding: 0.5rem 0;
}
.body {
  padding: 1rem;
}
.body .hero-image,
.body .content-block-video,
.body .content-block-image,
.body .news-item-divider {
  margin: 0 -1rem;
}
.body hr {
  border-top-width: 2px;
  opacity: 1;
}
.body p,
.body li {
  max-width: 600px;
}
.body .jury-reasoning {
  padding: 1rem;
  margin: 0 -1rem;
}
.body .FormBuilderViewport {
  margin: 0 -1rem;
  width: calc(100% + 2rem) !important;
}
.col-header-container {
  margin-top: -10px;
  display: flex;
  flex-direction: row;
}
.col-header {
  width: 100%;
  height: 54px;
  padding: 0;
}
.col-header-headline {
  padding: 1rem;
}
.col-header-award-container {
  width: 100%;
  height: 100%;
}
.col-header-award-container .dropdown,
.col-header-award-container .dropdown-toggle,
.col-header-award-container .dropdown-menu {
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: 0;
}
.col-header-award-container .dropdown-toggle {
  border-radius: 0 !important;
}
.col-header-award-container .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
}
.col-header-award-container .dropdown-menu {
  padding: 0 !important;
  border-radius: 0 !important;
  border: 0;
  max-height: 80vh;
  height: auto;
  overflow: scroll;
}
.col-header-award-container .dropdown-item {
  padding: 0;
  height: 54px;
}
.col-header-award-container .dropdown-item:hover,
.col-header-award-container .dropdown-item:active,
.col-header-award-container .dropdown-item:focus {
  opacity: 0.8;
}
.col-header-breadcrumbs {
  width: 100%;
  height: 100%;
}
.col-header-breadcrumbs nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.col-header-breadcrumbs nav ol {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 100%;
}
.col-header-breadcrumbs nav ol li {
  white-space: nowrap;
}
.col-header-breadcrumbs nav ol li a {
  text-decoration: none;
}
.col-header-breadcrumbs nav ol li a:hover,
.col-header-breadcrumbs nav ol li a:focus,
.col-header-breadcrumbs nav ol li a:active {
  opacity: 0.8;
}
.col-header-breadcrumbs nav ol li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-3 {
  z-index: 2;
}
.col-header-3 {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.col-container {
  display: flex;
  flex-direction: row;
}
.col-container > .col {
  z-index: 0;
  transform: translateY(0px);
  min-height: calc(100vh -  54px);
  margin-top: calc(-44px);
}
@media screen and (max-width: 900px) {
  .col-container > .col {
    min-height: 0;
  }
}
@media screen and (max-width: 900px) {
  .col-container > .col {
    margin-top: 0;
  }
}
.col-container > .col #col-1-wrapper,
.col-container > .col #col-2-wrapper {
  padding-top: calc(44px);
}
@media screen and (max-width: 900px) {
  .col-container > .col #col-1-wrapper,
  .col-container > .col #col-2-wrapper {
    padding-top: 0;
  }
}
.col-container .col-1,
.col-header-1 {
  width: 25%;
}
.col-container .col-2 {
  width: 50%;
}
.col-header-2 {
  width: 75%;
  padding-right: 25%;
  z-index: 1;
}
.col-container {
  position: relative;
}
.col-container .col-1 {
  left: 0;
  right: 0;
  min-height: 0;
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .col-container .col-2.fixed {
    left: 0;
    position: fixed;
  }
}
@media only screen and (min-width: 1201px) {
  .col-container .col-2.fixed {
    left: 25%;
    position: fixed;
  }
}
.col-container .col-3 {
  width: 25%;
  z-index: 1;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .col-container .col-3.fixed {
    position: fixed;
    left: 67%;
  }
}
@media only screen and (min-width: 1201px) {
  .col-container .col-3.fixed {
    position: fixed;
    left: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .col-container .col-1,
  .col-header-1 {
    display: none;
  }
  .col-container .col-2 {
    margin-left: 0;
    width: 67%;
  }
  .col-header-2 {
    width: 100%;
    padding-right: 33%;
  }
  .col-container .col-3 {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  .col-container {
    flex-direction: column;
  }
  .col-header-2,
  .col-container .col-2 {
    width: 100%;
  }
  .col-header-2 {
    padding-right: 0;
  }
  .col-container .col-3 {
    width: 100%;
  }
}
.footer {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: auto;
}
.footer .footer-col-1 {
  background-color: #ffffff;
  width: 25%;
}
.footer .footer-col-2 {
  padding: 1rem;
  width: 75%;
}
.footer .footer-col-2 .nav-item {
  margin-bottom: 0;
}
@media screen and (min-width: calc(900px + 1px)) and (max-width: 1200px) {
  .footer .footer-col-1 {
    width: 33%;
  }
  .footer .footer-col-2 {
    width: 67%;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    flex-direction: column-reverse;
  }
  .footer .footer-col-1 {
    width: 100%;
  }
  .footer .footer-col-1 .footer-bkm-logo {
    margin-left: -0.6rem;
  }
  .footer .footer-col-2 {
    width: 100%;
  }
  .footer .footer-col-2 .d-flex {
    flex-direction: row;
  }
  .footer .footer-col-2 .d-flex ul.nav {
    flex-direction: column;
  }
}
.footer .footer-bkm-link {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
}
.footer .footer-bkm-logo {
  width: 300px;
  height: auto;
  max-width: 90%;
}
.header {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 10;
  position: sticky;
  top: 0;
}
.header .topbar-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
}
.header .logo-link {
  width: 60vw;
  max-width: 300px;
  max-width: calc(300px +  2rem);
  min-width: 270px;
  display: block;
  padding: 1rem;
}
.header #logo {
  display: block;
  width: 100%;
  height: auto;
  fill: currentColor;
}
.header .header-menu {
  display: flex;
  flex-direction: row;
}
.header .header-menu > a {
  display: block;
  padding: 1rem;
}
.header .header-menu-item {
  text-decoration: none;
}
.header .header-menu-item:hover {
  background-color: #000000;
  color: #ffffff;
}
.header .header-menu-item:hover#hamburger-icon svg {
  filter: invert(1);
}
.header #offcanvasNavigation {
  margin-top: 54px;
  width: 100%;
  height: calc(100vh -  54px);
}
.header .header-line-placeholder {
  display: block;
  height: 10px;
  position: relative;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
}
figure {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
figcaption {
  display: block;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0.5rem;
}
figcaption.is-inverted {
  background-color: #ffffff;
  color: #000000;
}
figcaption .credit {
  display: inline-block;
}
#mobile-navigation {
  display: block;
  position: absolute;
  background-color: yellow;
  z-index: 4;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.navigation {
  padding: 1rem;
  margin-left: -5px;
}
.navigation a {
  text-decoration: none;
  padding: 5px;
  display: block;
}
.navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.navigation ul li {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.navigation ul li.level-2,
.navigation ul li.level-3 {
  padding-left: 1rem;
}
.navigation ul .btn-nav-toggle {
  width: 30px;
  margin-right: -10px;
  border: 0;
  background-color: transparent;
}
.navigation ul .btn-nav-toggle:focus {
  box-shadow: none;
}
.navigation .nav-toggle-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navigation .nav-toggle-wrapper a {
  flex-grow: 1;
}
.news-container {
  margin-top: -1rem;
}
.news-container .news-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.news-container .news-item .news-item-divider {
  height: 2px;
  margin-bottom: 1rem;
}
.news-container .news-item:first-of-type .news-item-divider {
  display: none;
}
.privacywire .privacywire-text li label {
  font-size: 1rem;
}
.tpl-search .search-results__list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
}
.tpl-search .search-results__list-item {
  margin-bottom: 2rem;
  position: relative;
}
.tpl-search .search-result__link {
  display: block;
  margin-bottom: 0.5rem;
}
.tpl-search .search-result__path {
  margin-bottom: 0.5rem;
}
.sidebar-container {
  width: 100%;
  background-color: #f3f3f3;
}
.sidebar-container .sidebar-item {
  border: 0;
  border-top: 2px solid #000000;
  border-radius: 0;
  background-color: #f3f3f3;
  padding-bottom: 0.5rem;
}
.sidebar-container .sidebar-item:not([class*="bg-"]) .sidebar-item-title {
  background-color: #dadada;
}
.sidebar-container .sidebar-item.sidebar-images,
.sidebar-container .sidebar-item.sidebar-video,
.sidebar-container .sidebar-item.sidebar-quote {
  padding-bottom: 0;
}
.sidebar-container .sidebar-item.sidebar-images a {
  display: block;
  text-decoration: none;
}
.sidebar-container .sidebar-item.sidebar-images a:hover .img-col-figure,
.sidebar-container .sidebar-item.sidebar-images a:focus .img-col-figure,
.sidebar-container .sidebar-item.sidebar-images a:active .img-col-figure {
  opacity: 0.8;
}
.sidebar-container .sidebar-item.sidebar-images .img-col-figure {
  width: 100%;
  margin: 0;
}
.sidebar-container .sidebar-item.sidebar-images .img-col-img {
  width: 100%;
}
.sidebar-container .sidebar-item.sidebar-list .sidebar-list-item-content p:last-child,
.sidebar-container .sidebar-item.sidebar-list .sidebar-list-item-content ul:last-child,
.sidebar-container .sidebar-item.sidebar-list .sidebar-list-item-content ol:last-child,
.sidebar-container .sidebar-item.sidebar-list .sidebar-list-item-content li:last-child {
  margin-bottom: 0;
}
.sidebar-container .sidebar-item.sidebar-text p:last-child,
.sidebar-container .sidebar-item.sidebar-text ul:last-child,
.sidebar-container .sidebar-item.sidebar-text ol:last-child,
.sidebar-container .sidebar-item.sidebar-text li:last-child {
  margin-bottom: 0;
}
.sidebar-container .sidebar-item.sidebar-quote p:last-child,
.sidebar-container .sidebar-item.sidebar-quote ul:last-child,
.sidebar-container .sidebar-item.sidebar-quote ol:last-child,
.sidebar-container .sidebar-item.sidebar-quote li:last-child {
  margin-bottom: 0;
}
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container {
  padding: 1rem;
}
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container .sidebar-quote-author {
  margin-top: 4rem;
}
.sidebar-container .sidebar-item.sidebar-quote .sidebar-quote-container.has-book {
  background-image: url("/site/templates/img/deutscher-literaturfonds-buchmotiv-tiny-800.png");
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 40%;
}
.sidebar-container .sidebar-item .sidebar-item-title {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 7px;
}
.sidebar-container .sidebar-item .list-group-item {
  margin: 0;
  background-color: #f3f3f3;
}
.sidebar-container .sidebar-item .list-group {
  border-top: 2px solid #dadada;
}
.sidebar-container .sidebar-item .list-group:first-of-type {
  border-top: 0;
}
.sidebar-container .sidebar-item ul:not(.list-group) > li,
.sidebar-container .sidebar-item ol:not(.list-group) > li {
  margin-bottom: 0.5em;
}
.sidebar-container .sidebar-item ul:not(.list-group) {
  padding-left: 1rem;
}
.sidebar-container .sidebar-item ol:not(.list-group) {
  padding-left: 1.2rem;
}
.support-program-tabs {
  margin-right: -1rem;
}
.support-program-tab-content {
  padding-top: 2rem;
}
.truncated-text-container {
  position: relative;
}
.truncated-text-container:not(:has(> .show)):before {
  content: '';
  background-image: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
}
figure.video-embed {
  background-color: #000000;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
figure.video-embed .TextformatterVideoEmbed {
  margin: 0 !important;
}
figure.video-embed figcaption {
  display: block;
  background-color: #000000;
  color: #ffffff;
  margin: 0;
  padding: 0.5rem;
}
@media print {
  .outer-container {
    display: block;
    max-height: none;
    overflow: visible !important;
  }
  .inner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible !important;
  }
  .col-container {
    display: block !important;
  }
  .col-container .col.col-1 {
    display: none;
  }
  .col-container .col.col-2 {
    margin-left: 0;
    width: 100%;
  }
  .col-container .col.col-2 .col-2-wrapper {
    transform: none;
    height: auto;
  }
  .col-container .col.col-3 {
    margin-right: 0;
    margin-left: auto;
  }
  .col-container .col.col-3 #col-3-wrapper {
    transform: none !important;
    min-height: 0 !important;
  }
  .body h1 {
    font-size: 40pt;
  }
  .body h2 {
    font-size: 30pt;
  }
  .tpl-award_year .jury-reasoning {
    color: #000000;
  }
  .tpl-award_year .btn-truncation {
    display: none !important;
  }
  .tpl-award_year .laudatio-2,
  .tpl-award_year .accecptance_speech-2 {
    display: block;
  }
  .tpl-award_year .laudatio-2 .truncated-text-container:before,
  .tpl-award_year .accecptance_speech-2 .truncated-text-container:before {
    display: none;
  }
  .tpl-award_year .laudatio-2 .truncated-text-container .collapse,
  .tpl-award_year .accecptance_speech-2 .truncated-text-container .collapse {
    display: block;
  }
}
