:root {
   --font-size-small: .85rem;
   --font-size-list: 1.2rem;
   --font-size-normal: 1.75rem;
   --font-size-dropdown: 1.5rem;
   --font-size-medium: 2rem;
   --font-size-intro: 3.5rem;
   --font-size-big: 3.75rem;
   --color-black: #000000;
   --color-white: #FFFFFF;
   --color-lila:#B9BBFF;
   --color-yellow:#FFEE6F;
   --color-red:#FF3033;
   --color-green:#55A782;
   --color-rosa:#FFBDE6;
   --color-grey:#DDDDDD;
   --color-darkgrey:#919191;
   --line-standard: 2px;
}
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   -webkit-overflow-scrolling: touch;
   -webkit-text-size-adjust: 100%;
   font-feature-settings:'kern';  
   text-rendering: optimizeLegibilaity; 
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
html {
   width: 100%;
   -webkit-tap-highlight-color: transparent;
   font-size: .8vw;
   background-color: var(--color-lila);
   scroll-behavior:smooth;
}
body {
   height: 100%;
   display: flex;
   letter-spacing: 0;
   overflow-x: hidden;
   font-family: 'EBGaramond';
   line-height: 1.2;
   flex-direction: column;
   min-height: 100vh;
   background-color: var(--color-lila);
   font-variation-settings: "wght" 426;
}
a{
    color:inherit;
    text-decoration:none;
}
h1, h2, h3,h4 {
    font-weight: inherit;
}
main {
    background-color: var(--color-grey);
    padding: 2.5rem 2.5rem 10rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    height: 100%;
    font-size: var(--font-size-medium);
    margin-top: calc(7vw + 5rem);
    flex-grow: 1;
    z-index: 1;
}
#shapes li.rex-current a {width: 36rem;z-index: 2;}

.subpage #shapes li:not(.rex-current) a, body:not(.homepage) #shapes li:nth-of-type(4) a {
    width: 0;
    overflow: hidden;
    height: 0;
}
#navigation > ul > li{
    position:relative;
}
#navigation ul.subnav, footer .subsites {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 2.5rem;
    gap: .75rem;
    font-size:var(--font-size-normal);
    font-family: "din-condensed", sans-serif;
}
#navigation #mainNav li.rex-current {
    background-color: var(--color-black);
    color: var(--color-white);
}

#navigation ul li.rex-current .subnav li a {
    background-color: var(--color-white);
    color: var(--color-black);
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

@keyframes blinking {
  0%,100% {
   opacity:0;
  }
  50% {
  opacity:1;
  }
  
}

@keyframes bounceIn {
  0% {
    transform: translateY(100vh);
  }
  90% {
    transform: translateY(-3rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceInLine {
0%, 80%, 90%, 100% {
      transform: rotate(-60deg);
    
  }
 70% {
    transform: rotate(-130deg);
  }
85% {
    transform: rotate(-80deg);
  }
    95% {
    transform: rotate(-70deg);
  }
}

@keyframes bounceInStar {
0%, 80%, 90%, 100% {
    transform: translate(0);
}
70% {
    transform: translate(-9rem,6.75rem);
  }
85% {
    transform: translate(-1rem,.75rem);
  }
  95% {
    transform: translate(-.5rem,.375rem);
  }
}
@keyframes bounceInTriangle {
0%, 80%, 90%, 100% {
    transform: translate(0) rotate(15deg);
  }
    70% {
    transform: translate(-6rem,3rem) rotate(60deg);
  }
85% {
    transform: translate(-1.33rem,.666rem) rotate(30deg);
  }
95% {
    transform: translate(-.66rem,.333rem) rotate(22deg);
  }
}
@keyframes bounceInSquare {
0%, 80%, 90%, 100% {
    transform: translate(0) rotate(30deg);
  }
    70% {
    transform: translate(0,4.5rem) rotate(90deg);
  }
    85% {
    transform: translate(0,1rem) rotate(45deg);
  }
      95% {
    transform: translate(0,.5rem) rotate(37.5deg);
  }
}

#shapes li:nth-of-type(1) a svg,#mobShapes li:nth-of-type(1) a svg {
  animation: rotating 8s linear infinite 3s;
  animation-direction: reverse;
}
#shapes li:nth-of-type(2) a svg, #mobShapes li:nth-of-type(2) a svg {
  animation: rotating 12s linear infinite 3s;
}
#shapes li:nth-of-type(3) a svg, #mobShapes li:nth-of-type(3) a svg {
  animation: rotating 5s linear infinite 3s;
}
#shapes li:nth-of-type(4) a svg, #shapes li:nth-of-type(4) a span, #mobShapes li:nth-of-type(4) a svg, #mobShapes li:nth-of-type(4) a span {
  animation: rotating 15s linear infinite 3s;
  /* animation-direction: reverse; */
}
.stoerer span {
    display: block;
    font-family: 'din-condensed';
    text-transform: uppercase;
    font-size: var(--font-size-medium);
    white-space: nowrap;
    background-color: var(--color-black);
    width: auto;
    line-height: 1.2;
    color: var(--color-white);
    padding: .25rem .5rem .1rem;
}

#shapes li:nth-of-type(4) .stoerer,#mobShapes li:nth-of-type(4) .stoerer {
    width: auto;
}
footer .subsites{
    left:0;
    right:unset;
}
#logo img {
    width: 100%;
}
#filterBox.actFilter li button:not(.active) {
    background-color: var(--color-white);
}
.textbox h2, main > h1, h4{
      font-family: "din-condensed", sans-serif;
      text-transform:uppercase;
      margin: 0 0 1.6rem 13.9rem;
      font-size:var(--font-size-normal);
}
main > h1, h4 {
    margin-left: 0;
}
h4 {
    margin-bottom: .25em;
    font-size: var(--font-size-dropdown);
    text-transform: none;
}
.textbox .text ul,.textbox .text ol {
    margin-left: 1.25em;
}
.textbox .text ul:not(:last-child),.textbox .text ol:not(:last-child) {
    margin-bottom: .5em;
}
.textbox{
    margin-bottom:4.6rem;
    max-width: 27em;
    position: relative;
}
.text {
 -webkit-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
 -webkit-hyphenate-limit-before: 4; /* For Safari */
 -webkit-hyphenate-limit-after: 4; /* For Safari */
 -ms-hyphenate-limit-chars: 10 4 4;
 hyphenate-limit-chars: 10 4 4;
}
.subsites li {
    list-style-type: none;
}
.subnav li a, .subsites li a {
    height: 3rem;
    padding:.75rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: var(--color-white);
    display: block;
    text-transform:uppercase;
}
#navigation > #mainNav > li > a {
    font-size: 4.5rem;
    line-height: 1;
}
button {
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
}
body:not(.subnavpage) main > h1 {
    font-size: 0;
    position: absolute;
    left: 0;
}


.dropdown .titleblock:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/arrow_down.svg);
    background-size: 100% auto;
    position: absolute;
    right: .5rem;
    top: .65rem;
    background-position: center;
    transition: .15s transform ease-out;
    background-repeat: no-repeat;
}
.toggipage #menu {
    display: none;
}
.text ul li:not(:last-child),.text ol li:not(:last-child) {
    margin-bottom: 0.25em;
}
.dropdown.in .titleblock:after {
    transform: rotate(180deg);
}
.dropdown .titleblock {
    font-family: 'din-condensed';
    padding: .5rem 0;
    cursor: pointer;
    position: relative;
}
.dropdown .titleblock h3{
       font-size: var(--font-size-dropdown);
}
#filterBox li {
    list-style: none;
}
.subnavpage .textbox h2,.subpage.toggipage .textbox h2 {
    margin-left: 0;
}
figure.image:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: var(--color-lila);
    z-index: 2;
    mix-blend-mode: color;
    opacity: 1;
    transition: .25s opacity ease-out;
    border-radius: 3rem;
    overflow: hidden;
}

#filterBox li button {
    padding: .5rem 1rem;
    height: 5.5rem;
    width: 100%;
    cursor: pointer;
    line-height: 1;
    text-align: left;
    font-family: 'din-condensed';
    box-shadow: 0 .2rem .2rem 0 rgba(0,0,0,.25);
    font-size: var(--font-size-medium);
    border-radius: 1rem;
    margin-bottom: 1rem;
}
figure.landscape {
    width: 100%;
}
figure.portrait {
    width: 50%;
}

.image img {
    width: 100%;
    display: block;
}

figure.image {
    border-radius: 3rem;
    overflow: hidden;
    margin: 1.5rem 0 2.2rem;
    position: relative;
    background-color: white;
}
#logo #toggiLogo {
    width: 75%;
    margin: auto;
    display: block;
}
.homepage .textbox .text {
    font-size: var(--font-size-intro);
}
.anchorblock {
    top: -2rem;
    position: absolute;
}
#mobShapes {
    display: none;
}
#shapes {
    position: fixed;
    z-index: 2;
    bottom: 0;
    height: calc(100% - 23rem);
    right: 7rem;
    width: 40rem;
    top: 19rem;
}
#backButton {
    width: 13rem;
    height: 13rem;
    position: fixed;
    right: .5rem;
    top: 7.5rem;
    background-image: url(../img/close.svg);
    background-size: cover;
    z-index: 2;
    background-repeat: no-repeat;
}
#mobSubsites {
    display: none;
}
svg {
    height: auto;
    width: 100%;
}
.star {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-image: url(../img/blackstar.svg);
    right: 1.25rem;
    top: .5rem;
    background-repeat: no-repeat;
    background-size: cover;
}
#shapes li a {
    width: 16rem;
    display: block;
    height: auto;
    transition: .3s width ease-out, .3s height ease-out;
}
#shapes li.rex-current {
    left: calc(50% - 18rem) !important;
    top: calc(50% - 18rem) !important;
}
#toggiButton {
    width: calc(1.5 * 9rem);
    height: calc(1.5 * 11rem);
    position: fixed;
    right: 4rem;
    transform: translateX(200%);
    top: 7rem;
    transition: .25s transform ease-out;
    z-index: 4;
    background-image: url(../img/toggi.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

body:not(.navIn) #toggiButton.in {
    transform: translateX(0);
    transition: .25s transform ease-out 1s;
}
#filterBox {
    display: flex;
    gap: .75rem;
    position: relative;
}
#shapes li {display: inline-flex;position: absolute;}
#shapes li:nth-of-type(1){
    left: 0;top: 0; 
}

#shapes li:nth-of-type(2){
    right: 2rem;
    top: 11%;
}
#shapes li:nth-of-type(3){
    left: 0;top: 40%;

}
#shapes li:nth-of-type(4){
    right: 10%;
    bottom: 25%;
}
.homepage #shapes.in li:nth-of-type(1),#mobShapes li:nth-of-type(1){
  animation: bounceInStar 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.homepage #shapes.in li:nth-of-type(2),#mobShapes li:nth-of-type(2){
  animation: bounceInTriangle 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.homepage #shapes.in li:nth-of-type(3),#mobShapes li:nth-of-type(3){
  animation: bounceInSquare 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.homepage #shapes.in li:nth-of-type(4),#mobShapes li:nth-of-type(4){
  animation: bounceInLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  transform-origin: bottom;
}
#shapes li:nth-of-type(2){
     transform: translate(0) rotate(15deg);
}
#shapes li:nth-of-type(3){
     transform: translate(0) rotate(30deg);
}

#shapes li:nth-of-type(4) a {
    width: 12rem;
}
#shapes li{/* display:none; *//* opacity: 0; *//* transform: translateY(100vh); */}
#shapes.in li{
    display:block;
    opacity: 1;
}
.subpage .textbox p + h2 {
    margin-top: 4.6rem;
}
body:not(.homepage) #shapes.in li{
    transform: translateY(0);
}
.homepage #shapes:not(.in) li{
  display:block;  
} 
.homepage #shapes.in li{
  display:block;  
} 
.toggipage:not(.subpage) main {
    padding: 2.5rem 0 0;
    display: flex;
    background-color: var(--color-white);
    flex-direction: column;
}
#initList li:last-of-type, .event:last-of-type {
    padding-bottom: 13.5rem;
}
#initList li a {
    padding: .5rem 1.1rem .7rem;
    display: block;
    border-top-left-radius: 1rem;
    background-color: var(--color-white);
    transform: translateY(0);
    transition: .25s transform ease-out, .25s background-color ease-out;
    height: 100vh;
    line-height: 1;
    font-size: var(
    --font-size-list);
    box-shadow: 0 -.2rem .2rem 0 rgba(0,0,0,.25);
}
#initList li:nth-of-type(2n - 1) a {
    background-color: var(--color-grey);
}

#filterBox li button[data-id="1"]{
     /* max-width: 8em; */
}
#filterBox li button[data-id="1"], #initList li[data-cat="1"].focus a  {
    background-color:var(--color-yellow);
   
}
#filterBox li button[data-id="2"], #initList li[data-cat="2"].focus a {
     background-color:var(--color-rosa);  
}

#filterBox li button[data-id="3"], #initList li[data-cat="3"].focus a{
       background-color:var(--color-green);
}
#filterBox li button[data-id="4"], #initList li[data-cat="4"].focus a {
       background-color:var(--color-red);
      
}

#filterBox li:nth-of-type(1) {
    margin-left: 3%;
    width: 16%;
}
#filterBox li:nth-of-type(2) {
    width: 17.75%;
}
#filterBox li:nth-of-type(3) {
    width: 21.25%;
}
#filterBox li button[data-id="4"]{
     max-width: 8em;
}
#initList li[data-cat="1"] {
    width:97%;
    margin-left:3%;
}
#initList li[data-cat="2"] {
   width:80%;
    margin-left:20%;
}
#initList li[data-cat="3"] {
   width:62%;
    margin-left:38%;
}
#initList li[data-cat="4"] {
   width:40%;
    margin-left:60%;
}
#initList {
    list-style: none;
    overflow: hidden;
    padding-top: 1.5rem;
    flex-grow: 1;
    margin-top: -1rem;
}
.text a[href*="https://"]:after,.text a[href*="http://"]:after {
   content: "\2197\FE0E";
    position: relative;
    font-family: 'din-condensed';
    font-size: .6em;
}
.text a[href*=".pdf"]:after{
    content: ' PDF';
    font-family:inherit;
    font-size: 0.7em;
}
.text a[href*=".zip"]:after{
    content: ' ZIP';
     font-family:inherit;
    font-size: 0.7em;
}
#initList li {
    height: 2.4rem;
    overflow: visible;
}
#logo {position: fixed;margin: 2rem 2.5rem 0;width: calc(100% - 5rem);}
footer {
    /* position: fixed; */
    transform: rotate(270deg);
    transform-origin: right bottom;
    position: fixed;
    right: 0;
    bottom: unset;
    top: 0;
    z-index: 3;
    width: 100vh;
}
.text a {
    text-decoration: underline;
    text-decoration-thickness: var(--line-standard);
    text-underline-offset: .1em;
    white-space: nowrap;
}
.subsites li a {
    background-color: var(--color-white);
    height: 4rem;
}
.text p:not(:last-child) {
    margin-bottom: .5em;
}
#filterBox .text {
    position: absolute;
    right: .25rem;
    bottom: 1rem;
    font-size: var(--font-size-list);
    padding-right: 3rem;
    font-style: italic;
}

#filterBox .text .star {
    height: 1rem;
    width: 1rem;
    right: 1rem;
    top: 0.25rem;
}
.dropdown {
    border-bottom: var(--line-standard) solid var(--color-lila);
}

.dropBox {
    display: none;
}
.dropBox .text {
    padding-bottom: .5rem;
}
.dropdownlist {
    border-top: var(--line-standard) solid var(--color-lila);
    margin-top: 2.1rem;
}
article.textbox {
    max-width: 65rem;
}
#navigation {
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
}

#navigation > #mainNav > li {
    height: 11.1rem;
    background-color: var(--color-lila);
    display: block;
    min-width: 23.5rem;
    padding: 2rem 2.5rem;
    transform: translateY(3.05rem);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    transition: .25s transform ease-out;
}
#eventList {
    margin-top: -2.5rem;
}
#menu {
    position: fixed;
    bottom: 0;
    padding: .5rem .5rem .5rem;
    width: 100%;
    background-color: var(--color-lila);
    z-index: 4;
    display:none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.event {
    border-top-left-radius: 3rem;
    padding-bottom: 3rem;
    border-top-right-radius: 3rem;
    display: grid;
    margin-bottom: -3rem;
    padding: 2.5rem 2.5rem 4.75rem;
    transition: .25s background-color ease-out;
    grid-template-columns: repeat(3,1fr);
    box-shadow: 0 -.2rem .2rem 0 rgba(0, 0, 0, .25);
}
main > article:last-child{
    min-height: calc(100svh - 8.05rem - 9rem);
}
html:not(.hashgap) main > article:last-child{
    min-height:unset;
}
.event:nth-of-type(2n) {
    background-color: var(--color-grey);
}
.event:nth-of-type(2n - 1) {
    background-color: var(--color-white);
}

.eventDateTime, .eventTitle {
    font-size: var(--font-size-big);
    line-height: 1;
}
.subtitle {
    font-size: var(--font-size-medium);
}

.locationBlock {
    font-family: 'din-condensed';
    line-height: 1;
}
#navigation > ul#mainNav {
    display: flex;
    gap: 1.6rem;
}

#navigation ul li {
    list-style-type: none;
}
nav.skiplinks {
    left: .5rem;
    top: .5rem;
    padding: 0;
    z-index: 10;
    position: fixed;
}
nav.skiplinks ul {
    position: absolute !important;
    left: 0;
    top: 0;
    padding: 0;
    display: block;
    margin: 0;
    list-style: none;
}
.skiplink {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    font-size: 1rem;
    display: inline-block;
    white-space: nowrap;
}
.skiplink:focus {
    display: block;
    border-radius: 0;
    z-index: 100;
    width: auto;
    height: auto;
}
@media (min-width: 1900px) {
  html {
      font-size: 16px;
  }  
}
@media (min-width: 1025px) {
 
}
@media (orientation: portrait) and (min-width: 501px) and (max-width: 1025px) {
  html {
      font-size: 3vw;
  }  
}

@media (orientation: landscape) and (min-width: 501px) and (max-width: 1025px) {
  html {
      font-size: 20px;
  }
}


@media (min-width: 200px) and (max-width: 500px) {
  html {
      font-size: 4vw;
  }  
  
}
@media (max-width: 1025px){
 :root {
  --font-size-small: 0.7rem;
  --font-size-normal: 1.2rem;
  --font-size-medium: 1.25rem;
  --font-size-dropdown: 1.25rem;
  --font-size-intro: 1.25rem;
  --font-size-big: 1.25rem;
}
main {
    padding: .75rem .75rem 3.75rem;
    margin-top: calc(8vw + 1.5rem);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
    #navigation > ul#mainNav > li {
    width: 100%;
    min-width: unset;
    height: 100%;
    padding: .5rem .5rem 2rem;
    border-top-left-radius: 1rem;
    transform: none;
    margin-bottom: -1rem;
    border-top-right-radius: 1rem;
}
.toggipage #navigation {
    transform: translateY(0);
    padding-bottom: 0;
    height: auto;
}

.toggipage #navigation > ul#mainNav {
    margin-bottom: 0;
}
#navigation > ul#mainNav {
    flex-direction: column-reverse;
    gap: 0;
    z-index: 1;
    margin-bottom: 1rem;
    flex-grow: 1;
    position: relative;
}

#navigation > #mainNav > li > a, #menu {
    font-size: 2.25rem;
    display: block;
    color: var(--color-black);
    text-align: center;
}
#navigation > #mainNav > li > a{
    margin-bottom:.1em;
}
#navigation ul.subnav {
    position: static;
    flex-direction: column;
    gap: 0;
}

#navigation ul li.rex-current .subnav li a {
    background-color: unset;
    color: var(--color-white);
    padding: 0;
    height: unset;
}

.subnav li a {
    background-color: transparent;
    height: unset;
    padding: 0;
    text-align: center;
    /* pointer-events: none; */
}
#navigation > #mainNav > li:nth-of-type(3) {
    background-color: var(--color-rosa);
    z-index: 1;
}
#navigation > #mainNav > li:nth-of-type(2) {
    background-color: var(--color-yellow);
    z-index: 2;
}
    #menu.is-active {
    background-color: var(--color-black);
    color: var(--color-white);
}

#menu #menuClose {
    display: none;
}
#menu.is-active #menuClose{
    display: inline-flex;
    margin-left: .25em;
}
 #navigation > #mainNav > li:nth-of-type(1) {
    background-color: var(--color-red);
    z-index: 3;
    color:var(--color-black);
}   
.toggipage #navigation > #mainNav > li:not(.rex-current){
    background-color:var(--color-lila);
} 
    .textbox h2, main > h1 {
    margin: 0 0 .5rem;
    font-size: var(--font-size-dropdown);
}
ul#shapes {
    display: none;
}
footer {
    display: none;
}
body.navIn #navigation {transform: translateY(0);}
#mobSubsites {
    font-family: 'din-condensed';
    text-align: center;
    text-transform: uppercase;
    z-index:2;
    display: block;
    position: relative;
    font-size: var(--font-size-normal);
}
    .star {
    top: .5rem;
    right: .75rem;
}
    #filterBox .text {
    position: relative;
    left: unset;
    right: unset;
    text-align: right;
    width: 100%;
    padding-right: 1.75rem;
    grid-column: 2 span;
    bottom: .25rem;
}
#mobSubsites li a {
    background-color: var(--color-white);
    display: block;
    border-top-left-radius: 1rem;
    transform: none;
    border-top-right-radius: 1rem;
    padding: .5rem .5rem 1.5rem;
    margin-top: -1rem;
}
    #navigation > #mainNav > li.rex-current {
    background-color: var(--color-black);
}
#navigation > #mainNav > li.rex-current > a{
        color: var(--color-white);
}
    #backButton {
    width: 4rem;
    height: 4rem;
    top: 2rem;
}

.event {grid-template-columns: 5em calc(100% - 5em);padding: .6rem .75rem 4rem;border-top-left-radius: 1rem;border-top-right-radius: 1rem;}

.subtitle {
    font-size: var(--font-size-small);
}
#initList li {
    width: 100% !important;
    margin-left: 0 !important;
    height: 2rem;
}

#initList li a {
    border-top-right-radius: 1rem;
}
#filterBox .text .star {
    right: 0;
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
}
#filterBox {
    flex-wrap: wrap;
    display: flex;
    grid-template-columns: repeat(2,1fr);
    padding: .75rem;
}

#filterBox li {
    width: unset !important;
    margin-left: 0 !important;
    flex-grow: 1;
}
#initList {
    padding-top: .75rem;
}
#filterBox li button {
    margin-bottom: 0;
    max-width: unset !important;
    height: auto;
    padding: 1rem;
}
    #toggiButton {
    width: calc(0.6 * 9rem);
    height: calc(.6 * 11rem);
    right: 1rem;
    top: 17rem;
}
#mobShapes {
    display: block;
    list-style: none;
    width: 100%;
    position: relative;
    margin-top: 0;
    height: 20rem;
}
.toggipage:not(.subpage) main {padding: 0 0 2rem;}
.locationBlock {
    grid-column: 2;
    font-size: var(--font-size-small);
}

.eventDateTime {
    grid-row: 1/3;
}

#initList li:last-of-type, .event:last-of-type {
    margin-bottom: 2rem;
}
    .anchorblock {
    top: -.75rem;
}
#navigation {
    transform: translateY(100%);
    transition: .5s transform ease-out;
    padding-bottom: 2.75rem;
    height: calc(100% - 8vw - 1.5rem);
    display: flex;
    flex-direction: column;
}
#mobSubsites li:nth-of-type(2n) a {
    background-color: var(--color-grey);
}
    
#mobShapes li a {
    display: block;
    width: 100%;
    height: auto;
}
.dropdownlist {
    margin-top: 1rem;
}
    @keyframes bounceInStar {
0%, 80%, 90%, 100% {
    transform: translate(0);
}
70% {
    transform: translate(-4rem,3rem);
  }
85% {
    transform: translate(-1rem,.75rem);
  }
  95% {
    transform: translate(-.5rem,.375rem);
  }
}
@keyframes bounceInTriangle {
0%, 80%, 90%, 100% {
    transform: translate(0) rotate(15deg);
  }
    70% {
    transform: translate(4rem,4rem) rotate(64deg);
  }
85% {
    transform: translate(1rem,.1rem) rotate(16deg);
  }
95% {
    transform: translate(.5rem,.5rem) rotate(8deg);
  }
}
@keyframes bounceInSquare {
0%, 80%, 90%, 100% {
    transform: translate(0) rotate(30deg);
  }
    70% {
    transform: translate(0,4.5rem) rotate(90deg);
  }
    85% {
    transform: translate(0,1rem) rotate(45deg);
  }
      95% {
    transform: translate(0,.5rem) rotate(37.5deg);
  }
}
#mobShapes li:nth-of-type(1) {
    width:7rem;
    right: 1rem;
    bottom:0;
}
main > article:last-child{
    min-height: calc(100svh - 3.75rem - 2.8rem);
}
    article.textbox {margin-bottom: 1.8rem;}
 #mobShapes li:nth-of-type(2) {
    width:7rem;
    left: calc(50% - 1rem);
    top:3rem;
}
    #mobShapes li:nth-of-type(3) {
    width:7rem;
    left: 1rem;
    top:0;
}
    .stoerer span {
    font-size: var(--font-size-normal);
}
    
     #mobShapes li:nth-of-type(4) {
    width: auto;
    left: 2rem;
    bottom: 4rem;
}
#eventList {
    margin-top: 0;
}
#mobShapes li {
    position: absolute;
}
    .dropdown .titleblock:after {
    width: 1.25rem;
    height: 1.25rem;
}
#logo {
    margin: 1rem 0.5rem;
    width: calc(100% - 1rem);
}
    #filterBox li button br {/* display:none; */}
}
@media (hover: hover) and (min-width: 1025px) {
#navigation > #mainNav > li:hover {
    transform: translateY(0);
}
.toggipage #navigation > #mainNav > li.rex-current:hover {
    transform: translateY(3.05rem);
}
    #navigation #mainNav > li:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}
#initList li a:hover {
    transform: translateY(-1em);
}

#navigation ul li:hover .subnav li a {
    background-color: var(--color-white);
    color: var(--color-black);
}
    #initList li[data-cat="1"] a:hover {
     background-color:var(--color-yellow);  
}
    #initList li[data-cat="2"] a:hover {
     background-color:var(--color-rosa);  
}
    #initList li[data-cat="3"] a:hover {
     background-color:var(--color-green);  
}
    #initList li[data-cat="4"] a:hover {
     background-color:var(--color-red);  
}
        .event:nth-of-type(2n - 1):hover{
          background-color: var(--color-lila);
    }
    .event:nth-of-type(2n):hover{
          background-color: var(--color-rosa);
    }
    .event:nth-of-type(3n - 2):hover{
    background-color: var(--color-yellow);
    }
    .event:nth-of-type(5n - 2):hover,.event:nth-of-type(7n - 4):hover{
    background-color: var(--color-red);
    }
        .event:nth-of-type(7n - 2):hover{
    background-color: var(--color-green);
    }
    
    .subsites li a:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}
     #navigation > #mainNav > li:nth-of-type(1):not(.rex-current):hover {
    background-color: var(--color-red);
    color:var(--color-black);
}   
 #navigation > #mainNav > li:nth-of-type(2):not(.rex-current):hover {
    background-color: var(--color-yellow);
    color:var(--color-black);
}
.toggipage #navigation > #mainNav > li:not(.rex-current):hover 
{
       background-color: var(--color-lila);
    color:var(--color-black);
}
 #navigation > #mainNav > li:nth-of-type(3):not(.rex-current):hover {
    background-color: var(--color-rosa);
    color:var(--color-black);
}   
    figure.image:hover:after {
    opacity: 0;
}
}
::selection {
   color: var(--color-black);
   background-color: var(--color-lila);
}
::-moz-selection {
   color: var(--color-black);
   background-color: var(--color-lila);
}

@font-face {
  font-family: 'EBGaramond';
  src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: normal;
  font-style: normal;
}