 
/* FRONTPAGELIST */
.act-list {
    margin-top: 0;
}

section.activity-section .inner {
    overflow: hidden;
}
section.activity-section .inner a{text-decoration: none;}
.location-main {
    overflow: hidden;
    margin-top: 1rem;
}
 

.activity picture {
    width: 100%;
    height: 100%;
    display: block;
}

.activity img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.act-list-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.act-list .activity-list {
    position: relative;
}
.activity {
    width: calc(33.33% - 4rem);
    margin-bottom: 0;
    background: #fff;
}



.activity:nth-child(3n) {
    margin-right: 0;
}
 
 

.activity .image-wrapper {
    width: 100%;
    height: 14rem;
    position: relative;
}

.activity .event-cat {
    position: absolute;
    bottom: -0.5rem;
    right: 1.5rem;
    color: #1d252d;
    background-color: #BFD8E8 !important;
    padding: 0 1rem !important;
    border-radius: 2px !important;
    font-size: 1.2rem;
    font-weight: 400 !important;
    line-height: 2.2;
}
  

.activity .date-block {
    position: relative;
}

section.activity-section {
    background: transparent; 
    margin-bottom: 0.5rem;
    min-height: 20rem;
}

.inner h2 {
    font-weight: 600;
    text-transform: none;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #FFFFFF;
    font-family: "Inter", sans-serif;
	position: relative;
}
.inner h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;  
  width: 100px;
  height: 3px;
  background-color: #52bde8; 
}
.short-text{color: #FFFFFF;  }
.attendbtn {
  background-color: transparent;
  color: #ffffff;  
  padding: 10px;  
  border: 1px solid #ffffff;  
  border-radius: 4px;  
  cursor: pointer;  
  font-size: 16px;  
  transition: background-color 0.3s ease;  
	margin-top: 20px;
}

.attendbtn:hover {
  background-color: rgba(255, 255, 255, 0.1);  
}
 
.activity .inside {
    width: 100%;
	background: #003e53;
	height: 100%;
  
}
.activity .inside .inside-wrapper{padding: 1rem 2rem 1rem 2rem;}
.dateprint{color: #FFFFFF;}
 
 
/* END FRONTPAGELIST */
/* START LISTPAGE */

.list-page {
  padding-bottom: 13rem !important;
}

.list-page .top-wrapper {
  width: 100%;

  max-width: 97.1rem;
}

.list-page .top-wrapper .text-article {
  font-size: 1.8rem;

  line-height: 2.7rem;

  margin-top: 2rem;
}

.no-event-box {
  background: #bfd8e8;

  /*margin: 6rem 0 0 0;*/

  padding: 8rem;

  width: 100%;
}

.no-event-inner {
  /*max-width: 84.8rem;*/
}

.background-color {
  background: #e9f2f7;
}

.green-back {
  background: #e4edde !important;
}

.no-event-inner .text-article {
  font-size: 1.8rem;

  line-height: 2.7rem;
}

.no-event-box .button {
  margin-top: 4rem;

  background: #0a354d;

  color: #fff;

  border-radius: 0.2rem;
}

.no-event-box .button a {
  color: #fff;
}

.no-event-box .button .arrow-long {
  margin-left: 1.5rem;
}

.no-event-box .small-title {
  font-size: 2.5rem;

  line-height: 4.5rem;

  margin-bottom: 2rem;

  color: #0a354d;
}

.no-event-box .text-article {
  max-width: 84.8rem;
}

.activities-inner-list {
  margin-top: 6rem;
}

.activities-inner-list .act-unit {
  margin-bottom: 4rem;
}

.activities-inner-list .act-unit > a:focus-visible {
  border: 0.1rem dashed currentColor;

  display: block;
}

.act-unit .inner {
  display: flex;

  flex-flow: row wrap;

  align-items: center;

  background: #fff;
}

.act-unit .image-wrapper {
  width: 41.7rem;

  height: 100%;
}

.act-unit .image-wrapper picture {
  width: 100%;

  height: 100%;
}

.act-unit .image-wrapper img {
  width: 100%;

  height: 100%;

  vertical-align: top;

  object-fit: cover;

  object-position: center;
}

.act-unit .inside {
  

  width: calc(100% - 41.7rem);
		background: #003e53;
	 
}

.act-unit .inside .small-title {
  margin-bottom: 2.2rem;
}

.address-field:empty .location {
    display: none;
}

.act-unit .date-field,
.act-unit .time-field,
.act-unit .address-field {
  font-size: 1.6rem;

  line-height: 2rem;

  margin-bottom: 1rem;
}

.act-unit .date-field .icons,
.act-unit .time-field .icons,
.act-unit .address-field .icons {
  margin-right: 0.6rem;
}

.read-more-link-1 {
  margin-top: 2.8rem;
}

.list-page {
  padding-bottom: 9rem;
}

.list-page .top-wrapper {
  width: 100%;

  max-width: 120rem;
}

.list-page .top-wrapper .text-article {
  font-size: 1.8rem;

  line-height: 2.7rem;
}

.no-event-box {
  background: #fff;

  margin: 6rem 0 0 0;

  padding: 6rem;
}

.no-event-inner {
  max-width: 84.8rem;
}

.no-event-inner .text-article {
  font-size: 1.8rem;

  line-height: 2.7rem;
}

.no-event-box .button {
  margin-top: 5rem;
}

.no-event-box .button .arrow-long {
  margin-left: 1.5rem;
}

.activities-inner-list {
  margin-top: 6rem;

  display: flex;

  flex-wrap: wrap;

  gap: 2rem;
}

.activities-inner-list .act-unit {
  flex: 0 0 calc(33.333% - 4rem);

  margin-bottom: 0;
}

.activities-inner-list .act-unit > a {
  text-decoration: none;

  color: inherit;

  display: block;

  height: 100%;
}

.activities-inner-list .act-unit > a:focus-visible {
  outline: 0.2rem solid #000;

  outline-offset: 0.3rem;
}

.act-unit .inner {
  display: flex;

  flex-direction: column;

 

  /*border-radius: 0.8rem;*/

  overflow: hidden;

  /*box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.08);*/

  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/

  height: 100%;
}

/*.act-unit:hover .inner {*/

/*    transform: translateY(-0.5rem);*/

/*    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);*/

/*}*/

.act-unit .image-wrapper {
  width: 100%;

  height: 14rem;

  position: relative;

  /* overflow: hidden; */
}

.act-unit .image-wrapper picture {
  width: 100%;

  height: 100%;

  display: block;
}

.act-unit .image-wrapper img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: center;

  display: block;
}

.act-unit .event-cat {
    position: absolute;
    bottom: -0.5rem;
    right: 1.5rem;
    background: #BFD8E8;
    padding: 0 1rem;
    border-radius: 2px;
    font-size: 1.2rem;
    line-height: 2.2;
    font-weight: 400;
    color: #0A354D;
}

.act-unit .inside {
   
  width: 100%;

  display: flex;

  flex-direction: column;

}

.act-unit .inside .inside-wrapper{padding: 1rem 2rem 1rem 2rem;}
.act-unit .inside .small-title {
  font-size: 1.7rem;

  line-height: 2.5rem;

  font-weight: 600;

  margin-bottom: 1.5rem;

  color: #1a1a1a;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.act-unit .date-field,
.act-unit .time-field,
.act-unit .address-field {
  font-size: 1.4rem;

  line-height: 2.1rem;

  margin-bottom: 0.8rem;

  color: #666;

  display: flex;

  align-items: center;
}

.act-unit .date-field {
  font-size: 2.8rem;

  font-weight: 700;

  color: #1a1a1a;

  margin-bottom: 0.5rem;
}

.act-unit .date-field .icons {
  display: none;
}

.act-unit .time-field {
  margin-bottom: 1.5rem;

  padding-bottom: 1.5rem;

  border-bottom: 1px solid #eee;
}

.act-unit .time-field .icons,
.act-unit .address-field .icons {
  margin-right: 0.8rem;

  width: 1.6rem;

  height: 2.2rem;

  opacity: 1;
}

.act-unit .address-field {
  margin-bottom: 0;
}

.read-more-link-1 {
  display: none;
}

.sorting-line {
  display: flex;

  gap: 2rem;

  margin-bottom: 4rem;

  margin-top: 6rem;

  flex-wrap: wrap;
}

.cat-buttons {
    padding: 0.8rem 2rem;
    border: 1px solid #0A354D;
    color: #0A354D;
    background: transparent;
    border-radius: 2px;
    font-size: 1.4rem;
    line-height: 1.7;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.cat-buttons:hover {
  border-color: #333;

  background: #f8f8f8;
}

.cat-buttons.selected {
  background: #0a354d;
  color: #fff;
  border-color: #0a354d;
}

#show-more {
  display: block;

  margin: 4rem auto 0;

  padding: 1.2rem 3rem;

  border: 2px solid #333;

  background: transparent;

  border-radius: 3rem;

  font-size: 1.6rem;

  font-weight: 500;

  cursor: pointer;

  transition: all 0.3s ease;
}

#show-more:hover {
  background: #333;

  color: #fff;
}

.loader {
  margin: 4rem auto;
}

.month-block {
  margin-bottom: 10rem;

  overflow: hidden;
}

.month-block .main-month {
  width: 100%;

  position: relative;

  padding: 0;

  /*text-transform: uppercase;*/
}

.month-block .icons.calendar-new {
  position: relative;

  top: -3px;
}

.month-block .main-month img {
  position: absolute;

  top: 0.4rem;

  left: 0;
}

.month-block .side-content {
  width: 100%;
}

.act-unit .date {
  position: relative;
 
  padding-left: 0;
 
}

.act-unit .date .big {
  position: relative;

  line-height: 4.8rem;

  font-weight: 700;

  font-size: 4rem;

  padding-right: 1.2rem;

  float: left;

  top: -3px;

  /*color: #304353;*/
}

.act-unit .date .month {
  font-weight: 700;

  font-size: 1.4rem;

  line-height: 1;

  padding: 0.4rem 0 0.2rem 0;

  text-transform: lowercase;

  /*color: #304353;*/
}

.month-block .icons.calendar {
  position: relative;

  top: -3px;

  margin-right: 0.7rem;
}

.act-unit .date time {
  display: block;

  font-size: 1.4rem;

  line-height: 1;

  padding-top: 0.3rem;
}

.act-unit h2 {

  margin-bottom: 1.2rem;
}

.act-unit .location {
  position: relative;

  font-size: 1.4rem;

  line-height: 1.9rem;

  /*margin-top: .5rem;*/
}

.act-unit .location.icons {
  position: relative;

  top: -0.3rem;
}


/* Media Queries for All List Fixed */

@media screen and (max-width: 1700px) {
     
}

@media screen and (max-width: 1300px) {
     
}

@media screen and (max-width: 1200px) {
     
}

@media screen and (max-width: 1220px) {
     
}

@media screen and (max-width: 1194) {
     
}

@media screen and (max-width: 1190px) {
     
}


@media screen and (max-width: 1140px) {
     

 
}

@media screen and (max-width: 1100px) {
     
}

 


@media screen and (max-width: 1000px) {
     
}

@media screen and (max-width: 740px) {
     
}

/* Responsive adjustments */

@media (max-width: 768px) {
     
}

@media (max-width: 480px) {
     
}

 

@media screen and (max-width: 1300px) {
    
}

@media screen and (max-width: 1250px) {
     
}

@media screen and (max-width: 1200px) {
     
}

@media screen and (max-width: 1050px) {
     
}

@media (max-width: 1024px) {
     
}


 

@media screen and (max-width: 930px) {
     

 

    .act-list-inner .activity:nth-child(n+3) {
        display: none;
    }

    .act-list {
        padding-bottom: 5rem;

        padding-top: 10rem;
    }

    .units-inner-list .news-unit:nth-child(n+3) {
        display: none;
    }

     

    .activity {
        margin-bottom: 0;
    }

    

    .activity {
        width: calc(50% - 3rem); 

        margin-bottom: 0;
    }

    .activity:nth-child(2n) {
        margin-right: 0;
    }

    
}

@media screen and (max-width: 900px) {
 


}

@media screen and (max-width: 768px) {
     

    .activity {
        margin-bottom: 0;
        /* flex: 0 0 100%; */
    }

 

 

    
}

@media screen and (max-width: 740px) {
     
 

    .activity {
        width: 100%;

        margin-right: 0;
    }
 
    
}

@media screen and (max-width: 600px) {
 
}

@media screen and (max-width: 560px) {
 

     
}

@media screen and (max-width: 340px) {
 
}

@media screen and (max-width: 560px) {

     
}


@media screen and (max-width: 400px) {

 
}

@media screen and (max-width: 350px) {

 
}


