@charset "UTF-8";
/* Base files. */
@media screen {
  /**
   * Fonts
   *
   * (en) global settings of font-families and font-sizes
   * (de) Globale Einstellungen f├╝r Zeichensatz und Schriftgr├Â├ƒen
   *
   * @section content-global-settings
   */
  @font-face {
    font-family: 'ClanOTMedium';
    src: url("../fonts/ClanOT-Medium.otf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClanOTNews';
    src: url("../fonts/ClanOT-News.otf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClanCompMedium';
    src: url("../fonts/ClanComp-Medium.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'ClanCompBook';
    src: url("../fonts/ClanComp-Book.ttf");
    font-weight: normal;
    font-style: normal;
  }
  /* (en) reset font size for all elements to standard (10 Pixel) */
  /* (de) Alle Schriftgr├Â├ƒen auf Standardgr├Â├ƒe (10 Pixel) zur├╝cksetzen */
  html {
    font-size: 62.5%;
  }

  /**
   * (en) reset monospaced elements to font size 16px in all browsers
   * (de) Schriftgr├Â├ƒe von monospaced Elemente in allen Browsern auf 16 Pixel setzen
   *
   * @see: http://webkit.org/blog/67/strange-medium/
   */
  textarea, pre, code, kbd, samp, var, tt {
    font-family: Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 14px */
  /* (de) Basis-Layout erh├ñlt Standardschriftgr├Â├ƒe von 14 Pixeln */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2b2a2a;
    background-color: #fff;
  }

  /*--- Headings | ├£berschriften ------------------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6 {
    color: #2b2a2a;
    margin: 0;
  }

  h1, h2, .site-title {
    font-family: ClanCompMedium, Arial, Helvetica, sans serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .site-title .highlight {
    color: #e4006b;
  }

  .site-title .subtitle {
    font-family: ClanCompBook, Arial, Helvetica, sans serif;
  }

  .site-title .title, .site-title .subtitle {
    display: inline-block;
    line-height: 1.44444;
    height: 1.5em;
    padding: 0 3px;
    margin-left: -3px;
    margin-top: -2px;
  }

  .site-title:focus .title, .site-title:focus .subtitle {
    background: #e4006b;
    color: white;
  }

  h1, h2, h3 {
    line-height: 25px;
    line-height: 2.5rem;
  }

  h2, h3, h4 {
    margin-bottom: 10px;
  }

  h2 {
    font-family: ClanCompMedium, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #e4006b;
    line-height: 1.5;
  }

  h3 {
    font-family: Arial, Helvetica, sans serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    line-height: 2rem;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
  }

  nav:last-child ul:last-child {
    margin-bottom: 0px;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */
  ul, ol, dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
  }

  ul {
    list-style-type: none;
    padding: 0;
  }

  li {
    margin-left: 0.8em;
    line-height: 20px;
  }

  dt {
    font-weight: bold;
  }

  dd {
    margin: 0 0 1em 0.8em;
  }

  /*.frame-default ul { list-style-image: url(../../images/list.gif); margin-left: 2px; margin-top: 0px; padding: 0px; }*/
  .frame-default ul {
    list-style-type: none;
    padding: 0;
  }

  .frame-default li {
    list-style-type: none;
    font-size: 1em;
  }

  ul.menu-pages,
  ul.menu-subpages {
    margin-top: .2em !important;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */
  p {
    line-height: 20px;
    line-height: 2rem;
    margin: 0 0 10px 0;
  }

  p:last-child {
    margin: 0;
  }

  blockquote, cite, q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }

  blockquote {
    margin: 0 0 1em 1.6em;
    color: #666;
  }

  strong, b {
    font-weight: bold;
  }

  em, i {
    font-style: italic;
  }

  big {
    font-size: 116.667%;
  }

  small {
    font-size: 91.667%;
  }

  pre {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }

  pre, code, kbd, tt, samp, var {
    font-size: 100%;
  }

  pre, code {
    color: #800;
  }

  kbd, samp, var, tt {
    color: #666;
    font-weight: bold;
  }

  var, dfn {
    font-style: italic;
  }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub {
    vertical-align: sub;
    font-size: smaller;
  }

  sup {
    vertical-align: super;
    font-size: smaller;
  }

  hr {
    color: #fff;
    background: transparent;
    margin: 0 14px 23px 14px;
    padding: 0;
    border: 0;
    border-bottom: 2px #e4006b solid;
  }
  .cbox > .divider hr {
    margin: 0 0 23px;
  }

  /* Class for additional email dots */
  .crypt {
    color: inherit;
    font-size: 1px;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */
  a {
    color: #4d4d4d;
    background: transparent;
    text-decoration: none;
  }

  a:visited {
    color: #4d4d4d;
  }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast f├╝r Tab Focus - ├ändern Sie diese Regel mit Bedacht */
  a:focus {
    color: #fff !important;
    background-color: #e4006b !important;
  }
  a:focus .highlight {
    color: #fff !important;
  }

  a:hover,
  span:active {
    color: #2b2a2a;
    outline: 0 none;
    background-color: #ffe4f1;
  }

  a.external-link-new-window:after {
    content: url(../img/icon_exernal_link.png);
  }

  .layoutp h2 a, .layoutp h3 a, .layoutp h4 a, .layoutp h2 a:focus, .layoutp h3 a:focus, .layoutp h4 a:focus {
    color: #242424 !important;
    cursor: default;
  }

  a.anchor {
    margin-top: -15px;
    cursor: default;
  }

  a.anchor:focus {
    outline: none !important;
    background: #fff !important;
  }

  .ce-header a.anchor {
    color: #242424;
  }

  /* Margins around images: */
  DIV.ce-textpic .ce-gallery .image {
    margin-bottom: 32px;
  }

  DIV.ce-border img {
    border: 0px !important;
  }

  /* Basic Element Styling */
  #cbody {
    width: 960px;
    position: relative;
    top: 0px;
    margin: 0 auto;
    padding-top: 0px;
  }

  .cn-1 #cbody {
    top: 0;
  }

  .ym-gbox, .ym-wbox {
    margin: 0 14px;
  }

  div.ym-gbox {
    margin-top: 35px;
    /* 1.5em - px value to reduce rounding errors in IE */
    line-height: 19px;
    /* 1.3571em - px value to reduce rounding errors in IE */
    background: #f0dcdc;
    background: rgba(128, 0, 0, 0.1);
    border: 1px #800 solid;
    text-align: center;
  }

  .linearize-level-3 .ym-g33 {
    width: 33%;
  }

  .ym-gm {
    width: 34.3% !important;
    float: left;
    margin: 0;
  }

  .ym-gr div h4, .ym-gr header h4 {
    padding-top: 2px;
  }

  .ym-gr > .frame,
  .ym-gr > .ce-textpic:not(.ce-left),
  .ym-gr > .ce-text,
  .ym-gr > .ce-header,
  .ym-gr > nav ul,
  .ym-gr > p,
  .ym-gr > ul,
  .ym-gr > h2,
  .ym-gr > h3,
  .ym-gr > h4,
  .ym-gr > .ce-image.ce-center,
	.ym-gr > header {
    margin-left: 14px !important;
  }

  .ym-gm > .frame,
  .ym-gm > .ce-textpic,
  .ym-gm > .ce-text {
    margin-left: 14px;
    margin-right: 14px;
  }

  .ym-gl > .frame,
  .ym-gl > .ce-textpic,
  .ym-gl > .ce-text,
  .ym-gl > .ce-header,
  .ym-gl > p {
    margin-right: 14px;
  }

  .ym-gl > .ce-left {
    margin-right: 0px;
  }

  .layout1 {
    border-top: 2px solid #e4006b;
    padding-top: 30px;
    margin-top: 30px;
  }

  .layout2 .ce-above .image img {
    border-top: 2px #e4006b;
  }

  .layout3 {
    border-top: 2px solid #e4006b;
    padding-top: 15px;
    margin-top: 30px;
  }

  .layout5 {
    padding-top: 25px;
  }

  .frame .layout5 {
    padding-top: 30px;
  }

  .layout5 h4:first-child {
    margin-top: 6px;
    padding-top: 4px;
  }

  .layout5 .layout5 h4:first-child {
    margin-top: 0px;
    padding-top: 4px;
  }

  .layout5 header:first-child h4 {
    padding-top: 4px;
  }

  .layout1 .layout5 h4:first-child {
    padding-top: 0px;
  }

  .layout6 {
    border-bottom: 2px solid #e4006b;
    padding-top: 33px;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }

  .cbox {
    padding-bottom: 15px;
    border-bottom: 2px solid #e4006b;
  }

  /*--- Navigation ---*/
  .ym-hlist {
    background: transparent;
  }

  .ym-hlist ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .ym-hlist ul, .ym-hlist li, .ym-hlist ul li a, .ym-hlist ul li strong, .ym-hlist ul li span {
    padding-left: 0;
    padding-top: 0;
    line-height: 14px;
    line-height: 1.4rem;
  }

  .ym-hlist ul {
    padding-bottom: 14px;
  }

  .ym-hlist ul li a, .ym-hlist ul li span {
    padding-right: 25px;
  }

  #navigation-access .ym-hlist ul li a {
    padding-right: 0;
  }

  .ym-hlist ul li a,
  .ym-hlist ul li strong,
  .ym-hlist ul li span {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
    width: auto;
  }

  .ym-hlist ul li a:focus,
  .ym-hlist ul li a:hover,
  .ym-hlist ul li span:active {
    color: #666666;
    text-decoration: underline;
  }

  .ym-gr .layout5 ul:first-child {
    padding-top: 4px;
  }

  .header a:hover, .header a.active, .header a.selected {
    color: #e4006b;
    background: none;
  }

  .nav-mobile__sub-control,
  .nav-mobile {
    display: none;
  }

  #level1 {
    z-index: 3;
    background-color: #fff;
  }

  #level1 ul {
    width: 100%;
    margin-top: 28px;
    padding-bottom: 0;
    border-bottom: 2px solid #e4006b;
  }

  #level1 ul li {
    padding-right: 2em;
    font-family: ClanOTNews,Arial,sans-serif;
    font-weight: 400;
  }

  #level1 ul li a, #level1 ul li span {
    color: #2b2a2a;
    display: block;
    padding: 0.5rem 0 0.6rem;
    background: transparent;
    position: relative;
    line-height: 1.71429;
  }

  #level1 ul li a:hover {
    color: #e4006b;
    text-decoration: none;
  }

  #level1 ul li a:focus,
  #level1 ul li a:active {
    border-radius: 0;
  }

  #level1 a.selected:before, #level1 a.active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #e4006b;
  }

  #level1 .mobile-sub {
    display: none;
  }
  #level1 .nav-sub {
    margin-top: 0;
    border-bottom: 0;
  }
  #level1 ul li .nav-sub__link {
    padding: 1.1rem 0;
    margin-bottom: 1.2rem;
    border-radius: 0;
    font-family: ClanCompMedium, Arial, Helvetica, sans-serif;
    font-weight: 400;
  }
  #level1 .nav-sub__link--current:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 0.5em);
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #e4006b;
  }

  #subnav-wrap {
    position: relative;
    width: 100%;
    border: 0;
    overflow: hidden;
    z-index: 5000;
  }

  #subnav {
    position: absolute;
    top: 3em;
    left: 0;
    z-index: 4;
  }
  #subnav ul {
    margin: 0;
    padding: 0;
  }
  #subnav li {
    margin: 0;
    padding: 0;
  }
  #subnav a {
    position: relative;
    font-family: ClanOTNews, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    display: block;
    padding: 6px 8px 6px 19px;
    margin-bottom: 4px;
    background: #000;
    color: #fff;
  }
  #subnav a::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 0.5em solid #fff;
  }
  #subnav a:hover {
    background: #e4006b;
  }
  #subnav a.is-active {
    background: #fff;
    color: #000;
  }
  #subnav a.is-active::before {
    border-left-color: #000;
  }
  #subnav a.is-active:hover {
    color: #e4006b;
  }

  #level2 {
    margin: 12px 0;
    color: #e4006b;
    line-height: 1.5;
  }

  #level2 a {
    height: 1.5em;
    line-height: 1.5;
  }

  #level2 .ym-g960-8 {
    float: right;
  }

  #level2 .ym-gboxes {
    padding-top: 25px;
    border-top: 2px solid #242424;
  }

  #level2 .last {
    margin-right: 0px;
  }

  #level2 ul a {
    margin-left: 16px;
    padding-right: 0;
    color: #e4006b;
  }

  #level2 ul a.selected {
    color: #2b2a2a;
  }

  #level2 ul, #navigation-access ul {
    float: right;
    margin-right: 0;
    padding: 0;
  }

  #navigation-access {
    width: auto;
    float: right;
    margin-top: 15px;
    font-size: 10px;
    font-size: 1rem;
  }

  #navigation-access a, #navigation-access a:focus, #navigation-access a:hover {
    font-size: .7em;
    color: #fff !important;
  }

  /*--- Header ---*/
  .header {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 50000;
    background: #fff url(../img/background.png) repeat-x;
  }

  .cn-1 header {
    top: 0;
  }

  .header .ym-grid, #level1 {
    width: 960px;
    margin: 0 auto;
  }

  .top {
    height: 44px;
    margin-bottom: 26px;
  }

  #logo {
    float: left;
    margin-top: 8px;
  }

  /*--- Content ---*/
  #content .ym-wbox:last-child {
    padding-bottom: 30px;
  }

  #content article ul, #content li {
    margin-left: 0;
  }

  /*#content article li:before { content:'ÔÇô '; }*/
  #content article li {
    background-image: url(../img/list-normal.png);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 12px;
  }

  #content nav li, #content .menu-pages li,
  #content nav li, #content .menu-subpages li,
  ul.linklist li,
  #content article ul.linklist li {
    background-image: url(../img/list-link.png);
    background-position: 0px 7px;
    padding-left: 8px;
    background-repeat: no-repeat;
  }

  #content article li a {
    color: #e4006b;
    text-decoration: none;
  }

  #content article li a:hover {
    background-color: inherit;
  }

  #content article p a {
    text-decoration: underline;
  }

  #content article li a:hover, #content article p a:hover {
    text-decoration: underline;
  }

  /*#content nav li:before { content:'> '; }*/
  #content figure {
    position: relative;
    margin-bottom: 20px;
  }

  /* Image caption style */
  .frame, section, article {
    position: relative !important;
  }

  #content .image-caption, #content .video-caption, #content .caption {
    width: auto;
    height: auto;
    min-height: 30px;
    margin: 5px 0 0 1px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding-left: 2px;
  }

  #content .video-caption, #content .caption {
    min-height: 12px;
    margin: -5px 0 12px 0;
    line-height: 12px;
    line-height: 1.2rem;
  }

  #content .video-caption {
    margin: 5px 0 0 0;
  }

  #content .caption {
    min-height: 10px;
    padding: 1%;
    margin: 0;
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 2;
    background: #ac1b20;
    color: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }

  #content article .caption {
    top: 10%;
    right: 9px;
  }

  /* Images */
  #content .ce-row .ce-column:last-child {
    margin-right: 0px;
  }

  #content .frame .ce-textpic:first-child,
  #content .frame .ce-textpic:last-child,
  #content .frame .ce-image:first-child,
  #content .frame .ce-image:last-child {
    padding-top: 5px;
  }

  /*#content .frame:last-child .ce-textpic:last-child .ce-gallery:last-child .image,*/
  /*#content .frame:last-child .ce-image:last-child .ce-gallery:last-child .image {*/
  /*  margin-bottom: 0px;*/
  /*}*/

  #content .pagepic {
    border-bottom: 2px solid #e4006b;
  }
  #content .pagepic figure {
    margin-bottom: 0;
  }
  #content .pagepic img {
    display: block;
  }

  /*--- Special Content ---*/
  .kuratorium {
    margin-bottom: 50px;
  }

  .kuratorium .ce-left.ce-above {
    margin-top: 18px;
  }

  .kuratorium .ce-intext.ce-left.ce-nowrap .ce-gallery {
    margin-right: 28px;
  }

  .kuratorium .ce-row .ce-column {
    margin-right: 36px;
  }

  /*--- Extensions ---*/
  .videoelement {
    position: relative;
    z-index: 1;
  }

  .videoelement:first-child {
    margin-top: 5px;
  }

  .flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
    background: #e4006b !important;
    color: #e4006b !important;
  }

  /*--- Footer ---*/
  footer {
    padding-bottom: 25px;
  }

  footer .ym-wbox {
    float: left;
  }

  footer .ce-row img {
    margin-right: 13px;
  }

  .logo1 {
    border-right: 1px solid #cecece;
    margin-right: 8px;
    padding: 15px 18px 0 0;
  }

  .logo2 {
    font-family: ClanCompMedium, Arial, sans serif;
    font-size: 10px;
    font-size: 1rem;
  }

  .partner {
    margin: 15px 0 0 22px;
  }

  /* Margins around images: */
  .partner DIV.ce-textpic .ce-gallery .ce-column {
    margin-bottom: 16px;
  }

  /*--- Allgemeine Auszeichnungen ---*/
  .unseen,
  .aural {
    position: absolute;
    left: -2000px;
    top: -1000px;
    display: inline;
  }

  .toggle__content {
    display: none;
    padding: 0 0 10px 24px;
  }

  .toggle__content.show {
    display: block;
  }

  .toggle__control {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    background: #fff url(../img/arrows.gif) no-repeat 2px 3px;
    padding: 6px 8px 6px 19px;
    margin-bottom: 4px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 20px;
    line-height: 2rem;
  }

  .toggle__header {
    margin-bottom: 0;
  }

  .toggle__control.active {
    background: url(../img/arrows-down.gif) no-repeat 2px 3px;
  }

  .pdf_list a:after {
    content: url(../img/icon-pdf.gif);
  }
}
.header .site-title {
  text-transform: uppercase;
}

.aural {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.image-embed-item {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none !important;
  visibility: hidden !important;
}

.form {
  padding-left: 14px;
  margin-bottom: 30px;
}
.form-label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: bold;
}
* + .form-label {
  margin-top: 14px;
}
.form-label--checkbox {
  position: relative;
  padding-left: 2.6rem;
  cursor: pointer;
}
.form-label--checkbox b {
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #2b2a2a;
}
.form-label--checkbox b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: no-repeat 50% 50%;
  background-size: 1.2rem 1.2rem;
}
.form-label--checkbox input:checked + b::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' %3E%3Cpath fill='%23e4006b' d='M27 4l-15 15-7-7-5 5 12 12 20-20z'%3E%3C/path%3E%3C/svg%3E");
}
.form-label--checkbox input:focus + b {
  outline: 1px dotted #000;
}
.form-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  padding: 0.6rem 0.8rem 0.8rem;
  border: 0;
  background: #efefef;
}
.form-buttons {
  margin-top: 2rem;
}
.form-button {
  padding: 0.6rem 0.8rem;
  border: 0;
  color: #fff;
  font-family: ClanOTNews, Arial, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: #000;
  cursor: pointer;
}
.form-checkable-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}
.form-checkable-list.form-checkable-list--short {
  max-height: 100px;
}
.form-checkable-list li {
  margin-bottom: 0.1rem;
}
.form-checkable-list li:last-child {
  margin-bottom: 0;
}
.form-checkable-list ul {
  padding: 0;
  margin: 0;
}
.form-checkable-list ul ul {
  margin: 0.1rem 0 0 2.6rem;
}
.form-checkable-list ul ul .form-label {
  font-weight: normal;
}
.form .form-category-parent {
  position: relative;
  padding-left: 2rem;
}
.form .form-category-tree-control {
  position: absolute;
  top: 0.1rem;
  left: 0;
  padding: 0.1rem 0.3rem 0.2rem;
  border: 1px dotted transparent;
  line-height: 1;
  font-size: 14px;
  background: 0;
  cursor: pointer;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.form .form-category-tree-control::after {
  content: "";
  display: inline-block;
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.7rem solid #000;
}
.form .form-category-tree-control::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.form .form-category-tree-control:focus {
  outline: 0;
  border-color: #000;
}
.form .form-category-tree-control + .form-label {
  margin-top: 0;
}
.form .js-open .form-category-tree-control {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form .js-initialized .form-category-tree--level2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form .js-initialized.js-open .form-category-tree--level2 {
  height: auto;
  opacity: 1;
}
.form input[type='checkbox'] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.news-list-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2b2a2a;
}
.news-list-item:last-child {
  margin: 0;
  border: 0;
}
#content .news-list-item figure {
  margin-bottom: 0;
}
.news-list-item img {
  max-width: 100%;
  height: auto !important;
}
#content .news-list-item .image-caption {
  min-height: 0;
}
.news-list-meta {
  margin-bottom: 0.5rem;
  line-height: 1.16667;
  font-size: 1.2rem;
}
.news-list-link {
  color: #e4006b;
}
.news-list-link.active {
  cursor: pointer;
}
.news-sorting {
  margin-bottom: 30px;
}
.news-sorting-list, .news-sorting-label, .news-sorting-item {
  display: inline-block;
  margin: 0;
}
.news-sorting-label {
  margin-right: 1rem;
}
.news-sorting-item {
  margin-right: 0.8rem;
}
.news-sorting-link {
  display: inline-block;
  position: relative;
  padding: 0 2.2rem 0 0.4rem;
  text-decoration: none;
}
.news-sorting-link::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 3rem;
  height: 1.8rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='18' viewBox='0 0 32 32' %3E%3Cpath fill='%232b2a2a' d='M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 50%;
  background-size: 1.6rem 1.8rem;
}
.news-sorting-link.current {
  font-weight: bold;
  text-decoration: none;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50001;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#colorbox {
  box-sizing: content-box;
  overflow: visible;
  border: 10px solid #fff;
  border-bottom-width: 1px;
  background: #fff;
}

#cboxWrapper {
  overflow: visible !important;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter {
  display: none !important;
}

#cboxContent {
  position: relative;
  overflow: visible !important;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: 100%;
  right: -10px;
  left: -10px;
  min-height: 30px;
  padding: 4px 80px 4px 10px;
  line-height: 1.41667;
  text-align: left;
  font-size: 1.2em;
  background: #fff;
}

.cboxElement:focus,
.cboxElement:active {
  outline: 0;
}

.cboxElement:focus img,
.cboxElement:active img {
  outline: 1px dotted #2b2a2a;
}

#cboxClose, #cboxNext, #cboxPrevious {
  border: 1px solid #fff;
}

#cboxClose:focus, #cboxClose:active,
#cboxNext:focus, #cboxNext:active,
#cboxPrevious:focus, #cboxPrevious:active {
  outline: 3px dotted #2b2a2a;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  height: 21px;
  width: 22px;
  background-image: url("/typo3conf/ext/ng20_sitepackage/Resources/Public/Styles/img/colorbox/controls_reversed.png");
  background-repeat: no-repeat;
}

#cboxPrevious {
  top: 100%;
  right: 30px;
  margin-top: 5px;
}

#cboxPrevious:hover {
  background-position: 0 -19px;
}

#cboxNext {
  top: 100%;
  right: 0;
  margin-top: 5px;
  background-position: 100% 0;
}

#cboxNext:hover {
  background-position: 100% -19px;
}

#cboxLoadingOverlay {
  background: url("/fileadmin/templates/default/Styles/img/colorbox/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
  background: url("/fileadmin/templates/default/Styles/img/colorbox/loading.gif") no-repeat center center;
}

#cboxClose {
  top: -10px;
  right: -10px;
  overflow: hidden;
  background-position: -20px 0;
}
#cboxClose:hover {
  background-position: -20px -19px;
}

#cboxTopCenter {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  width: 1px !important;
}

.cboxPhoto {
  max-width: 100%;
  height: auto !important;
}

.component #cboxContent {
  line-height: 1.417;
}

.component #cboxContent img[style*="left"], .component #cboxContent img[style*="right"] {
  max-width: 100%;
  margin: 0;
  max-height: none;
}

.pagination-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.pagination-list {
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination-item {
  display: inline-block;
  padding: 0;
  margin: 0 0 0.4rem;
}
.pagination-current {
  font-weight: bold;
  padding: 0 0.4rem;
}
.pagination a {
  padding: 0 0.4rem;
}

.cookieconsent-form {
  margin: 20px 0;
}

.cookieconsent-button {
  background-color: #e4006b;
}
