@charset "UTF-8";
/*
	HTML5 Reset :: style.css
    https://github.com/murtaugh/HTML5-Reset/blob/master/assets/css/reset.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

a {
  text-decoration: none; }

.kbpreview1234 {
  font-size: 18px;
  line-height: 32px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 30px 10px 20px;
  z-index: 1000000;
  width: auto;
  opacity: 0.0;
  transition: opacity 300ms ease-out;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 1180px) {
    .kbpreview1234 {
      font-size: 14px;
      line-height: 24px; } }
  .kbpreview1234:hover {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1; }
    .kbpreview1234:hover > a {
      color: white; }
  .kbpreview1234 .kblinks1234 > a {
    display: block;
    text-decoration: none;
    color: #ccc; }
    .kbpreview1234 .kblinks1234 > a:hover {
      text-decoration: underline; }
    .kbpreview1234 .kblinks1234 > a.disabled {
      color: #666;
      cursor: inherit; }
      .kbpreview1234 .kblinks1234 > a.disabled:hover {
        text-decoration: none; }
  .kbpreview1234 .kblinks1234:not(.active) {
    display: none; }
  .kbpreview1234.closed {
    padding-left: 0;
    padding-right: 0;
    width: 10px; }
    .kbpreview1234.closed .kblinks1234 > a {
      width: 0;
      overflow: hidden; }
    .kbpreview1234.closed .kbnav1234 {
      width: 0;
      overflow: hidden; }
  .kbpreview1234 .kbfader1234 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4); }
    .kbpreview1234 .kbfader1234:hover {
      background: rgba(0, 0, 0, 0.6); }
  .kbpreview1234 .kbnav1234 {
    padding-bottom: 10px; }
    .kbpreview1234 .kbnav1234 > div {
      display: inline-block;
      border: 1px #444 solid;
      background: #222;
      width: 40px;
      text-align: center;
      font-weight: bold;
      color: #ccc; }
      .kbpreview1234 .kbnav1234 > div:hover {
        color: #fff;
        background: #333;
        cursor: pointer; }
      .kbpreview1234 .kbnav1234 > div.active {
        background: #600; }
  .kbpreview1234 .check {
    color: #0a0;
    font-weight: bold; }
  .kbpreview1234 .kbsplit1234 {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 2px rgba(255, 255, 255, 0.2) solid; }
    .kbpreview1234 .kbsplit1234:first-child {
      border-top: none; }

.kbclickhighlight1234 {
  background-color: khaki;
  position: relative; }
  .kbclickhighlight1234::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    padding: 5px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border: 2px rgba(0, 0, 0, 0.8) solid;
    content: attr(title); }

/*
*[title]:hover {
    position: relative;
    &::after {
         z-index:            200000000;
         position:           absolute;
         top:                50%;
         left:               50%;
         transform:          translate(-50%, -50%);
         background-color:   rgba(255, 255, 255, 0.8);
         font-weight:        bold;
         padding:            5px;
         color:            black;
         font-size:          14px;
         line-height:        18px;
         text-transform:     uppercase;
         border:             2px rgba(0, 0, 0, 0.4) solid;
         content:            attr(title);
         pointer-events:     none;
    }
} */
:root {
  --pagebg: #ffffff;
  --ci-purple:    #D4B9DB;
  --ci-pinkish:   #C57970;
  --ci-red:       #E32A3B;
  --ci-green:     #36AF53;
  --ci-blue:      #96E0D7;
  --ci-brown:     #D0B079; }

@media (max-width: 1180px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1181px) {
  .mobile-only {
    display: none !important; } }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }
  .align-right > * {
    text-align: left; }

html, body {
  scroll-behavior: smooth; }

body {
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.4;
  background-color: var(--pagebg);
  display: flex;
  flex-direction: column; }
  @media (max-width: 1180px) {
    body {
      font-size: 1.0625rem; } }
  @media (max-width: 480px) {
    body {
      font-size: 1.0625rem; } }
  @media (max-width: 1180px) {
    body {
      line-height: 1.4; } }
  @media (max-width: 480px) {
    body {
      line-height: 1.4; } }

main, header, footer, .banner, .kbcookie-outer, .welcome {
  font-family: "Lato", sans-serif;
  color: #000000;
  line-height: 1.36; }

main {
  display: flex;
  flex-direction: column; }
  body:not([data-page="calendar"]) main {
    padding-top: 4.5em; }
    @media (max-width: 1180px) {
      body:not([data-page="calendar"]) main {
        padding-top: 4.5em; } }
    @media (max-width: 480px) {
      body:not([data-page="calendar"]) main {
        padding-top: 4.5em; } }
  body[data-page="calendar"] main .calendar-bar, body[data-page="calendar"] main .calendar-track {
    padding-top: 4.5em; }
    @media (max-width: 1180px) {
      body[data-page="calendar"] main .calendar-bar, body[data-page="calendar"] main .calendar-track {
        padding-top: 4.5em; } }
    @media (max-width: 480px) {
      body[data-page="calendar"] main .calendar-bar, body[data-page="calendar"] main .calendar-track {
        padding-top: 4.5em; } }

*:not(input).button {
  cursor: pointer; }

.side-menu {
  z-index: 8;
  overflow: visible;
  height: 6em; }
  @media (max-width: 1479px) {
    .side-menu {
      height: auto; } }
  .side-menu .side-menu-canvas {
    background: #D4B9DB;
    box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.23); }
    @media (min-width: 1481px) {
      .side-menu .side-menu-canvas {
        padding: 2em 3em 3em 2em;
        max-width: 450px;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(1.5em); } }
    @media (max-width: 1480px) {
      .side-menu .side-menu-canvas {
        padding: 1.75em 2em 3em 2em;
        width: calc(100% - 60vw);
        margin-left: 60vw;
        border-top-left-radius: 1em;
        border-bottom-left-radius: 1em;
        transform: translateY(-3em); } }
    @media (max-width: 1180px) {
      .side-menu .side-menu-canvas {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 3.5em;
        width: calc(100% - 3.5em);
        transform: translateY(3em); } }
    .side-menu .side-menu-canvas nav a:focus {
      outline: 3px #ffffff solid; }
  .side-menu .title {
    font-family: "Lato", sans-serif; }
    @media (min-width: 1481px) {
      .side-menu .title {
        font-size: 2.5rem;
        line-height: 1.2; } }
  @media (min-width: 1481px) and (max-height: 800px) {
    .side-menu .title {
      font-size: 1.6875rem;
      line-height: 1.1; } }
    @media (max-width: 1480px) {
      .side-menu .title {
        font-size: 1.6875rem;
        line-height: 1.1; } }
    @media (min-width: 1481px) {
      .side-menu .title {
        margin-bottom: 3em; } }
  @media (min-width: 1481px) and (max-height: 800px) {
    .side-menu .title {
      margin-bottom: 1em; } }
    @media (max-width: 1480px) {
      .side-menu .title {
        margin-bottom: 1.5em; } }
  .side-menu nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .side-menu nav .button-link {
      background-color: #D4B9DB; }
      .side-menu nav .button-link:hover {
        background-color: #ffffff; }
      .side-menu nav .button-link:not(:last-child) {
        margin-bottom: 0.5em; }

header {
  height: 20.9375rem; }
  @media (max-width: 1180px) {
    header {
      height: 7.5rem; } }
  @media (max-width: 480px) {
    header {
      height: 7.5rem; } }
  header.large {
    height: 100vh; }
    @media (max-width: 1180px) {
      header.large {
        height: 15rem; } }
    @media (max-width: 480px) {
      header.large {
        height: 15rem; } }

header {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  background: #000000;
  position: relative;
  overflow: hidden; }
  header .header-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 20px);
    height: 100%;
    opacity: 0.7;
    animation: bgAnim 2s ease-out forwards; }

@keyframes bgAnim {
  0% {
    opacity: 0.1;
    left: -20px; }
  100% {
    left: 0;
    opacity: 0.7; } }
    header .header-bg img {
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  header .header-slider, header .slide {
    display: block;
    width: 100%; }
  header .header-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    max-width: 1370px;
    padding: 3.875rem 8rem 0 8rem;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    @media (max-width: 1180px) {
      header .header-inner {
        height: 15rem; } }
    @media (max-width: 480px) {
      header .header-inner {
        height: 15rem; } }
    @media (max-width: 1180px) {
      header .header-inner {
        padding: 1.55rem 1.33333rem 0 1.33333rem; } }
    @media (max-width: 480px) {
      header .header-inner {
        padding: 1.55rem 1.33333rem 0 1.33333rem; } }
  header h1 {
    font-size: 1.5625rem;
    text-align: right;
    padding-right: 0;
    line-height: 1.875;
    letter-spacing: 2.5px;
    text-align: right;
    text-transform: uppercase; }
    @media (max-width: 1180px) {
      header h1 {
        font-size: 1.05469rem; } }
    @media (max-width: 480px) {
      header h1 {
        font-size: 1.05469rem; } }
    @media (max-width: 1180px) {
      header h1 {
        text-align: left; } }
    @media (max-width: 480px) {
      header h1 {
        text-align: left; } }
    @media (max-width: 1180px) {
      header h1 {
        padding-right: 80px; } }
    @media (max-width: 480px) {
      header h1 {
        padding-right: 80px; } }
    header h1 a {
      color: #ffffff;
      text-decoration: none;
      transition: color 250ms ease-out; }
      header h1 a:hover {
        color: #707070; }
  header h2 {
    font-size: 6.25rem;
    line-height: 1;
    font-weight: 300;
    flex: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    hyphens: auto;
    word-wrap: break-word; }
    @media (max-width: 1180px) {
      header h2 {
        font-size: 1.875rem; } }
    @media (max-width: 480px) {
      header h2 {
        font-size: 1.875rem; } }
    @media (max-width: 1180px) {
      header h2 {
        align-items: flex-end; } }
    @media (max-width: 480px) {
      header h2 {
        align-items: flex-end; } }
  header.default h2 {
    font-size: 3.125rem; }
    @media (max-width: 1180px) {
      header.default h2 {
        font-size: 1.17188rem; } }
    @media (max-width: 480px) {
      header.default h2 {
        font-size: 1.17188rem; } }

.menu-desktop {
  font-size: 1.25rem;
  margin-bottom: 1em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1370px;
  padding: 3.875rem 8rem 0 8rem; }
  @media (max-width: 1180px) {
    .menu-desktop {
      display: none; } }
  @media (max-width: 1180px) {
    .menu-desktop {
      font-size: 0.9375rem; } }
  @media (max-width: 480px) {
    .menu-desktop {
      font-size: 0.9375rem; } }
  @media (max-width: 1180px) {
    .menu-desktop {
      padding: 1.55rem 1.33333rem 0 1.33333rem; } }
  @media (max-width: 480px) {
    .menu-desktop {
      padding: 1.55rem 1.33333rem 0 1.33333rem; } }
  .menu-desktop a {
    transition: color 250ms ease-out;
    color: #ffffff; }
    .menu-desktop a:hover, .menu-desktop a.current {
      color: #aaa1a1; }
    .menu-desktop a + a {
      margin-left: 2em; }

.menu-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 5;
  flex-direction: column;
  padding-top: 4.875rem;
  max-height: 100vh;
  overflow-y: scroll;
  overscroll-behavior: contain; }
  @media (min-width: 1181px) {
    .menu-mobile {
      display: none !important; } }
  .menu-mobile a {
    display: block;
    padding: 0.5em 1.33333rem 0.5em 1.33333rem;
    color: black;
    font-weight: 700;
    border-top: 1px #d7c9bd solid;
    transition: background-color 250ms ease-out; }
    .menu-mobile a.current {
      font-weight: 900; }
    .menu-mobile a:hover {
      background: #eae3dd; }
  .menu-mobile *:last-child {
    padding-top: 1.5em;
    margin-bottom: 1em;
    font-size: 0.8em;
    background-color: #ffffff !important; }
    .menu-mobile *:last-child:hover {
      text-decoration: underline; }

.menu-open-button, .menu-close-button {
  position: fixed;
  top: 1.55rem;
  right: 1.33333rem;
  z-index: 10;
  width: 2rem;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 250ms ease-out, color 250ms ease-out;
  opacity: 1; }
  body.scrolled-below-head .menu-open-button, body.menu-open .menu-open-button, body.scrolled-below-head .menu-close-button, body.menu-open .menu-close-button {
    color: #000000; }
  @media (min-width: 1181px) {
    .menu-open-button, .menu-close-button {
      display: none !important; } }

.menu-open-button {
  transform: translateY(11%); }
  body.menu-open .menu-open-button {
    opacity: 0;
    pointer-events: none;
    z-index: 9; }

body:not(.menu-open) .menu-close-button {
  opacity: 0;
  pointer-events: none;
  z-index: 9; }

footer {
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  width: 100%;
  margin-top: 5em;
  border-top: 1px #020202 solid;
  padding: 1.5em 0; }
  @media (max-width: 1180px) {
    footer {
      font-size: 0.9375rem; } }
  @media (max-width: 480px) {
    footer {
      font-size: 0.9375rem; } }
  footer .footer-inner {
    width: 100%;
    max-width: 1370px; }
  footer .footer-canvas {
    margin: 0 8rem;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1180px) {
      footer .footer-canvas {
        margin: 0 1.33333rem; } }
    @media (max-width: 480px) {
      footer .footer-canvas {
        margin: 0 1.33333rem; } }
    @media (max-width: 1180px) {
      footer .footer-canvas {
        flex-direction: column; } }
    @media (max-width: 480px) {
      footer .footer-canvas {
        flex-direction: column; } }
    footer .footer-canvas > *:not(:first-child) {
      margin-top: 0; }
      @media (max-width: 1180px) {
        footer .footer-canvas > *:not(:first-child) {
          margin-top: 1em; } }
      @media (max-width: 480px) {
        footer .footer-canvas > *:not(:first-child) {
          margin-top: 1em; } }
    footer .footer-canvas > *:nth-child(1) {
      font-weight: bold;
      width: 30%; }
      @media (max-width: 1180px) {
        footer .footer-canvas > *:nth-child(1) {
          width: 100%; } }
      @media (max-width: 480px) {
        footer .footer-canvas > *:nth-child(1) {
          width: 100%; } }
    footer .footer-canvas > *:nth-child(2) {
      width: 45%; }
      @media (max-width: 1180px) {
        footer .footer-canvas > *:nth-child(2) {
          width: 100%; } }
      @media (max-width: 480px) {
        footer .footer-canvas > *:nth-child(2) {
          width: 100%; } }
    footer .footer-canvas > *:nth-child(3) {
      width: 25%; }
      @media (max-width: 1180px) {
        footer .footer-canvas > *:nth-child(3) {
          width: 100%; } }
      @media (max-width: 480px) {
        footer .footer-canvas > *:nth-child(3) {
          width: 100%; } }
    footer .footer-canvas a {
      color: #000000;
      text-decoration: none; }
      footer .footer-canvas a:hover {
        text-decoration: underline; }

main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto; }
  main.collapse {
    max-width: 100%;
    margin: 0; }
    main.collapse content {
      margin: 0 !important; }
  main .spacer {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 26.5rem 0 18.875rem; }
    @media (max-width: 1180px) {
      main .spacer {
        padding: 0 1.33333rem; } }
    @media (max-width: 480px) {
      main .spacer {
        padding: 0 1.33333rem; } }
    main .spacer.shift-left {
      padding: 0 26.5rem 0 8rem; }
      @media (max-width: 1180px) {
        main .spacer.shift-left {
          padding: 0 1.33333rem; } }
      @media (max-width: 480px) {
        main .spacer.shift-left {
          padding: 0 1.33333rem; } }
  main content {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 8rem; }
    @media (max-width: 1180px) {
      main content {
        margin: 0 1.33333rem; } }
    @media (max-width: 480px) {
      main content {
        margin: 0 1.33333rem; } }
  main content aside {
    width: 16.5rem;
    position: absolute;
    top: 0;
    height: 100%;
    right: calc((100vw - 1370px) / 2 + 8rem); }
    @media screen and (max-width: 1370px) {
      main content aside {
        right: 8rem; } }
    @media (max-width: 1180px) {
      main content aside {
        position: static;
        order: 2;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5em;
        width: calc(100% - 1.33333rem); }
        main content aside .archive-link > a {
          display: flex !important;
          justify-content: space-between;
          align-items: center; }
          main content aside .archive-link > a > *:nth-child(1) {
            width: calc(100% - 20px);
            padding-right: 1em; }
          main content aside .archive-link > a > *:nth-child(2) {
            width: 20px; } }
    main content aside .sticky-link, main content aside .static-link {
      font-size: 1.2375rem;
      line-height: 1.2;
      color: #000000;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: -2em;
      padding-top: 1em; }
      @media (max-width: 1180px) {
        main content aside .sticky-link, main content aside .static-link {
          font-size: 0.92812rem; } }
      @media (max-width: 480px) {
        main content aside .sticky-link, main content aside .static-link {
          font-size: 0.92812rem; } }
      main content aside .sticky-link > a, main content aside .static-link > a {
        padding: 1em 1.25em;
        display: block;
        background: #eae3dd;
        color: #000000;
        border: 4px #ffffff solid; }
        main content aside .sticky-link > a + a, main content aside .static-link > a + a {
          margin-top: 1em; }
          @media (max-width: 1180px) {
            main content aside .sticky-link > a + a, main content aside .static-link > a + a {
              margin-top: 0.25em; } }
          @media (max-width: 480px) {
            main content aside .sticky-link > a + a, main content aside .static-link > a + a {
              margin-top: 0.25em; } }
      main content aside .sticky-link figure, main content aside .static-link figure {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; }
        @media (max-width: 1180px) {
          main content aside .sticky-link figure, main content aside .static-link figure {
            max-width: 40vw; } }
        @media (max-width: 480px) {
          main content aside .sticky-link figure, main content aside .static-link figure {
            max-width: 100%; } }
        main content aside .sticky-link figure img, main content aside .static-link figure img {
          display: block;
          width: 100%; }
        main content aside .sticky-link figure + figure, main content aside .static-link figure + figure {
          margin-top: 1em; }
          @media (max-width: 1180px) {
            main content aside .sticky-link figure + figure, main content aside .static-link figure + figure {
              margin-top: 0.25em; } }
          @media (max-width: 480px) {
            main content aside .sticky-link figure + figure, main content aside .static-link figure + figure {
              margin-top: 0.25em; } }
        main content aside .sticky-link figure figcaption, main content aside .static-link figure figcaption {
          font-size: 0.875rem;
          line-height: 1.1;
          color: #707070;
          margin-top: 0.5em; }
    main content aside .sticky-link {
      position: sticky; }

.archive-link {
  color: #000000;
  display: flex;
  flex-direction: column;
  border-top-width: 10px;
  hyphens: auto; }
  .archive-link.at-bottom {
    display: block;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em; }
  .archive-link div {
    font-weight: 900; }
  .archive-link svg {
    width: 20px;
    display: block;
    margin-top: 0.5em;
    transition: transform 250ms ease-out;
    transform: translate(0, 0); }
  .archive-link > a:hover svg {
    transform: translate(20%, 0); }

.content-box {
  font-size: 1.25rem;
  --h2col:                #000000; }
  @media (max-width: 1180px) {
    .content-box {
      font-size: 0.9375rem; } }
  @media (max-width: 480px) {
    .content-box {
      font-size: 0.9375rem; } }
  .content-box + .content-box {
    margin-top: 4.5em; }
  .content-box h1 {
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.5em; }
  .content-box h2 {
    font-size: 2.1875rem;
    line-height: 1.25;
    font-weight: bold;
    color: var(--h2col); }
    @media (max-width: 1180px) {
      .content-box h2 {
        font-size: 1.47656rem; } }
    @media (max-width: 480px) {
      .content-box h2 {
        font-size: 1.47656rem; } }

.content-text {
  font-size: 1.25rem; }
  @media (max-width: 1180px) {
    .content-text {
      font-size: 0.9375rem; } }
  @media (max-width: 480px) {
    .content-text {
      font-size: 0.9375rem; } }
  .content-text > p + p, .content-text > .spacer > p + p {
    margin-top: 1em; }

.sub-category {
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  margin-top: 3em;
  font-weight: bold; }
  @media (max-width: 1180px) {
    .sub-category {
      font-size: 1.03125rem; } }
  @media (max-width: 480px) {
    .sub-category {
      font-size: 1.03125rem; } }

.content-news, .content-profile {
  margin: 0 17.5rem 0 11.875rem; }
  @media (max-width: 1180px) {
    .content-news, .content-profile {
      margin: 0 0; } }
  @media (max-width: 480px) {
    .content-news, .content-profile {
      margin: 0 0; } }
  .content-news p + p, .content-news h2 + p, .content-news h1 + p, .content-profile p + p, .content-profile h2 + p, .content-profile h1 + p {
    margin-top: 0.8em; }
  .content-news p + h2, .content-profile p + h2 {
    margin-top: 1.0em; }

.content-news a, .content-profile a, .content-text a {
  color: #000000;
  text-decoration: underline; }
  .content-news a:hover, .content-profile a:hover, .content-text a:hover {
    color: #4d4d4d; }

.content-news {
  --h2col: #E32A3B; }

.content-workareas h1, .content-projects h1 {
  margin-left: 11.875rem;
  margin-right: 11.875rem; }
  @media (max-width: 1180px) {
    .content-workareas h1, .content-projects h1 {
      margin-left: 0; } }
  @media (max-width: 480px) {
    .content-workareas h1, .content-projects h1 {
      margin-left: 0; } }
  @media (max-width: 1180px) {
    .content-workareas h1, .content-projects h1 {
      margin-right: 0; } }
  @media (max-width: 480px) {
    .content-workareas h1, .content-projects h1 {
      margin-right: 0; } }

.content-workareas .workareas-mosaic, .content-workareas .projects-mosaic, .content-projects .workareas-mosaic, .content-projects .projects-mosaic {
  display: flex;
  flex-direction: row;
  margin-top: -1.5625rem;
  flex-wrap: wrap; }
  @media (max-width: 1180px) {
    .content-workareas .workareas-mosaic, .content-workareas .projects-mosaic, .content-projects .workareas-mosaic, .content-projects .projects-mosaic {
      flex-direction: column; } }
  @media (max-width: 480px) {
    .content-workareas .workareas-mosaic, .content-workareas .projects-mosaic, .content-projects .workareas-mosaic, .content-projects .projects-mosaic {
      flex-direction: column; } }
  @media (max-width: 1180px) {
    .content-workareas .workareas-mosaic, .content-workareas .projects-mosaic, .content-projects .workareas-mosaic, .content-projects .projects-mosaic {
      margin-top: -0.78125rem; } }
  @media (max-width: 480px) {
    .content-workareas .workareas-mosaic, .content-workareas .projects-mosaic, .content-projects .workareas-mosaic, .content-projects .projects-mosaic {
      margin-top: -0.78125rem; } }
  .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
    margin-top: 1.5625rem;
    width: calc(50% - 1.5625rem);
    padding: 1.25rem 2.5rem 2.5rem 2.5rem;
    color: #000000;
    background-color: #eae3dd;
    transition: background-color 250ms ease-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1180px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        margin-top: 0.78125rem; } }
    @media (max-width: 480px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        margin-top: 0.78125rem; } }
    @media (max-width: 1180px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        width: 100%; } }
    @media (max-width: 480px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        width: 100%; } }
    @media (max-width: 1180px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        padding: 0.83333rem 1.25rem 1.25rem 1.25rem; } }
    @media (max-width: 480px) {
      .content-workareas .workareas-mosaic .workarea, .content-workareas .workareas-mosaic .project, .content-workareas .projects-mosaic .workarea, .content-workareas .projects-mosaic .project, .content-projects .workareas-mosaic .workarea, .content-projects .workareas-mosaic .project, .content-projects .projects-mosaic .workarea, .content-projects .projects-mosaic .project {
        padding: 0.83333rem 1.25rem 1.25rem 1.25rem; } }
    .content-workareas .workareas-mosaic .workarea:nth-child(odd), .content-workareas .workareas-mosaic .project:nth-child(odd), .content-workareas .projects-mosaic .workarea:nth-child(odd), .content-workareas .projects-mosaic .project:nth-child(odd), .content-projects .workareas-mosaic .workarea:nth-child(odd), .content-projects .workareas-mosaic .project:nth-child(odd), .content-projects .projects-mosaic .workarea:nth-child(odd), .content-projects .projects-mosaic .project:nth-child(odd) {
      margin-right: 1.5625rem; }
      @media (max-width: 1180px) {
        .content-workareas .workareas-mosaic .workarea:nth-child(odd), .content-workareas .workareas-mosaic .project:nth-child(odd), .content-workareas .projects-mosaic .workarea:nth-child(odd), .content-workareas .projects-mosaic .project:nth-child(odd), .content-projects .workareas-mosaic .workarea:nth-child(odd), .content-projects .workareas-mosaic .project:nth-child(odd), .content-projects .projects-mosaic .workarea:nth-child(odd), .content-projects .projects-mosaic .project:nth-child(odd) {
          margin-right: 0.78125rem; } }
      @media (max-width: 480px) {
        .content-workareas .workareas-mosaic .workarea:nth-child(odd), .content-workareas .workareas-mosaic .project:nth-child(odd), .content-workareas .projects-mosaic .workarea:nth-child(odd), .content-workareas .projects-mosaic .project:nth-child(odd), .content-projects .workareas-mosaic .workarea:nth-child(odd), .content-projects .workareas-mosaic .project:nth-child(odd), .content-projects .projects-mosaic .workarea:nth-child(odd), .content-projects .projects-mosaic .project:nth-child(odd) {
          margin-right: 0.78125rem; } }
    .content-workareas .workareas-mosaic .workarea p:last-of-type, .content-workareas .workareas-mosaic .project p:last-of-type, .content-workareas .projects-mosaic .workarea p:last-of-type, .content-workareas .projects-mosaic .project p:last-of-type, .content-projects .workareas-mosaic .workarea p:last-of-type, .content-projects .workareas-mosaic .project p:last-of-type, .content-projects .projects-mosaic .workarea p:last-of-type, .content-projects .projects-mosaic .project p:last-of-type {
      margin-bottom: 1em; }
  .content-workareas .workareas-mosaic .logo, .content-workareas .projects-mosaic .logo, .content-projects .workareas-mosaic .logo, .content-projects .projects-mosaic .logo {
    margin-top: 0.5em;
    margin-bottom: 1.5em; }

.content-workareas * + p, .content-projects * + p {
  margin-top: 1em; }

.content-workareas .arrow, .content-projects .arrow {
  width: 1.5rem;
  display: block;
  margin-top: auto;
  transform: translate(0, 0);
  transition: transform 250ms ease-out; }
  @media (max-width: 1180px) {
    .content-workareas .arrow, .content-projects .arrow {
      width: 1.125rem; } }
  @media (max-width: 480px) {
    .content-workareas .arrow, .content-projects .arrow {
      width: 1.125rem; } }

.content-workareas .workarea:hover .arrow, .content-workareas .project:hover .arrow, .content-projects .workarea:hover .arrow, .content-projects .project:hover .arrow {
  transform: translate(20%, 0); }

.project {
  background-color: #ffffff !important;
  border: 1px #707070 solid;
  transition: border-color 250ms ease-out; }
  .project:hover {
    border: 1px #636363 solid; }

.publications {
  /*

                <div class="left"><img></div>
                <div class="right">
                    <p>
                        <strong>Lorem ipsum dolor sit amet, consectetuer</strong><br>
                        Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient
                    </p>
                    <p>
                        Nullmeier, Frank, 2021: <i>Kausale Mechanismen und Process Tracing. Perspektiven der qualitativen Politikforschung</i>,<br>
                        Frankfurt a.M., New York: Campus
                    </p>
                    <a class="download-pdf" href="#!">
                        <svg>  </svg>
                        <div>Download PDF</div>
                    </a>

    */ }
  .publications h2 {
    font-size: 2.1875rem;
    font-weight: bold;
    margin-bottom: 1em; }
    @media (max-width: 1180px) {
      .publications h2 {
        font-size: 1.64063rem; } }
    @media (max-width: 480px) {
      .publications h2 {
        font-size: 1.64063rem; } }
  .publications > div + h2, .publications > a + h2 {
    margin-top: 2em; }
  .publications .publications-ribbon {
    --image-width: 190px;
    --image-width-m: 180px; }
    .publications .publications-ribbon:not(.short) > div:nth-child(even) {
      background-color: #eae3dd; }
    .publications .publications-ribbon.short > div:nth-child(odd) {
      background-color: #eae3dd; }
    .publications .publications-ribbon.presentations {
      --image-width: 390px;
      --image-width-m: 100%; }
  .publications .publication {
    font-size: 1.25rem;
    padding: 1em 0; }
    @media (max-width: 1180px) {
      .publications .publication {
        font-size: 0.9375rem; } }
    @media (max-width: 480px) {
      .publications .publication {
        font-size: 0.9375rem; } }
    .publications .publication .spacer {
      display: flex;
      flex-direction: row; }
      @media (max-width: 1180px) {
        .publications .publication .spacer {
          flex-direction: column; } }
      @media (max-width: 480px) {
        .publications .publication .spacer {
          flex-direction: column; } }
    .publications .publication .left {
      width: var(--image-width);
      margin-right: 1.5625rem; }
      @media (max-width: 1180px) {
        .publications .publication .left {
          width: var(--image-width-m); } }
      @media (max-width: 480px) {
        .publications .publication .left {
          width: var(--image-width-m); } }
      .publications .publication .left img {
        display: block;
        width: 100%;
        height: auto;
        border: none;
        border: 1px solid #707070; }
    .publications .publication .right {
      width: calc(100% - var(--image-width) - 1.5625rem);
      margin-top: 0; }
      @media (max-width: 1180px) {
        .publications .publication .right {
          width: 100%; } }
      @media (max-width: 480px) {
        .publications .publication .right {
          width: 100%; } }
      @media (max-width: 1180px) {
        .publications .publication .right {
          margin-top: 1em; } }
      @media (max-width: 480px) {
        .publications .publication .right {
          margin-top: 1em; } }
      .publications .publication .right p + p, .publications .publication .right p + a {
        margin-top: 1em; }

.download-pdf {
  font-size: 1.25rem;
  display: flex;
  color: #000000;
  align-items: center; }
  @media (max-width: 1180px) {
    .download-pdf {
      font-size: 0.9375rem; } }
  @media (max-width: 480px) {
    .download-pdf {
      font-size: 0.9375rem; } }
  .download-pdf svg {
    width: 1rem; }
    @media (max-width: 1180px) {
      .download-pdf svg {
        width: 1rem; } }
    @media (max-width: 480px) {
      .download-pdf svg {
        width: 1rem; } }
  .download-pdf div {
    margin-left: 0.5em; }
  .download-pdf:hover div {
    text-decoration: underline; }

/*

        <div class="content-news">
            <h1>Aktuell</h1>

            <?php foreach(range(1, 3) as $i): ?>
            <h2>Headline für aktuelle Meldung</h2>
            <p>consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis ens et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis</p>
            <?php endforeach; ?>
        </div>
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slide {
  height: inherit !important; }

.slick-slider {
  touch-action: auto !important; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: auto;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 5;
  cursor: pointer;
  background: transparent;
  color: transparent;
  right: 0;
  padding: 0;
  border: none;
  outline: none; }
  @media (min-width: 1181px) {
    .slick-prev,
    .slick-next {
      top: 50%; } }
  @media (max-width: 1180px) {
    .slick-prev,
    .slick-next {
      bottom: 0; } }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 33px;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1180px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 33px; } }

.slick-prev {
  left: 0; }
  @media (max-width: 1180px) {
    .slick-prev {
      left: 1rem; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "❮"; }
    [dir="rtl"] .slick-prev:before {
      content: "❯"; }

.slick-next {
  right: 0; }
  @media (max-width: 1180px) {
    .slick-next {
      right: 1rem; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "❯"; }
    [dir="rtl"] .slick-next:before {
      content: "❮"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 40px;
  transform: translateY(50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%; }
  @media (max-width: 1180px) {
    .slick-dots {
      bottom: 10px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media (max-width: 1180px) {
      .slick-dots li {
        margin: 0 0; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        border: 2px black solid;
        background: #ffffff;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 50px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 1180px) {
          .slick-dots li button:before {
            border-width: 1px; } }
        @media (max-width: 1180px) {
          .slick-dots li button:before {
            width: 10px;
            height: 10px;
            font-size: 30px; } }
    .slick-dots li.slick-active button:before {
      background: #000000;
      opacity: 1; }
