body, html {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: fit-content;
    overflow-x: clip;
    font-family: 'GrueneType', Arial;
    scroll-behavior: smooth;
    background: rgb(250, 250, 250);
    box-sizing: border-box;
}

h2 {
    font-family: 'GrueneType', Arial;
    color: #001e14;
    font-weight: bold;
    font-size: 3rem;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

h3 {
    font-family: 'PT Sans', Arial;
    color: black;
    font-weight: bold;
    font-size: 2rem;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

p {
    font-family: 'PT Sans', Arial;
    color: black;
    font-weight: light;
    font-size: 1.2rem;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    color: #005538;
    cursor: pointer;
}

#content{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    overflow: hidden;
    padding: 12vh;
    box-sizing: border-box;
    transition: 0.3s ease;
    overflow: visible;
    min-height: 100vh;
    padding: 0 0 5vh 0 !important;
    background-image: url(/imgs/icons/logo-green.svg);
    background-repeat: no-repeat;
    background-position: max(-90vw, -60vh) 22vh;
    background-size: min(160vw, 180vh);
}

#cl-filterbar{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    overflow-y: hidden;
    position: sticky;
    align-self: flex-end;
    z-index: 10;
    width: min(calc(100% - min(10vh, 10vw) - 10pt), 55vh);
    padding: 0pt;
    height: calc(5vh + 10pt);
    top: 13vh;
    right: calc(50vw - min((50% - min(5vh, 5vw) - 5pt), 27.5vh));
    border-radius: 3vh;
    background: white;
    box-shadow: 0 .3vh 1vh 0 rgba(0,0,0,0.2);
    transition: .5s ease;
}

#cl-filterbar.filteropen{
    display: flex;
    position: sticky;
    overflow-y: scroll;
    width: min(calc(100vw - 2vh), 55vh);
    border-radius: 2vh;
    padding: 5pt;
    height: 86vh;
    right: 1vh;
    box-shadow: 0 1vh 3vh 0 rgba(0,0,0,0.3);
    margin-top: -98vh;
}

#cl-filter-maintogglewrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 10pt);
    height: fit-content;
    position: sticky;
    top: 0;
    border-radius: 11pt;
    backdrop-filter: blur(10px);
    padding: 5pt;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: .5s ease;
    z-index: 10;
}

#cl-filterbar.filteropen #cl-filter-maintogglewrap{
    width: 100%;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.1);
    padding: 0;
}

#cl-filterbar.filteropen #cl-filterswrap{
    opacity: 1;
}

#cl-filtermaintoggle{
    margin: 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.1);
    font-size: 2vh;
    text-align: center;
    padding: 0 min(2vh, 4vw) 0 min(2vh, 4vw);
    width: fit-content;
    border: none;
    height: 5vh;
    border-radius: 2.5vh;
    cursor: pointer;
    transition: .5s ease;
    background: #005538;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.1);
}

#cl-filtermaintoggle:hover {
    transform: scaleY(1.1) scaleX(1.025);
    color: black;
    background: #fff17a;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.3);
    border-radius: 12pt;
}

#cl-viewtoggle{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    overflow: auto;
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0;
    width: 5vh;
    height: 5vh;
    border: none;
    border-radius: 11pt;
    cursor: pointer;
    transition: .5s ease;
    background: #005538;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.1);
    scrollbar-width: none;
}

#cl-viewtoggle::-webkit-scrollbar {
  display: none;
}

#cl-viewtoggle img{
    margin: .5vh;
    object-fit: contain;
    width: 80%;
    pointer-events: none;
    transition: .5s ease;
    scroll-snap-align: center;
}

#cl-viewtoggle:hover {
    scale: 1.1;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.3);
    border-radius: 12pt;
    background: #fff17a;
}

#cl-viewtoggle:hover img{
    opacity: .9;
    scale: .8;
    filter: invert(1);
}

.cl-filterbottombutton{
    margin: 3vh 0 1vh 0;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.1);
    font-size: 2vh;
    text-align: center;
    padding: 0 min(2vh, 4vw) 0 min(2vh, 4vw);
    width: 100%;
    border: none;
    min-height: 5vh;
    border-radius: 11pt;
    cursor: pointer;
    transition: .3s ease;
    background: #005538;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.1);
}

.cl-filterbottombutton:hover{
    background-color: #fff17a;
    color: rgba(0, 0, 0, 0.7);
    scale: .95;
    box-shadow: 0 0 1.2vh 0 rgba(0,0,0,0.2);
    font-weight: bold;
}

.cl-filterbottombutton:focus{
    background-color: #fff17a;
    color: rgba(0, 0, 0, 0.7);
    scale: .95;
    box-shadow: 0 0 1.2vh 0 rgba(0,0,0,0.2);
    font-weight: bold;
}

#cl-filterswrap{
    display: flex;
    flex-direction: column;
    width: calc(100% - 40pt);
    height: fit-content;
    margin: 5vh 0 5vh 0;
    position: relative;
    border-radius: 11pt;
    padding: 20pt;
    transition: .5s ease;
    opacity: 0;
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.1);
}

#cl-filterswrap .filter-group{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7vh;
    border-top: rgba(0, 0, 0, 0.1) 2.5pt solid;
    padding-top: 1vh;
}

#cl-filterswrap h4{
    font-family: 'GrueneType', Arial, Helvetica, sans-serif;
    font-size: clamp(3vh, 2.5vh, 5vw);
    margin: 0 0 2vh 0;
    text-align: left;
    color: #005538;
    font-weight: 600;
}

#cl-filterswrap label{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: clamp(1.5vh, 4.5vw, 2.2vh);
    margin: 0 0 2vh 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
}

#cl-filterswrap .filter-checkboxes{
    display: flex;
    flex-direction: column;
}

#cl-filterswrap .accessibility-filters{
    display: flex;
    flex-direction: column;
}

#cl-filterswrap .accessibility-filters label{
    margin: 2vh 0 2vh 0;
}

#cl-filterswrap .accessibility-filters label p{
    margin: 1vh 0 .5vh 0;
    font-size: min(2vh, 3vw);
    color: rgba(0, 0, 0, 0.5)
}

#cl-filterswrap input[type="checkbox"] {
    background: none;
    appearance: none;
    width: min(2vh, 5vw);
    height: min(2vh, 5vw);
    border-radius: .5vh;
    border: rgba(0, 0, 0, 0.2) 2pt solid;
    transition: .3s ease;
}

#cl-filterswrap input[type="checkbox"] label{
    pointer-events: none;
}

#cl-filterswrap input[type="checkbox"]:hover {
    border: #005538 2pt solid;
}

#cl-filterswrap input[type="checkbox"]:checked {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="2 2 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12.5L10 18L19 7" stroke="rgb(0,85,56)" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat center/100%;
    border: rgba(255, 255, 255, 0) 0pt solid;
}

#cl-filterswrap input[type="checkbox"]:checked:hover {
    background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="2 2 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12.5L10 18L19 7" stroke="white" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat center/100%, #005538;
    border: rgba(255, 255, 255, 0) 0pt solid;
}


#cl-filterswrap input[type="range"] {
    appearance: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 5pt;
    border-radius: 5pt;
    transition: all .3s ease;
}

#cl-filterswrap input[type="range"]:hover {
    background: rgba(0, 0, 0, 0.2);
}

#cl-filterswrap input[type="range"]:focus {
    background: rgba(0, 0, 0, 0.2);
}

#cl-filterswrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10pt;
    width: 20pt;
    border-radius: 5pt;
    background-color: #005538;
    box-shadow: 0 0 5pt 0px rgba(0,0,0,0.3);
    transition: all .3s ease;
    cursor: pointer;
}

#cl-filterswrap input[type="range"]:hover::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15pt;
    width: 25pt;
    border-radius: 10pt;
    box-shadow: 0 0 15pt 0px rgba(0,0,0,0.3);
    background-color: #fff17a;
}

#cl-filterswrap input[type="number"],
#cl-filterswrap input[type="date"],
#cl-filterswrap input[type="time"] {
    appearance: none;
    border: none;
    background: rgba(255, 255, 255, .1);
    height: fit-content;
    width: fit-content;
    min-width: 20%;
    min-height: 3vh;
    border-radius: 8pt;
    box-shadow: inset 0 0 .5vh 0 rgba(0,0,0,.2);
    color: rgba(0, 0, 0, 0.7);
    font-size: clamp(2vh, 5vw, 2.5vh);
    outline: none;
    text-align: center;
    transition: .3s ease;
    padding: 2pt;
}

#cl-filterswrap input[type="number"]:hover,
#cl-filterswrap input[type="date"]:hover,
#cl-filterswrap input[type="time"]:hover {
    appearance: none;
    border: none;
    background: #fff17a;
    height: fit-content;
    width: fit-content;
    min-width: 20%;
    min-height: 3vh;
    border-radius: 9pt;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
    color: rgba(0, 0, 0, 0.6);
    transform: scaleY(1.05) scaleX(1.025);
}

#cl-filterswrap input[type="number"]:focus,
#cl-filterswrap input[type="date"]:focus,
#cl-filterswrap input[type="time"]:focus {
    appearance: none;
    border: none;
    background: #fff17a;
    height: fit-content;
    width: fit-content;
    min-width: 20%;
    min-height: 3vh;
    border-radius: 9pt;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
    color: rgba(0, 0, 0, 0.6);
    transform: scaleY(1.05) scaleX(1.025);
}

#cl-filterswrap select {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.7);
    text-shadow: -.5vh .3vh 1vh rgba(0,0,0,0.1);
    font-size: 2vh;
    text-align: left;
    padding: 0 min(2vh, 4vw) 0 min(2vh, 4vw);
    width: 100%;
    border: none;
    height: 5vh;
    border-radius: 11pt;
    cursor: pointer;
    transition: .3s ease;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 1vh 0 rgba(0,0,0,.2);
}

#cl-filterswrap select:hover {
    transform: scaleY(1.1) scaleX(1.025);
    background: #fff17a;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.3);
}

#cl-filterswrap select:focus {
    transform: scaleY(1.1) scaleX(1.025);
    background: #fff17a;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2vh 0 rgba(0,0,0,0.3);
}

#cl-viewswrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: fit-content;
    transition: .3s ease;
    margin-top: 15vh;
}

@media (min-aspect-ratio: 1/1) {
    #cl-viewswrap.filteropen{
        width: calc(100% - 55vh);
        margin-top: 22vh;
    }
}

#no-results-message {
    display: flex;
    white-space: pre-wrap;
    width: 80%;
    height: fit-content;
    justify-self: center;
    text-align: center;
    padding: 3vh;
    color: white;
    font-size: 1.8vh;
    background: #005538;
    border-radius: 10pt;
    margin: 2vh 0;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
}

#cl-gridview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30vh, 1fr));
    gap: min(5vh, 5vw);
    padding: 5vh 0vh 5vh 0vh;
    white-space: nowrap;
    width: calc(100% - min(10vh, 10vw));
    align-self: center;
    height: fit-content;
    border-radius: 0px;
    position: relative;
}

.cl-entry {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: none;
    height: line;
    margin-bottom: 3vh;
    border: none;
    border-radius: 5px;
    padding: 5pt;
    overflow: hidden;
    white-space: pre-wrap;
    scroll-snap-align: center;
    transition: filter 0.18s;
    transition: opacity 0.1s;
    cursor: pointer;
    background: white;
    box-shadow: 0vh 0 3vh 0px rgba(0,0,0,0.2);
    transition: .3s ease;
}

.cl-entry:hover{
    scale: 1.025;
    transform: translateY(-3%);
    box-shadow: 0 2vh 5vh 0px rgba(0,0,0,0.5);
}

.cl-entry h3{
    font-family: 'GrueneType', Arial;
    font-size: clamp(3vh, 4vh, 6vw);
    line-height: 1.2;
    margin: 0;
    text-align: left;
    color: #005538;
    font-weight: 600;
    border-radius: 5pt;
    padding: 10pt 10pt 5pt 10pt;
    transition: .3s ease;
}

.cl-entry p{
    margin: 0;
    text-align: left;
    line-height: normal;
    font-size: 2vh;
    color: rgba(0, 0, 0, 0.5);
    padding: 5pt 10pt 0 10pt;
}

.cl-entry .cl-entry-short_description{
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-top: 3vh;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
    width: calc(100% - 20pt);
}

.cl-highlight {
    background-color: #005538;
}

.cl-highlight h3{
    color: white;
}

.cl-highlight p{
    color: rgba(255, 255, 255, 0.5);
}

.cl-highlight .cl-entry-short_description{
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.cl-entry.cl-expired {
    background: rgb(180, 180, 180) !important;
    box-shadow: 0vh 0 1vh 0px rgba(0,0,0,0.2) !important;
    opacity: .6;
}

.cl-entry.cl-expired h3{
    color: rgba(255, 255, 255, 0.8);
}

#cl-detailsbox {
    position: fixed;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-self: center;
    border-radius: 5pt;
    width: min(120vh, calc(100% - min(10vh, 10vw)));
    height: calc(100% - 20vh);
    top: 105vh;
    background: white;
    box-shadow: 0vh 1vh 5vh 0px rgba(0,0,0,0.6);
    transition: .5s ease;
    opacity: 0;
}

#cl-detailsbox.cl-detailsboxopen {
    top: 13vh;
    opacity: 1;
}

#cl-detailstogglebox {
    width: 5vh;
    height: 5vh;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: 1.5vh;
    right: 1.5vh;
    transition: .5s ease;
    background-color: #005538;
    border-radius: 2.5vh;
    box-shadow: -.25vh .25vh 2vh 0px rgba(0,0,0,0.6);
}

#cl-detailstogglebox:hover {
    background-color: #fff17a;
    border: 1px solid rgba(255, 255, 255, 0);
    transform: translateY(1vh);
    box-shadow: 0vh 0vh 1vh 0px rgba(0,0,0,0.2);
}

#cl-detailstogglebox:hover span:first-of-type {
    top: 60%;
    width: 60%;
    transform: translateX(5%) rotate(40deg);
    background-color: black;
    transition: transform .3s ease, top .5s ease .1s, background-color .3s ease, width .3s ease;
}

#cl-detailstogglebox:hover span:last-of-type {
    top: 60%;
    width: 60%;
    transform: translateX(75%) rotate(-40deg);
    background-color: black;
    transition: transform .3s ease, top .5s ease .1s, background-color .3s ease, width .3s ease;
}

#cl-detailstogglebox span {
    scale: .8;
    position: absolute;
    width: 100%;
    height: 0.4vh;
    border-radius: .2vh;
    display: inline-block;
    background-color: white;
    transition: .5s ease;
}

#cl-detailstogglebox span:first-of-type {
    transform: rotate(45deg);
    top: 45%;
}

#cl-detailstogglebox span:last-of-type {
    transform: rotate(-45deg);
    top: 45%;
}

.cl-detailsbox-content {
    padding: min(3vh, 3vw);
    overflow-y: auto;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.cl-detailsbox-header-info {
    font-size: clamp(1.5vh, 5vw, 1.8vh);
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    margin: 8vh 0 0 0;
}

.cl-detailsbox-title {
    font-size: clamp(3.5vh, 8vw, 4.5vh);
    line-height: 1.1;
    margin: 4vh 0 1vh 0;
    color: #005538;
}

.cl-detailsbox-subtitle {
    font-size: clamp(1.8vh, 5vw, 2vh);
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 7vh 0;
}

.cl-detailsbox-image {
    width: 100%;
    max-height: 55vh;
    object-fit: cover;
    border-radius: 5pt;
    margin: 1vh 0;
    box-shadow: 0 0 3vh rgba(0, 0, 0, 0.3);
}

.cl-detailsbox-description {
    font-size: 2vh;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.6;
    text-align: left;
    margin: 1vh 0 3vh 0;
}

.cl-detailsbox-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15vh, 1fr));
    gap: 2vh;
    margin: 10vh 0 0 0;
}

.cl-detailsbox-info-card {
    background: white;
    box-shadow: 0vh 0 2vh 0px rgba(0,0,0,0.3);
    border-radius: 10pt;
    padding: 1vh;
    text-align: center;
}

.cl-detailsbox-info-card img {
    width: 10vh;
    height: 10vh;
    margin: 1vh 0;
}

.cl-detailsbox-info-card.clickable {
    cursor: pointer;
    transition: .3s ease;
}

.cl-detailsbox-info-card.clickable:hover {
    background: #fff17a;
}

.cl-detailsbox-info-card h3 {
    margin: 0 0 1vh 0;
    font-size: 2.2vh;
    font-weight: bold;
    color: #005538;
}

.cl-detailsbox-info-card p {
    margin: 0;
    font-size: 2vh;
    color: rgba(0, 0, 0, 0.6);
}

.cl-detailsbox-date-weekday{
    margin: 2vh 0 0.5vh 0 !important;
    font-size: 2.5vh !important;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5) !important;
}

.cl-detailsbox-date-month, .cl-detailsbox-date-year{
    margin: 0 !important;
    font-size: 2.5vh !important;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5) !important;
}

.cl-detailsbox-date-day{
    font-size: 8vh !important;
    line-height: .9;
    font-weight: bold;
    color: #005538 !important;
}

.cl-detailsbox-time-start{
    margin: 2.5vh 0 0 0 !important;
    font-size: 5vh !important;
    line-height: 1;
    font-weight: bold;
    color: #005538 !important;
}

.cl-detailsbox-time-end{
    margin: 1.5vh 0 0 0;
    font-size: 5vh !important;
    line-height: 1;
    font-weight: bold;
    color: #005538 !important;
}

.cl-detailsbox-copy-hint {
    margin: 1.5vh 0 0 0 !important;
    font-size: clamp(1.3vh, 5vw, 1.4vh) !important;
    color: rgba(0, 0, 0, 0.4);
}

.cl-detailsbox-guests-title {
    margin: 0 0 1vh 0;
    font-size: 1.8vh;
    color: rgba(0, 0, 0, 0.6);
}

.cl-detailsbox-accessibility-card {
    border-radius: 10pt;
    padding: 2vh;
    text-align: center;
    box-shadow: 0vh 0 2vh 0px rgba(0,0,0,0.3);
}

.cl-detailsbox-accessibility-card.fully-accessible {
    background: #00704b;
}

.cl-detailsbox-accessibility-card.partially-accessible {
    background: rgb(255, 200, 90);
}

.cl-detailsbox-accessibility-card.not-accessible {
    background: rgba(128, 0, 51);
}

.cl-detailsbox-accessibility-card h3 {
    margin: 0 0 1vh 0;
    font-size: 2.2vh;
    color: rgba(255, 255, 255, 0.9);
}

.cl-detailsbox-accessibility-card img {
    width: 10vh;
    height: 10vh;
    margin: 1vh 0;
}

.cl-detailsbox-accessibility-card p {
    margin: 0;
    font-size: 1.6vh;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.cl-detailsbox-accessibility-info {
    font-size: clamp(1.8vh, 5vw, 2vh);
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    margin: 2vh 0;
}

.cl-detailsbox-trigger-warning {
    background: rgba(50, 50, 50, 0.8);
    border-radius: 10pt;
    padding: 2vh;
    margin: 5vh 0 0 0;
}

.cl-detailsbox-trigger-warning p {
    font-size: clamp(1.8vh, 5vw, 2vh);
    font-weight: 200;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cl-detailsbox-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1vh;
    margin-top: 8vh;
}

.cl-detailsbox-actions button {
    border: none;
    box-shadow: 0 0 1.5vh 0 rgba(0, 0, 0, 0.5);
}

.cl-detailsbox-actions button:hover{
    scale: .97;
    box-shadow: 0 0 1vh 0 rgba(0, 0, 0, 0.2);
}

.cl-detailsbox-custom-link {
    text-decoration: none;
    background: #005538;
    color: rgba(255, 255, 255, 0.9);
    padding: 1.5vh 3vh;
    border-radius: 10pt;
    font-size: 1.8vh;
    transition: .3s ease;
    display: inline-block;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    box-shadow: 0 0 1.5vh 0 rgba(0, 0, 0, 0.5);
}

.cl-detailsbox-custom-link:hover {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
    scale: .97;
    box-shadow: 0 0 1vh 0 rgba(0, 0, 0, 0.2);
}

.cl-detailsbox-custom-link:focus {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
    scale: .97;
    box-shadow: 0 0 1vh 0 rgba(0, 0, 0, 0.2);
}

.cl-detailsbox-calendar-btn-primary {
    background: #005538;
    color: rgba(255, 255, 255, 0.9);
    padding: 1.5vh 3vh;
    border-radius: 10pt;
    font-size: 1.8vh;
    cursor: pointer;
    transition: .3s ease;
}

.cl-detailsbox-calendar-btn-primary:hover {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}

.cl-detailsbox-calendar-btn-primary:focus {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}

.cl-detailsbox-calendar-btn-secondary {
    background: #005538;
    color: rgba(255, 255, 255, 0.9);
    padding: 1.5vh 3vh;
    border-radius: 10pt;
    font-size: 1.8vh;
    cursor: pointer;
    transition: .3s ease;
}

.cl-detailsbox-calendar-btn-secondary:hover {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}

.cl-detailsbox-calendar-btn-secondary:focus {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}

.cl-detailsbox-share-btn {
    background: #005538;
    color: rgba(255, 255, 255, 0.9);
    padding: 1.5vh 3vh;
    border-radius: 10pt;
    font-size: 1.8vh;
    cursor: pointer;
    transition: .3s ease;
}

.cl-detailsbox-share-btn:hover {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}

.cl-detailsbox-share-btn:focus {
    background: #fff17a;
    color: rgba(0, 0, 0, 0.7);
}


#cl-calendarview {
    width: calc(100% - min(10vh, 4vw));
    align-self: center;
    padding: min(5vh, 3vw) 0;
    height: fit-content;
}

.calendar-container {
    display: flex;
    flex-direction: column;
    gap: 5vh;
}

.calendar-month {
    background: rgba(245, 245, 245, 0.8);
    border-radius: 10pt;
    padding: min(3vh, 3vw);
    backdrop-filter: blur(15px);
    box-shadow: 0 0.3vh 3vh 0 rgba(0,0,0,0.3);
    width: calc(100% - min(6vh, 6vw));
    max-width: 400vh;
    align-self: center;
}

.calendar-month-title {
    font-family: 'GrueneType', Arial, Helvetica, sans-serif;
    font-size: clamp(3vh, 4vh, 6vw);
    color: #005538;
    text-align: center;
    margin: 0 0 3vh 0;
    font-weight: 600;
}

.calendar-grid {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1vh;
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: min(1vh, 1vw);
    margin-bottom: 2vh;
}

.calendar-weekdays > div {
    text-align: center;
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.8vh;
    color: rgba(0, 0, 0, 0.7);
    padding: 1vh;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5pt;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: min(1vh, 1vw);
}

.calendar-day {
    height: line;
    min-height: min(10vh, 5vw);
    background: none;
    border-radius: 5pt;
    padding: min(1vh, 1vw);
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.calendar-day:hover {
    background: #00553930;
}

.calendar-day.empty {
    background: transparent;
}

.calendar-day-number {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 1.8vh;
    color: #005538;
    font-weight: bold;
    margin-bottom: 0.5vh;
    text-align: right;
}

.calendar-day.cl-todaysdate {
    border: 2px solid #005538;
}

.calendar-day-events {
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
    flex: 1;
    overflow: hidden;
}

.calendar-event {
    background: #005539a5;
    border-radius: 3pt;
    padding: 0.5vh;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 3pt solid #005538;
    display: flex;
    flex-direction: column;
    gap: 0.2vh;
}

.calendar-event:hover {
    border-left-color: #fff9c6;
    background-color: #fff17a;
    scale: .95;
    box-shadow: 0 0.2vh 1vh 0 rgba(0,0,0,0.1);
}

.calendar-event:focus {
    border-left-color: #fff9c6;
    background-color: #fff17a;
    scale: .95;
    box-shadow: 0 0.2vh 1vh 0 rgba(0,0,0,0.1);
}

.calendar-event.highlight {
    animation: highlightbg 10s ease infinite;
    border-left: 3pt solid rgba(0, 0, 0, 0.7);

}

.calendar-event.highlight .event-time {
    color: rgba(0, 0, 0, 0.5);
}

.calendar-event.highlight .event-title {
    color: rgba(0, 0, 0, 0.7);
}

.calendar-event.cl-expired {
    opacity: 1;
    border-radius: 3pt !important;
    background-color: #a5a5a5 !important;
    border-left: 3pt solid #60606080 !important;
}

.calendar-event.cl-expired:hover {
    opacity: .5;
}

.event-time {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: clamp(1.2vh, 2.3vw, 1.5vh);
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    transition: .3s ease;
}

.event-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: clamp(1.2vh, 2.5vw, 1.7vh);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: clip;
    white-space: pre-wrap;
    transition: .3s ease;
}

.calendar-event:hover .event-time {
    color: rgba(0, 0, 0, 0.5);
}

.calendar-event:hover .event-title {
    color: rgba(0, 0, 0, 0.7);
}

#cl-gridview[style*="table-column"] .cl-entry {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-bottom: 5vh;
    padding: min(2vh, 2vw);
}

#cl-gridview[style*="table-column"] .cl-entry .cl-entry-short_description {
    display: none;
}

@keyframes highlightshadow {
    0% { box-shadow: 0 0 15pt #fff17a; }
    14.29% { box-shadow: 0 0 15pt #BAFFC9; }
    28.57% { box-shadow: 0 0 15pt #BAE1FF; }
    42.86% { box-shadow: 0 0 15pt #D8BAFF; }
    57.14% { box-shadow: 0 0 15pt #FFB3FF; }
    71.43% { box-shadow: 0 0 15pt #FFB3BA; }
    85.71% { box-shadow: 0 0 15pt #FFDFBA; }
    100% { box-shadow: 0 0 15pt #fff17a; }
}

@keyframes highlighttext {
    0% { color: #fff17a; }
    14.29% { color: #BAFFC9; }
    28.57% { color: #BAE1FF; }
    42.86% { color: #D8BAFF; }
    57.14% { color: #FFB3FF; }
    71.43% { color: #FFB3BA; }
    85.71% { color: #FFDFBA; }
    100% { color: #fff17a; }
}

@keyframes highlightbg {
    0% { background-color: #fff17a; }
    14.29% { background-color: #BAFFC9; }
    28.57% { background-color: #BAE1FF; }
    42.86% { background-color: #D8BAFF; }
    57.14% { background-color: #FFB3FF; }
    71.43% { background-color: #FFB3BA; }
    85.71% { background-color: #FFDFBA; }
    100% { background-color: #fff17a; }
}